-
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。...
目的:
这个程序演示要体现内核的内存分配思想的策略。为此,设计了
内存的分配和回收,完成一系列动作。-Objective: To demonstrate this process to reflect the core idea of the memory allocation strategy. To this end, the design of the memory allocation and recovery, to complete a series of action.
- 2022-08-07 23:20:09下载
- 积分: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
-
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,ODBC动态创建源代码...
基于C++BUILDER环境,初学者很适用,代码简单易懂,对学习和借鉴有很大好处,可移植很强,我测试的版本是BCB60,ODBC动态创建源代码-Based on the C++ BUILDER environment is applicable for beginners, easy-to-understand code, and has a lot to learn from the benefits of highly portable, I tested version BCB60, ODBC dynamic creation of source code
- 2022-01-28 08:19:40下载
- 积分:1
-
加密输入表
这是我在学习PE文件的时候 写的一个 加密输入表的 代码
本人 最近想写一个反汇编引擎 但是总是没法成功 希望懂的人能联系Q997806506
- 2022-01-25 16:51:48下载
- 积分:1
-
查看NT的事件日志记录的程序
查看NT的事件日志记录的程序-Program which can watch log of NT events
- 2022-10-06 20:10:08下载
- 积分:1
-
使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。...
使用Csharp基于.net framework2.0做的一个时钟程序,供初学者参考。-The use of C sharp. Net framework2.0 to do a clock program for advanced users.
- 2023-05-21 09:55:03下载
- 积分:1
-
windows rakion inject dll
windows rakion inject d-windows rakion inject dll
- 2022-10-19 16:10:02下载
- 积分:1
-
数值计算方法中的各种算法流程及源程序包括雅可比迭代
数值计算方法中的各种算法流程及源程序包括雅可比迭代-Numerical methods in a variety of algorithmic process and source code
- 2022-08-19 09:03:47下载
- 积分:1
-
Betwin windows multi
Betwin windows多用户远程桌面管理-Betwin windows multi-user remote desktop management
- 2022-09-14 07:25:03下载
- 积分:1
-
vbapi function description. Vb which contains all the instructions for use of th...
vbapi函数的说明。包含了所有的vb当中的api函数的使用说明-vbapi function description. Vb which contains all the instructions for use of the api functions
- 2022-03-15 09:26:19下载
- 积分:1