-
This is the third part of the game is the use of a transparent manner the backgr...
这是游戏的第三部分,是利用透明背景的方式去掉人物外面的白框-This is the third part of the game is the use of a transparent manner the background to remove the white figure outside the box
- 2023-04-25 03:50:02下载
- 积分:1
-
演示了如何用activex控件,在Html/Asp/Aspx网页上实现磁条信息的读取....
演示了如何用activex控件,在Html/Asp/Aspx网页上实现磁条信息的读取. -Demonstrated how to use activex control in Html/Asp/Aspx pages of information to read magnetic stripe realize.
- 2022-06-19 10:26:11下载
- 积分:1
-
这是我的C++课程设计作业,一个简单的工资管理系统
这是我的C++课程设计作品,简单的工资管理系统-This is my C++ course design work, a simple payroll system
- 2022-05-04 21:53:00下载
- 积分:1
-
控制led发光的程序以及数码管发光的程序
控制led发光的程序以及数码管发光的程序-Control led digital tube light emitting procedures and procedures for light-emitting
- 2022-10-01 13:50:03下载
- 积分:1
-
appbar源码(自定义)
资源描述
自定义的appbar,推荐!附赠Delphi原码,想学习的同学可以了解下,不过现在用到Delphi的地方很少了
- 2022-09-30 16:40:03下载
- 积分:1
-
基本的浏览器源码
基本的浏览器源码-basic source browser
- 2023-08-25 01:55:04下载
- 积分:1
-
u盘源码,做驱动程序前网上搜索得来,后来不需要做了,就没有仔细看过,很抱歉,应该有用...
u盘源码,做驱动程序前网上搜索得来,后来不需要做了,就没有仔细看过,很抱歉,应该有用-u disk source code, so drivers-line search it, then you do not need to do, it would not read carefully. I am sorry, it should be useful
- 2023-02-24 02:50:03下载
- 积分:1
-
基于STM32的ARM开发(红外遥控音乐游戏)
开发软件Keil uVision4,硬件平台野火STM32,单片机程序。
程序主要内容实现远程红外遥控器控制STM32播放音乐和玩拼图游戏。
- 2023-04-15 09:00:18下载
- 积分: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
-
本地数据上传数据库
抓取本地电脑TXT或EXCEL或ACCESS中的数据至数据库中
- 2022-03-22 11:35:13下载
- 积分:1