-
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是分形演化的DLA模型。希望对大家有用。...
在分形几何里面,非常重要的一部分内容就是分形演化算法。这个模块提供的是分形演化的DLA模型。希望对大家有用。-Fractal geometry in the inside, a very important part of the content is the evolutionary algorithm fractal. The module is provided by the DLA fractal model of evolution. Hope useful for everyone.
- 2022-06-17 16:58:52下载
- 积分:1
-
Householder transformation based on the QR decomposition. The use of Householder...
基于Householder transformation的QR分解。 其使用需要调用Householder transformation程序。-Householder transformation based on the QR decomposition. The use of Householder transformation procedures need to call.
- 2022-07-21 07:52:35下载
- 积分:1
-
此程序为数值算法分析里的跳马算法演示程序
此程序为数值算法分析里的跳马算法演示程序-procedure for numerical algorithm analysis of the algorithm vault Demonstration Program
- 2022-01-30 12:28:59下载
- 积分:1
-
Jacobi to solve linear equations, possison equations, welcome you to give valuab...
Jacobi求解线性方程组、possison方程,欢迎大家提出宝贵意见。-Jacobi to solve linear equations, possison equations, welcome you to give valuable advice.
- 2022-03-13 21:27:05下载
- 积分:1
-
C经典代码大全
一些C编程语言经典编程题目,希望对大家有用。#include
int main(void)
{
unsigned int i = 0x12345678;
char*pc =(char*)&i;
printf("0x%x
", *pc);
double *pd = (double*)&i;
printf("%f
", *pd);
printf("sizeof pc = %d sizeof pd = %d
", sizeof(pc), sizeof(pd));
return 0;
}
- 2022-04-01 10:36:20下载
- 积分:1
-
刚才没注意,上传的是.c文件,重新上传,忘谅解!
精确计算N的N次方,并完整显示结果!...
刚才没注意,上传的是.c文件,重新上传,忘谅解!
精确计算N的N次方,并完整显示结果!-just did not know, upload yes. C document, re-upload, forget understanding! N precise calculation of the N-th power and integrity of the result will be displayed!
- 2022-08-14 07:55:35下载
- 积分:1
-
透视 瞬移 人物上色 非常实用的一款工具
透视 瞬移 人物上色 非常实用的一款工具-Focus Teleport a character painted a very useful tool for
- 2023-03-06 13:15:03下载
- 积分:1
-
任意元素的矩阵操作,包括加、减、乘、求行列式、求逆
任意元素的矩阵操作,包括加、减、乘、求行列式、求逆-An arbitrary element matrix operations, including addition, subtraction, multiplication, seeking determinant, inverse
- 2022-04-28 11:12:40下载
- 积分:1
-
java(sl275课程习题的求解模块
java(sl275课程习题解module1-module3共7道习题的题目以及程序)-java (sl275 courses Exercise Solution module1- module3 a total of seven topics and the questions of procedure)
- 2023-06-27 00:35:02下载
- 积分:1
-
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程...
计算方法A中的雅可比算法 是我在学习计算方法时编写的 体现了雅可比算法计算求解的过程-A calculation method of Jacobi algorithm is calculated in the study prepared by the method reflects the Jacobian algorithm for Xie process
- 2023-05-23 21:35:04下载
- 积分:1