-
VC写的获得GetIpNetTable
VC写的获得GetIpNetTable-VC write access GetIpNetTable
- 2022-03-22 02:01:14下载
- 积分:1
-
graph traversal of the display (c language curriculum design data structures tha...
图的遍历的演示(c 语言 数据结构课程设计题)
/*定义图*/
typedef struct{
int V[M]
int R[M][M]
int vexnum
}Graph
/*创建图*/
void creatgraph(Graph *g,int n)
{
int i,j,r1,r2
g->vexnum=n
/*顶点用i表示*/
for(i=1 iV[i]=i
}
/*初始化R*/
for(i=1 iR[r1][r2]=1
g->R[r2][r1]=1
scanf("%d,%d",&r1,&r2)
}
}
-graph traversal of the display (c language curriculum design data structures that)/* definition of the map*/typedef s truct V (int int [M] R [M] [M]) int vexnum Graph/* create map*/void creatgraph (Graph* g, int n) (int i, j, r1, r2 g-
- 2023-05-29 19:45:03下载
- 积分:1
-
非常精确的计时程序!
利用WINDOWS提供的API精确计时,精度为毫秒....
非常精确的计时程序!
利用WINDOWS提供的API精确计时,精度为毫秒.-Very precise timing procedures! Use the API provided WINDOWS precision timing, accuracy of milliseconds.
- 2022-11-21 22:15:03下载
- 积分:1
-
virtual memory management procedures
虚拟内存管理程序-virtual memory management procedures
- 2023-06-17 10:05:04下载
- 积分:1
-
Delphi中赢藏进程的单元,经测试在windows NT、windows 2000及windows XP下可用;使用时直接引用单元即可...
Delphi中赢藏进程的单元,经测试在windows NT、windows 2000及windows XP下可用;使用时直接引用单元即可-Delphi won possession of process modules, tested in windows NT, windows 2000 and windows XP available; use modules can be directly invoked
- 2023-08-03 15:35:03下载
- 积分:1
-
this is the most authoritative classical source code
这个是最经典的权威源代码-this is the most authoritative classical source code
- 2022-01-27 23:23:41下载
- 积分:1
-
检查文件是否正在使用(EXE,DLL)的例子
检查文件是否正在使用(EXE,DLL)的例子-check whether documents are in use (EXE, DLL) examples
- 2023-03-22 20:10:03下载
- 积分:1
-
通过程序来检查硬盘空间,GetDiskFreeSpaceEx()API来调用系统实现。
通过程序来检查硬盘空间,GetDiskFreeSpaceEx()API来调用系统实现。-through procedures to check disk space, GetDiskFreeSpaceEx () API call systems.
- 2023-08-28 07:50:03下载
- 积分:1
-
Delphi实现窗体悬浮的例子,给初学者一些帮助
Delphi实现窗体悬浮的例子,给初学者一些帮助-Delphi Form suspended example, some help to beginners
- 2023-07-07 22:50:03下载
- 积分:1
-
的ks8995包含五个10 / 100物理层
The KS8995 contains five 10/100 physical layer
transceivers, five MAC (Media Access Control) units
with an integrated layer 2 switch. The device runs in
two modes. The first mode is a five port integrated
switch and the second is as a five port switch with the
fifth port decoupled from the physical port. In this
mode access to the fifth MAC is provided using a
MII (Media Independent Interface).
- 2022-02-10 04:57:09下载
- 积分:1