登录
首页 » Visual Basic » library

library

于 2020-09-04 发布 文件大小:899KB
0 313
下载积分: 1 下载次数: 36

代码说明:

  图书借阅管理系统 VB.net制作的图书借阅管理系统 附带SQL数据库(err)

文件列表:

图书借阅管理系统
................\Libary.mdf
................\Libary_log.LDF
................\图书借阅管理系统
................\................\app.config
................\................\bin
................\................\...\Debug
................\................\...\.....\图书借阅管理系统.exe
................\................\...\.....\图书借阅管理系统.exe.config
................\................\...\.....\图书借阅管理系统.pdb
................\................\...\.....\图书借阅管理系统.vshost.exe
................\................\...\.....\图书借阅管理系统.vshost.exe.config
................\................\...\.....\图书借阅管理系统.xml
................\................\...\Release
................\................\LibaryDataSet.Designer.vb
................\................\LibaryDataSet.vb
................\................\LibaryDataSet.xsc
................\................\LibaryDataSet.xsd
................\................\LibaryDataSet.xss
................\................\Module1.vb
................\................\My Project
................\................\..........\Application.Designer.vb
................\................\..........\Application.myapp
................\................\..........\AssemblyInfo.vb
................\................\..........\Resources.Designer.vb
................\................\..........\Resources.resx
................\................\..........\Settings.Designer.vb
................\................\..........\Settings.settings
................\................\obj
................\................\...\Debug
................\................\...\.....\TempPE
................\................\...\.....\......\LibaryDataSet.Designer.vb.dll
................\................\...\.....\......\My Project.Resources.Designer.vb.dll
................\................\...\.....\图书借阅管理系统.exe
................\................\...\.....\图书借阅管理系统.pdb
................\................\...\.....\图书借阅管理系统.Resources.resources
................\................\...\.....\图书借阅管理系统.vbproj.GenerateResource.Cache
................\................\...\.....\图书借阅管理系统.xml
................\................\...\.....\图书借阅管理系统.借阅查询.resources
................\................\...\.....\图书借阅管理系统.出版社.resources
................\................\...\.....\图书借阅管理系统.图书修改.resources
................\................\...\.....\图书借阅管理系统.图书借出.resources
................\................\...\.....\图书借阅管理系统.图书借阅管理.resources
................\................\...\.....\图书借阅管理系统.图书删除.resources
................\................\...\.....\图书借阅管理系统.图书归还.resources
................\................\...\.....\图书借阅管理系统.图书查询.resources
................\................\...\.....\图书借阅管理系统.图书添加.resources
................\................\...\.....\图书借阅管理系统.图书类别.resources
................\................\...\.....\图书借阅管理系统.注册.resources
................\................\...\.....\图书借阅管理系统.用户查询.resources
................\................\...\.....\图书借阅管理系统.用户添加.resources
................\................\...\.....\图书借阅管理系统.登陆.resources
................\................\...\Release
................\................\...\图书借阅管理系统.vbproj.FileList.txt
................\................\借阅查询.Designer.vb
................\................\借阅查询.resx
................\................\借阅查询.vb
................\................\出版社.Designer.vb
................\................\出版社.resx
................\................\出版社.vb
................\................\图书修改.Designer.vb
................\................\图书修改.resx
................\................\图书修改.vb
................\................\图书借出.Designer.vb
................\................\图书借出.resx
................\................\图书借出.vb
................\................\图书借阅管理.Designer.vb
................\................\图书借阅管理.resx
................\................\图书借阅管理.vb
................\................\图书借阅管理系统.vbproj
................\................\图书借阅管理系统.vbproj.user
................\................\图书删除.Designer.vb
................\................\图书删除.resx
................\................\图书删除.vb
................\................\图书归还.Designer.vb
................\................\图书归还.resx
................\................\图书归还.vb
................\................\图书查询.Designer.vb
................\................\图书查询.resx
................\................\图书查询.vb
................\................\图书添加.Designer.vb
................\................\图书添加.resx
................\................\图书添加.vb
................\................\图书类别.Designer.vb
................\................\图书类别.resx
................\................\图书类别.vb
................\................\注册.Designer.vb
................\................\注册.resx
................\................\注册.vb
................\................\用户查询.Designer.vb
................\................\用户查询.resx
................\................\用户查询.vb
................\................\用户添加.Designer.vb
................\................\用户添加.resx
................\................\用户添加.vb
................\................\登陆.Designer.vb
................\................\登陆.resx
................\................\登陆.vb
................\图书借阅管理系统.sln

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

发表评论

0 个回复

  • type-test
    vb编写的打字考试系统源码,中英文都可以支持,有兴趣试试?(vb prepared by typing examination system source code, in English and can support, like to try?)
    2013-04-30 15:09:36下载
    积分:1
  • student
    学生考勤管理系统 考勤信息记录了学生的缺课情况,它包括:缺课日期、第几节课、课程名称、学生姓名、缺课类型(迟到、早退、请假及旷课)。试设计一考勤管理系统,使之能提供以下功能: 1.录入学生的缺课记录; 2.修改某个学生的缺课记录; 3.查询某个学生的缺课情况; 4.统计某段时间内,旷课学生姓名及旷课次数,按旷课次数由多到少排序; 5.统计某段时间内,有学生旷课的课程及旷课人次,按旷课人次由多到少排序; 6.系统以菜单方式工作。 具体要求如下: 1、 采取模块化方式进行程序设计,要求程序的功能设计、数据结构设计及整体结构设计合理。学生也可根据自己对题目的理解增加新的功能模块(视情况可另外加分)。 2、 系统以菜单界面方式(至少采用文本菜单界面,如能采用图形菜单界面更好)工作,运行界面友好,演示程序以用户和计算机的对话方式进行。 3、 程序算法说明清晰,理论分析与计算正确,运行情况良好,实验测试数据无误,容错性强(能对错误输入进行判断控制)。 4、 编程风格良好(包括缩进、空行、适当注释、变量名和函数名见名知意,程序容易阅读等); (student)
    2020-06-28 14:40:02下载
    积分:1
  • homework
    简单的信息管理系统,可以实现学生信息的添加,删除 (good)
    2020-07-03 06:40:02下载
    积分:1
  • kswb
    考试试室安排,可安排试室座号,打印准考证,试室名单,签到表等^(Exam test room arrangement )
    2020-12-28 16:19:01下载
    积分:1
  • Library-management-system
    图书馆管理系统。利用该系统,能进行搜索,查询等功能(Library management system. Using the system, capable of search, query and other functions)
    2011-05-26 13:57:58下载
    积分:1
  • jiamin
    欢迎访问 学生大软件站 Http://Soft.Studa.Com 默认解压密码:soft.studa.com(welcome visiting students station largest software Http :// default extract Soft.Studa.Com Password : soft.studa.com)
    2007-06-10 09:15:27下载
    积分:1
  • StudentScore
    学生信息管理系统,具体内容,用VC6.0,MFC,成绩管理系统,用VC和SQL 2000开发,非常不错的一个系统,用户根据不同权限访问数据库,进行添加、修改、查询、删除、打印、备份和还原数据库等操作.. (Student information management system, specific content, using VC6.0, MFC, performance management system, using VC and SQL 2000 development, a very good system, users access the database according to different permissions, add, modify, query, delete, print, backup and restore database operation ..)
    2008-05-04 22:20:31下载
    积分:1
  • StuManageSuper
    使用vc6.0开发的学生管理系统,包括对成绩的增删改查,并有管理员权限以及带柱型图和饼图的个人成绩统计和班级成绩统计(最高成绩、最低成绩、平均分等)。 管理员用户名为space,密码为19871025。 演示程序时可打开文件夹中的050704new,里面有测试数据。(Vc6.0 students to develop the use of management systems, including additions and deletions to search results and have administrator privileges, as well as columnar with pie charts and statistics and personal accomplishments achieved statistical classes (maximum performance, minimum performance, with an average grade) . Administrator user name space, password is 19871025. Demo program can open the folder 050704new, there are test data.)
    2009-04-13 18:14:21下载
    积分:1
  • Student-management-system
    学生管理系统包括了学生的信息添加、删除、备份等功能,有效的满足用户的需求(Student management system )
    2012-04-24 09:14:36下载
    积分:1
  • calculationaboutCauchydispersionformula
    计算柯西色散公式系数的,要做棱镜色散实验的同学可以拿走算数据,VC2008下编译通 过。VC6.0应该也可以。逐组输入波长和对应的折射率后,输出A、B、C三个系数的值。仓 促编写,风格不太好。const int num是测量的谱线数,如果不是5组请自己改一下该数值。 (Cauchy' s formula for calculating coefficient of dispersion, dispersion prism to do the experiment for students to take count data, VC2008 compiled through. VC6.0 should be able to. One by one set of input wavelengths and the corresponding refractive index, the output of A, B, C 3 coefficient values. Hasty preparation, style is not very good. const int num is a measure of the number of lines, if not five Group requested the change you on the value of their own.)
    2009-12-05 21:38:52下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载