-
管理系统
强大的管理系统,功能齐全,界面漂亮。
- 2023-08-23 04:45:09下载
- 积分:1
-
对windows api的封装
模拟c#,java,参考atl,wtl对常用windows api进行了类的封装,主要用于学习,还比较好用
- 2022-05-21 15:29:37下载
- 积分:1
-
高斯列主元消去法
详细,易懂,简单明了
初学者可看
高斯列主元消去法
详细,易懂,简单明了
初学者可看-Gaussian elimination method PCA out detailed, easy-to-understand, simple to understand for beginners, if we look at
- 2023-08-12 19:15:03下载
- 积分:1
-
最优化中的实例,利用黄金分割法求出下单峰函数极小点
最优化中的实例,利用黄金分割法求出下单峰函数极小点-Optimization of the examples, the use of golden section method are obtained under the single-peak function minima
- 2023-02-28 03:20:03下载
- 积分:1
-
呵呵,这是我收集的资料,希望对大家有帮助,
呵呵,这是我收集的资料,希望对大家有帮助,-Ha ha, this is my collection of information, I hope all of you help,
- 2023-02-15 10:55:03下载
- 积分:1
-
Given a connected weighted undirected graph, find the minimum spanning tree grap...
给出一个连通带权的无向图,找出该图的最小生成树。并带有问题的详细描述及测试数据。-Given a connected weighted undirected graph, find the minimum spanning tree graph. With a detailed description of the problem and the test data.
- 2022-05-08 15:47:03下载
- 积分:1
-
全国交通咨询模拟下载,C语言编写源代码,大家看看哈
全国交通咨询模拟下载,C语言编写源代码,大家看看哈-The National Transport Advisory simulation download, C language source code, we take a look at Kazakhstan
- 2022-07-04 08:31:11下载
- 积分:1
-
你用错误的语言测试来记录表。对于大型系统来记录下的高…
你操作日志列表,带语言错误检验。对大型系统,记录你的操作历史。-you to log table with the wrong language test. For large system to record the history of your operation.
- 2022-03-10 08:44:21下载
- 积分: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
-
WP 动态图块样品
在背景中设置生活瓷砖标题
快速入门: 更新一个活的瓦片从后台任务
使用后台任务来更新您的应用程序活瓷砖与新鲜的内容。
这里是一个视频显示如何将 live 面板添加到您的应用程序。
系统必备组件
本主题假定您可以创建一个基本的 Windows 应用商店应用程序使用 c + +、 C# 或 Visual Basic。为
如何创建 Windows 应用商店应用程序第一,有关说明请参阅建筑你第一次 Windows 应用商店应用程序在使用
C + +、 C# 或 Visual Basic。
若要使用本节中介绍的代码,您需要:
Windows 8
Microsoft Visual Studio 表达 20
- 2022-02-13 16:05:20下载
- 积分:1