-
C语言实现图书管理系统
1)能录入新商品信息2)能对商品信息进行查询: 可以按编号,按商品名称,按商品类别,按供货商,按产地进行查询3)可以对商品信息进行修改,删除4)商品销售:输入销售单,根据商品编号,读取并显示商品信息,根据销售数量,修改库存。5)可以记录销售的记录,以备查询。6)商品销售信息查询:7)统计
- 2022-02-21 21:46:26下载
- 积分:1
-
有限元传热算例
有限元传热算例--The example of calculation of finite element heat transferring
- 2022-06-29 16:13:16下载
- 积分:1
-
ACM的一些比较简单题目,可以稍微锻炼编程能力。
ACM的一些比较简单题目,可以稍微锻炼编程能力。-ACM subject of a number of relatively simple, can be a little programming exercise capacity.
- 2023-03-02 15:30:04下载
- 积分:1
-
任务 8 皇后
八皇后问题是在 8 × 8 的棋盘上放置八国际象棋皇后,所以,没有两个皇后威胁到对方的问题。因此,一种解决方案要求没有两个皇后共享相同的行、 列或对角线。八皇后问题是一个例子更一般的 n 皇后问题的 n 皇后置于 n × n 的棋盘,存在所有自然数 n 除 n = 2 或 n = 3。[] 1
- 2022-03-23 22:09:38下载
- 积分:1
-
Moving average moving average prediction ModifyShiftAverageRegress.cs trends can...
移动平均预测 ModifyShiftAverageRegress.cs
移动平均也可画趋势图,如下:
public double forecast(int interval)
移动平均认为数据是时间序列数据,该方法预测interval个时间间隔后的值
public override double[] getTrendArray()
得到趋势数组,该数组的数据直接在图形中展示出来就可以产生趋势线。
-Moving average moving average prediction ModifyShiftAverageRegress.cs trends can also be painted as follows: public double forecast (int interval) consider moving average data are time-series data, the method of prediction interval of time after the interval the value of public override double [] getTrendArray () be the trend of the array, the array of data directly in the graphical display can be generated by the trend line.
- 2022-06-06 15:01:20下载
- 积分:1
-
数值分析中的最佳一致逼近多项式问题,程序中含多项式输入界面。...
数值分析中的最佳一致逼近多项式问题,程序中含多项式输入界面。-Numerical analysis of the best uniform approximation polynomial problem, the program contains polynomial input interface.
- 2023-04-28 10:15:04下载
- 积分:1
-
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等...
日期时间工具函数。含有计算星期几、从0000年以来天数和毫秒数、日期加减和日期比较等-Tool functions for calculating datetime. they can calculate days and mseconds form the year 0000, also plus, minus,and comparate of datetime
- 2023-05-17 09:30:02下载
- 积分:1
-
ACM Geometry Collection
ACM Geometry Collection
ACM Geometry Collection-ACM Geometry Collection
ACM Geometry Collection
- 2023-01-24 10:05:04下载
- 积分:1
-
加法器结构
应用背景本文提出了一种技术自主设计和仿真的改进的体系结构进位保存加法器。这种体系结构被证明产生的结果,除了快速和需要的最低数量的逻辑大门。二进制加法是由一系列的异或运算进行,和移位左操作。这些操作被终止与完成信号表明了加法的结果。因为移位运算的数目进行的变化从0到n的n个加数,行为模型中的所有可能有2到15位加数的应用。推导了数学模型从数据和用于预测标准二进制的移位所需的平均数数字,如32,64或128位。4原型这个加法器的设计与仿真在同步和异步模式的操作。并;关键技术进位加法器,同步加法器,异步加法器
- 2022-04-30 23:25:52下载
- 积分:1
-
工程中微分方程数值积分经常需要使用的Newmark法
工程中微分方程数值积分经常需要使用的Newmark法-Differential equations numerical integration project often requires the use of the Newmark method
- 2022-11-07 14:00:03下载
- 积分:1