-
Socket TCP UDP
- 2022-11-19 11:55:04下载
- 积分: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
-
Wrappit
Wrappit - a DLL proxy wrapper for hooking DLL calls or injecting code.-Wrappit- a DLL proxy wrapper for hooking DLL calls or injecting code.
- 2022-03-18 08:13:29下载
- 积分:1
-
Fit the full commissioning of the major colleges students dormitory management a...
适合各大中专院校全面启用学生宿舍管理和日常登记工作!-Fit the full commissioning of the major colleges students dormitory management and day-to-day registration!
- 2023-07-16 08:05:03下载
- 积分:1
-
完成对注册表的查询,电脑名查询,支持网络查询等。绿色软件无需安装。...
完成对注册表的查询,电脑名查询,支持网络查询等。绿色软件无需安装。-Completion of the registry query, the computer name inquiries, support networks and other inquiries. Green without having to install software.
- 2022-01-30 12:04:30下载
- 积分:1
-
VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。...
VC写的,一个读取硬盘序列号与CPU序列号的DLL,大家可以利用它来为自己的软件提供保护机制。-VC written by a reader drives and CPU serial number sequence, the DLL, you can use it for its own software to provide protection mechanisms.
- 2022-09-08 04:25:02下载
- 积分:1
-
< MFC经典问答>>是微软类库经常遇到的问题,多达130条,采用问答的形式,通过对这些代码的研究可以灵活掌握MFC的操作,比如视图,窗体,对...
< MFC经典问答>>是微软类库经常遇到的问题,多达130条,采用问答的形式,通过对这些代码的研究可以灵活掌握MFC的操作,比如视图,窗体,对话框,注册表等操作。本代码为视图和框架窗口的代码-
- 2023-01-19 08:55:03下载
- 积分:1
-
的情况下,你可以看到窗口通道托盘过程中一般的措辞,shell_not…
通过本案例可以看到窗口托盘程序的一般措辞,Shellu NotifyIcon托盘程序是编写非常重要的API函数。
- 2022-11-08 02:00:03下载
- 积分:1
-
CriticalSections的实现,见仁见智,如果你有这方面的需要,它一定能帮你的忙...
CriticalSections的实现,见仁见智,如果你有这方面的需要,它一定能帮你的忙-CriticalSections the realization of a matter of opinion, if you have needs in this regard, it will certainly help you a favor
- 2022-05-26 00:53:58下载
- 积分:1
-
通过操作注册表,可以设置windows默认打印机
通过操作注册表,可以设置windows默认打印机-Through the operation of the registry, you can set the windows default printer
- 2023-07-23 02:05:04下载
- 积分:1