搜索资源列表
学生成绩管理1
- 学生成绩管理系统,用C语言编写的,非常实用的1款小型软件,可以查询成绩,排名,总分,平均分等。-student performance management system, using the C language, very practical, a small software can find results, rankings, scores, the average grade.
学生信息管理系统111
- 这是一个运用C语言编写的功能相对强大的学生信息管理系统,具有添加、删除、查询、修改、排序等功能-This is a use of the C language function relatively strong student information management system, with add, delete, inquiries, modifications, sorting functions
学生管理系统(经典)
- 本程序是用C语言编写的实现了学生的管理与查询功能,其基本功能是管理员可以通过密码进入管理员系统,管理员可以对学生信息进行创建,删除,修改与增加的功能,还可以通过关键字进行查询的功能,和显示所有文件中的信息的功能;学生用户功能可以通过输入姓名或者学号查询其相关信息,相关信息包括学生成绩和其基本资料,学生用户没管理员的添加,创建和删除功能只有查询的功能。-this program is the C language achievement of students of management and
2进销存管理系统
- 本系统采用Visual C++语言编写,运用软件工程的思想, 采用面向对象分析、设计的方法学完成。通过建立系统的数据库,对象模型、动态模型、功能模型,设计界面窗口,算法结构,函数之间互相调用完成实现系统的功能。-the system using Visual C language, the use of software engineering, object-oriented analysis, the design methodology completed. Through the est
c_bank
- 一个c语言编写的一个简单的银行系统, 提供存款、取款、转帐的功能,主要有数据验证、文件操作-a language of a simple banking system, deposits, withdrawals, transfers of functions, data validation, file manipulation
学籍管理系统C语言版
- 学籍管理系统!利用C语言实现! 在构思基本模块时,订立了“读取文件到内存形成链表,对链表的操作,将内存的链表内容保存到文件”三大基本块。 读取文件:在main函数里完成。原理是,先检查文件指针是否在末尾,若否,则在内存开辟一个单位长度,在文件中读取单位长度数据入该空间中,并彼此构成链表。采取带参数的主函数,以保证保存文件的多样性。 对链表的操作:可分为插入(建立),删除,查找,修改,排序。五大基本功能。分别用五个函数完成。这里不一一描述。其中,删除,查找,修改都是要用到查找一个数据的操作。所以,
飞机订票系统课程设计C++源代码
- 这是一个用C++语言编写的课件设计,希望对大家有帮助!-This is a C language courseware design, we want to help!
c
- 用c语言编写的电力系统潮流计算程序,采用的方法是牛顿法,供大家分享-With c language power flow calculation program, using the Newton method is for everyone to share
xueshengchengjichaxun
- 学生成绩查询的简单系统,C语言编写。有学号、姓名、三门成绩,可以录入、查询、和修改。初学者学习用。-Student performance query simple system, C language. There are Student ID, name, 3 achievements, you can input, query, and modify. For beginners to learn to use.
c
- 用C语言编写了一个简单的销售管理系统,供大家参考! -Using C language, a simple sales management system for your reference!
C_sorce
- 学生信息查询代码,是大二时候做的课程设计作业,希望对大家有帮助,C++语言编写-Student Information query code, is done when the curriculum design sophomore work, we want to help, C++ language
C-program-for-Student
- 提供了一种C语言编写的学生成绩管理系统,包括成绩录入,成绩查询,成绩修改,删除学生等功能。介入时为用户界面。-Provides a C language student performance management system, including performance entry, query results, performance modification, deletion of students and other functions. Intervention in the us
Socere-Management
- 使用c语言编写的简单的成绩管理系统,文件不连接数据库,使用简单的文件操作。-Use the simple written in c language the performance management system.
C-donate
- 用C语言编写的学生的捐款信息管理系统。.-Donation management system.Written in C.
C-language-curriculum-design-case
- 书中有C语言编写的常见的游戏及应用程序,具体内容如下: 案例一 贪吃蛇游戏; 案例二 计算器; 案例三 黑白棋游戏; 案例四 迷宫问题; 案例五 扫地雷游戏; 案例六 速算24; 案例七 数据结构CAI系统; 案例八 进程调度; 案例九 存储管理分区分配算法; 案例十 通讯录; 案例十一 学生成绩管理; 案例十二 工资管理; 案例十三 图书借阅管理; 案例十四 教师工作量计算;-The book written in the C langu
LibrarySystem----with-C
- 这是一个简单的C语言编写的图书管理系统……包括增删查改学生信息,增删查改图书信息,借书,还书,计算逾期罚款等功能。最可用于c语言或数据结构的课程设计-This is a simple C language library management system ... including additions and deletions can change the student information, additions and deletions the investigation chang
C语言编写的图书管理系统图形化登录界面
- C语言编写图书管理系统的图形化登录界面设计
C++zbbcodes_veryhuo.com
- 应用C++语言进行编写的单位年度值班表源代码(The source code of the annual duty watch prepared by the unit)
pinjie
- 读写SEGY地震数据文件,使用C语言编写,在VS平台下即可运行(Read and write SEGY seismic data file)
c语言无人车
- 实现无人小车的轨迹指导。代码用vs编写,已有工程文件。