-
Create a managed C++ class library and the MFC dynamic link library management p...
创建一个管理C++类库和MFC动态连接库的管理程序,包括所有源码。
-Create a managed C++ class library and the MFC dynamic link library management process, including all source code
- 2022-03-15 05:44:55下载
- 积分:1
-
一个编辑java计算器
用JAVA编的计算器,功能好,运行没有出错-a calculator edited by java
- 2023-01-07 08:35:03下载
- 积分:1
-
功能描述:该程序演示了背包问题的动态规划算法,它可以根据要求产生仿真数据,并能用XML保持方针数据,以便下一次使用。
开发环境:C++ Builder 6....
功能描述:该程序演示了背包问题的动态规划算法,它可以根据要求产生仿真数据,并能用XML保持方针数据,以便下一次使用。
开发环境:C++ Builder 6.0
所用控件:TinyXML-Functional Description: The program demonstrated a knapsack problem dynamic programming algorithm, it can generate simulation data, upon request, and can be used to maintain the principle of XML data for the next use. Development Environment: C++ Builder 6.0 used in the control: TinyXML
- 2022-12-28 08:55:03下载
- 积分:1
-
Introduction in the PDA device through infrared to receive documents in the PDA...
介绍在PDA设备上,通过红外来接收文件,在PDA设备上的源码-Introduction in the PDA device through infrared to receive documents in the PDA device source
- 2023-04-30 15:55:03下载
- 积分:1
-
Visual Basic hide the name in the dialog box
Visual Basic在对话框中隐藏名称-Visual Basic hide the name in the dialog box
- 2022-06-26 08:47:44下载
- 积分:1
-
丰满树操作:
用顺序存储结构实现;
结点形式:下标,元素值;
功能:查找结点,结点的中序前驱,中序后继,中序遍历,插入结点,删除结点...
丰满树操作:
用顺序存储结构实现;
结点形式:下标,元素值;
功能:查找结点,结点的中序前驱,中序后继,中序遍历,插入结点,删除结点
-Fullness of the tree operations: storage structure in order to achieve junction forms: The next standard, element values function: to find nodes, nodes in the precursor sequence, in order follow-up, inorder traversal, insert node, delete node
- 2023-03-11 16:45:04下载
- 积分:1
-
labsql其他几个模块 ,这样就全了,杨乐平所编著的书中的,附带光盘中的所有的程序,...
labsql其他几个模块 ,这样就全了,杨乐平所编著的书中的,附带光盘中的所有的程序,-labsql several other modules, so that the whole, Yang Gill has edited the book, CD-ROM with all the procedures,
- 2022-06-02 06:13:42下载
- 积分:1
-
OpenCV的轨道
我们在c++track中使用opencv;
- 2023-07-21 18:20: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
-
一个VB PIM
一个VB PIM-a VB PIM
- 2022-04-20 17:01:30下载
- 积分:1