-
A program for solving equations using Newton s Method.Just need to modify the da...
A program for solving equations using Newton s Method.Just need to modify the data in the main function. If there is any bugs, please contact chenxiang@cad.zju.edu.cn
- 2023-05-07 09:30:02下载
- 积分:1
-
龙格库塔求解微分方程数值解
龙格库塔求解微分方程数值解-Runge- Kutta numerical solution of differential equations solved
- 2022-07-24 01:44:55下载
- 积分:1
-
求解无约束最优化问题的各种算法集合!
求解无约束最优化问题的各种算法集合!-solving unconstrained optimization algorithm for the pool!
- 2023-08-01 20:45:03下载
- 积分:1
-
该算法是应用蚁群算法,蚁群算法的基础上…
该算法应用蚁群算法,在蚁群算法的基础上应用于有约束条件的最优化问题。-The algorithm is applied ant colony algorithm, the ant colony algorithm based on the conditions applied to the most constrained optimization problem.
- 2022-09-26 14:35:03下载
- 积分:1
-
AVL Tree的实现
AVL Tree的实现-achieve AVL Tree
- 2023-08-12 21:35:03下载
- 积分:1
-
VC计算点云的法向量源代码
通过VC编程实现求解点云的法向量。 激光点云也称为点云,在逆向工程中通过测量仪器得到的产品外观表面的点数据集合也称之为点云,通常使用三维坐标测量机所得到的点数量比较少点与点的间距也比较大,叫稀疏点云;而使用三维激光扫描仪或照相式扫描仪得到的点云点数量比较大并且比较密集,叫密集点云。点云的属性包括:空间分辨率,点位精度,表面法向量等。法向量作为点云必不可少的属性之一,其估计方法在点云处理中具有重要的位置
- 2022-05-30 01:42:22下载
- 积分:1
-
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses
question description: Had proven may use not to be many to 4 kind of
colors to n region coloration, but satisfies the neighboring region to
have the different color input form: Establishes provisionally more
than 50 regions, if must prove more regions, revise#define S 50 then;
Region number (value scope 1-32767) the user needs to prove which by
the reshaping form input, unites a pair of matrix; Output form: By 0
and 1 output incidence matrixs, with form outputs the color by blue
yellow orange the pink which each region corresponds proves;
- 2022-10-20 02:35:04下载
- 积分:1
-
bp神经网络 c++
c++实现bp算法 实现二进制数 和十进制数的识别
- 2023-01-04 20:00:03下载
- 积分:1
-
算术表达式求值的程序,用栈实现的,可以进行加、减、乘、除、乘方、求余计算,支持小数和括号 (数据结构作业)...
算术表达式求值的程序,用栈实现的,可以进行加、减、乘、除、乘方、求余计算,支持小数和括号 (数据结构作业)-arithmetic expression evaluates the procedures used stack to achieve, and can be, plus or minus, multiplication, addition, the involution, for I, support minority and brackets (data structure operations)
- 2023-04-17 03:30:03下载
- 积分:1
-
非定常热传导C语言
资源描述利用显示格式求解非定常热传导方程,网格点数100,时间步长0.01,第一类边界条件
- 2022-07-27 22:08:22下载
- 积分:1