登录
首页 » Visual C++ » library

library

于 2020-10-30 发布 文件大小:1487KB
0 235
下载积分: 1 下载次数: 10

代码说明:

  纯C语言编程的模拟现有图书馆的借阅、续借、归还;图书入库、出库;查询、排序等功能,实现电子图书馆的智慧综合管理。其中查询功能里面嵌套精确查询,排序功能有六种,界面可变色,里面已经附带50多本图书信息包括图书摘要等详细信息。里面还附带详细设计报告和解说PPt。(Pure C language programming simulation existing library borrow, renew, return book storage, a library queries, sorting and other functions, to achieve integrated management of electronic library wisdom. Precisely where the query function inside a nested query, sort function has six, the interface can change color, which has included more than 50 books including books summary information and other details. Which also included detailed design reports and commentary PPt.)

文件列表:

图书管理
........\(1)数据结构项目报告.doc,649216,2013-10-26
........\tushuguanli2
........\............\Debug
........\............\.....\book.txt,27948,2013-10-26
........\............\.....\ReadMe.txt,1213,2013-10-25
........\............\.....\stdafx.cpp,217,2013-10-25
........\............\.....\stdafx.h,233,2013-10-25
........\............\.....\stud.txt,2730,2013-10-26
........\............\.....\targetver.h,498,2013-10-25
........\............\.....\tushuguanli2.cpp,32908,2013-10-25
........\............\.....\tushuguanli2.exe,72192,2013-10-26
........\............\.....\tushuguanli2.ilk,416028,2013-10-26
........\............\.....\tushuguanli2.pdb,568320,2013-10-26
........\............\.....\tushuguanli2.vcproj,4513,2013-10-25
........\............\.....\tushuguanli2.vcproj.PC-20130413KBEH.Administrator.user,1427,2013-10-25
........\............\.....\tushuguanli2.vcproj.SDWM-20130823EK.Administrator.user,1427,2013-10-26
........\............\tushuguanli2
........\............\............\book.txt,27948,2013-10-26
........\............\............\Debug
........\............\............\.....\BuildLog.htm,12428,2013-10-26
........\............\............\.....\mt.dep,65,2013-10-26
........\............\............\.....\stdafx.obj,11657,2013-10-26
........\............\............\.....\tushuguanli2.exe.embed.manifest,663,2013-10-26
........\............\............\.....\tushuguanli2.exe.embed.manifest.res,728,2013-10-26
........\............\............\.....\tushuguanli2.exe.intermediate.manifest,621,2013-10-26
........\............\............\.....\tushuguanli2.obj,149304,2013-10-26
........\............\............\.....\tushuguanli2.pch,3211264,2013-10-26
........\............\............\.....\vc90.idb,84992,2013-10-26
........\............\............\.....\vc90.pdb,126976,2013-10-26
........\............\............\ReadMe.txt,1213,2013-10-25
........\............\............\stdafx.cpp,217,2013-10-25
........\............\............\stdafx.h,233,2013-10-25
........\............\............\stud.txt,2730,2013-10-26
........\............\............\targetver.h,498,2013-10-25
........\............\............\tushuguanli2.cpp,32909,2013-10-26
........\............\............\tushuguanli2.exe,72704,2013-10-25
........\............\............\tushuguanli2.vcproj,4513,2013-10-25
........\............\............\tushuguanli2.vcproj.PC-20130413KBEH.Administrator.user,1427,2013-10-26
........\............\............\tushuguanli2.vcproj.SDWM-20130823EK.Administrator.user,1427,2013-10-26
........\............\tushuguanli2.ncb,822272,2013-10-26
........\............\tushuguanli2.sln,902,2013-10-25
........\数据结构与算法项.ppt,112640,2013-10-25

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

发表评论

0 个回复

  • abc
    数据结构的稀疏矩阵的几部分操作,广工的课程设计(Sparse matrix operations)
    2013-12-03 15:57:53下载
    积分:1
  • Set
    使用C语言建立带头结点链表实现了集合。并进行了性能上的优化。(Achieve set using C to build list witch head node. And make optimization in performance.)
    2009-11-18 13:29:05下载
    积分:1
  • maze
    c语言完成的数据结构几个小算法游戏包括迷宫求解等(C language of complete data structure several small algorithm game includes maze solution, etc )
    2012-03-29 20:37:18下载
    积分:1
  • bracketmatching
    这个程序用来解决树结构与树之间的程序匹配的问题这个程序可以解决很多的问题(it is very good)
    2013-01-21 21:48:17下载
    积分:1
  • npxkcsj
    数据结构课程设计,多种内部排序的效率分析(Data structure course design, the efficiency of a variety of internal sorting)
    2010-07-07 07:34:56下载
    积分:1
  • Large_integer_multiplication
    算法分析与设计——大整数乘法。 计算两个超出机器数表示范围的整数的乘积。(Algorithm Analysis and Design- large integer multiplication. Calculating the number of two machines that go beyond the scope of the product of an integer.)
    2009-05-08 14:21:06下载
    积分:1
  • BeiDa_ACM1702
    北大ACM1702题 转换为3进制 很经典(NULL)
    2009-12-08 11:31:40下载
    积分:1
  • Bigint
    利用双向链表实现对两大整数的相加运算。 可以修改数组长度实现更大整数的相加(Realize the use of two-way linked list of integers the sum of the two operations. Can modify the array length to achieve a greater sum of integers)
    2007-10-18 21:34:06下载
    积分:1
  • sorting
    该文件描述了排序算法的实验指导报告,通过本实验,你可以了解插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序等多种排序方法的实验(The document describes the experimental guidance of the sorting algorithm, through this experiment, you can learn about the insertion sort, selection sort, shell sort, heap sort, bubble, two-way bubble, quick sort, merge sort, merge sort recursive basesorting a variety of sorting methods experiment )
    2012-06-08 11:28:55下载
    积分:1
  • Dijkstra
    迪杰斯特拉算法,数据结构,C语言写的,上大学计算机系会用到的。。。(Dijkstra algorithm, data structures, C language written on the Department of Computer Science will be used. . .)
    2013-03-06 21:50:34下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载