-
这是一个c++的编程学习软件,可能对大家有用,
这是一个c++的编程学习软件,可能对大家有用,-c This is a learning software programming, may be useful for all,
- 2023-08-05 16:05:03下载
- 积分:1
-
Convenient tool for forcing the active internet connection without the need for...
Convenient tool for forcing the active internet connection without the need for unnecessary intervention. Extremely simple codes
- 2022-12-29 18:50:03下载
- 积分: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
-
- 2022-03-07 21:38:28下载
- 积分:1
-
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T...
此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),T -This code demonstrates how to use function CreateToolhelp32Snapshot API system is currently the process of enumeration. And how to use HANDLE OpenProcess (...), T
- 2022-02-27 00:57:00下载
- 积分:1
-
AFX Rootkit 2005 by Krautrock http :// www.iamaphex.net aphex@iamaphex.net WARN...
AFX Rootkit 2005 by Aphex
http://www.iamaphex.net
aphex@iamaphex.net
WARNING -> FOR WINDOWS NT/2000/XP/2003 ONLY!
This program patches Windows API to hide certain objects from being listed.
-AFX Rootkit 2005 by Krautrock http :// www.iamaphex.net aphex@iamaphex.net WARN ING-
- 2023-02-15 17:50:04下载
- 积分:1
-
brew mediaplayer sample代码
brew mediaplayer sample代码-brew mediaplayer sample code
- 2022-02-14 20:29:13下载
- 积分:1
-
C++编程实例100篇
C++编程实例100篇
C++编程实例100篇
C++编程实例100篇-C++ Programming examples 100 C++ Programming examples 100
- 2022-05-17 10:06:39下载
- 积分:1
-
列举windows任务管理器中所有运行的进程
列举windows任务管理器中所有运行的进程-Windows Task Manager list of all running processes
- 2022-02-05 19:43:27下载
- 积分:1
-
该程序可以写出 first集和分follow集自己打开看就知道
该程序可以写出 first集和分follow集自己打开看就知道-The program can write the first set and the sub-set of their own follow open to see that
- 2022-08-24 19:11:24下载
- 积分:1