登录
首页 » Visual C++ » library

library

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

  • 在COM中使用组_code
    COM中使用SAFEARRAY数组例程,代码中给了两种数组的用法,一种是字符串数组,另一种是自定义数据结构数组。 (use COM SAFEARRAY array routines, a code for the use of two arrays, a string array, and the other is from the definition of array data structure.)
    2005-07-12 17:00:30下载
    积分:1
  • joseph
    用链表解决约瑟夫问题。 约瑟夫环是一个数学的应用问题:已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。 其中包括一个实验报告,介绍了编程思路和输出结果截图。(List to resolve Joseph. Josephus is the application of a mathematical problem: Given n individuals (numbered 1, 2, 3, ... n, respectively) sitting around a round table around. From number k people began to count off the number to m the man out of the line his next person and from a number off, the man was out of the line number to m so regularly repeated down until roundtable around of the people all of the columns. Including a lab report describes the programming ideas and output screenshots.)
    2012-08-27 22:37:52下载
    积分:1
  • optional-project-blackjact
    经典数据结构作业,黑杰克游戏。要求程序可以连续打10次,每场比赛的赢家,赢得一个点(两点一倍)。在结束的10场比赛为你和电脑打印出的总奖金。(Write a program that simulates a simplified version of the game "BlackJack". A deck of cards numbered 2 to 10, jacks, queens, kings, and aces is used, where jacks, queens and kings are counted as 10s, and aces are either 1 or 11 at your choice. )
    2012-12-08 11:46:33下载
    积分:1
  • yuesefuhuan
    使用VC编写的约瑟夫环程序,简单明了,方便使用(Prepared using the VC Joseph Central program, simple and clear, easy to use)
    2009-09-08 16:45:26下载
    积分:1
  • 20070320list
    包括链表的各项操作,添加、删除、修改等。还包括单项连标和双向链表。(including the operation, add, delete, revise. Also including individual targets and even two-way linked list.)
    2007-03-20 10:39:42下载
    积分:1
  • BDX
    设计、编写和调试面向对象C++程序,实现任意两个同类数据比大小 的通用函数(模板),涵盖普通数值型数据之间的比较、两个字符串之间的比较 (按字典序)、两个复数之间的比较(按模大小)等,并通过主函数加以调用和 测试。(Design, writing and debugging of object-oriented C++ procedures to achieve similar data than the size of any two generic functions (template), covering general comparison between numerical data, the comparison between the two strings (lexicographically), two Comparison between complex numbers (modulo the size), and through the main function to be invoked and tested.)
    2020-11-28 13:49:29下载
    积分:1
  • tcpip
    以太网首部的一个c语言程序,代码功能是对设备要传送的帧进行排队(Ethernet header c language program code function is queued frames to be transferred to the device)
    2013-03-26 11:49:23下载
    积分:1
  • BFS
    迷宫问题 队列求解 界面还不完善 可以自己添加(Maze problem solving interface queue is not perfect you can add your own)
    2013-12-26 22:08:58下载
    积分:1
  • ListOrder
    链表,输入一定的数据,通过链表进行储存,并排序后输出。(List。Input numbers,then output in order~~)
    2011-11-24 11:02:04下载
    积分:1
  • Bitree
    二叉树的打包数据结构,包括遍历,删除,添加,注释详细(Packaged binary tree data structure, including traversal, delete, add, annotate details)
    2015-10-04 23:44:33下载
    积分:1
  • 696518资源总数
  • 106155会员总数
  • 8今日下载