登录
首页 » Java » library

library

于 2009-05-06 发布 文件大小:243KB
0 205
下载积分: 1 下载次数: 71

代码说明:

  图书馆检索系统,可以检索用户的借阅情况,也可以登录注册用户(Library retrieval system can retrieve the user' s loan situation, you can log in registered users)

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

发表评论

0 个回复

  • hacker
    有人曾经对黑客年龄这方面进行过调查,组成黑客的主要群体是18-30岁之间的年轻人,大多是男性,不过也有很多女性加入到这个行列。他们大多是在校的学生,因为他们对计算机有着很强的求知欲,且好奇心强、精力旺盛等诸类因素,这都是使他们步入了黑客殿堂的原因之一。还有一些黑客大多都有自己的事业或工作,大致分为:程序员、资深安全员、安全研究员、职业间谍、安全顾问等。当然这些人的技术和水平是刚刚入门的“小黑客”无法与之相比的,不过他们也是从这一步一点一点地摸索过来的。[1] (Someone once told hacker ages been investigated in this regard, the composition of the major groups of hackers are young people between 18-30 years old, mostly male, but there are a lot of women to join the ranks. Most of them are students in the school, because they have a strong thirst for knowledge of computers, and the curious, energetic and other various categories of factors, this is one of the reasons so that they entered the hall hackers. Some hackers most of them have their own business or work, divided into: programmer, senior security officer, security researchers, career spies, security advisors. Of course, the level of technology and those who are just getting started Little hackers can not be compared, but they are also a little bit this step to fumble over. [1])
    2015-06-28 22:46:14下载
    积分:1
  • 9
    说明:  9大管理流程9大管理流程9大管理流程9大管理流程(9 great management process management process nine nine nine large management process management process)
    2013-12-18 13:01:28下载
    积分:1
  • DEzujuan
    本算法能实现实现分难度、分知识点的题库自动出题,组卷(The algorithm can achieve sub difficulty, points out automatic knowledge exam questions, test paper)
    2014-11-25 21:16:48下载
    积分:1
  • Exam
    考试系统后台增删改查,针对考试系统的后台,(Examination system background CRUD,)
    2013-11-11 09:22:09下载
    积分:1
  • mancuement__main
    主要功能有班级信息管理模块,比赛项目管理模块,(The main function with class information management module, events management module,)
    2017-05-29 06:31:13下载
    积分:1
  • vibrating-rotator-experiment
    用于高校学生 转子振动台轴跳动轨迹分析仿真实验。采用正交的具有相位差的两列正弦波来模拟传感器测到的X方向和Y方向的轴跳动。包括信号的时频分析,滤波处理,叠加还原和边界检验。参数可自定(For college students beat the rotor shaft vibration table trajectory analysis simulation. With orthogonal phase difference of two sine waves to simulate the sensor measured the X-axis direction and Y direction of beating. Including time-frequency analysis, filtering, reduction and border overlay test. Parameters can be customized)
    2011-05-07 14:40:41下载
    积分: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
  • SVN.chm
    svn是一种代码管理工具,应用的很广发,这是一份参考手册(svn is a code management tools, application is very widely distributed, this is a reference manual)
    2016-08-03 17:17:30下载
    积分:1
  • xiari
    以dede为框架开发的一个教学管理系统,有前台,美化很到位,后台功能很多,可以借鉴(Dede developed in the framework of a learning management system, there is reception, landscaping is in place, a lot of back-office functions, you can learn)
    2015-02-07 11:13:49下载
    积分:1
  • CtrlListDatabase
    本文以“学生信息管理”系统雏形为例子,介绍在MFC下如何使用ADO连接数据库编程,并给出示例代码。下面内容第一至四节介绍如何采用ADO连接数据库、关闭数据、执行sql语句及如何用另一种方式执行常用的select语句。第五节介绍如何使用Datagrid控件:建立_RecordsetPtr对象与Datagrid控件之间的绑定,通过改变_RecordsetPtr对象的内容更新数据库表的记录。第一至四节的内容请参考代码“CtrlListDatabase.rar”,第五节内容请参考“Datagrid.rar”请同学们结合ADO.NET课程内容自主学习,将所学到的技术应用到项目实训中。(In this paper, " Student Information Management" system prototype as an example, describes how to use ADO connection MFC database programming, and gives sample code. The following section describes how the contents of the first four databases using ADO connection, turn off the data, and how to execute sql statements in a different manner commonly used in select statements. Section V describes how to use Datagrid control: the establishment of _RecordsetPtr object and Datagrid binding between controls, the contents of the object by changing the _RecordsetPtr update the database tables. The contents of the first four sections, please reference code " CtrlListDatabase.rar" , please refer to section V, " Datagrid.rar" ask someone with ADO.NET independent study course, will have learned techniques to project training in .)
    2011-05-31 09:39:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载