搜索资源列表
student-grade
- c语言实现 有N个学生,每个学生的数据包含学号(不重复)、姓名、三门课的成绩及平均成绩,试设计一学生成绩管理系统,使之能提供以下功能: (1) 成绩录入,插入后按学号自动排序,创建链表; (2) 成绩文件的存取,创建链表; (3) 成绩的多种查询、修改; (4) 成绩的多种统计、排序; (5) 学生增加、删除、列表。-there are N c language students, each student' s data contai
xueshengguanlixitong
- 课程设计,学生信息管理系统,中南大学大一C语言课程设计 -Curriculum design, student information management system, Central South University freshman C language curriculum design
C-library-management-system
- C语言图书管理系统,注释明了,简单易懂,纯C语言,Visual C++环境编译。-C language library management system, comments clear, easy to understand, pure C language, Visual C++ compiler environment.
myfile
- C语言课程设计通讯管理系统 可以实现创建 删除 查找以及插入及保存通讯录等功能-C language curriculum design communication management system can create and insert and delete saved address book lookup functions
Manage
- 简单的C语言实现的职工信息管理系统,适应于初学者-Simple C language implementation of employee information management system
sales-management-system
- 使用C语言设计一个销售管理系统,实现数据的排序、统计、显示等功能-Using C language design a sales management system, to achieve the sort of data, statistics, and other display functions
家电销售管理系统
- C语言开发的家电维修管理系统, 可用作为C语言教学项目用(appliance maintenance management system based C lan)
sqlite3数据库操作示例
- SQLite,是一款轻型的数据库,是遵守ACID的关系型数据库管理系统,它包含在一个相对小的C库中。它是D.RichardHipp建立的公有领域项目。它的设计目标是嵌入式的,而且目前已经在很多嵌入式产品中使用了它,它占用资源非常的低,在嵌入式设备中,可能只需要几百K的内存就够了。它能够支持Windows/Linux/Unix等等主流的操作系统,同时能够跟很多程序语言相结合,比如 Tcl、C#、PHP、Java等,还有ODBC接口,同样比起Mysql、PostgreSQL这两款开源的世界著名数据库