-
子窗口编程的例子
子窗口编程的例子-Programming examples of sub-window
- 2023-06-12 04:40:03下载
- 积分:1
-
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg...
一个贪吃蛇游戏建18个image控件组 名为 sn(0) sn(1) ...sn (17)一个timer1 一个label2 用来记分三个image名为 pg she和st 分别放苹果 蛇身和蛇头的图片所有image的长 宽 都为255一个shape 名为 sh 长宽为4590源码如下 (本人要读书,不太完善)-a game built 18 image control group called sn (0) sn (1) ... sn (17) a timer1 points to a three label2 image and she called pg st respectively Apple Snake-Body and take pictures of all snakeheads image of the taxi driver to 255 1 Chang called sh shape for the 4590 source code as follows (I have to study, not quite perfect)
- 2023-08-22 12:10:03下载
- 积分:1
-
C#源代码
非常经典的C#源代码集,对于初学者非常实用,现分享给大家,共同学习
- 2022-07-27 08:45:26下载
- 积分:1
-
vb 自动关机
vb 自动关机-vb automatic Guan Ji
- 2022-05-25 21:29:04下载
- 积分:1
-
数学天地最新源代码 数学天地是一个中学生制作的数学软件,代码略显稚嫩,却可满足编程语言基础学习的需要...
数学天地最新源代码 数学天地是一个中学生制作的数学软件,代码略显稚嫩,却可满足编程语言基础学习的需要-The source code of math zone, math zone is a math software written by a high school student, the code is simple.
- 2022-05-01 02:20:56下载
- 积分:1
-
Knapsack problem, knapsack problem of the five kinds of algorithms, a total of f...
背包问题,背包问题的5种算法,一共五个文件,每个文件一种算法-Knapsack problem, knapsack problem of the five kinds of algorithms, a total of five files, each file an algorithm
- 2022-03-19 19:46:41下载
- 积分:1
-
一个线程池的一个类,基本使用如下:
一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below:
struct TSession { SOCKET socket int id } class myIocp:public CIOCP
{ public:
void OnRead(void* p, char* buf, int len)
void OnAccept(SOCKET socket)
void OnClose(void* p) }
void myIocp::OnAccept(SOCKET socket)
{ TSession*s = new TSession s->socket = socket
//here you can do something about connecti
- 2022-07-17 05:14:52下载
- 积分:1
-
这是一个根据记录编号实现文件随机存取的程序,和刚才那个filerandomreadandwrite比较一下,希望对你有所启发.在Visual C++6.0中编译...
这是一个根据记录编号实现文件随机存取的程序,和刚才那个filerandomreadandwrite比较一下,希望对你有所启发.在Visual C++6.0中编译通过.-This is a record number of document random access procedures, and just now filerandomreadandwrite comparison. hope to inspire you. Visual C 6.0 compile.
- 2022-07-22 18:55:01下载
- 积分:1
-
基于WinCE操作系统下的SMDK2410硬件开发平台…
基于WinCE操作系统、SMDK2410硬件开发平台下的NBOOT-Based on the WinCE operating system, SMDK2410 hardware development platform under NBOOT
- 2022-02-20 00:44:17下载
- 积分:1
-
整合多配色城市门户-D3整合dzapp
其他的diy可以在dzapp2015模板中提取或者不变化!
- 2022-10-11 03:20:03下载
- 积分:1