-
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
-
在特权级(环0)下的一个挂钩源码,汇编实现
在特权级(环0)下的一个挂钩源码,汇编实现-In the privilege level (ring 0), under a linked source, compile the realization of
- 2022-04-11 11:34:19下载
- 积分:1
-
在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能...
在MFC中实现内存诊断,内存泄漏检测,转存内存状态统计等功能-in MFC diagnosis of memory, the memory leak detection and memory transfers state statistical functions
- 2022-02-11 20:22:53下载
- 积分:1
-
是介绍一个关于系统管理进程的源代码
具体有书可以参照,课程设计...
是介绍一个关于系统管理进程的源代码
具体有书可以参照,课程设计-is to introduce a system of the management process for the source code has to be a specific reference, curriculum design
- 2023-03-03 13:50:04下载
- 积分:1
-
智能指针,很好的vc支持代码, 适合vc开发人员
智能指针,很好的vc支持代码, 适合vc开发人员-smart pointer, good vc support code for developers vc
- 2022-03-07 21:21:47下载
- 积分:1
-
一个远线程插dll到目标进程,非常简单的例子,非常适合初学者...
一个远线程插dll到目标进程,非常简单的例子,非常适合初学者-A long thread is inserted dll to the target process, a very simple example, very suitable for beginners
- 2022-09-02 00:15:03下载
- 积分:1
-
The operating system in the experiment: the file system, for users to operate th...
操作系统中的实验:文件系统,对用户的各文件进行操作,注册登录的用户、用户对文件进行的操作-The operating system in the experiment: the file system, for users to operate the various documents, registered logged in users, the file operation
- 2022-03-04 22:59:37下载
- 积分:1
-
注册表操作的COM组件,该组件封装了注册表操作类,可以vb等支持COM的开发环境中读写注册表...
注册表操作的COM组件,该组件封装了注册表操作类,可以vb等支持COM的开发环境中读写注册表-registry operation of the COM components, the components of the package registry operations, as can vb COM support the development environment to read and write registry
- 2023-01-18 03:50:04下载
- 积分:1
-
他的一个简短的介绍如何使用EL梁库
his a short introduction how to use the El Beem library
and API.
This release supports two versions that can be built:
- a standalone test program that runs a small fluid simulation
- a command line executable, that can be used to run fluid
simulations using a text file for setup.
To successfully compile you should have the following software installed:
- a Linux/BSD systems with
- gcc (3.4 or higher recommended)
- the zlib libaries and headers.stay
- 2022-08-12 18:50:10下载
- 积分:1
-
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用...
一个如何作内存映射的程序,同过一个范例说明内存映射函数的使用-A demo program about MMF
- 2022-06-19 03:50:06下载
- 积分:1