搜索资源列表
overloadstream
- 又是本人编的小程序,是CC++中的重点和难点,重载运算符,小程序而已,-Part I is a small procedure, CC is the key and difficult, heavy Operators, small proceedings, huh
y551642zye
- Research on some key technologies of QoS provisioning for mobile AD-HOC networks
eeeeeee
- 图书管理系统是典型的信息管理系统(MIS),其开发主要包括后台数据库的建立和维护以及前端应用程序的开发两个方面。对于前者要求建立起数据一致性和完整性强、数据安全性好的库。而对于后者则要求应用程序功能完备,易使用等特点。-library management system is typical of the Information Management System (MIS), including development of its key database background to the
lw1
- 某211重点大学的优秀毕业论文,可以当模板使用-A 211 key universities outstanding dissertation, you can use as a template
lw2
- 某211重点大学优秀毕业论文范文,可以学习研究使用-A 211 key universities Van outstanding dissertation, you can study the use of
uniquelydecodablecode
- 输入一组码组,可判断该码组是否是唯一可译码,信息论的课程设计。-Enter a group of key groups, to determine whether the code group is the only decoding, information theory of curriculum design.
Web
- Web搜索与Web缓存的若干关键问题研究 比较完整的毕业论文 可直接使用-Web search and Web cache a number of key research questions relatively complete thesis can be directly used
systemdesign
- c++学生成绩管理系统设计,详细的介绍了学生成绩管理系统的设计过程,并附有部分关键程序。-c++ student achievement management system design, detailed account of student achievement management system design process, together with some of the key procedures.
chapaproy
- example of security key in vhdl
search_sort
- 建立一存有若干学生信息(学号、姓名、一门课成绩)的顺序表;采用2种排序方法对学生表按学号(学号位关键字)排成升序;再给一个学号值以二分法查找该学生-There are a number of the establishment of a student information (Student ID, name, a class results) in the order form using two kinds of ways for students to sort the table b
sw
- 华软网上订水管理系统是一种典型的信息管理系统(MIS),其功能包括:用户基本信息管理、用户订单管理、水进销存管理,员工管理、订水卡管理,充值卡管理,管理员信息管理。该系统具有高效、易操作、易维护等特点,并且系统结构清晰、界面友好,能有效地协助送水公司的工作。本系统采用B/S模式,用Visual Basic。NET ,ASP。NET, Access技术创建WEB管理系统来实现送水公司的业务管理。-Abstract Water management System is a kind of ty
studentmanager
- 机构信息管理,主要负责院、系和班级信息设置及管理。 学籍信息管理,主要负责管理学生学籍信息,如学生注册、学籍异动、基本信息和家庭成员等信息。 课程信息管理,主要负责管理各院系的课程安排和学生的选课信息。 成绩信息管理,主要管理学生的考试成绩。 -Agency information management, is responsible for schools, departments and classes of information set up and management.
xianxueshengdan
- 学生名单自己创建,名单至少包括学号,姓名,班级3项信息,并保存到myfile.dat 中,程序在读取名单并显示时,不但支持单关键字排序,也支持第一键字,第二关键字排序。比如,仅按照学号排序,称为单关键字排序;在按照班级排序的情况下,再按照学号排序,称为双关键字排序。-Create your own list of students, including student id, name list at least three information, class, and save to myf
chenjiguanlixitong
- 学生管理系统,重要管理学生成绩,可以进行修改输入等功能。-Student management system, key management student achievement, can modify the input and other functions.
aaaa
- 本文在分析大学政治、英语、数学和计算机基础四个公共学科课程试题、试卷特点的基础上,主要以数学与英语为例讨论了大学公共课程试题库管理系统分析、设计和实现中的关键问题。-Based on the analysis of the university of politics, English, mathematics and computer basic public courses, four test paper, mainly based on the characteristics of ma
ClassFileSystem
- 这是一份C语言课程设计报告: 课题名称:班级档案管理系统 功能要求: (1)本系统采用一个包含N个数据的结构体数组,每个数据的结构应当包括:学号、姓名、性别、年龄、备注。 (2)本系统显示这样的菜单: 请选择系统功能项: a 学生基本信息录入 b 学生基本信息显示 c 学生基本信息保存 d 学生基本信息删除 e 学生基本信息修改(要求先输入密码) f 学生基本信息查询 (1)按学号查询 (2)按姓名查询 (3)按性别查询 (4)按年龄查
SQL--ceshi
- 在数据库useri上创建学生选课有关关系模式,并插入相应的数据,实现有关查询。描述学生、课程情况的E-R图如下,请将其转化为用关系数据模型描述的关系模式 在数据库中定义这些关系模式 插入相应的数据,试着插入重复的元组,结果如何?在已建立的关系模式之上(已插入一些数据)建立主键约束,参照约束和用户定义的约束(要求学生年龄不小于14岁,不大于35岁),如果约束不能建立,请分析原因,修改后建立上述约束如果约束建立后,请试着插入重复元组,结果如何? -Useri in the databas
4
- 利用Map实现对学生成绩进行管理,其中以每一个学生的学号作为Key,创建一个学生成绩记录类,属性包括学生姓名(字符型),学生性别 (字符型),学生专业(字符型),个人作业成绩(满分45分),小组作业成绩(满分50分),出勤分(满分5分)。以学生记录对象作为value,实现以下操作: (1)添加一个学生成绩记录; (2)删除一个学生成绩记录; (3)根据学生学号,查询并输出其相应的学生成绩信息; (4)用户可以输入命令,计算所有学生成绩的总分的平均分数,并输出最高分,最低分,各个分
xlj1988
- 一个简单的学生选课系统,可做为毕业设计参照使用 主要功能包括:院系管理 专业管理 课程管理 学生管理 教师管理 -A simple student elective system can be used as a reference to graduation Key features include: Curriculum Management Department Management Management Management Management of Teachers
manage-dorm-key--system
- 一套管理学生宿舍的钥匙管理系统,实现对宿舍借还钥匙的安全管理-a management system about Dorm key,Realize safe by the function of the key