-
源于如何把Excel文件转换成mdb数据库。
本源码讲述如何把Excel文件转换成mdb数据库。-The source on how to convert Excel files mdb database.
- 2022-02-05 22:35:40下载
- 积分:1
-
数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析...
数据预测算法,主要是一元n次方程的回归预测实现。* 预测分析--本算法只适用于有明显线性趋势的数据 * 默认为一元二次曲线方程法 * * 本程序主要涉及有两个算法 * 1.用最小二乘原理找到线性方程组的系数和常数。 * 2.解线性方程组 * 本程序在解线性方程组中,由于考虑到收敛性问题未采用迭代法,而是采用Gauss-Jordan消去法来解决。-data prediction algorithm is mainly one yuan n equation forecast to achieve reunification.* Forecast and Analysis-- This algorithm applies only to clear linear trend data* default as a quadratic curve equation method** The procedure involves two main algorithm* 1. Using the principle of least squares linear equations to find the constants and coefficients.* 2. The solution of linear equations* The procedure for solving linear equations, due to convergence problems using iterative method, instead of using the Gauss-Jordan elimination method to solve.
- 2023-06-09 07:00:02下载
- 积分:1
-
Establishment and tree traversal can be achieved: (1) tree created using the fir...
二叉树的建立与遍历
可实现:
(1)树的创建采用先序方式,用特殊符号0表示左、右子树为空
(2)每次输入一个节点的值,可以根据自己的需要设计不同的节点结构
(3)节点的值为非零数
(4)可以()形式输出创建的树
(5)用先序后序和中序遍历树
(6)销毁树
-Establishment and tree traversal can be achieved: (1) tree created using the first order approach, with special symbols 0 express the left and right subtree is empty (2) for each input the value of a node, you can according to their own needs Design of different node structure (3) non-zero value of the node number (4) can () to create the form of the output tree (5) after the first sequence and the sequence of traversal tree (6) the destruction of trees
- 2022-05-14 12:51:14下载
- 积分:1
-
循环双链表和算术表达式
如何插入、 删除和显示通告链接双重链接的列表。菜单驱动的程序与灵活的列表的大小。此外包括验证、 评价和中缀、 前缀和后缀表达式的转换。所有的代码写在 c 语言和签入 codeblocks。
- 2022-03-12 17:53:23下载
- 积分:1
-
用来输入姓名查询地址
用来输入姓名查询地址-used to input the names address inquiries
- 2023-05-13 06:20:02下载
- 积分:1
-
数据结构与算法
数据结构与算法-程序、素材Kruskal构造算法-Data Structures and Algorithms- procedures, materials Kruskal Algorithm
- 2022-03-19 14:49:17下载
- 积分:1
-
求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数...
求最大公约数和最小公倍数的程序,输入两个数,能求出最大公约数和最小公倍数-seek common denominator and implements procedures to import two few, the common denominator can be obtained and implements
- 2022-02-11 22:12:42下载
- 积分:1
-
数据结构链表 创建链表,删除元素,插入元素,查找元素,检查给定的插入位置的正确性,节点移动,单链表...
数据结构链表 创建链表,删除元素,插入元素,查找元素,检查给定的插入位置的正确性,节点移动,单链表-Create a linked list data structure linked list, deleting elements, inserting elements, find elements, check to set the location of the correctness of insertion, node movement, a single list
- 2022-08-25 22:30:43下载
- 积分:1
-
图书馆系统
创建一个随机访问文件,为图书馆的书,它将只包含基本信息关于每一个书记录列表将有一个独特的国际标准书号没有、 书类别、 书名和作者姓名、 出版商名称、 出版年月和价格.程序应该能够从文件加载书籍列表。 书本中。程序应该能够添加到列表中的新书,从列表中删除一本书更新本书的详细信息,显示列表中的图书信息和书籍列表保存到一个文件存储
- 2022-12-04 09:40:03下载
- 积分:1
-
数据结构中离散事件的实现
数据结构中离散事件的实现-data structure to achieve the Discrete Event
- 2023-08-10 12:30:03下载
- 积分:1