搜索资源列表
student-grade
- c语言实现 有N个学生,每个学生的数据包含学号(不重复)、姓名、三门课的成绩及平均成绩,试设计一学生成绩管理系统,使之能提供以下功能: (1) 成绩录入,插入后按学号自动排序,创建链表; (2) 成绩文件的存取,创建链表; (3) 成绩的多种查询、修改; (4) 成绩的多种统计、排序; (5) 学生增加、删除、列表。-there are N c language students, each student' s data contai
CHSORT
- HEAP 文件排序的 C 语言源程序代码 -HEAP C language source code file sorting
Tank-formation-change
- 为坦克变形C语言程序。文件包含最终测试结果。坦克在队形变换中,先计算随从坦克最终时刻与主坦克的相对位置关系,并且以主坦克为参考系,假设主坦克不运动的情况下,以输入的数据参数为指标,得出随从坦克在队形变换中所需要的加速度。-The tank deformation of C language program. File contains the final test results. Tanks in the formation change, the first time and the fin
MyDll2
- VC++2010调用易语言生成的DLL文件,还包括C++源码!-VC++2010 called easy language generated DLL files, including C++ source!
C_xercise
- a. C语言概述,C程序文件结构 b. 数据类型,运算符,表达式 c. 程序结构if, switCh, while等-a. C Language Overview, C program file structure b. data types, operators, expressions, c. program structure if, switCh, while, etc.
052
- 易语言linux内存操作源码例程程序使用c语言编写的动态库文件作为中介实现易语言在linux系统环境下的内存操作。 -Easy language Linux memory operation source routine procedures using C language dynamic library file as an intermediary to achieve easy language in the Linux system environment, the memory
一千多个易模块
- 易语言模块大全,总共1000余款易语言模块,c语言有自己的.h库文件,而易语言也有相应的模块文件,1000款模块库绝对是使用易语言编程朋友的必备资料。(Easy language module Daquan, a total of more than 1000 easy language modules, C language has its own.H library files, but also easy language module file corresponding, 1000 m
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库