登录
首页 » Visual C++ » library

library

于 2020-10-30 发布 文件大小:1487KB
0 203
下载积分: 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 个回复

  • 3.4.6
    单链表中的数据元素含有三种字符(字母、数字、其他字符),算法实现构造三个循环链表,是每个循环链表中只含有同一类字符,且利用原表中的结点空间作为这三个表的结点空间。(Singly linked lists of data element contains three characters (letters, Numbers and other characters), the algorithm constructs three circular linked list, each cycle list contains only the same type of character, and make use of the primary node space in a table as a node of the three table space.)
    2014-04-15 13:11:37下载
    积分:1
  • eitTableParse
    该程序分析eit表的数据结构,病输出相应内容信息(parse eit table and output content info)
    2016-05-22 17:52:42下载
    积分:1
  • communication
    VC简易通讯录,加强C的编程,熟悉链表文件的使用等。(Simple VC contacts, strengthen C programming, familiar with the use of a linked list file.)
    2012-09-02 17:11:12下载
    积分:1
  • Haffman
    将一组数组转换为哈夫曼编码,使用数据结构中的二叉树功能实现(Convert an array to Haffman code)
    2016-01-30 14:56:20下载
    积分:1
  • huffman
    数据结构(严蔚敏版)中哈夫曼树的操作程序源代码(Of data structure (Yan Wei Min version) operating procedures in the source code Huffman tree)
    2010-05-24 23:19:39下载
    积分:1
  • Joseph
    说明:  约瑟夫问题,四种解法,分别是静态链表,顺序表两种和循环链表(Joseph problems, the four solution, namely a static list, order form and the cycle of two lists)
    2010-04-23 08:20:53下载
    积分:1
  • Function-parameters
    C语言插入排序算法及代码 C语言中函数参数的传递有:值传递、地址传递、引用传递这三种形式。题一为值传递,题二为地址传递,题三为引用传递。(Insertion sort algorithm and C language code The parameter of function in C language transfer: transfer value, address, pass by reference to these three forms. Problem a value transfer, the transfer of Title address, three for reference. )
    2014-06-30 21:28:28下载
    积分:1
  • SeqQueue
    数据结构循环队列的实现 在visual c++6.0运行(Circular queue data structure to achieve the visual c++6.0 run)
    2013-06-15 16:27:32下载
    积分:1
  • lesson1-2
    棋盘覆盖,算法分析,很有用的东西,大家一起来分享一下(Board covers, algorithm analysis, useful things, we share together)
    2011-01-06 15:15:11下载
    积分:1
  • BeiDa_ACM1702
    北大ACM1702题 转换为3进制 很经典(NULL)
    2009-12-08 11:31:40下载
    积分:1
  • 696518资源总数
  • 104737会员总数
  • 20今日下载