-
最小二乘逼近(最小
最小二乘逼近(least-squares approximation)得到一组离散(discrete)数据点的近似函数(approximating function),实验数据往往是用最小二乘逼近得到一条秘密曲线(curve fitting)。下面概述的是最小二乘近似作为多项式的近似函数,除了多项式外,指数的几个右公式也可以作为类似的函数使用。关于最小平方近似的计算原理,请参考市场上的数值分析书籍
- 2022-06-02 22:53:44下载
- 积分:1
-
学生管理系统项目
一个学生管理系统的常见功能是支持个人的维护和研究信息与有关的一名学生。下面的源代码和例子用于在一个学生管理系统 PHP 和 jQuery.
在项目文件部分中列出的源代码和包含在此项目中的文件,请确保列出的源代码,该代码是否满足您的需要那里。
- 2022-08-09 14:27:17下载
- 积分:1
-
Traverse the adjacent table and adjust the implementation of Boolean adjacency m...
遍历邻接表以及执行邻接矩阵布尔调整是数据结构里图的经典算法。- Traverse the adjacent table and adjust the implementation of Boolean adjacency matrix data structure is a classic graph algorithm.
- 2022-05-04 22:05:01下载
- 积分:1
-
这是VC++操作EXCEL的一个例子,希望对大家有所帮助
这是VC++操作EXCEL的一个例子,希望对大家有所帮助-this is a example of operate EXCEL with VC++,hope helpful to you!
- 2023-06-22 04:00:05下载
- 积分:1
-
一种查找数据库中关于一个字符串的匹配的数据结构
一种查找数据库中关于一个字符串的匹配的数据结构-Find a database on a string of matching data structure
- 2022-07-15 08:41:46下载
- 积分:1
-
hospital system
基于c语言和数据库的小型医院管理
- 2023-03-04 17:35:04下载
- 积分:1
-
简单的演示,N的大小可以改变的,而且这个程序的速度还可以,
比以前我用递归写的那个快多了.如果N改得太大输出会有问题,
因为我用到gotoxy的,这个程...
简单的演示,N的大小可以改变的,而且这个程序的速度还可以,
比以前我用递归写的那个快多了.如果N改得太大输出会有问题,
因为我用到gotoxy的,这个程序主要是练一个算法-simple demonstration, N size can be changed, but the rate of this procedure can also, than in the past I used to write a recursive that quicker. If N is too big change in exports, gotoxy because I used, the process is mainly a training algorithm
- 2022-03-13 09:29:46下载
- 积分:1
-
vc数据库编程程序
vc数据库编程程序-vc procedures Database Programming
- 2023-06-13 10:15:03下载
- 积分:1
-
create a binary tree using preorder before the establishment of a tree. transmis...
创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历
-create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose is to solve the problem of traditional values, the importation of the @ symbol, said the end of a tree-binary tree of clues to find the current node"s successor nodes, for the current node precursor nodes, China preorder
- 2023-02-13 17:50:04下载
- 积分:1
-
一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》...
一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
- 2022-11-01 12:10:03下载
- 积分:1