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

[教育系统应用] 图书管理系统

本软件采用access数据库,有学号管理,图书管理,借阅管理。适用于单位,机关,院校等部门的图书馆管理软件,具有简单易用,高效安全,界面友好等诸多优点,借书、还书、管理图书、管理用户等一般操作。数据查询为您提供:借阅情况,书库查询,学号查询来方便您的查询。系统具有安全的数据库备份方案,简单易用,采用多文档窗体,VB数据库编程。
This software adopts access database, including student number management, book management and loan management. The library management software is suitable for units, institutions, colleges and other departments. It has many advantages, such as simple and easy to use, high efficiency and safety, friendly interface, etc., and general operations, such as borrowing, returning, managing books, managing users, etc. Data query provides you with: loan information, library query, student ID query to facilitate your query. The system has a safe database backup scheme, which is simple and easy to use. (2020-02-11, Visual Basic, 136KB, 下载0次)

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

[教育系统应用] class-design

面向对象程序设计课程设计是集中实践性环节之一,是 学习完《 面向对象程序设计》 课程后进行的一次全面的综合练习。要 求学生达到熟练掌握C++语言的基本知识和技能; 基本掌握面向对象程序设计的思想和方法;能够利用所学的基本知识和技能,解决简单 的面向对象程序设计问题,从而提高动手编程解决实际问题的能力。尤其重视创新思维 培养。
Object-oriented programming course is designed to focus one of the practical aspects, is learning End " object-oriented programming," a full and comprehensive training course conducted after. Requires students to achieve proficiency in the language C++ basic knowledge and skills basic grasp of ideas and methods of object-oriented programming basic knowledge and skills to take advantage of what they have learned to solve a simple problem of object-oriented programming to improve hands-programming to solve practical problems Ability. With particular emphasis on cultivation of creative thinking. (2015-12-24, Visual C++, 316KB, 下载1次)

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

[教育系统应用] Student

编程实现: 1)编写Student类,主要属性包括学号、姓名、成绩 2)编写Score类,主要属性包括:课程、成绩 3)模拟期末考试的成绩统计应用场景,要求可以输入所有成 绩(可以界面输入,也可以Excel导入),要求输出每门课程的所有学生的平均成绩。 4)输出某门课程的最高成绩,最低成绩 5)可以查询某个学生的所有成绩。
Programming: 1) preparation of the Student class, the main attributes include Student ID, name, performance 2) to prepare Score category, key attributes include: curriculum, achievement 3) statistical simulation of the final exam scenarios, requirements can enter all the results (you can input interface, you can also import Excel), required output of all students in each course grade point average. Highest score 4) output of a course, the lowest score 5) can check all the results of a student. (2015-12-16, Java, 664KB, 下载32次)

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

[教育系统应用] 2.6

这是一个汽车信息管理系统的编程,主要实现以下功能: 1、 记录汽车的基本信息,主要包括:汽车编号、品牌、型号、配置、参数、油耗、报价等; 2、 可以修改和删除汽车信息; 3、 可以按汽车品牌、型号、报价范围等条件进行查询; 4、 用户根据车型、外观、性价比、油耗、安全等方面进行评分,系统统计其综合得分; 5、 同品牌车按照报价从低到高排序。
This is a programming vehicle information management system to achieve the following functions: 1, record the basic information of the car, including: car number, make, model, configuration, parameters, fuel consumption, prices, etc 2, you can modify and delete vehicle information 3, can be queried by car brand, model, price range and other conditions 4, the user score based on model, appearance, cost, fuel consumption, safety and other aspects of its composite score system statistics 5, the same brand car sorted according to quotes from low to high. (2013-12-12, C++, 3236KB, 下载4次)

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

[教育系统应用] Student-score-management-system

编程建立学生成绩管理系统。要求具有以下功能:一个学生的信息包括学号、姓名、英语成绩、语文成绩、数学成绩,要求输入每位学生的信息并显示这些信息;同时计算每位学生的总分即英语、语文、数学成绩之和,并对输入的若干学生按总分排名,按总分名次输出每位学生及其信息;最后计算这些学生的英语平均分、语文平均分和数学平均分,并输出结果。
Programming establishment of student achievement management system. Required to have the following features: a student information including student number, name, English, language scores, math scores, each student asked to enter information and display this information also calculated that the total score for each student in English, language, mathematics achievements of, and input ranked according to total number of students, according to their overall ranking output information for each student final calculation of these students' English average, language and math average average, and outputs the result. (2013-11-11, Visual C++, 141KB, 下载1次)

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

[教育系统应用] xuejiguanlixitong

学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操作:用SQL企业管理器还原数据库来导入数据 访问本地数据库服务器,密码是自己设置的那个,操作schooldata数据库的用户名和密码相同。 主要用ADO访问数据库,和几个显示数据的控件Treectrl,listctrl,datagrid等程序中有几个BUG还没解决, 四、实现功能: 操作:在选择查询条件:选择一个,tree控件里显示相关信息 可以在tree控件里单击来显示每个ITEM,每个ITEM相关信息显示在LIST控件内 双击LIST控件显示具体信息 也可以在窗口里单击右键或操作菜单具体操作 五、主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程”等信息-err
主要功能: 查询,添加,删除,显示“学院,各系,班级,学生,教师,社团,课程” (2013-07-10, C++, 1888KB, 下载4次)

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

[教育系统应用] test_3_2

请编程如下,从键盘输入N名学生的3门成绩(数学、语文、英语),分别统计每个学生的平均成绩和总成绩,然后分别按照平均成绩和总成绩从大到小输出。(在主函数中输入N的值(通过带参数的主函数获取),四个子函数求平均成绩、总成绩、平均成绩从大到小输出、总成绩从大到小输出。 注:提示,此题需要用结构体、指针实现。
Please programming follows N students in three grades (mathematics, language, and English), the input from the keyboard, the statistics of each student' s grade point average and a total score, then according to the average scores and the total score from largest to smallest output. (The value of N (acquisition) with the main function of the parameters are entered in the main function, four subfunctions averaging results, total score and grade point average from largest to smallest output total score from largest to smallest output Note: prompt, this title need to achieve with the structure, the pointer. (2012-11-15, Unix_Linux, 1KB, 下载1次)

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

[教育系统应用] VBstudent

由于本系统管理的对象单一,都是在校学生,且每个数据内容具有较强的关联性,涉及的计算过程不是很复杂。因此,比较适合于采用数据库管理。且学校用于学生管理的微机都是PIII以上的机器,在存储量、速度方面都能满足数据库运行的要求。在技术难度方面,由于有指导老师的指导和相关参考文献,特别是网上资料,特别是参考其它程序的功能,因此完全可以实现。 数据库是MIS中的重要支持技术,在MIS开发过程中,如何选择数据库管理是一个重要的问题,目前,数据库产品较多,每种产品都具有各自的特点和适用范围,因此,在选择数据库时,应考虑数据库应用的特点及适用范围,本系统选用的数据库语言介绍如下: Visual Basic是一种可视化的、面对对象和条用事件驱动方式的结构化高级程序设计,可用于开发Windows环境下的种类应用程序。它简单易学、效率高,且功能强大。在Visual Basic环境下,利用事件驱动的编程机制、新颖易用的可视化设计工具,可以高效、快速地开发出Windows环境下功能强大、图形界面丰富的应用软件系统。
由于本系统管理的对象单一,都是在校学生,且每个数据内容具有较强的关联性,涉及的计算过程不是很复杂。因此,比较适合于采用数据库管理。且学校用于学生管理的微机都是PIII以上的机器,在存储量、速度方面都能满足数据库运行的要求。在技术难度方面,由于有指导老师的指导和相关参考文献,特别是网上资料,特别是参考其它程序的功能,因此完全可以实现。 数据库是MIS中的重要支持技术,在MIS开发过程中,如何选择数据库管理是一个重要的问题,目前,数据库产品较多,每种产品都具有各自的特点和适用范围,因此,在选择数据库时,应考虑数据库应用的特点及适用范围,本系统选用的数据库语言介绍如下: Visual Basic是一种可视化的、面对对象和条用事件驱动方式的结构化高级程序设计,可用于开发Windows环境下的种类应用程序。它简单易学、效率高,且功能强大。在Visual Basic环境下,利用事件驱动的编程机制、新颖易用的可视化设计工具,可以高效、快速地开发出Windows环境下功能强大、图形界面丰富的应用软件系统。 (2012-11-11, Visual Basic, 1062KB, 下载2次)

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

[教育系统应用] CtrlListDatabase

本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.rar”请同学们结合ADO.NET课程内容自主学习,将所学到的技术应用到项目实训中。
In this paper, " Student Information Management" system prototype as an example, describes how to use ADO connection MFC database programming, and gives sample code. The following section describes how the contents of the first four databases using ADO connection, turn off the data, and how to execute sql statements in a different manner commonly used in select statements. Section V describes how to use Datagrid control: the establishment of _RecordsetPtr object and Datagrid binding between controls, the contents of the object by changing the _RecordsetPtr update the database tables. The contents of the first four sections, please reference code " CtrlListDatabase.rar" , please refer to section V, " Datagrid.rar" ask someone with ADO.NET independent study course, will have learned techniques to project training in . (2011-05-31, DOS, 2463KB, 下载27次)

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

[教育系统应用] SQL_Training_Course_Design_Manual

本文较为详细地阐述了开发方法与开发步骤,并对于教学管理系统从需求分析、功能分析、系统数据库设计等方面给出了较为全面、完整的系统设计方法,,按照数据库设计理论一步一步地给出了系统需求说明书、全局ER图、建立了数据库.然后进行了具体的程序设计,设计充分利用SQL数据库技术的强大力量,提高了编程效率和可靠性。四个模块分别为教师基本信息模块、学生基本信息模块、成绩基本信息模块、课程基本信息模块。
This more detailed description of the development method and development process, and for teaching management system from requirements analysis, functional analysis, system design, the database gives a more comprehensive, integrated system design approach, according to database design theory step by step to out the system requirements specification, global ER diagram, build a database. and then a specific program design, design take full advantage of the power of SQL database technology to improve the programming efficiency and reliability. Four modules are basic information modules for teachers, students basic information module, basic performance information module, course basic information module. (2010-06-13, SQL, 184KB, 下载11次)

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

[教育系统应用] n

编程建立学生成绩管理系统。要求具有以下功能:一个学生的信息包括学号、姓名、英语成绩、语文成绩、数学成绩,要求输入每位学生的信息并显示这些信息;同时计算每位学生的总分即英语、语文、数学成绩之和,并对输入的若干学生按总分排名,按总分名次输出每位学生及其信息;最后计算这些学生的英语平均分、语文平均分和数学平均分,并输出结果。
Programming build student achievement management system. Requires the following features: a student information including student number, name, English achievement, language achievement, mathematics achievement, asked to enter each student' s information and displays the information also calculated the total score for each student that is in English, Language, Mathematics results of and, and enter the number of students ranked by total score, according to the overall ranking for each student and the information output finally calculate the average of English, language and math average score average score, and output. (2010-06-02, C/C++, 143KB, 下载1次)

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

[教育系统应用] xinxiguanlixitong

因此本人结合开入式图书馆的要求,对ACCESS 2000数据库管理系统、SQL语言原理、Visual Basic应用程序设计,Visual Basic数据库技术进行了较深入的学习和应用。主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。设计充分利用Visual Basic 6.0、ACCESS 2000数据库技术的强大力量,提高了编程效率和可靠性。论文主要介绍了本课题的开发背景,所要完成的功能和开发的过程。
So I combination open into the request of the library, and I have studied the ACCESS 2000 DBMS、SQL language、VB’s procedure design、VB’s Database technique The design share profits to use the Visual Basic 6.0, ACCESS 2000 database technique of strong strongly measure, increased the plaitthe efficiencied with the dependable. (2009-11-17, Visual Basic, 1254KB, 下载7次)

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

[教育系统应用] ww

编写一个Person类,具有姓名和年龄两个保护型成员变量,并由其构造函数赋初值。再编写一个Student类,它从Person类公有派生而来,具有私有的成员变量学号和成员对象入学日期,其中入学日期是Date类的对象。编程完成由Student类定义对象,并构造这个对象,最后输出这个学生的姓名、年龄、学号和入学日期。
The preparation of a Person class, with the name and age of the members of the two protective variables, given by the initial value of its constructor. To prepare a Student type, which derived from the Person category from the public, with private member variables and member of school enrollment target date, admission date which is the object of type Date. Completed by the Student Programming object class definition and structure of the object, the final output of the student' s name, age, school, and enrollment dates. (2009-06-09, Visual C++, 216KB, 下载2次)

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

[教育系统应用] lunwen

图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。 因此本人结合开入式图书馆的要求,对MS SQL Server2000数据库管理系统、SQL语言原理、VB 6.0应用程序设计,VB 6.0数据库技术进行了较深入的学习和应用,主要完成对图书管理系统的需求分析、功能模块划分、数据库模式分析,并由此设计了数据库结构和应用程序。系统运行结果证明,本文所设计的图书管理系统可以满足借阅者、图书馆工作人员和高级管理员三方面的需要。 设计充分利用VB 6、MS SQL Server2000数据库技术的强大力量,提高了编程效率和可靠性。
err (2009-01-11, Visual Basic, 398KB, 下载9次)

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

[教育系统应用] fuchitu

老虎吃兔子是一个典型的非线性系统,当老虎数量多的时候,兔子就容易被吃,兔子数量减少,兔子数量较少,老虎捕兔困难,老虎就饿死,老虎数量减少后,兔子繁殖加快,从而使得兔子数量增加,老虎捕食又变得容易了。利用C语言编程、利用4阶龙格-库塔法就可验证老虎与兔子的非线性生态现象。
Tiger eating rabbit is a typical nonlinear system, when the tiger population and more often, it is easy to be rabbit food, rabbit decrease in the number of rabbit small number of rabbits caught tiger difficulties, tiger starved to death, reduce the number of tigers, the rabbit breeding to speed up, resulting increase in the number of rabbit, the tiger has become easy prey. The use of C language programming, using 4-order Runge- Kutta method can verify the tiger and rabbit non-linear ecological phenomena. (2008-08-16, C/C++, 348KB, 下载87次)

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

[教育系统应用] student

本课程设计意在通过课程的设计巩固和运用在课程中所学的理论知识和实验技能,基本掌握数C++设计的一般方法进一步提高设计能力和实验技能,为今后开发和应用C++系统打下基础。信息管理系统是对学校学生管理工作进行处理的一个计算机系统。本系统主要包括学生基本信息、学生选课注:为了说明普遍适用信息,此处没有给出某一个具体用户的资料,实际应用时此时将显示用户的各项详细资料,特此说明。信息、学生成绩等的维护、统计查询等功能。系统提供给用户的功能主要分为外部功能和内部功能。外部功能:信息管理系统软件具有录入、输出、查找功能;注:为了说明普遍适用信息,此处没有给出某一个具体用户的资料,实际应用时此时将显示用户的各项详细资料,特此说明。内部功能:该软件集命令、编程、编辑于一体,完成过滤,定位显示。 本次课程设计的任务是设计开发一套新的学生信息管理系统,以便能够提供更为灵活和完善的系统支持。
err (2008-01-13, Visual C++, 3KB, 下载4次)

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

[教育系统应用] DATABASE0

这是本人做数据库课程设计时的仓促之作,自我感觉实际应用价值并不大,但可以给学VC和数据库编程的朋友做个范例。在做之前也参看了不少同类型的管理系统,收获不小,现将这个学生管理系统贴出来,希望能对有需要的朋友有所帮助。系统不足之处肯定不少,还请高手多多指教,欢迎跟本人联系。 本人在系统中添加了直接通过SQL语句对后台的表进行修改的功能,颇有争议,还请有实际开发经验的朋友指教。 本人正忙于考研,没时间写一个完整的程序说明,敬请谅解。如有问题,也可与本人联系。 QQ:332723187 EMAIL:wythust@163.com 当前系统用户和密码:(可改) 管理员级: administer 126 (Access加密密码也为126) 普通用户级: customer 123 teacher ttt 匿名用户级: anonymous (null) (2007-07-28, Visual C++, 225KB, 下载114次)

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

[教育系统应用] NetStudyofNCRexamination

全国计算机考试网络版,可谓是够全,从02到06年的都有。 基本要求      1、具有计算机软件及应用的基本知识      2、掌握操作系统的基本知识      3、掌握计算机网络的基本概念与基本工作原理      4、掌握Internet的基本应用知识      5、掌握组网,网络管理与网络安全等计算机网络应用的基础知识      6、了解网络技术的发展      7、掌握计算机操作并具有C语言编程(含上机调试)的能力
national computer network version of the examination, it was enough to all, from 02 to 06 years there. A basic requirement, with computer software and application of basic knowledge of two, grasp the basic knowledge of operating systems 3, master computer network the basic concepts and basic working principle 4, Internet grasp the basic knowledge of application 5, master network, and network management and network security, and other computer-based network application knowledge 6. understanding of the development of network technology 7, and mastering computer operating with the C programming language (including the plane debugging) capability (2007-05-23, Others, 346KB, 下载5次)

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

[教育系统应用] 考试系统

信息社会的高科技,商品经济化的高效益,使计算机的应用已普及到经济和社生活的各个领域。计算机虽然与人类的关系愈来愈密切,还有人由于计算机操作不方便继续用手工劳动。为了适应现代社会人们高度强烈的时间观念,考试系统软件为教学办公带来了极大的方便。该软件是以VB编程语言为主实现语言,其功能在系统内部有源代码直接完成。通过操作手册,使用者可以了解本软件的基本工作原理。操作人员只需输入一些简单的汉字、数字,即可达到自己的目标。
information society technology, commodity economy of the high effectiveness and the application of computers have access to the economy and society in all areas of life. Although computer and human relations more closely, it was inconvenient for computer operators continue to use manual labor. In order to adapt to modern society was highly strong concept of time, the examination system software for teaching office brought great convenience. The software is Visual Basic programming language mainly to achieve language, and its function within the system active code directly completed. Through the operations manual, users of the software can understand the basic principle. Operators only need to input some simple Chinese characters, numbers, and can achieve their goals. (2005-06-23, Visual Basic, 17KB, 下载379次)

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

[教育系统应用] 一个实用的数据库---学生管理系统

编程思路:①: 使用单链表实现本程序要求,单链表每个节点存储一个学生的信息。②: 创建一个链表类(List),链表类可实现如下功能:创建链表,插入节点,删除节点,编辑节点,显示节点,保存链表信息等功能,读入数据文件等功能(详细说明请查看源代码)。③: 创建一个操作类(Operater),操作类实现如下功能:显示菜单,操作链表。
programming ideas : : use a single linked list to achieve the procedural requirements of each node-Chain store a student information. : Creating a List category (List), objectlist can achieve the following functions : Create List, insert nodes, the nodes to delete, edit nodes, nodes showed that the preservation Chain information and other functions, read features such as data files (see detailed description of the source code). : creating a category of operation (Operater), the operation to achieve the following functional categories : display menu, operation List. (2005-05-17, Visual C++, 72KB, 下载70次)

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