-
这是一个驱动层的程序,实现了把文件映射成一个虚拟磁盘的功能。...
这是一个驱动层的程序,实现了把文件映射成一个虚拟磁盘的功能。-This is a driver layer procedures to realize a file mapping into a virtual disk function.
- 2022-09-17 07:25:03下载
- 积分:1
-
用贪婪算法寻找交换机的最佳匹配端口,效率比较高,时延抖动也比较小...
用贪婪算法寻找交换机的最佳匹配端口,效率比较高,时延抖动也比较小-Greedy algorithm used to find the best matching switch port, the efficiency is relatively high, delay jitter is also relatively small
- 2022-03-06 16:06:28下载
- 积分:1
-
通用WAP网站生成系统(PowerDiamond) v.1
通用WAP网站生成系统(PowerDiamond) v.1 -GM WAP site generation system (PowerDiamond) v. 1
- 2022-08-18 01:54:52下载
- 积分:1
-
完成曲线拟合,%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据...
完成曲线拟合,%往往给出一些数据,然后通过曲线拟合,然后预测未知的数据-Complete curve-fitting, are given some data, and then through the curve fitting, and then predict the unknown data
- 2022-07-15 08:00:42下载
- 积分:1
-
vb 获取外网ip
"获取外网ip源码
Private Sub Command1_Click()
Dim h As Object
Dim i As Integer
Dim s As String
Set h = CreateObject("Microsoft.XMLHTTP")
GetInternetIP = False
g_strInternetServerIP = ""
h.Open "GET", "http://ip.3322.net", True "False
h.Send
If (h.ReadyState = 4) And (h.Status = 200) Then
&nb
- 2022-10-06 09:35:03下载
- 积分:1
-
一个地图编辑器,其中用了不少暗黑的素材。在VC下编译通过。...
一个地图编辑器,其中用了不少暗黑的素材。在VC下编译通过。-A map editor, which used a lot of material Diablo. Adopted under the compiler in VC.
- 2022-01-25 14:30:40下载
- 积分:1
-
NS2实现Zigbee Tcl代码。
ns2 zigbee implementation tcl code.
- 2023-02-22 15:20:03下载
- 积分:1
-
键盘信息报告例子
键盘信息报告例子-keyboard examples information report
- 2023-04-13 17:25:03下载
- 积分:1
-
制作矩阵的控件。
制作矩阵的控件。-production of the matrix control.
- 2022-03-04 18:38:16下载
- 积分:1
-
C code optimization program, it is useful information, resources and the speed o...
C代码优化方案,很实用的资料,对于内存资源及速度冲突的同志很有帮助-C code optimization program, it is useful information, resources and the speed of the memory conflict Comrade helpful
- 2022-05-27 21:14:02下载
- 积分:1