-
一个网络游戏的启动界面,用vc写的,里面自己写的CBitmapDialog类非常值的学习MFC界面编程的人研究和学习。...
一个网络游戏的启动界面,用vc写的,里面自己写的CBitmapDialog类非常值的学习MFC界面编程的人研究和学习。-A network interface to start the game, written by vc, which itself is written in the value category CBitmapDialog learning MFC programming interface studies and learning.
- 2022-08-24 00:01:40下载
- 积分:1
-
九九乘法代码
对于C语言的初学者来说,九九乘法算法可谓是必须要掌握的算法了值得初学者去学习探讨,由于本代码是本人写,有什么不足之处希望批评指教对于C语言的初学者来说,
- 2022-01-25 20:42:27下载
- 积分:1
-
在四元数表示下导出了两个旋转之间差异的一种简单形式,将人体各关节上总的旋转变化作为帧间距,设计了一种从运动捕获数据中提取关键帧的高效算法。...
在四元数表示下导出了两个旋转之间差异的一种简单形式,将人体各关节上总的旋转变化作为帧间距,设计了一种从运动捕获数据中提取关键帧的高效算法。-In quaternion derived under express the difference between the two rotating a simple form of the body of the rotary joint on the total change as the frame spacing, the design of a motion capture data from the key frame extraction algorithm efficient.
- 2022-03-30 07:14:59下载
- 积分:1
-
vc++.net编写画图程序,利用坐标来显示每一秒钟显示一侦
vc++.net编写画图程序,利用坐标来显示每一秒钟显示一侦-vc++. net drawing preparation procedures, the use of coordinates to show every second investigation showed that one
- 2022-06-18 00:06:58下载
- 积分: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
-
贪吃蛇游戏的程序,上键向上,下键向下,右键向右,左键向左...
贪吃蛇游戏的程序,上键向上,下键向下,右键向右,左键向左
-Snake game procedures on the bond upward, downward keys, right- right, left Left
- 2022-01-26 07:19:05下载
- 积分:1
-
人眼视觉元素的二维跟踪源代码
tracking eye in 2d with gaze elements of man eyes source code basic
- 2022-05-28 07:03:48下载
- 积分:1
-
spring-mvc+aop实现日志管理(以学生管理系统为例)
运用spring中spring-MVC和aop实现了对数据库操作时的日志记录,本系统以学生课程管理系统为例,在对数据库增、删、改、查时会在日志文件中记录相应的操作
- 2022-02-28 14:52:23下载
- 积分:1
-
更改PE文件资源的代码
更改PE文件资源的代码-changes PE Resources code
- 2022-08-26 08:18:26下载
- 积分:1
-
关于驱动中FastIO的详细讲解及OSR的FastIo的中译版.
关于驱动中FastIO的详细讲解及OSR的FastIo的中译版.-driving on the FastIO elaborate and the OSR FastIo version of the Chinese translation.
- 2022-04-27 05:05:35下载
- 积分:1