登录
首页 » 算法 » 图书管理系统

图书管理系统

于 2022-01-30 发布 文件大小:3.29 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

在这个图书借阅管理系统,我主要实现了两大功能:  (1)图书管理(增加图书、查询图书、删除图书、图书借阅、还书);  (2)会员管理(增加会员、查询会员、删除会员、借书信息);

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

发表评论

0 个回复

  • 机械优化设计的C程序,黄金分割,解决一维优化问题
    机械优化设计的C程序,黄金分割法,解决一维优化问题-Optimal Design of C mechanical procedures, golden section method to solve one-dimensional optimization problem
    2022-02-12 19:32:17下载
    积分:1
  • LZW压缩实现 VC++6.0工程
    资源描述一个不错的LZW压缩文件算法示例代码,才用VC6.0写的,可以编译通过,压缩效率还不错,我测试过简单的位图比gif/png等格式压缩效率都要高!!!
    2022-08-25 04:08:59下载
    积分:1
  • 01背包问题
    01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
    2022-03-15 21:02:09下载
    积分:1
  • odd N bands Demon Lineup : N
    奇数N 阶魔方阵问题: 奇数N 阶魔方阵的构造规则如下: 1、在第一行的正中间填入1; 2、如果左上角能够移动,则往左上角填入后继的数;如果左上角不 能移动,则顺移到该列最下方左边的一列中最靠近该列的位置; 3、如果左上角不能移动,同时在该列位置的最下方左边最靠近的位 置处也不能填入数,则往该位置的上一行的最右边的位置处填入 后继数; 4、每次尽可能地往左上角填数,如果发现左上角已经填满了数,则 从当前填的数的位置下方填上后继数。 要求: 无。 输入: 用户从键盘任意输入一个正奇数。 输出: 打印出该魔方阵。-odd N bands Demon Lineup : N-odd magic Lineup Construction Rules are as follows : 1, the first line is the middle of a preference; Two, if the upper left corner to Mobile, the successor to fill in the upper left; If the upper left corner, unable to move, with the move out of the bottom of the left one of the closest out of position; three, if the upper left corner, unable to move, while in the position shown in the bottom left nearest location Department has not entered a few, to the position of the party on the right side of the positions filled successor; 4, each possible to fill the upper left corner, if fill the upper left corner, has found a few, from the current fill several positions to fill in the bottom subsequent few. Requ
    2022-01-21 19:39:47下载
    积分:1
  • the mapped relation is built using BP network in order to provide fitness functi...
    用BP网络建立映射关系,为遗传算法提供适应度函数,通过改进遗传算法完成最小值优化-the mapped relation is built using BP network in order to provide fitness function for genetic algorithm. At last, optimization of minimum value is finished by genetic algorithm.
    2023-04-03 12:00:04下载
    积分:1
  • 一个简单的计器,用的是vb制作,能完成简单 的四则运.
    一个简单的计算器,用的是vb制作,能完成简单 的四则运算.-A simple calculater,written in VB,and can realize simple four-arithmetic operations.
    2022-02-05 14:59:47下载
    积分:1
  • Using vc platform development dual Lagrange interpolation procedures can be...
    用vc++平台开发二元拉格朗日插值程序,能够实现对曲面上的插值-Using vc platform development dual Lagrange interpolation procedures can be achieved on the surface of the interpolation
    2022-05-18 10:43:29下载
    积分:1
  • 粗糙集差分矩阵
    "我们介绍两个概念有关的任何信息系统,即 dis cernibility 矩阵和区分函数。我们目前这些 notionsand 的一些性质作为推论得出几种算法 forpolving 问题在过活,粗糙确定性、 约简、 核心和依赖关系生成。"— — 所引用的材料
    2022-05-21 03:47:21下载
    积分:1
  • 爬山 (人工智能)
    这是人工智能的爬山算法。它给最短路径从源节点到目标节点。
    2023-08-26 21:55:03下载
    积分:1
  • 解码粗糙
    此文件术最解决方案为 DECRIPTATION 粗糙 ALGHORITM主要 VOTRE CONSEIL DE 接待 portail 自动学与 PIC 12F629
    2022-08-18 23:56:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载