登录
首页 » Java » ShiYan51

ShiYan51

于 2014-11-20 发布 文件大小:1KB
0 178
下载积分: 1 下载次数: 1

代码说明:

  提示用户输入学生个数,学生姓名和他们的成绩,然后按照学生成绩的降序打印学生的姓名。(Prompts the user to enter the number of students, their names and their accomplishments, and student achievement in descending order according to the student s name printed.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • kecheng
    学生信息管理系统,学生的系部和班级以及成绩查询。使用VB语言开发的项目!(Student information management system, students of the Department and classes as well as query results. The use of VB language development project!)
    2012-01-05 19:44:56下载
    积分:1
  • Library-Management-System
    本设计是为图书馆集成管理系统设计一个界面,图书馆集成管理系统是用MICROSOFT VISUAL Foxpro 6.0 来建库(因特殊原因该用 MICROSOFT Access来建库)。它包括: 中文图书数据库; 西文图书数据库; 发行商数据库; 出版商数据库; 读者数据库; 中文期刊数据库; 西文期刊数据库; 中文非印刷资料库; 西文非印刷资料库; 典藏库; 流通库; 预约库; 流通日志库; 因此,在设计图书馆集成管理系统的界面时,它也应包括对每一个库操作的界面(因建库的原因这里只包括了中文图书数据库,发行商数据库,读者库的界面)。其中,中文图书数据库又包括管理中文图书数据库、按正题名、索书号、原版刊号、邮局发行号、本馆采购号、现刊排架号查询的界面。发行商数据库又包括发行商数据库管理和发行商数据库浏览的界面。读者库又包括读者库管理和读者库浏览的界面。 (The design is to design an interface for the integrated library management system, integrated library management system using the MICROSOFT VISUAL Foxpro 6.0 Database (MICROSOFT Access to building a database) due to special reasons for this. Which comprises: Chinese books database Western Books database Publisher database Publishers database Reader database Chinese journal database Western Journal database Chinese non-print database Spanish non-print database Archive system Circulation of library Appointment library Traffic Logging library Therefore, the interface design integrated library management system, it should also include every library operation interface (due to the reasons for building a database here include only Chinese books database, the database of publishers and readers library interface). Chinese books database also includes database management of Chinese books are Title, call number, the original final issue, the post office issued a number)
    2012-12-09 17:50:53下载
    积分:1
  • jiaoxueguanli
    我做的一个教学管理的软件,可以对其进行增删查改等等功能!(I do a teaching management software, its additions and deletions investigation changed more!)
    2012-09-04 21:38:14下载
    积分:1
  • studentmessage
    一个实现学生管理的系统源码,请给出意见以便改正(A realization of student management system source code, please give advice to correct)
    2013-10-18 09:46:21下载
    积分:1
  • MyProgram
    学生成绩管理系统,有学生和老师两种登陆权限,对学生基本信息、课程和成绩等的查询、添加、修改;c#+sql server 2005,简易实用。(Student achievement management system, there are two kinds of students and teachers landing rights, basic information on students, curriculum and performance such as query, add, modify c#+ sql server 2005, simple and practical.)
    2010-05-17 07:18:49下载
    积分:1
  • Program-name
    点名程序可以帮助老师在课堂上进行随机点名,帮助老师更好的进行教学工作(Named program can help teachers in the classroom on a random name, to help teachers better job of teaching)
    2011-07-30 18:24:28下载
    积分:1
  • STUDENT
    学生成绩管理。能对一个班的学生的成绩进行存储,修改,查询。(Management of student achievement. A ban on student achievement store, modify, query.)
    2008-01-11 10:13:57下载
    积分:1
  • CPPpersonal-book-management-code
    最简单的个人图书管理系统。可以实现图书名、作者名、出版社、阅读状态等内容的输入和显示。具有最简单的搜索功能,以及将搜索结果保存至一个txt文档等。适合C++初学者。(The most simple personal library management system. Can book name, author name, publisher, read the status of the input and display content. With the most simple search function, and save the search results to a txt documents. Suitable C++ beginners.)
    2013-11-26 03:47:40下载
    积分:1
  • ssms
    学生成绩管理系统(ssms)【Student Score Manage System】 学生成绩管理系统使用说明 1.新建数据库ssms,将ssms.sql导入该数据库 2.用解压文件打开ssms.war, 打开ssms.warWEB-INFclassesc3p0-config.xml文件,修改服务器所在数据库用户名和密码 3.将ssms.war文件放入tomcat/webapps目录下 4.启动tomcat服务器 5.打开浏览器,输入 localhost:8080/ssms 进入登录界面 6.输入用户名和密码访问系统 用户名:admin 密码:111111 教师账号: 2012 2011 2010 2009 2008 学生账号: 201301001 201302002 201401001 201402002 密码都为:111111 也可将ssms.zip项目文件导入eclipse使用 注:将src下c3p0-config.xml中的用户名和密码改为自己数据库的用户名和密码(Student Score Management System (ssms) Student Performance Management System Instructions 1.Create a new database ssms, import ssms.sql into the database 2. Open ssms.war with the extracted file, open the ssms.warWEB-INFclassesc3p0-config.xml file, and modify the database username and password of the server. 3. Put the ssms.war file in the tomcat/webapps directory. 4. Start the tomcat server 5. Open a browser and type localhost:8080/ssms to enter the login screen. 6. Enter the username and password to access the system 7. Username: admin Password: 111111 8. Teacher account number: 2012 2011 2010 2009 2008 9. Student account number: 201301001 201302002 201401001 201402002 The passwords are all: 111111 You can also import the ssms.zip project file into eclipse. Note: Change the username and password in c3p0-config.xml under src to the username and password of your own database.)
    2021-04-09 18:59:00下载
    积分:1
  • WaterElecSystem
    系统名称:学校水电费管理系统 开发工具:vs2008 + access2003 系统环境:ASP.NET+ ACCESS 功能模块: 1. 系统登录与退出 2. 楼层与学生信息管理(信息的输入,修改,删除以及查看) 3. 水电费管理 a) 基本水电费的输入 b) 每月录入模块 c) 查看信息 d) 报表输出 详细设计: 1. 登录页面 2. 操作页面:利用浮动框架,上左右,上:名称现实,左:模块选择;右:操作页面 3. 住宿楼管理页面 a) 楼查看管理页面(修改,删除,添加) b) 楼层录入页面 1 4. 房间管理页面:(可以和楼层管理合并)3表没了 a) 房间管理页面(修改,删除,添加) b) 房间录入页面 2 c) 住宿情况录入 3 5. 学生信息管理页面:(如果可以也可以合并3,4) a) 学生信息管理页面(修改,删除,添加) b) 学生信息录入页面 4 c) 学生入住页面 5 6. 水电管理模块 a) 基本水电费查看管理页面 i. 基本水电费录入页面 6 b) 水电费管理页面 i. 水电费管理(修改,删除,添加) ii. 超额费用查看 8 iii. 总表数 9 iv. 每月录入页面 7 v. 报表输出页面 (Basic School Information Management System utilities)
    2010-06-07 15:57:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载