-
教务系统的实现,能够实现对学生、课程、教师、课程计划及课程表等信息的管理...
教务系统的实现,能够实现对学生、课程、教师、课程计划及课程表等信息的管理-Senate system implementation, be able to achieve on the students, curriculum, teachers, curriculum planning and curriculum information management, etc.
- 2022-04-27 08:17:09下载
- 积分:1
-
各种计算机数据类型的转换,深入透析基本数据类型在计算机中的存储方式...
各种计算机数据类型的转换,深入透析基本数据类型在计算机中的存储方式-A variety of computer data type conversion, in-depth basic dialysis data type in the computer storage
- 2022-02-15 12:45:06下载
- 积分:1
-
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function...
分析pe文件的信息,节表section信息,各种DATA_DIRECTORY位置,信息和资源信息,function imports table和function exports table-pe analysis of the information document, Table section Festival information, DATA_DIRECTORY various locations, information and resource information, function table imports and exports table function
- 2023-08-30 07:25:03下载
- 积分:1
-
本程序是一个偷取别人U盘里面的资料的程序,请勿用于非法用途...
本程序是一个偷取别人U盘里面的资料的程序,请勿用于非法用途-this procedure is a stolen U disk inside information on the procedures, please do not be used for illegal purposes
- 2022-02-12 04:26:17下载
- 积分:1
-
C++编程实例100篇
C++编程实例100篇
C++编程实例100篇
C++编程实例100篇-C++ Programming examples 100 C++ Programming examples 100
- 2022-05-17 10:06:39下载
- 积分:1
-
在数据集打开的情况下新增加一个字段,In the case of data sets to open and add a new field...
在数据集打开的情况下新增加一个字段,In the case of data sets to open and add a new field-In the case of data sets to open and add a new field
- 2022-04-10 05:14:33下载
- 积分:1
-
深入浅出动态库编程,文章详细介绍了动态库的理论,以及如何进行动态库编程...
深入浅出动态库编程,文章详细介绍了动态库的理论,以及如何进行动态库编程-Dynamic Library Programming in layman
- 2022-07-16 00:53:42下载
- 积分:1
-
C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!...
C/C++:如何在程序中加载JPG图片?看了本程序,你就差不多搞定啦!-C/C++: How in the procedure to load JPG images? Read the procedures, you almost get it!
- 2022-01-26 14:35:57下载
- 积分:1
-
prepared by the Linux kernel, which enables you to develop Linux understand
用C编写的Linux内核程序,可使大家对Linux系统开发有所了解-prepared by the Linux kernel, which enables you to develop Linux understand
- 2022-07-08 04:40:06下载
- 积分: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