-
根据c#的事件委托机制,实现c++事件管理器
根据c#的事件委托机制,实现c++事件管理器-According to c# Events commissioned mechanism c++ Event Manager
- 2022-06-28 05:46:28下载
- 积分:1
-
读者优先写者优先问题 ,windows下线程实现
读者优先写者优先问题 ,windows下线程实现-readers who wrote priority priority issues, windows under the thread
- 2022-02-01 19:51:48下载
- 积分:1
-
C#连接SQL Server,需要的同志下载,或许有帮助!
C#连接SQL Server,需要的同志下载,或许有帮助!-C# to connect SQL Server, the comrades need to download, it might be to help!
- 2022-07-18 08:55:15下载
- 积分:1
-
用Visual Basic 来监测局域网内部的计算机
用Visual Basic 来监测局域网内部的计算机-Use Visual Basic to monitor a computer within the LAN
- 2022-03-15 05:59:46下载
- 积分:1
-
图书信息管理系统
图书信息管理系统包含class BOOK //一、图书类{private:int num; //编号string name; //书名int B_class; //等级string publishing; //出版社int isbn; //ISBNint stock; //剩余量int sale; //销量public:BOOK(){} //构造函数void add1(); //添加图书信息void add2();void setnum(int a) //在添加第二本书的信息时设置编码{num=a;}int getnum() //得到编号{return num;} string getname() // 得到名称{return name;}void show(); //显示图书信息 int getB_class(){return B_class;}int getsale(){return sale;}
- 2023-06-21 15:35:03下载
- 积分:1
-
网络聊天程序,包含客户端与服务器
网络聊天程序,包含客户端与服务器-the Chatroom Program which Includes Server and Client
- 2022-09-01 09:40:03下载
- 积分:1
-
Pci programming examples
Pci 编程例子-Pci programming examples
- 2022-03-22 08:10:47下载
- 积分:1
-
WINDOWS窗口设计文档,还是很不错的,呵呵,大家可以
WINDOWS窗口设计文档,还是很不错的,呵呵,大家可以-WINDOWS window design documents, or very good, huh, huh, we can
- 2022-05-22 22:27:31下载
- 积分:1
-
machine scheduling problems required to give a scheduling program, so as to the...
多机调度问题要求给出一种作业调度方案,使所给的n个作业在尽可能短的时间内由m台机器加工处理完成。 这个问题是NP安全问题,到目前为止还没有有效的解法。对于这一类问题,用贪心选择策略有时可以设计出较好的近似算法。-machine scheduling problems required to give a scheduling program, so as to the n operations in the shortest possible time by the m-machine processing completed. The problem is NP security issues, so far no effective solution. For this type of issue, greedy strategy can sometimes choose to design a better approximation algorithm.
- 2022-03-30 06:33:49下载
- 积分:1
-
iocp可扩展模型
iocp可扩展通信模型,包含客户端和服务器
- 2022-01-25 17:03:32下载
- 积分:1