-
主要是关于一些windows消息编程是技巧
主要是关于一些windows消息编程是技巧-mainly about some windows message programing skills
- 2022-03-15 06:53:27下载
- 积分:1
-
这是一个比较简单的程序。
this a relatively simple program.
-this is a relatively simple program.
- 2022-06-30 05:15:38下载
- 积分:1
-
FileTest工程
文件读写,边缘检测算法,实现马赛克检测,基于网格扩张的视频图像马赛克检测算法, 简单的测试工程,读写文件。
分享一下。
- 2022-07-25 07:21:11下载
- 积分:1
-
一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。...
一个监控指定外部程序运行的软件。支持外部程序异常关闭重启,以及定时重启功能。对于监控要求长时间无职守的服务器程序,特别有用。-an external monitor appointed to run the software. Support for external procedures abnormal restart closed, and regularly reset. Monitoring requirements for the long-duty server programs, particularly useful.
- 2023-02-08 07:15:03下载
- 积分: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
-
单独树和钓鱼窗口的内核安全编程源码,适合…
寒江独钓 Windows内核安全编程的源代码
适合驱动开发初学者学习-Trees and fishing alone Windows kernel security programming source code suitable for beginners to learn Driven Development
- 2022-05-16 03:55:58下载
- 积分:1
-
utouchpos销售点
utouchpos系统提供新的和翻新的品牌价值销售点系统添加的硬件和软件的零售等行业领域广泛的组合,餐厅(包括坐下和柜台销售),美容院和钉杆,寄售店,露营地和购物系统。touchpos是一家领先的零售POS餐饮POS以及销售系统和销售点硬件点供货经验以及广泛的商业环境中的各个销售点终端和销售点设备。我们提供了大范围的标准化束围绕我们的零售,餐饮,美容美发,杂货,寄售和快餐给需要的客户。在这上面我们提供的个人物品等,条码扫描器,销售软件,现金抽屉,信用卡读卡器,液晶显示器,触摸屏显示器,顾客极显示器,收据打印机(热冲击),全向条形码扫描仪,磅秤和广泛的技术业务服务。
- 2022-02-09 14:20:33下载
- 积分:1
-
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料...
ACM中常用的算法思想与常用算法,是本人自己精心收集的,其中含清华ACM训练时候的笔迹,对ACM的人员是极佳的参考资料-ACM commonly used algorithm commonly used algorithms and thinking, is my own collection of carefully, with Tsinghua ACM training when the handwriting on the staff ACM is an excellent reference
- 2022-01-25 20:35:18下载
- 积分:1
-
c++学习资料 教你如何应付复杂的调试过程和调试技巧
c++学习资料 教你如何应付复杂的调试过程和调试技巧-c++ learning materials teach you how to deal with the complexity of the debugging process and debugging skills
- 2023-06-17 14:00:04下载
- 积分:1
-
树控件编程源码实现
树控件编程源码实现-tree controls programming source to achieve
- 2022-05-20 07:44:30下载
- 积分:1