-
线程应用 Thread IAsyncResult
线程应用 Thread IAsyncResult-Thread IAsyncResult
- 2022-01-25 16:48:19下载
- 积分:1
-
the application demonstrated how direct access to physical drive
这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading/preparation Sector/cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
- 2023-03-24 17:40:04下载
- 积分:1
-
opc HDA历史服务器源代码下载
资源描述网上找到的OPC HDA服务器开发案例,内有OPC HDA服务程序,有测试用例,那个测试用例不是程序,而是给你看如何实现一个server
- 2022-05-27 19:48:21下载
- 积分:1
-
aspnet学习相关的一些例子
aspnet学习相关的一些例子-ASPNET study relevant examples
- 2022-03-30 04:22:05下载
- 积分:1
-
MFC入门教程
MFC入门教程-MFC Getting Started Tutorial ,,,,,,,,,,
- 2022-03-01 03:41:00下载
- 积分:1
-
Socket通信示例
一次.net Socket UDP编程
最近想写一个网络服务器端的程序,想看看在大量客户端数下程序的运行情况。于是对.net 的Socket编程进行了一些研究,发现.net 3.5 里SocketAsyncEventArgs 是基于IOCP实现。MSDN上有相关的示例,但它是基于TCP协议的,而我想要的是基于UDP协议的。网上很难找到基于UDP协议的SocketAsyncEventArgs示例(UDP需要用IOCP吗?),于是决定自己写一个基于UDP协议的示例,看看它在和大量客户端通讯时的运行情况。
程序分为服务器端和客户端,它们使用UDP协议进行通讯。众所周知UDP是无连接的,可我又想计算出有多少客户端和服务器通信,其中又有多少是新的客户端。所以设计让服务器端程序绑定两个端口。一个端口专门用于接收客户端第一次发送过来的数据包;另一个端口负责和已经接入的客户端进行通讯(是不是有点像TCP的接入,例子本身也在模仿Tcp编程)。客户端比较简单让它生成足够多的Socket,然后不断的向服务器端发送数据包即可。
- 2022-08-17 12:38:18下载
- 积分:1
-
loaded question asked to determine whether there is a reasonable proposal will b...
装载问题要求确定是否有一个合理的方案可将这n个集装箱装上这两艘船.有,找出一种方案-loaded question asked to determine whether there is a reasonable proposal will be ready n containers loaded on the vessels. Have to find a program
- 2022-04-18 12:31:25下载
- 积分:1
-
SDI中的TreeView应用示例
SDI中的TreeView应用示例-the TreeView SDI Application Example
- 2022-03-12 06:11:06下载
- 积分:1
-
随机文件存取。对文件的任意位置数据块进行删除、添加等功能的实现...
随机文件存取。对文件的任意位置数据块进行删除、添加等功能的实现-Random file acceseing. and realise such functions as deleting or adding data block in any position of file
- 2023-05-14 11:55:03下载
- 积分:1
-
Minimum tree cover DP, to solve the smallest tree
最小覆盖的树型DP,解决最小覆盖的树型DP-Minimum tree cover DP, to solve the smallest tree-covered DP
- 2022-03-02 17:18:38下载
- 积分:1