搜索资源列表
-
1下载:
编写一程序,统计学生的成绩信息(保存在文件Score.dat中)。
要求:
1. 能按总分,数学成绩,英语成绩,计算机成绩分别排序
2. 能分别统计数学,英语,计算机中不及格人数
3. 能按学号查找学生,并显示该学生信息。
注
1. 从文件中读入数据以及功能菜单显示已在文件ReadData.c 和Menu.c中给出;
2. 代码的总体结构已在文件Score.c中给出,并定义了一些函数头,但有关函数体代码和一些主程序处理代码要求学生填写,也可以修改函数头;
-
-
0下载:
C2000软件开发基础.doc
例1、SCI寄存器的宏定义
例2、采用宏定义方法访问SCI寄存器
例3、SCI寄存器文件结构定义
例4、SCI寄存器文件结构变量
例5、将变量分配到数据段
例6、将数据段映射到寄存器对应的存储空间
例7、通信控制器和控制寄存器1的位定义
例8、通信控制器和控制寄存器1的共同体定义
例9、使用共同体定义寄存器文件结构体
例10、在C/C++中使用位区操作寄存器
例11、TMS320X280x PCLK
-
-
0下载:
这个是使用delphi开发的c/s结构的程序,使用的是delphi自带的MIDAS,服务器使用了第三方控件TrayIcon,客户端使用了Ehlib和VCLSkin,数据传输时是压缩传输,使用了窗口继承。皮肤文件是保存在Dll中加载的。使用的数据库是SQL2-This is a delphi development of the use of c/s the structure of the procedure, using a delphi own MIDAS, the server uses
-
-
0下载:
数据结构的全部C语言算法实现,里面有详尽的多种算法实现-All C language data structure algorithm, there are many algorithms in detail
-
-
0下载:
是《数据结构》面向对象与方法与C++语言描述的关于线性表的类库源代码,在做图表题诗可以使用-Is a " data structure" and the method of object-oriented language with C++ class library described in the source code on the chart, in the poem can make graph
-
-
0下载:
Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
-
-
0下载:
Memory Allocation in C-write part of a dynamic storage allocationpackage. The package provides three function calls: void initalloc(), toinitialize the data structures involved char* alloc(int n), which returnsa pointer to a block of n chars when ca
-