登录
首页 » ASP » Backup

Backup

于 2012-11-29 发布 文件大小:18222KB
0 197
下载积分: 1 下载次数: 3

代码说明:

  学生信息管理系统部分代码,进行登录验证判断并且连接sql数据库。能进行简单的任务处理。(Part of the code of student information management system, to login authentication judgments and connect sql database. Simple task processing.)

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

发表评论

0 个回复

  • newxuejigl
    说明:  学籍管理系统 系统是在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)
    2006-03-14 14:30:30下载
    积分:1
  • RFM_now
    有理函数模型,是个人的毕业设计,没有想到传个代码还得放血~~(rational function model)
    2021-02-04 21:39:57下载
    积分:1
  • student-management-system
    学生成绩管理系统,可以用于实现学生成绩管理系统的源码。(Student achievement management system that can be used to implement student achievement management system source code.)
    2013-12-24 11:09:57下载
    积分:1
  • JavaStudent-Management-System
    本系统主要包括学生学籍管理、班级管理、课程管理、成绩管理等模块(The system includes Student Management, classroom management, curriculum management, performance management module)
    2012-12-09 18:09:06下载
    积分:1
  • KC
    说明:  是学生管理系统,自己做的课程设计!希望对大家有帮助!(Is a student management system, curriculum design their own! We want to help!)
    2009-08-01 18:38:44下载
    积分:1
  • 5_zhanlue
    战略管理 中科院的经典教材 这个非常还是 现在中科院用的教材(Academy of Strategic Management is now this very classic textbook used textbooks Academy)
    2013-11-24 21:28:15下载
    积分:1
  • 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 22:12:45下载
    积分:1
  • studentsmanagementsystem
    高校开发一学生课绩管理系统,该系统由登陆模块,学生模块,教师模块,管理员模块,四部分组成。其功能如下: 学生登陆以后,可以选报课程。系统会根据学生所在系及课程的预修课判断(课程有系别,预修课等属性)。教师在本系统中拥有是否接受学生所选课程,以及给学生打分的权力,只有先接受学生,才能给该生打分。管理员在本系统中有着最高的权力,包括新增,更改,删除学生,教师,课程以及班级。(Colleges and universities where students develop a performance management system, which from the landing module, student module, teacher module, the administrator module, the four components. Its functions are as follows: students landing after the report can choose courses. System where the student system and the curriculum taught in pre-judgment (courses in other departments, pre-taught, etc. properties). Teachers in this system has a choice whether to accept students in courses, as well as to students scoring power, and only accept students in order to give the student scoring. Administrators in this system have the highest powers, including add, change, delete students, teachers, courses and classes.)
    2009-12-16 13:07:11下载
    积分: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
  • LibraryMagSys
    此代码是基于Visual c++的图书馆管理系统。是本人通过自学编写的代码。(The programme is used to manage the library system.)
    2013-04-16 10:24:33下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载