联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 教育系统应用(614) 

[教育系统应用] student

本程序是适合有c编程基础者使用,属于初学者开发程序1.有学生模块(成绩信息,个人资料等) 2.教师模块(教师资料,管理学生成绩等) 3.设一管理员,可对在校师生所有数据进行管理 4.采用双向链表实现数据的增删查改,采用文件保存数据信息
This procedure is suitable for those who have the basis of c programming, procedures 1. Student module (performance information, personal information, etc.) 2. Teacher module (teacher information, management student achievement, etc. Set up an administrator, can manage all the data of teachers and students in school 4. Using the double-linked list to achieve data additions and deletions check, use the file to save data information (2016-11-17, C/C++, 62KB, 下载2次)

http://www.pudn.com/Download/item/id/1479315641212884.html

[教育系统应用] library

编程实现一个简单的图书馆管理系统:功能包括 录入学生 录入书 借书 还书 显示库存情况 显示借书情况 class Student { long id string name void input() { cin>>id>>name } } class Book { long id string name string publication //出版社 int amount //数量 .......... } class Borrow//借书情况 { long id_student long id_book .............. } class Library { Student students[1000] Book books[5000] Borrows stu_book[1000] int n_student,n_book,n_student_book //学生数量,书的数量,学生借书记录的数量 public: void input_students(..){ students[i].input() } void input_books(){........} void input_borrow(....) {..... } } //主函数可以模仿多项式一题 void main() { Library l while(...) { print_menu() .......... } }
编程实现一个简单的图书馆管理系统:功能包括 录入学生 录入书 借书 还书 显示库存情况 显示借书情况 class Student { long id string name void input() { cin>>id>>name } } class Book { long id string name string publication //出版社 int amount //数量 .......... } class Borrow//借书情况 { long id_student long id_book .............. } class Library { Student students[1000] Book books[5000] Borrows stu_book[1000] int n_student,n_book,n_student_book //学生数量,书的数量,学生借书记录的数量 public: void input_students(..){ students[i].input() } void input_books(){........} void input_borrow(....) {..... } } //主函数可以模仿多项式一题 void main() { Library l while(...) { print_menu() .......... } } (2014-11-21, Visual C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/2659221.html

[教育系统应用] students--choosing-classes-system

关于学生选课系统的c语言编程。假定有n门课程,每门课程有课程编号、课程名称、课程性质、总学时、授课学时、实验或商机学时、血粉、开课学期等信息,学生可按要求(如总学分不得少于60)自由选课。
C programming language student elective system. Assume that there are n courses, each course course number, course name, course nature, total hours, teaching hours, the hours of the experiment or business opportunities, blood meal, semester, students upon request (such as not less than 60 total credits) free elective. (2013-05-01, Visual C++, 15KB, 下载3次)

http://www.pudn.com/Download/item/id/2223472.html

[教育系统应用] Person

(3) 设计一个基类Person,包含name和age两个数据成员;由它派生出学生类Student和教师类Teacher,其中学生类添加学号,教师类添加职称信息;每个类均有构造函数和析构函数;编程实现,并用一些数据进行测试。
(3) design a base class Person, contain the name and age of members of the two data derived student class Student and teachers class Teacher student class add student number, the teachers class add titles each class has constructor and destructor programming, and testing with some data. (2013-01-03, Visual C++, 76KB, 下载13次)

http://www.pudn.com/Download/item/id/2104662.html

[教育系统应用] autostumis

上个星期,经过朋友的介绍,接了一个小业务,就是为电力汽校写个简单的不能再简单的学员管理系统。其主要功能是学员记录的新建,修改,删除,学员考试上车时间的安排。该软件功能简单,主要使用到了ODBC数据库,Windows 标准控制等等基本的编程元素。非常适合初学者练习和参考,现在把它共享出来给大家,希望能跟大家更多的进行交流!
Last week, after the introduction of a friend, pick up a small business, write a simple no longer a simple student management system is to power steam school. Its main function is a new student record, modify, delete, students exam time arrangement of the car. The software features simple, the main use ODBC databases, Windows standard control basic programming elements. Very suitable for beginners to practice and reference, and share it out to everyone, hope u guys more exchanges! (2012-07-12, Visual C++, 196KB, 下载2次)

http://www.pudn.com/Download/item/id/1936351.html

[教育系统应用] testMyFrame

编程实现一个学生信息管理系统的图形界面。需要录入的信息包括学生学号、姓名、性别、出生年、月、日、年级以及是否联合培养。根据这些信息的性质选择使用不同图形组件来设计界面。当信息录入完毕后,将信息组合成一个字符串显示在界面上。
Programming a student information management system graphical interface. Need to input the information, including students learn number, name, sex, birth year, month, day, year and whether the co-culture. According to the nature of the information choose to use a different graphical design interface components. When the information input has been completed, the information is combined into a string displayed in the interface. (2011-11-27, Java, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1712305.html

[教育系统应用] Graduation-thesis

一个vb 学生成绩管理系统设计出学生成绩管理系统就是一个很好的解决方法。 本文通过用VB面向对象的编程环境编写学生成绩管理系统,利用软件工程原理,采用生命周期方法学,根据3NF的关系模式设计数据库表,用模块化设计方式将系统的各个功能模块层层分解,设计出系统的模块
A vb student performance management system design a student performance management system is a good solution. This paper by using VB object-oriented programming environment write student performance management system, using the software engineering theory, using lifecycle methodology, according to the relationship between 3NF database table, model design with modular design way modules of the system, design the system decomposition layers of the module (2011-05-24, Visual Basic, 2503KB, 下载5次)

http://www.pudn.com/Download/item/id/1544582.html

[教育系统应用] Dictionary-of-words-students

本词典是一套集成汉语小学生组词、诗人韵词、医学知识、专家词典为一体的小型电子工具软件,本软件方便于自助升级,并提供词典散件,也便于有兴趣者学习编程语言。...
The dictionary is an integrated group of words in Chinese primary school students, poets rhyme words, medical knowledge, the experts as one of the small electronic dictionary software tools to facilitate the self-help upgrade the software and provide dictionaries parts, but also to facilitate those interested to learn programming language. ... (2011-04-20, Visual Basic, 659KB, 下载7次)

http://www.pudn.com/Download/item/id/1498490.html

[教育系统应用] VB_thesis_student_achievement_management_system

本文通过用VB面向对象的编程环境编写学籍信息管理系统,利用软件工程原理,采用生命周期方法学,根据3NF的关系模式设计数据库表,用模块化设计方式将系统的各个功能模块层层分解,设计出系统的模块化结构;并根据系统的具体要求和需要实现的功能,详细地定义了各个模块的具体功能。
This article by object-oriented programming with VB was written using student information management system, using software engineering principles, using life-cycle methodology, according to 3NF' s Design for Relation Patterns database table, use the system' s modular design functional modules level by level to design the modular structure of the system and in accordance with the specific requirements of the system and the need to implement the functions defined in detail the specific functions of each module. (2010-06-23, Visual Basic, 367KB, 下载2次)

http://www.pudn.com/Download/item/id/1220595.html

[教育系统应用] 1

内存中从score开始的缓冲区存放30个学生的成绩,分数自己给定。请编程序统计中各个分数段的人数:<60,60-69,70-79,80-89, >=90。统计结果保存在以stat开始的连续5个字节的内存单元中
Memory storage buffer from the beginning score of 30 student achievement, scores its given. Please programmed statistics the number of segments each fraction: < 60,60-69,70-79,80-89,> = 90. Save results to stat in the beginning of five consecutive bytes of memory cell (2010-06-06, Asm, 1KB, 下载13次)

http://www.pudn.com/Download/item/id/1203886.html

[教育系统应用] frmTest

考试系统 用vb程序基于数据库平台。功能包括建立一个考试系统,有题目,答案选择(选择题4答案),考生可以选择上题、下题、选题、浏览答案等按钮,同时也可以交卷和不考,交卷后有答案记录,可以看到数据库的正确答案。实现的VB功能简单,适合于初学者。对VB的调试和编程有帮助。
Test systems vb program is based on a database platform. Features include a test system, there are questions, the answer choice (4 answer multiple-choice), the candidate can choose the title, under the title, topic, browse the answers button, but can also carry out an assignment and do not test, after handing in the answer record can see that the database right answer. VB function to achieve a simple, suitable for beginners. Debugging and programming of the VB help. (2010-05-25, Visual Basic, 96KB, 下载5次)

http://www.pudn.com/Download/item/id/1188416.html

[教育系统应用] student_management

本项目的目的为设计一个学生成绩管理系统,能够对学生成绩实行动态管理。 其要求如下: 1、 系统具有输入、显示、查询、删除、添加、修改、排序、保存、读取等基本功能。 输入功能:可以一次完成无数条记录的输入。 显示功能:完成全部学生记录的显示。 查询功能:完成按姓名查找学生记录,并显示各科成绩。 删除功能:删除一条学生记录或一门课程。 添加功能:添加一条学生记录或一门课程。 修改功能:可对某条记录进行修改。 排序功能:按学生总成绩或平均成绩进行排序。 保存功能:将学生记录保存。 读取功能:将保存在文件中的学生记录读取出来。 2、每一条记录包括一个学生的学号、姓名及各科成绩。 3、可对一个或多个班级的各科成绩进行统计分析,并以直方图或饼图的形式直观显示不同类型的统计结果。 4、系统具有清晰美观且易于操作的界面。 5、用VC语言、MATLAB编程或其他适宜的语言实现上述功能。
aaaaaaaaaaaa (2010-05-14, Java, 43KB, 下载31次)

http://www.pudn.com/Download/item/id/1172893.html

[教育系统应用] student

学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下: 1、 采取模块化方式进行程序设计,要求程序的功能设计、数据结构设计及整体结构设计合理。学生也可根据自己对题目的理解增加新的功能模块(视情况可另外加分)。 2、 系统以菜单界面方式(至少采用文本菜单界面,如能采用图形菜单界面更好)工作,运行界面友好,演示程序以用户和计算机的对话方式进行。 3、 程序算法说明清晰,理论分析与计算正确,运行情况良好,实验测试数据无误,容错性强(能对错误输入进行判断控制)。 4、 编程风格良好(包括缩进、空行、适当注释、变量名和函数名见名知意,程序容易阅读等);
student (2010-05-10, Visual C++, 6KB, 下载76次)

http://www.pudn.com/Download/item/id/1165780.html

[教育系统应用] stucourse

通过设计一个《学生成绩统计管理》,进一步熟悉C++中类的概念、类的封装、继承的实现方式。了解系统开发的需求分析、类层次设计、模块分解、编码测试、模块组装与整体调试的全过程,加深对C++的理解与Visual C++环境的使用:逐步熟悉程序设计的方法,并养成良好的编程习惯。
Through the design of a " student achievement statistics management," become more familiar with C++, the concept of classes, the class encapsulation, inheritance of implementation. Understanding of system development, needs analysis, class-level design, module decomposition, code testing, module assembly and commissioning of the entire process as a whole, to deepen the understanding of C++ and Visual C++ environment to use: become familiar with program design methods, and to develop good programming habits. (2009-12-23, Visual C++, 410KB, 下载5次)

http://www.pudn.com/Download/item/id/1015010.html

[教育系统应用] examinationsystems

使用VB.NET语言并通过ADO.NET连接数据库ACCESS中的数据库,进行可视化的窗体编程,而进行的基于网络的考试系统的开发。系统包括用户登录、注册、管理员管理、题库生成、题库管理、考生考试、考生查看结果等功能
ADO.NET using VB.NET language and connect to the database through the ACCESS database, visualization form programming carried out Web-based examination systems. System includes a user login, registration, the administrator management, and item bank generation, item bank management, candidates examination to see the results of other functions (2009-09-23, Visual Basic, 82KB, 下载12次)

http://www.pudn.com/Download/item/id/919399.html

[教育系统应用] Sourcecode

学生信息管理系统。对于学生信息,各班的班主任及学校领导由于各种分类和了解的需要,经常性地进行各种查询。例如:查询一个班级中团员的人数,男、女生的人数,住宿或通宿学生的人数等等。教导处在每一届学生进校时必须进行分班,设置学号;每一届学生毕业,要进行学生信息备份; 对于成绩管理,课任教师要进行本科目成绩登记,计算平均分、优秀率、及格率;班主任在期中考试和期末考试后计算本班学生总分,排名次;教导处要统计补考学生人数及相应名单,每学期进行学生成绩备份;学校领导则可通过查询工具来了解学生成绩情况。 对于课程信息,教导处每学期要进行课程安排、课任教师分配、一周课程安排、中途课程调整等等。
Student information management system. Information for students, class teachers and school leaders because of the various classification and know the needs of a variety of regular inquiries. For example: query a number of class members, boys and girls have the number of residential accommodation or pass the number of students and so on.教导处students at every school placement must be carried out, set up its study each session, graduate students, it is necessary to carry out student information to back up For performance management, class teachers to carry out any of the subjects grade registration, calculation of average hours, excellent rates, passing rates class at mid-term exams and final exam scores of students after the completion Bin, ranked second 教导处statistical make-up to the number of students and the corresponding list of students each semester to score back-up School Leaders can know through the query tool to score the situation of students. For course information,教导处ea (2009-03-07, Visual Basic, 1150KB, 下载68次)

http://www.pudn.com/Download/item/id/664434.html

[教育系统应用] sas

统计分析软件课程设计是专业必修的实践教学课程。通过课程设计使学生系统地了解SAS软件的基本统计分析功能和操作编程方法,掌握描述统计、假设检验、回归分析和方差分析等统计方法,并将此方法运用于社会经济问题的管理、决策及因素分析中。使学生了解当前统计方法应用的前沿和热点问题。
Statistical analysis software, curriculum design is a professional practice of compulsory courses. Curriculum design through the system so that students understand the SAS statistical analysis software, the basic function and operation of programming, master descriptive statistics, hypothesis testing, regression analysis and analysis of variance and other statistical methods, this method will be applied to the management of socio-economic problems, factor in decision-making and analysis. To enable students to understand the current application of cutting-edge statistical methods and hot issues. (2008-12-16, Others, 58KB, 下载6次)

http://www.pudn.com/Download/item/id/607270.html

[教育系统应用] design

微机接口课程设计,doc格式。通过这次课程设计使我充分理解了8253和8255两个芯片的工作原理,知道了音乐发声器的硬件和软件的实现过程,并且通过自己动手编写的程序来控制音乐发器的工作,我感到非常有成就感,也锻炼了我的编程能力。
Computer Interface curriculum design, doc format. Through this curriculum design so that I fully understand the 8253 and 8255 the two chips working principle, know the music audible signal device hardware and software realization of the process, and through their own written procedures to control the musical Hair, I is very rewarding, but also exercise my programming ability. (2008-09-21, Visual C++, 24KB, 下载45次)

http://www.pudn.com/Download/item/id/549893.html

[教育系统应用] administrators

若已安装Jbuilder X,则可以直接用Jbuilder X打开.jpx文件,在编程环境中就可以直接运行 文件共有四个目录: (1)ProductManager----------为产品管理,其中的.jpx文件为工程文件。 (2)BookManager-------------书籍借阅管理系统 (3)StudentMS-----------------学生管理系统 (4)House -----------------------房产管理系统
If the installation of Jbuilder X, you can directly use Jbuilder X open. Jpx documents, in the programming environment can be directly run on the file directory, there are four: (1) ProductManager for product management, of which. Jpx document for the project file. (2) BookManager- books to borrow Management System (3) StudentMS- Student Management System (4) House- Real Estate Management System (2007-07-24, Java, 2271KB, 下载5次)

http://www.pudn.com/Download/item/id/311260.html

[教育系统应用] java12

是用jbuilder9做的一个简单程序。单窗体,有添加删除查询更新几个功能,用的是SQL Server数据库。服务器名local 用户名sa 密码hunterd.(不要忘了改数据源和导入数据) 第一次用java 和jbuilder编程,可能还有些问题吧。
is jbuilder9 do a simple procedure. Single Form, adding to delete several inquiries update function, using the SQL Server database. Server name local user name hunterd sa password. (Do not forget to change into data sources and data) with the first and JBuilder java programming, and it is likely some issues now. (2005-12-13, Java, 81KB, 下载18次)

http://www.pudn.com/Download/item/id/132880.html