搜索资源列表
学生成绩管理系统(完全自己做的
- 呵呵,帮同学做的一个C语言课程设计 学生成绩管理系统(完全自己做的) 功能:成绩录入,按成绩排序,查询各分数段的学生, 用菜单实现功能。 -----作者:小鲨-A student score management system for course paper. Function: input, sort, query, all function controlled through menu.
仓库管理系统(C语言)
- 一个仓库管理系统,用C语言编写的,之前做过学生成绩管理系统与此有相同的地方。采用结构体数组,具有输入商品,排序的功能,用菜单实现查询,学习C语言的好程序-a warehouse management system using the C language, the students did before the performance management system with the same place. Using the structure of the array, with the
sushe
- 用c语言写的一个学生宿舍管理系统,数据结构是 用链表。输入学生信息和计算机给学生自动分配宿舍,没有考虑男女宿舍
Croom
- 所使用的SQL Server2000的企业管理器和Visual C#的开发语言。详细介绍了学生公寓智能化管理系统从需求分析,数据库设计,总体设计,详细设计的全部过程,并提供了本系统的使用说明书。对其中的问题
大堆常用C源码
- 都是C语言常用的算法-C language is commonly used algorithm
c_system
- 用C 语言程序做的家庭财务管理系统、猜数字游戏、学生成绩管理系统,很实用的。-Using C language program to do the family financial management system,猜数字game, their performance management system, very practical.
StudentScore_manage_system
- 这是一个用C++实现的简单的学生成绩管理系统,基本上设计了C++语言的所有语法知识。-It s a simple students score manage system. In this system,you can see all kinds of C++ grammar.
c
- C语言版的学生管理系统,对大家很有用!大家可以下载下来进行参考!-C language version of the student management system, useful for everyone! You can download for reference!
123
- 利用C语言编写的学生成绩管理系统,能够实现对学生成绩的输入、输出、查询、更改等功能。 -Using C language of student achievement management system that can achieve results on the student input, output, query, change and other functions.
student
- 主要是一个用C语言做的一个小型的学生管理系统,基本内容里面有介绍-- -Mainly a small student management system, a C language and the basic content of which is described-
Kaowutong
- 这是本人刚上大学的第一个作品,适合C语言初学者交流学习使用,这个源码是一个关于学生信息管理系统的一个简单的控制台版本,里面包含全部的开发阶段的文档资料,欢迎下载使用。-This is the first work I just go to college, suitable for the exchange of the C language for beginners learning to use this source code is a simple console version of
C语言课程设计_学生成绩管理系统-完美运行代码.doc
- C语言课程设计_学生成绩管理系统-完美运行代码.doc
Student-management-systemODBC
- 学生管理系统 主要是开发语言是c++语言-Student management system is the development of language is the language c++
学生管理系统
- C语言实现学生管理系统源码,C语言初学者的进阶必备(Student Management System Based C)
address_list
- 学生成绩管理系统源码(用文件、动态链表等实现)(Student achievement management system)
学生管理系统(链表)
- 在Dev-c++上编译的简单学生管理系统,适用于链表初学练习者(Student management system)
StudentMGMain classes
- 这是一款简单的学生管理系统。(This is a simple student management system.)
新建文件夹 6
- 学生管理系统 能够统计每个学生三门功课成绩并显示; 能按学生号查询其三门学功课成绩并显示; 能浏览全部学生成绩; 能按总成绩由高到低显示学生成绩(Student management system To be able to count the three subjects of each student and show them. It can be found and displayed on the student's number. Can browse al
学生信息管理系统
- 基本于vs的C语言的学生管理系统,简单版(easy student system from vs)
学生管理系统C语言实现
- 基于C语言实现1插入学生信息2遍历学生信息3查找学生信息4删除学生信息5按学号排序6逆序排序等功能