资源列表

« 1 2 ... .43 .44 .45 .46 .47 1148.49 .50 .51 .52 .53 ... 3400 »

[数学计算/工程计算matrix

说明: //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
<heu> 在 2025-06-09 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Frequency-picture-of-throwing-a-coin

说明:问题的提出:编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件,记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Of the problem: a coin flip from positive programming analog frequency map. Assuming throw 1
<eli> 在 2025-06-09 上传 | 大小:137kb | 下载:0

[数学计算/工程计算calculator

说明:一个简单的计算器,可以实现加减乘除等简单运算和小数点运算。-A simple calculator, you can achieve such a simple calculation and subtraction decimal multiplication and division operations.
<jack> 在 2025-06-09 上传 | 大小:23kb | 下载:0

[数学计算/工程计算matrix

说明:c写的常用矩阵运算程序,包括:矩阵求逆、矩阵上三角、矩阵加减乘、矩阵归一化、矩阵叉乘、行列式求值、矩阵求迹,矩阵求秩、矩阵转置等-matrix program in c
<liao> 在 2025-06-09 上传 | 大小:1kb | 下载:0

[数学计算/工程计算transportation

说明:运筹学中的运输问题的C++程序,支持产销平衡与产销不平衡,可以判断解的情况。-C++ code of transportation problem
<pk> 在 2025-06-09 上传 | 大小:3kb | 下载:0

[数学计算/工程计算wh1

说明:锅炉热力计算程序,用fortran编写的。-program for bolier s heat calculation by fortran
<lichao> 在 2025-06-09 上传 | 大小:434kb | 下载:0

[数学计算/工程计算MyMatrixFunction

说明:包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
<z> 在 2025-06-09 上传 | 大小:3kb | 下载:0

[数学计算/工程计算classic-program

说明:本人总结的fortran工程计算经典源程序,可参考计算流体力学入门那本书学习。-I have summarized the classic source fortran engineering calculations, refer to the book Introduction to computational fluid dynamics study.
<lichao> 在 2025-06-09 上传 | 大小:2.15mb | 下载:0

[数学计算/工程计算MetodaKrylov

说明:Secant Method. This method calculate the solutions of an linear ecuation
<andyandutzu> 在 2025-06-09 上传 | 大小:32kb | 下载:0

[数学计算/工程计算DCT_algorithm

说明:利用fft的dct算法,是个doc文件,里面列了代码和注释-Fft algorithm using the dct is a doc file, which listed the code and comments
<胡朝红> 在 2025-06-09 上传 | 大小:10kb | 下载:0

[数学计算/工程计算TSPsolver

说明:用遗传算法解决TSP(旅行商)问题的程序-Using Genetic Algorithm for TSP (traveling salesman problem) program
<arthur> 在 2025-06-09 上传 | 大小:3kb | 下载:0

[数学计算/工程计算ANTS

说明:利用蚁群算法解决TSP(旅行商)问题的程序-Ant colony algorithm to solve TSP (traveling salesman problem)
<arthur> 在 2025-06-09 上传 | 大小:3kb | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 1148.49 .50 .51 .52 .53 ... 3400 »

源码中国 www.ymcn.org