登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:Visual C++
  2. 代码类别:教育系统应用
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. cchaxun

  一个课程设计,有个菜单3个功能, 第一个功能是输入姓名,学号,数学成绩和语文成绩,并且储存,然后再确定是否继续.第二个功能的第一个小功能是输出所有已经输入的数学成绩按降顺序排列,然后可以选择返回上级菜单选择第二小功能升序排列所有输入的语文成绩,然后确定是否继续,第三就是功能是输入学号查询成绩,后在确定是否继续.所有的按照表格的形式打印(就是要控制什么空格的). (A curriculum design, there is a menu function 3, the first function is to enter the name, school number, math and language achievement, and storage, and then determine whether to continue. The second section features a small feature is the output of all input mathematics achievement by descending order, and then can choose to return to the higher level menu to select the second ascending order of all the small features of the language input results, and then determine whether or not to continue, the third is to study its function is to enter the query results, in determining whether or not to continue after. All forms of printing in accordance with the table (what is the need to control space).)

1
下载
103
浏览
2009-05-23发布

2. Arranger

  适用于高校的自动排课系统 MFC编程 实现教务半自动化(Apply to institutions of higher learning automatically Course Scheduling System Programming MFC semi-automation of the Senate)

186
下载
91
浏览
2009-05-20发布

3. 毕设做的交通仿真 CongSim

  毕业设计做的交通仿真软件 可以实现路网的创建及路段拥堵仿真(Graduation project so traffic simulation software to achieve the creation of network simulation and road congestion)

142
下载
126
浏览
2009-05-13发布

4. Straightcode

  直式程式码,将小学生除法式变为直式程式码。。(Straight code division will be primary and secondary school students into Straight-style code. .)

3
下载
93
浏览
2009-04-19发布

5. StuManageSuper

  使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。 管理员用户名为space,密码为19871025。 演示程序时可打开文件夹中的050704new,里面有测试数据。(Vc6.0 students to develop the use of management systems, including additions and deletions to search results and have administrator privileges, as well as columnar with pie charts and statistics and personal accomplishments achieved statistical classes (maximum performance, minimum performance, with an average grade) . Administrator user name space, password is 19871025. Demo program can open the folder 050704new, there are test data.)

10
下载
94
浏览
2009-04-13发布

6. vclibrarymanagerment

  vc++编写的图书管理系统,可实现删除添加查阅预定退还等功能(Library managerment)

6
下载
116
浏览
2009-04-01发布

7. SMS2

  描述学生管理系统的程序代码,通过此程序代码处理一些基本的关于学生成绩管理的问题(Description of Student Management System program code, through this program code deal with some basic grade students about the management of problem)

1
下载
108
浏览
2009-03-27发布

9. Multarget1

  自己做的一个雷达仿真的程序,毕业设计做的,由于时间的关系,做得比较简单,希望提出宝贵的意见(Own a radar simulation procedures, graduation project to do, because of the time the relationship between the relatively simple to do and hope for the valuable advice)

330
下载
84
浏览
2009-01-05发布

10. studentchooseclass

  简单的类与对象的内容,实现大学选课系统,实习课代码(Simple content classes and objects, the realization of the University of elective system, training classes code)

4
下载
87
浏览
2008-12-31发布

11. a4

说明:  编译课程设计的LR分析,比较强悍,可用~~可扩充(Compile the curriculum design of LR analysis, comparison tough, can be used ~ ~ can be expanded)

0
下载
72
浏览
2008-12-28发布

12. 8_7

说明:  计算机算法试题库问题,用最大流实现,运行正确(Computer algorithms questions Treasury issues, with the realization of maximum flow, operating correctly)

0
下载
97
浏览
2008-12-07发布

13. xsxxgl

   学生信息管理系统,实现了一般的操作,课程设计的一部分,个人感觉,还行把(Student Information Management System to achieve the general operation, part of the curriculum design, personal feeling, but also line)

2
下载
92
浏览
2008-07-09发布

14. SXWMIS

  双学位管理系统。。。 主要是对学院的第二专业进行管理,采用MFC+ADO ACCE(Dual-degree management system. . . Mainly on the college)

8
下载
106
浏览
2008-07-03发布

15. studentscore

  学生成绩管理系统,很好用,可以管理学生的成绩,实现多种功能(Student achievement management system, very good, and pupils can manage to achieve a variety of functions)

5
下载
166
浏览
2008-07-01发布

16. bookmanage

  图书管理系统 1、 每种图书的登记内容包括书名、书号、作者、现存量和总库存量。 2、 系统应实现的操作及其功能: 1、 采编入库:新购入一种书,经分类和确定书号之后编辑到图书账目中去,如果中书在账目中已经存在,则只将其库存量增加。 2、 清空库存:某一种书已无保留价值,将它从图书账目中注销。 3、 借阅:如果一种书的现存量大于零,则借出一本登记借阅者的图书证号和归还期限。 4、 归还:注销对借阅者的登记,改变该书的现存量。 5、 查找:实现按书号查找,按书名查找,按作者查找。 6、 查看:实现查看总库图书情况,查看图书借阅情况。(err)

9
下载
66
浏览
2008-06-25发布

17. StudentScore

  学生信息管理系统,具体内容,用VC6.0,MFC,成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作.. (Student information management system, specific content, using VC6.0, MFC, performance management system, using VC and SQL 2000 development, a very good system, users access the database according to different permissions, add, modify, query, delete, print, backup and restore database operation ..)

256
下载
145
浏览
2008-05-04发布

18. v

说明:  这也是师兄的毕业设计,具体的功能我也不清楚,因为我才大一,请见谅!!!!!!!不过是可以用来答辩的,完整的毕业设计,有源代码,可爱执行文件,文档资料.(This is also the senior)

0
下载
99
浏览
2008-04-10发布

19. xuesheng

  学生成绩管理系统,包括人名分类,成绩录入,成绩分析等内容。(Student achievement management system, including the names of persons classification, performance recording, performance analysis, etc..)

14
下载
64
浏览
2008-03-25发布

20. STUDENT

  学生成绩管理。能对一个班的学生的成绩进行存储,修改,查询。(Management of student achievement. A ban on student achievement store, modify, query.)

3
下载
90
浏览
2008-01-11发布