登录
首页 » Visual C++ » library

library

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

  • point_to_line
    计算点到直线的距离.输入两点坐标确定一个直线,再输入一个点的坐标,计算该点到直线的距离.(Calculated point to the straight line distance. Enter the coordinates of two points determine a straight line, and then input the coordinates of a point, to calculate the straight-line distance between points.)
    2020-11-30 15:09:27下载
    积分:1
  • jiajianfa
    长整数四则运算,利用双向循环链表实现长整数的存储,每个结点含一个整形变量。 (Long integer arithmetic, the use of two-way circular linked list to achieve long integer storage, each node contains an integer variable.)
    2014-05-29 14:41:51下载
    积分:1
  • Data-Structure11-15
    本书是关于计算机科学与工程领域的基础性研究科目之一——数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。 11-15章 (This book is about the field of computer science and engineering subjects of basic research- data structures and algorithms monographs. In a brief review of the book based on the basic concept of C++ programming on a comprehensive and systematic introduction to the queues, stacks, trees, graphs and other basic data structures, and the greedy algorithm, a variety of algorithms divide and conquer algorithms, branch and bound algorithm design method for data structures and algorithms continue to learn and study laid a solid foundation. More valuable is the book not only theoretical knowledge, but also provides more than 50 application examples and more than 600 channel exercises. Book a broad authority, clear and reasonable structure, is a new data structures and algorithms related materials, for the field of computer science and engineering practitioners also a good reference book. Chapter 11-15)
    2014-05-30 09:27:46下载
    积分:1
  • hanoi
    Hanoi塔问题非递归算法实现,几个具体的实现算法(Tower of Hanoi non-recursive algorithm, the realization of a number of specific algorithms)
    2009-07-13 08:45:51下载
    积分:1
  • BinaryTree
    数据结构使用三叉链表表示的二叉树的基本操作(Data structures using the binary tree expressed in the trigeminal lists the basic operation of)
    2010-06-26 10:51:43下载
    积分:1
  • zhaose
    本代码是通过C语言来实现贪心算法求着色问题,包括具体问题和实现代码(This code is the C language to implement the greedy algorithm for the coloring problem, including specific issues and the implementation code)
    2013-09-23 16:04:24下载
    积分:1
  • Anorldi
    关于Arnoldi算法的今年来的中文资料,希望能够给有兴趣编写这方面算法的人提供帮助(Arnoldi algorithm on the Chinese data this year, hoping to write this algorithm are interested in helping people)
    2011-10-22 10:26:34下载
    积分:1
  • cycQueue
    单循环链表,用C++实现 提供入队,出队,判断空等方法(Single cycle linked list, with C++ into the team, the team judge waited in vain for methods)
    2012-10-08 20:02:15下载
    积分:1
  • 005
    c++ data struct stack
    2012-03-01 14:24:42下载
    积分:1
  • complex
    .h文件。c++中的复数类,能够直接完成基本四则运算,输入输出流,完成一定范围内的比较运算(. H file. c++ classes in the plural, to directly perform basic arithmetic, input and output streams, to complete a range of comparison operators)
    2021-04-25 14:58:46下载
    积分:1
  • 696516资源总数
  • 106478会员总数
  • 6今日下载