登录
首页 » C++ » student-information-system

student-information-system

于 2013-11-24 发布 文件大小:1107KB
0 234
下载积分: 1 下载次数: 1

代码说明:

  该系统主要实现添加、修改、删除、打印学生信息等功能。(This system main realization to add, modify, delete, print student information and other functions.)

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

发表评论

0 个回复

  • books
    图书管理系统 PHP+MYSQL 可实现简单的图书管理(Library management system PHP+MYSQL can achieve a simple library management)
    2013-12-19 13:24:41下载
    积分:1
  • bookManage
    说明:  此系统为图书管理系统,功能虽不强大,但里面的权限配置技术为一亮点,结合数据库数据和C#编码技术可动态显示权限下的菜单(This system library management system, functional though not powerful, but there' s one bright spot permissions configuration technology, combined with database data, and C# coding technology can dynamically display the menu under the authority of)
    2011-04-10 22:07:00下载
    积分:1
  • students_name-productor
    批量生成学生信息的SQL语句,主要包括生成随机姓名的功能,如下: insert into name(name,age,sex,yuwen_score,shuxue_score)values(林洁凡,93,女,71,13) insert into name(name,age,sex,yuwen_score,shuxue_score)values(范贞晶,83,女,4,37) insert into name(name,age,sex,yuwen_score,shuxue_score)values(黎丹莉,10,女,96,28) insert into name(name,age,sex,yuwen_score,shuxue_score)values(康兰蓉,49,女,73,100) insert into name(name,age,sex,yuwen_score,shuxue_score)values(毕艳艳,62,女,57,42)(Batch SQL statements generated student information, including the name of the function to generate a random, as follows: insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Anna Fan, 93, female, 71,13) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Fan Zhen Jing, 83, female, 4,37) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Li Danli, 10, female, 96,28) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Kanglan Rong, 49, female, 73,100) insert into name (name, age, sex, yuwen_score, shuxue_score) values ​ ​ (Bi Yanyan, 62, female, 57,42))
    2013-12-07 21:37:09下载
    积分:1
  • book
    实现图书管理,程序能存储书的主要内容,并能检索图书(Library Management, the program can store the main content of the book, and can retrieve books)
    2013-05-26 18:25:52下载
    积分:1
  • achievement-management-system
    本系统从功能上划分可分为以下几大模块:功能模块管理,组权限管理,学生信息管理,课程信息管理,学生成绩管理,授课信息管理,学生信息查询,学生成绩统计等几大模块。以下将对各子模块进行说明。 功能模块管理:将系统功能模块保存到数据库中以便于动态地进行不同用户组权限的分配等操作。本模块包括功能模块的添加,删除,修改等。 组权限管理:对用户进行分组,并将权限设置到不同的用户组。 学生信息管理模块:输入学生基本信息,并可以对学生信息进行添加、查询、修改、删除。还可以关键字查询并从数据库里调出的学生基本信息.输出学生基本信息,学号、班号、姓名查询的信息结果。 课程信息管理:设置课程号,课程名,先修课等课程信息。 成绩信息管理模块:输入成绩信息,并可以对成绩信息进行添加、查询、修改、删除。还可以用关键字查询并调出数据库里的学生基本成绩信息的修改、删除等。输出查询的学生成绩信息。 授课信息管理:对教师授课信息的调度,安排等信息的管理。 学生信息查询:本模块是可对学生成绩进行查询,可按学号,姓名,年龄,所在院系,入学年份等不同条件独立查询或进行模糊查询。 学生成绩统计:对学生成绩总分,平均分等进行统计。(The system functions can be divided into several modules of the following major modules: the management of functional modules, groups, rights management, student information management, curriculum management, student performance management, teaching information management, student inquiries, student achievement statistics, etc.. The following will be the sub-module for instructions. Management of functional modules: the system function module is saved to the database in order to facilitate dynamic allocation of operations of different user group permissions. This module includes the function module to add, delete, modify. Group rights management: the user group and permission settings to different groups of users.           Student information management module: Enter the students basic information, and student information to add, query, modify, delete. Can also be a keyword query and bring up the students basic information from the database. Output student, st)
    2012-07-03 08:55:56下载
    积分: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
  • Student-Course-Management-System
    这是利用C#开发的一套学生课程管理系统,内有详细的程序代码,以及很多说明,希望对大家有用。(This is the use of C# development of a student course management system, which has a detailed code, and many shows, we want to be useful.)
    2010-05-28 15:55:58下载
    积分:1
  • StudentManagementInformationSystem
    使用VB与SQL 实现基本的学生管理信息系统的功能。操作简单易懂(VB and SQL to use the students to achieve the basic functions of management information systems. Easy operation)
    2009-05-01 10:58:01下载
    积分:1
  • Library
    图书馆管理软件主界面,并不完全,不过基本的框架有了(a library manage UI)
    2009-09-09 15:33:38下载
    积分:1
  • LibraryMIS
    图书馆管理系统,实现了对图书的增加、删除、修改、更新,以及图书的借阅功能。(Library management system, to achieve the increase of books, delete, modify, update, and borrow books feature.)
    2014-04-29 10:35:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载