-
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数....
示范如何使用 LoadLibrary(...) 和 GetProcAddress(....)调用dll的输出函数.-the code show how to call the functions in the dll file by LoadLibrary and GetProcAddress.
- 2022-03-12 03:09:44下载
- 积分:1
-
我这个感觉不错,功能更完善,更强大哦 !
不信下下来看看就知道啦
欢迎与我探讨!!...
我这个感觉不错,功能更完善,更强大哦 !
不信下下来看看就知道啦
欢迎与我探讨!!
-me feel good, function better and more powerful! Do not look down under the letter will know-- and I welcome explore! !
- 2022-08-04 09:21:37下载
- 积分:1
-
用vhdl语言描述时钟的功能,并通过七段译码输出。
用vhdl语言描述时钟的功能,并通过七段译码输出。-VHDL language used to describe the function of the clock and through the Seven-Segment decoder output.
- 2023-01-22 23:55:03下载
- 积分:1
-
这个程序说明了如何在VC应用程序中使用字体
这个程序说明了如何在VC应用程序中使用字体-This procedure describes how to use the VC application fonts
- 2022-12-19 15:25:03下载
- 积分:1
-
the code to achieve common DCT, fast DCT, fast IDCT algorithm
the code to achieve common DCT, fast DCT, fast IDCT algorithm
- 2022-02-09 14:25:49下载
- 积分:1
-
QT QPainttrans written using the QT graphic example of functions so that graphic...
QT-qpaintrans编写的QT图形示例函数,使图形可以旋转、缩放、平移
- 2022-03-04 08:34:17下载
- 积分: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
-
http详解
This document specifies an Internet standards track protocol for the In...
http详解
This document specifies an Internet standards track protocol for the Internet community, and requests discussion and
suggestions for improvements. Please refer to the current edition of the “Internet Official Protocol Standards” (STD
1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.-http Detailed This document specifies an Internet standards track protocol for the Internet community, and requests discussion andsuggestions for improvements. Please refer to the current edition of the Internet Official Protocol Standards (STD1) for the standardization state and status of this protocol. Distribution of this memo is unlimited.
- 2022-01-21 19:20:17下载
- 积分:1
-
PC鼠标代码
如果大家想了解windows怎么实现对电脑鼠标的控制,都调用了那些函数可以看一下这个代码,有助于对该方面知识的学习。
- 2022-05-07 16:35:32下载
- 积分:1
-
no i have comments
1234567
no i have comments
1234567
- 2022-06-14 10:16:51下载
- 积分:1