登录
首页 » Visual Basic » sunweiqi

sunweiqi

于 2010-01-15 发布 文件大小:331KB
0 132
下载积分: 1 下载次数: 3

代码说明:

  这次课程设计采用VB作为前台应用程序的设计工具,用MS Server 2000作为后台数据库,完成一个可以查询、修改、删除、添加学生信息、图书信息和图书借用信息的图书管理系统。(The curriculum design using VB as the front-end application design tool, using MS Server 2000 as a back-end database to complete one can query, modify, delete, add student information, library information and library books borrowed information management system.)

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

发表评论

0 个回复

  • 1
    说明:  学生成绩管理信息系统代码: 成绩记录簿 用Visual C++编制一个C语言成绩记录簿,每个学生信息包括:学号、姓名、C语言成绩。具体功能: (1)创建信息链表并以磁盘文件保存; (2)读取磁盘文件并显示输出所有学生的成绩; (3)按学号或姓名查询成绩; (4)添加成绩记录; (5)修改指定姓名或学号的学生的成绩并可存盘; (6)显示输出60分以下、60~79、80~89、90分以上各分数段的学生信息。 */(Student performance management information system code)
    2011-01-03 02:05:47下载
    积分:1
  • VisualBasicAccess2000
    VB学生信息管理系统(源代码+可执行程序+开题报告+论文+答辩PPT)(Visual Basic+Access2000)
    2010-05-23 12:43:31下载
    积分:1
  • chinadownz_jp_61
    学生管理系统vb+Sql(student management system vb Sql)
    2004-12-20 23:01:13下载
    积分:1
  • Sourcecode
    学生信息管理系统。对于学生信息,各班的班主任及学校领导由于各种分类和了解的需要,经常性地进行各种查询。例如:查询一个班级中团员的人数,男、女生的人数,住宿或通宿学生的人数等等。教导处在每一届学生进校时必须进行分班,设置学号;每一届学生毕业,要进行学生信息备份; 对于成绩管理,课任教师要进行本科目成绩登记,计算平均分、优秀率、及格率;班主任在期中考试和期末考试后计算本班学生总分,排名次;教导处要统计补考学生人数及相应名单,每学期进行学生成绩备份;学校领导则可通过查询工具来了解学生成绩情况。 对于课程信息,教导处每学期要进行课程安排、课任教师分配、一周课程安排、中途课程调整等等。 (Student information management system. Information for students, class teachers and school leaders because of the various classification and know the needs of a variety of regular inquiries. For example: query a number of class members, boys and girls have the number of residential accommodation or pass the number of students and so on.教导处students at every school placement must be carried out, set up its study each session, graduate students, it is necessary to carry out student information to back up For performance management, class teachers to carry out any of the subjects grade registration, calculation of average hours, excellent rates, passing rates class at mid-term exams and final exam scores of students after the completion Bin, ranked second 教导处statistical make-up to the number of students and the corresponding list of students each semester to score back-up School Leaders can know through the query tool to score the situation of students. For course information,教导处ea)
    2009-03-07 17:23:23下载
    积分:1
  • Multarget1
    自己做的一个雷达仿真的程序,毕业设计做的,由于时间的关系,做得比较简单,希望提出宝贵的意见(Own a radar simulation procedures, graduation project to do, because of the time the relationship between the relatively simple to do and hope for the valuable advice)
    2009-01-05 13:26:12下载
    积分:1
  • LMS
      图书管理系统(LMS)用于图书馆进行图书的管理,主要的功能包括借书、还书、查找等。不同的使用对象具有不同的权限。(Library management system (LMS) for the management of library books, the main function including the library, book, Find. The use of different objects have different permissions.)
    2013-05-13 10:41:37下载
    积分:1
  • student24
    系统密码是good,用户名是py. 一个简单的学生信息管理系统(system is a good password, user name is py. A simple Student Information Management System)
    2020-07-03 07:00:02下载
    积分:1
  • Three-dedicated-computerbooks
    计算机三级考试——网络技术的必考书目,考生必看!(Three dedicated computer network technology exam books)
    2013-11-16 10:07:12下载
    积分:1
  • STUDENT
    学生成绩管理。能对一个班的学生的成绩进行存储,修改,查询。(Management of student achievement. A ban on student achievement store, modify, query.)
    2008-01-11 10:13:57下载
    积分:1
  • 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
  • 696518资源总数
  • 104228会员总数
  • 45今日下载