-
一个简单的教学管理系统的源代码,计算机学院吉林大学…
一个简单的教学管理系统的源码,吉林大学计算机学院课程设计-A simple teaching management system source code, Jilin University School of Computer Science Curriculum Design
- 2022-03-17 19:14:59下载
- 积分:1
-
NT下的类似Unix下的su程序,可以使用其他用户账号和密码登录从而改变自己的存取权限...
NT下的类似Unix下的su程序,可以使用其他用户账号和密码登录从而改变自己的存取权限-NT similar Unix su procedure, may use other user
account numbers and the password registers thus changes own deposit
and withdrawal jurisdiction
- 2022-12-13 16:00:03下载
- 积分:1
-
一个设置并可实时监控NT虚拟内存大小的程序
一个设置并可实时监控NT虚拟内存大小的程序- An establishment and may the real-time monitoring NT
hypothesized memory size procedure
- 2023-08-20 18:45:03下载
- 积分:1
-
采用伙伴系统算法进行内存管理的原码,可以最大限度的避免内存碎片,同时提高内存分配效率 。...
采用伙伴系统算法进行内存管理的原码,可以最大限度的避免内存碎片,同时提高内存分配效率 。-a partnership system memory management algorithm for the original code, the maximum memory to avoid the debris, while improving the efficiency of memory allocation.
- 2022-05-29 10:51:38下载
- 积分: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
-
"Programming Windows" version example PASCAL (VC converted code)
《Windows 程序设计》PASCAL版示例(由VC代码转换而来)-"Programming Windows" version example PASCAL (VC converted code)
- 2022-02-02 18:05:50下载
- 积分:1
-
工资管理信息系统.rar
?ぷ使芾硇畔⑾低?rar
工资管理信息系统.rar...
工资管理信息系统.rar
?ぷ使芾硇畔⑾低?rar
工资管理信息系统.rar-Wage management information system. Rar?ぷso low ⑾ River硇Fu? Rar wage management information system. Rar
- 2022-12-16 14:25:03下载
- 积分:1
-
高级指纹分析算法源代码
开发环境:VisualBasic
高级指纹分析算法源代码
开发环境:VisualBasic-Advanced fingerprint analysis algorithm source code development environment: VisualBasic
- 2022-03-21 17:07:19下载
- 积分:1
-
push pop program for basic learning
push pop program for basic learning
- 2022-03-30 01:35:33下载
- 积分:1
-
本地IP查询程序,点击查询按扭,就可以轻松地实现本地IP查询的功能了...
本地IP查询程序,点击查询按扭,就可以轻松地实现本地IP查询的功能了-Local IP query, click Query button, you can easily realize the function of local IP query the
- 2022-05-08 15:57:17下载
- 积分:1