登录
首页 » 数据结构 » 图书馆系统

图书馆系统

于 2022-12-04 发布 文件大小:2.63 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

创建一个随机访问文件,为图书馆的书,它将只包含基本信息关于每一个书记录列表将有一个独特的国际标准书号没有、 书类别、 书名和作者姓名、 出版商名称、 出版年月和价格.程序应该能够从文件加载书籍列表。 书本中。程序应该能够添加到列表中的新书,从列表中删除一本书更新本书的详细信息,显示列表中的图书信息和书籍列表保存到一个文件存储

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

发表评论

0 个回复

  • vb6 Alarmbox
    欢迎到分钟报警 VB6 实用程序,用于...时间在几分钟内在第一个文本框中输入。
    2023-04-15 18:35:03下载
    积分:1
  • 采用vb写的资料系统管理器功能特别
    采用vb写的资料系统管理器功能特别-use of the information systems management function, particularly for
    2022-06-17 06:15:57下载
    积分:1
  • 哈希表的实现,用C++写的,比较完整
    数据结构哈希表的实现,用C++写的,比较完整-Hash table data structure to achieve, using C++ Written relatively complete
    2022-07-04 05:40:41下载
    积分:1
  • 日本ATR(Advanced Telecommunication Research InstituteInternational)的专门用于表情识别研究的基本表...
    日本ATR(Advanced Telecommunication Research InstituteInternational)的专门用于表情识别研究的基本表情数据库JAFFE,该数据库中包含了213幅(每幅图像的分辨率:256像素×256像素)日本女性的脸相,每幅图像都有原始的表情定义。表情库中共有10个人,每个人有7种表情(中性脸、高兴、悲伤、惊奇、愤怒、厌恶、恐惧)。 JAFFE数据库均为正面脸相,且把原始图像进行重新调整和修剪,使得眼睛在数据库图像中的位置大致相同,脸部尺寸基本一致,光照均为正面光源,但光照强度有差异。由于此表情数据库完全开放,且表情标定很标准,所以现在大多数研究表情识别的文章中都使用它来训练与测试。-Japan ATR (Advanced Telecommunication Research InstituteInternational), devoted to the basic expression of facial expression recognition research database JAFFE, the database contains 213 (each image resolution: 256 pixels × 256 pixels) Japanese women face relative to each piece of expression of both the original definition of the image. Expression library, a total of 10 individuals, each person has seven kinds of expressions (neutral face, happy, sad, surprise, anger, disgust, fear). JAFFE face database are positive phase, and the original image is re-adjust and trim, making the eye the location of the image in the database similar to the face basically the same size, ligh
    2023-04-21 12:40:03下载
    积分:1
  • 这是一个程序的库实现
    this a program for for database implement in this we are implementing several join algorithms
    2022-03-25 19:06:29下载
    积分:1
  • Well
    著名的环形缓冲区算法,欢迎大家使用下载,好东西呀。-Well-known ring buffer algorithm, welcome everyone to use the download, you good things.
    2022-02-13 18:22:13下载
    积分:1
  • C语言版本的八皇后问题
    要求:在国际象棋的棋盘摆上8个皇后,使得任何两个皇后不在一行,不在一列,同时也不在同一条斜线上。要求找出所有解。 算法思想 利用回溯算法搜索解空间,解分量的值等于解空间的索引(行编号),求出一个解递归调用即可求出所有92种情况。 设计心得: 1、  请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-13 19:21:25下载
    积分:1
  • 课程的实验之一,有关于组的循环位移,简单的小程序...
    数据结构课程的实验之一,有关于数组的循环位移,简单的小程序-Experimental data structure course one of the cycle of displacement on the array, a simple applet
    2023-07-09 23:40:03下载
    积分:1
  • 一个功能强大的在线订餐系统,点石金网络订餐系统
    一个功能强大的在线订餐系统,点石金网络订餐系统-A powerful online reservation systems, point Shijin network reservation system
    2023-04-30 16:30:07下载
    积分:1
  • 1。我用VC 6编写的程序,包括过程的顺序…
    1.本程序由本人采用vc++ 6.0编写,包括了排序平衡二叉树的整套算法(包括插入、删除、查找以及其测试算法)。 2.运行myavl_vc.exe输入树的初始结点个数,确定后本程序将在内存中生成一棵相应结点数的二叉树,在此基础上你可以进行各种操作(插入、删除、查找以及测试其平衡性、排序性等) 3.每一个结点信息包括"商品编码"、"商品名称",且以"商品编码"作为关键字 4.初始生成的树的结点的商品编码为从1按顺序递增,商品名称为"生成的商品"加上商品编码 5.程序中的随机插入与随机删除是为了更好的测试程序的正确性和可靠性 6.随机插入(删除)时,程序将不断向(从)树中随机插入(删除)结点,每次随机插入(删除)都会进行平衡性与排序性的检查,如果树已经失去了有序性或平衡性,则会弹出树已失去了有序性或平衡性的提示并停止插入(删除)操作,当然你可以随时中断随机操作-1. The procedure I used vc 6.0 preparation, including the sequencing of the entire balanced binary tree algorithm (including insert, delete, search and test algorithm). 2. Running myavl_vc.exe importation of the initial tree node number, the procedures established in the memory of the formation of a corresponding nodes of a binary tree, and on this basis you can conduct various operations (insert, delete, search and testing their balance, sorting etc.) 3. each node information including "Product Codes," "trade names," and the "commodity codes" as the keyword 4. initial produ
    2022-03-11 19:21:53下载
    积分:1
  • 696516资源总数
  • 106611会员总数
  • 19今日下载