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

[教育系统应用] DESKCON

这是在斯坦福大学开源了的tinyos的基础上爱法的程序。《基于TinyOS光感传感器的图书馆座位管理系统》程序启动后,节点终端有规律的在一段时间内接收光感信号,如果处于接收时段收到一个遮掩信号,则向中转节点发送一个代表有人的信息包,否则发送一个代表无人的信息包,然后通过串口与PC连接,使用监听工具对应的在PC上表示出有人或者无人的信息。
This is the process of the love of the tinyos based on the open source of Stanford University. TinyOS light sensor based on the library seat management system program after the start, the node terminal regularly receive a period of time in the light sensor signal, if received in the receiving period to receive a mask signal, the relay node to send a representative of the Packet, or send a packet that represents no one, and then through the serial port and PC connection, the use of monitoring tools corresponding to the PC that someone or no information. (2017-03-03, Visual C++, 259KB, 下载1次)

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

[教育系统应用] libiary.zip

图书管理基本业务活动包括:对一本书的采编入库、清除库存、借阅和归还等等。试设 计一个图书管理系统,将上述业务活动借助于计算机系统完成。 要求: (1)每种书的登记内容至少包括书号、书名、著者、现存量和总库存量等五项。 (2)作为演示系统,不必使用文件,全部数据可以都在内存存放。要用 B-树(4 阶树) 对书号建立索引,以获得高效率。 (3)系统应有以下功能: 采编入库、清除库存、借阅、归还、显示(以凹入表的形式显示)等。
Library management basic business activities include: editing of a book storage, remove stock, borrow and return and so on. Try to design a library management system, the operations described above by means of a computer system to complete. Requirements: register content (1) of each book includes at least ISBN, title, author, and total inventory of existing other five. (2) as a demonstration system, do not use a file, all the data can all be stored in memory. Use the B- tree (4 TREES) ISBN indexed to obtain high efficiency. (3) The system should have the following features: editing storage, clearing inventory, borrow, return, display (in the form of a concave of the table) and the like. (2015-06-04, Visual C++, 3KB, 下载9次)

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

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

大学生选课系统。假定有n门课程,每门课程都有课程编号,课程名称,课程性质,总学时,授课学时,实验或上机学时,学分,开课学期等信息,学生可按要求(如总学分不得少于60)自由选课。试设计一选修课程系统,使之能提供一下功能: 系统以菜单方式工作; 课程信息和学生信息的录入功能(课程信息有文件保 存)----输入; 课程信息浏览功能----输出; 查询功能(至少一种查询方式)---算法; 按学分查询; 某门课程学生选修情况(可选项)。
Student course selection system. Suppose there are n course, each course has course number, course name, the nature of curriculum, courses, teaching hours, the experiment or machine hours, credits, semester course information, students can according to the requirements (such as total credit shall not be less than 60) free elective. Try to design an elective course system, which can provide some functions: System menu The course information and student information input function (course information file save)- input The course information browsing, output The query function (at least one query mode)- algorithm Credit based query Students in a course elective (optional). (2014-03-02, Visual C++, 4KB, 下载8次)

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

[教育系统应用] students

设计内容: 试设计一学生信息管理系统。学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E-mail等。 设计功能: 1、系统以菜单方式工作 2、学生信息录入功能(学生信息用文件保存) 3、学生信息的编辑功能(插入、删除、修改) 4、学生信息浏览功能(学号,姓名,等排序输出)。 5、学生信息查询功能(学号,姓名,电话,E-mail查询,提供模糊查询的功能)
Design content: test the design of a student information management system. Student information includes: Student ID, name, age, sex, date of birth, address, telephone, E-mail and so on. Design features: 1, the system to work the way two menus, student information input function (student information used to save the file) 3, student information editing (insert, delete, modify) 4, student information browsing (student number, name, etc. Sort output). 5, the student information query function (student number, name, telephone, E-mail inquiries, providing fuzzy query function) (2013-11-13, Visual C++, 2KB, 下载4次)

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

[教育系统应用] Cpp1

图书信息包括:登录号、书名、作者名、分类号、出版单位、出版时间、价格、库存量等。试设计一图书信息管理系统,使之能提供以下功能: 系统以菜单方式工作 (1)采编入库:新购入一本书,经分类和确定书号后登记到图书账目中去,若该书已存在,这库存量增加 (2)借阅:若 一种书的现存量大于0,则借出一本,登记借阅者的图书证号和归还期限 (3)归还:注销借阅者的登记,改变该书的现存量(过期罚款-选作) (4)清除库存:某书已吴保留价值,将它从图书账目中注销 (5)查询功能:-- 按书名查询 按作者名查询
Book information including: registration number, title, author names, words, publishers, publishing time, price, inventory and so on. Try to design a library information management system, so that it can provide the following features: the menu system to work the way (1) editing storage: Purchase a new book by ISBN classification and identification of the accounts registered after going to the book, if the book already exists, this inventory increase (2) Lending: If one kind of book extant greater than 0, then lend one, registered borrower' s library card and return period (3) restitution: cancel the registration of a borrower to change the book biomass (overdue fines- selected as) (4) clear inventory: a book value has been retained Ng, remove it from the books accounts canceled (5) query functions:- Search by title Search by author (2013-08-14, Visual C++, 2KB, 下载3次)

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

[教育系统应用] student-grade

 c语言实现   有N个学生,每个学生的数据包含学号(不重复)、姓名、三门课的成绩及平均成绩,试设计一学生成绩管理系统,使之能提供以下功能:    (1) 成绩录入,插入后按学号自动排序,创建链表;    (2) 成绩文件的存取,创建链表;    (3) 成绩的多种查询、修改;    (4) 成绩的多种统计、排序; (5) 学生增加、删除、列表。
there are N c language students, each student' s data contains student number (not repeated), name, three course results and average results, try to design a student performance management system, so that it can provide the following functions: (1) results entry, inserted automatically sorted by student number, create lists (2) performance file access, create lists (3) scores a variety of query, modify (4) scores a variety of statistics, sorting (5 ) Students add, delete, list. (2013-05-25, Visual C++, 4KB, 下载2次)

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

[教育系统应用] xueshengguanli

可以实现学生信息的管理. 学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E-mail等。试设计一学生信息管理系统,使之能提供以下功能: 1、系统以菜单方式工作 2、学生信息录入功能(学生信息用文件保存)--输入 3、学生信息浏览功能--输出 4、学生信息查询功能--算法 按学号查询 按姓名查询 5、学生信息的删除与修改
Student Information Management students include: Student ID, name, age, sex, date of birth, address, telephone, E-mail, etc.. Try to design a student information management system, so that it can provide the following features: 1, the system menu work, student information into the function (student information stored with the file)- Input 3 student information browsing function- output 4, students information query- the query algorithm by student number by name query 5, delete and modify student information (2013-04-13, Visual C++, 3KB, 下载3次)

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

[教育系统应用] Class

大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。
University of each professional must prepare teaching plans. Assume that any professional has a fixed period of schooling per academic year with two semesters, the length of time and credits per semester caps are equal. Each professional courses are determined, and arrangements to open the course must meet the Advanced Placement relations. Pre relations are determined in each course, can have any number of doors, or you do not. Each course just one semester. The trial in this case, an instructional planning procedures. Three basic requirements: (1): Input parameters: the relationship between the course of the semester, the total number, the maximum credit for a semester, the course number of each course, credits, direct Prerequisite number. (2): Course No. centralized as much as possible in the first few semesters. (3): If there is no solution, report the error message otherwise see teaching program input to the specified file. (2013-01-24, Visual C++, 123KB, 下载4次)

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

[教育系统应用] Schedule

大学的每个专业都要编制教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限都相等。每个专业开设的课程都是确定的,而且课程的开设时间的安排必须满足先修关系。每个课程的先修关系都是确定的,可以有任意多门,也可以没有。每一门课程恰好一个学期。试在这样的情况下设置一个教学计划编制程序。三、基本要求:(1):输入参数:学期总数,一学期的学分上限,每门课的课程号,学分,直接先修关系的课程号。(2):课程号尽可能的集中在前几个学期中。(3):若无解,则报告错误信息;否则见教学计划输入到指定的文件中。
University of each professional must prepare teaching plans. Assume that any professional has a fixed period of schooling per academic year with two semesters, the length of time and credits per semester caps are equal. Each professional courses are determined, and arrangements to open the course must meet the Advanced Placement relations. Pre relations are determined in each course, can have any number of doors, or you do not. Each course just one semester. The trial in this case, an instructional planning procedures. Three basic requirements: (1): Input parameters: the relationship between the course of the semester, the total number, the maximum credit for a semester, the course number of each course, credits, direct Prerequisite number. (2): Course No. centralized as much as possible in the first few semesters. (3): If there is no solution, report the error message otherwise see teaching program input to the specified file. (2013-01-24, Visual C++, 343KB, 下载3次)

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

[教育系统应用] gyqlast

教学计划编制问题 设计任务:    大学的每个专业都要制定教学计划。假设任何专业都有固定的学习年限,每学年含两学期,每学期的时间长度和学分上限值均相等。每个专业开设的课程都是确定的,而且课程在开设时间的安排必须满足先修关系。每门课程有哪些先修课程是确定的,可以有任意多门,也可以没有。每门课恰好占一个学期。试在这样的前提下设计一个教学计划编制程序。 设计要求:    (1)输入参数包括:学期总数,一学期的学分上限,每门课的课程号(固定占3位的字母数字串)、学分和直接先修课的课程号。    (2)允许用户指定下列两种编排策略之一:一是使学生在各学期中的学习负担尽量均匀;二是使课程尽量可能地集中在前几个学期中。    (3)若根据给定的条件问题无解,则报告适当的信息;否则将教学计划输出到屏幕。计划的表格格式自行设定。
teacher code (2012-10-22, Visual C++, 4KB, 下载9次)

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

[教育系统应用] schalor

某校的惯例是在每学期的期末考试之后发放奖学金。发放的奖学金共有五种,获取的条件各自不同: • 1) 院士奖学金,每人8000元,期末平均成绩高于80分(>80),并且在本学期内发表1篇或1篇以上论文的学生均可获得; • 2) 五四奖学金,每人4000元,期末平均成绩高于85分(>85),并且班级评议成绩高于80分(>80)的学生均可获得; • 3) 成绩优秀奖,每人2000元,期末平均成绩高于90分(>90)的学生均可获得;
The practice of a school scholarships after each semester' s final exam. There are five of the awards, their different access conditions: • 1) Fellow of scholarship of 8000 yuan per person, the end of grade point average higher than 80 points (80), and one or more than one paper during the semester students will be awarded • 2) fifty-four Scholarship, 4000 yuan per person, the end of grade point average above 85 points (> 85), and class council scored higher than 80 points (> 80), students will be awarded • 3) results Excellence Award, 2000 yuan per person, and the end of grade point average higher than 90 points (> 90), students will be awarded (2012-07-27, Visual C++, 1KB, 下载6次)

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

[教育系统应用] students

一个简易学生成绩管理系统: 学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E-mail等。试 设计一个学生信息管理系统,实现以下功能: 1、系统以菜单(文本或图形菜单)方式工作,学生的信息保存于文件。 2、学生信息录入功能(学生信息用文件保存)。 3、学生信息浏览功能。 4、可按指定的学号或姓名查询并输出学生信息; 可按指定的信息字段名称,实现对学生信息排序并输出排序结果。 5、学生信息的删除与修改。
A simple management system for student achievement: student information, including: student number, name, age, gender, date of birth, address, telephone, E-mail and so on. Try to design a student information management system, to achieve the following functions: 1, system menu (the menu text or graphics) work the way their information stored in files. 2, the student information into the function (the student information with the file.) 3, the student information browsing. 4, according to a specified number or school name query and export student information can specify the field name information to achieve sort of student information and output the results. 5, delete and modify student information. (2011-06-13, Visual C++, 46KB, 下载21次)

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

[教育系统应用] xueshengchengjiguanlixitong

4.学生成绩管理系统设计 程序说明:有N个学生,每个学生的数据包含学号(不重复)、姓名、三门课的成绩及平均成绩,试设计一学生成绩管理系统,使之能提供以下功能: (1)主菜单 界面如下: @@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@ 欢迎使用学生成绩管理系统 @@@@@ @@@@@@@设计者: @@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@ 请选择功能: ---- 1、 成绩录入 2、 成绩查询 3、 成绩统计  2)各菜单项要求完成的功能 ① 成绩录入:输入学生的学号、姓名及三门课的成绩;并输出所有学生所有信息。 ② 成绩查询: * 按学号查询学生记录。 * 按学生姓名查询学生记录。 * 查询不及格学生的记录。 * 查询及格学生的记录。 * 查询最高分学生的记录。 ③成绩统计: * 计算每个学生的平均分,并输出。 * 计算各科的总分及平均分,并输出。 * 输出各科状元的记录。
4. Student achievement management system Program Description: There are N students, each student s data contains the student number (without repetition), name, and the average results of three course grades, students try to design a performance management system so that it can provide the following functions: (1) Main Menu Interface as follows: @@@@@@@@@@@@@@@@@@@@@@@@ Welcome@@@@@@@@student achievement management system @@@@@Designer:@@@@ @@@@@@@@@@@@@@@@@@@@@@@@ Please select the function:---- 1, results entry 2, result inquiry 3, statistical results 2) The requirement to complete the function menu items ① results entry: Enter the student s student number, name and three-course results and output all the information for all students. ② query results: * No queries by school student records. * Check student records by student name. * Query failed student records. * Check the records of students passing. * Query the highest score of students records. ③ performance s (2011-04-17, Visual C++, 2KB, 下载8次)

http://www.pudn.com/Download/item/id/1494825.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

[教育系统应用] book

图书信息包括:登录号、书名、作者名、分类号、出版单位、出版时间、价格等。试设计一图书信息管理系统,使之能提供以下功能: 系统以菜单方式工作 图书信息录入功能(图书信息用文件保存) 图书信息浏览功能 查询和排序功能:(至少一种查询方式)  按书名查询  按作者名查询 图书信息的增加、删除与修改
Book Information includes: accession number, title, author names, words, publishers, publishing time and price. Try to design a library information management system so that it can provide the following features: the menu system to work the way  book information input function (book information is available to save the file)  Book Information browsing query and sort functions: (check at least one way)    Search by title books by author name query information to add, delete and modify the (2009-12-01, Visual C++, 228KB, 下载19次)

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

[教育系统应用] kkk

学生成绩管理系统设计 学生成绩信息包括:学号、姓名、C语言成绩。试设计一选修课程系统,使之能提供以下功能: 系统以菜单方式工作(用键盘输入1~4之间的数来选择功能) (1)成绩信息录入功能(成绩信息用文件保存) (2)成绩信息浏览功能 (3)查询功能:按学号查询或按成绩段查询(至少一种查询方式) (4)成绩信息的修改:(按成绩修改,把55~59分之间的成绩都加上5分)
Student achievement management system Student performance information includes: Student ID, name, C language achievement. Elective courses try to design a system so that it can provide the following functions: System work the way the menu (using the keyboard a number between 1 to 4 to select the function) (1) The performance information input function (performance information used to save the file) (2) The results of information browsing (3) check function: Search by Student ID or merit-based segment query (at least one query mode) (4) The performance information on the changes: (based on merit revised to between 55 ~ 59 minutes the results were coupled with 5 points) (2009-10-23, Visual C++, 2KB, 下载105次)

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

[教育系统应用] EnterpriseSystems

互动交流已经不仅仅是人们生活娱乐放松的一种方式了,更重要的是它已成为一种学习交流的工具和平台。计算机科学的蓬勃发展给人们的传统生活带来了重大的变革和深远的影响,也给我们的生活引入了全新的概念。现在一般的初中、高中、特别是高校都设有很多计算机教室,对学生开放。智能化已经进入人们生活的方方面面,为了适应社会的发展,开放式机房互动交流系统应运而生。
Interaction of people' s lives has not only a way of relaxing entertainment, and more importantly, it has become a learning tool and platform for the exchange. The rapid development of computer science to the people' s traditional way of life brought about major changes and far-reaching impact on our lives to the introduction of a new concept. Now the general middle and high schools, especially colleges and universities have a lot of computer classrooms, open to students. Intelligent has entered every aspect of people' s lives, in order to adapt to social development, open room interaction system came into being. (2009-05-15, Visual C++, 1037KB, 下载7次)

http://www.pudn.com/Download/item/id/762131.html
12
总计:37