-
该代码介绍了grid_list控件的用法,在vc++6.0环境测试通过
该代码介绍了grid_list控件的用法,在vc++6.0环境测试通过-grid_list control of the usage, vc 6.0 in the test environment
- 2022-03-20 10:27:26下载
- 积分:1
-
北大ACM试题poj 第3056,3060题源码,很好的代码,希望对搞ACM的同学有帮助...
北大ACM试题poj 第3056,3060题源码,很好的代码,希望对搞ACM的同学有帮助
-Peking University ACM Question poj first question 3056,3060 source code, good code, and want to help students engage in ACM
- 2022-05-25 04:35:35下载
- 积分:1
-
这是用高斯消去法求解非线性的FORTRAN语言…
这是用Fortran语言编写的高斯消元法,解非线性方程组,可用于解决各种非线性方程组-This is the Fortran language with the Gaussian elimination method, solve nonlinear equations can be used to solve various nonlinear equations
- 2022-10-05 23:45:02下载
- 积分:1
-
一些可能用的到的图标资源
一些可能用的到的图标资源-some might use the resources of the icon
- 2022-03-03 03:58:49下载
- 积分:1
-
把ADO封装到自己开发的组件中
把ADO封装到自己开发的组件中-put ADO Packaging to its own development of components
- 2022-03-14 15:48:16下载
- 积分: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
-
make separate editorial input in the transport box after not respond IDOK news
使单行编辑框在输入回车后不响应IDOK消息-make separate editorial input in the transport box after not respond IDOK news
- 2023-02-02 14:30:04下载
- 积分:1
-
自定义 CRichEditCtrl 控件》配套代码
自定义 CRichEditCtrl 控件》配套代码-Chars from the definition of control "complementary code
- 2023-07-21 13:10:03下载
- 积分:1
-
五子棋完全代码,中英文两种界面。采用VC编写。
五子棋完全代码,中英文两种界面。采用VC编写。-Gobang complete code, two types of interface in both English and Chinese. Prepared using VC.
- 2022-09-20 16:45:03下载
- 积分:1
-
Vigenere Cypher
Vigenere Cypher - C Implementation-Vigenere Cypher- C Implementation
- 2022-04-10 03:07:04下载
- 积分:1