-
图书管理系统
数据上保存图书的如下几各方面的信息
编号(应是图书的唯一标识符)、分类号、书名、作者、出版社(版次)、出版日期、单价、借阅者、借出日期、归还日期。
借阅者要有,证件编号、姓名、性别、类别(大学生、研究生、教师等)。
日期数据应包含,年、月、日。
界面上含有以下主要功能
主菜单:预览,添加,删除,排序,查找,修改,借书、还书、打印催还书通知,保存,退出等
- 2022-07-15 03:41:59下载
- 积分:1
-
这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解...
这是常用的数值算法和图论算法 是用伪代码描述的 里面有对算法的详细讲解-This the commonly used algorithms and numerical algorithms of graph theory is used pseudo-code description of the inside of the algorithm in detail on the
- 2022-04-15 02:42:27下载
- 积分:1
-
北京大学的一些acm代码。还有一些资料。
北京大学的一些acm代码。还有一些资料。-Acm code of some of Peking University. There are some information.
- 2022-11-03 20:45:03下载
- 积分:1
-
kmeans 算法源程序
资源描述kmenas算法首先选择K个初始质心,其中K是用户指定的参数,即所期望的簇的个数。这样做的前提是我们已经知道数据集中包含多少个簇,但很多情况下,我们并不知道数据的分布情况,实际上聚类就是我们发现数据分布的一种手段
- 2022-07-23 16:36:16下载
- 积分:1
-
数独求解c语言程序
这是暑期编程集训时编的求解多解数独问题,输入为9×9的矩阵,0代表空格,其余为1~9的数字,通过搜索算法求解数独的所有解,从此数独不在神秘!
- 2022-04-09 03:39:55下载
- 积分:1
-
Pt100计算工具
Pt100传感器计算工具,输入温度值,如100℃,则能计算出相应的Pt100阻值。
- 2022-09-07 14:20:03下载
- 积分:1
-
我的串的比较算法实现
我的串的比较算法实现-my string comparison algorithm
- 2023-02-17 15:10:03下载
- 积分:1
-
模糊数学的源文件
模糊数学的源文件-fuzzy source
- 2022-11-17 02:15:03下载
- 积分:1
-
VB的傅里叶变换光谱数据的快速傅里叶变换算法包括分钟…
用VB实现的傅立叶变换谱方法
包括复数据快速傅立叶变换算法、实数据快速傅立叶变换算法1、实数据快速傅立叶变换算法2、快速正弦变换和余弦变换等-VB Fourier transform spectra data including Minute Fast Fourier Transform algorithm, false information Fast Fourier Transform algorithm for one, real data Fast Fourier Transform algorithm 2, rapid transformation sine and cosine transform, etc.
- 2022-03-02 19:34:06下载
- 积分:1
-
solving nonlinear equations in a way : by using a method of optimizing initial G...
解非线性方程组的一种方法:先用一种优化方法将给定初值(它有可能会使得后续的牛顿法发散)通过一条比较快的途径收敛到精确解附近,得到一个新的初始点,然后再通过牛顿法将新的初始点迭代到精确解(一定的误差范围内)。这种方法的优点在于:它可以将牛顿法快速收敛的优势发挥出来,同时又避免了该方法收敛域比较窄的缺点。-solving nonlinear equations in a way : by using a method of optimizing initial Givens (it might make follow-up to Newton"s law divergence) adopted a relatively fast convergence to the channel near the exact solution, to be a new starting point, and then Newton"s law of the new iteration of the initial point of the exact solution ( some of error). This method has the advantage : it can be rapid convergence of Newton"s method to exploit the advantages while avoiding convergence of the method is relatively narrow domain shortcomings.
- 2022-03-20 10:21:18下载
- 积分:1