-
i.MX27的NAND Flash驱动程序
i.mx27 nand flash driver
- 2022-02-25 23:38:08下载
- 积分:1
-
good source, we hope to learn download. A good source, we hope to learn the down...
很好的原代码,希望大家下载学习. 很好的原代码,希望大家下载学习.-good source, we hope to learn download. A good source, we hope to learn the download. a good source, we hope to learn download.
- 2022-07-17 06:11:16下载
- 积分:1
-
单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择...
单纯形法c++编程,以解决运筹学中线性规划问题,程序简单明了,对于初学者来说是一个很不错的选择-Simplex Method c programming, operations research to solve linear programming problems, procedures simple and clear, for a newcomer is a very bad choice
- 2022-01-25 17:01:39下载
- 积分:1
-
带颜色的静态文本控件
带颜色的静态文本控件-color with the static text control
- 2022-03-10 16:30:36下载
- 积分:1
-
当用户单击每个数字按钮时,弹出对应的设置对话框,在此处可以设置用户想启动的程序(或者直接输入文件夹名)以及 文字串...
当用户单击每个数字按钮时,弹出对应的设置对话框,在此处可以设置用户想启动的程序(或者直接输入文件夹名)以及 文字串-when users click each number button, the pop-up dialog counterparts, the user may set up here to start the process (or directly into the folder), and text strings
- 2022-10-26 17:10:03下载
- 积分:1
-
xp界面库,利用它可很容易开发xp界面
xp界面库,利用它可很容易开发xp界面-xp interface library, it can use to easily develop xp interface
- 2023-09-02 14:10:05下载
- 积分:1
-
利用ODBC创建EXCEL文件,可以很方便的实现ODBC创建Excel文件。
利用ODBC创建EXCEL文件,可以很方便的实现ODBC创建Excel文件。-Using ODBC to create EXCEL files, you can easily achieve the ODBC to create Excel file.
- 2023-06-20 22:05:03下载
- 积分:1
-
Recursive folder copy between database tables and cross
文件夹递归拷贝及跨数据库表间拷贝,文件夹递归拷贝及跨数据库表间拷贝-Recursive folder copy between database tables and cross-copy, copy folder recursive and inter-copy between database tables
- 2022-02-12 22:37: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
-
这是个能实现链队列的创建、删除、插入、销毁的程序,对于链表的学习很有用。...
这是个能实现链队列的创建、删除、插入、销毁的程序,对于链表的学习很有用。-This is a chain to realize the creation of the queue, delete, insert, the destruction of the procedure, the list of study very useful.
- 2022-08-07 15:59:34下载
- 积分:1