-
算法 广度优先搜索、深度优先搜索等
算法 广度优先搜索、深度优先搜索等。 数据结构课程、算法分析内会使用到的有关算法、结构的建立。 包括广度优先搜索、深度优先搜索、广义表、树结构、队列建立等。
- 2022-01-25 21:15:40下载
- 积分:1
-
C++经典数值算法源码
包括多个经典的数值算法
C++经典数值算法源码
包括多个经典的数值算法-C++ Classical numerical algorithm source code, including a number of classical numerical algorithm
- 2022-03-09 14:59:29下载
- 积分:1
-
将16进制的数转换成10进制(数据在文件中),并实现排序。
首先读取存储在文件中的16进制的数
将16进制数转换成为10进制的
将转化后的十进制数实现排序
将排序后的数写入到文件中
- 2022-05-25 09:20:45下载
- 积分:1
-
TSPTM is an economic model for estimation and simulation of a complete language....
TSPTM是一种用于经济模型估算和模拟的完整语言。它是一个用于经济估算的世界标准。虽然TSP主要由经济学家开发并发展,但它的设计并没仅把它限制在经济领域。任何由相同变量的重复观测得到的数据,都可用TSP分析-TSPTM is an economic model for estimation and simulation of a complete language. It is an estimate for the world economy standards. Although the TSP mainly by the development economists and development, but its design does not limit it to only in the economic field. Any repeat of the same variables observed in the data analysis are available TSP
- 2022-02-06 20:24:52下载
- 积分:1
-
介绍双数组逆波兰表达式法:
介绍双数组逆波兰表达式法:-Introduced the dual-array expression Reverse Polish law:
- 2022-05-24 18:33:37下载
- 积分:1
-
牛顿插值
#include#include"String.h"#include#define ROW 6void read(float x[],float y[])//文件读取方便测试{ FILE *fp=fopen("num.txt","r"); rewind(fp); for(int i=0;i
- 2022-10-06 17:00:02下载
- 积分:1
-
生成日历表,计算时间.
生成日历表,计算时间.-Generation calendar, the computation time.
- 2023-01-11 19:35:04下载
- 积分:1
-
一些基本的矩阵算法
一些基本的矩阵算法-some basic matrix algorithm
- 2022-03-06 02:46:35下载
- 积分:1
-
curve fitting code, based on minimize the variances values.
更具 聂翔 教授写的 最小二乘法 在曲线拟合中的实现,写成的code,编译通过。-curve fitting code, based on minimize the variances values.
- 2022-04-07 09:33:45下载
- 积分:1
-
Newton iterative method for solving nonlinear equations, in which compile WITH T...
牛顿迭代法求解非线性方程,已在TC2.0中编译通过-Newton iterative method for solving nonlinear equations, in which compile WITH TC 2.0
- 2023-01-24 15:45:04下载
- 积分:1