上一页 1 ··· 7 8 9 10 11 12 13 14 下一页
摘要: // MyClient.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "stdio.h"#include "Winsock2.h"#include "conio.h"#include "stdlib.h"#pragma comment(lib,"ws2_32.lib")void BeginSend(char *sendBuf){WORD wVersionRequested;WSADATA wsaData;int err;w 阅读全文
posted @ 2013-07-02 17:14 露水上的青蛙 阅读(9860) 评论(0) 推荐(0) 编辑
摘要: // MyFirst.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include "Winsock2.h"#pragma comment(lib,"ws2_32.lib")int _tmain(int argc, _TCHAR* argv[]){ WORD wVersionRequested;WSADATA wsaData;int err;wVersionRequested = MAKEWORD(1,1);err = WSAStartup(wVersionRequested,&wsaDa 阅读全文
posted @ 2013-07-01 14:20 露水上的青蛙 阅读(454) 评论(0) 推荐(0) 编辑
摘要: // 629.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//#include class Point{public:void OutPut(){int a=2;printf("Please output a integer:\n");printf("%d",a);scanf("%d",&a);}void f(){ /* int a; scanf("%d",&a); if(a==1) { char s[5]={'a',' 阅读全文
posted @ 2013-07-01 12:16 露水上的青蛙 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 。。 阅读全文
posted @ 2013-06-28 09:58 露水上的青蛙 阅读(136) 评论(0) 推荐(0) 编辑
摘要: http://www.ed2000.com/ShowFile.asp?FileID=259370 阅读全文
posted @ 2013-06-27 15:47 露水上的青蛙 阅读(271) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-06-27 15:01 露水上的青蛙 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-06-27 15:00 露水上的青蛙 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2013-06-27 14:59 露水上的青蛙 阅读(1) 评论(0) 推荐(0) 编辑
摘要: old----------------------new Home 目的:显示中文字体 阅读全文
posted @ 2013-06-25 13:37 露水上的青蛙 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 用Delphi创建服务程序日期:2005年11月29日 作者:sunmohe 人气: 3154 查看:[大字体 中字体 小字体]Windows 2000/XP和2003等支持一种叫做"服务程序"的东西.程序作为服务启动有以下几个好处:(1)不用登陆进系统即可运行.(2)具有SYSTEM特权.所以你在进程管理器里面是无法结束它的.笔者在2003年为一公司开发机顶盒项目的时候,曾经写过课件上传和媒体服务,下面就介绍一下如何用Delphi7创建一个Service程序.运行Delphi7,选择菜单File-->New-->Other--->Service Appl 阅读全文
posted @ 2013-06-24 15:35 露水上的青蛙 阅读(258) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 下一页