资源列表

« 1 2 ... .89 .90 .91 .92 .93 3294.95 .96 .97 .98 .99 ... 3400 »

[数学计算/工程计算tony

说明:指定一個數字轉換回十進位,八進位,十六進位#include <stdio.h> #include <stdlib.h> int main(void) { int number =89 printf("數字 %d\n",number) /* %d 為十進位輸出格式*/ printf("八進位為 %o\n",number) /* %o 為八進位輸出格式*/ prin
<林小世> 在 2024-11-05 上传 | 大小:6144 | 下载:1

[数学计算/工程计算parallel-SPH-0.1.tar

说明:光滑质点无网格法SPH并行计算程序,一种新型算法-Smooth particle meshless method SPH parallel computing procedures, a new type of algorithm
<jimcqcu> 在 2024-11-05 上传 | 大小:2592768 | 下载:1

[数学计算/工程计算KrigingContour

说明:克里金、反距离插值算法_栅格图等值线填充等-Kriging, inverse distance interpolation algorithm _ isogram filled grid map, etc.
<王东瑞> 在 2024-11-05 上传 | 大小:140288 | 下载:1

[数学计算/工程计算MTF

说明:我自己寫的攝像頭MTF公式計算程序,可以計算攝像頭的MTF. VC++6.0.-I wrote it myself camera MTF calculated procedure, the camera can calculate the MTF. VC++ 6.0.
<陈大头> 在 2024-11-05 上传 | 大小:6805504 | 下载:1

[数学计算/工程计算ftarget

说明:本程序研究在单个脉冲发现概率一定的条件下,对目标辐射源发现概率随时间的变化。 %采用蒙特卡罗过程仿真方法;-This procedure study found that the probability of a single pulse under certain conditions, sources on the target discovery probability changes over time. Monte Ca
<柏林> 在 2024-11-05 上传 | 大小:10240 | 下载:1

[数学计算/工程计算Kalman-cpp

说明:Kalman滤波器的C++实现,核心代码,经过实际使用的测试-Kalman filter C++ Realized, the core code, after the actual use of the test
<杨勐> 在 2024-11-05 上传 | 大小:2048 | 下载:1

[数学计算/工程计算Main

说明:1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方
<tanglincn> 在 2024-11-05 上传 | 大小:7168 | 下载:1

[数学计算/工程计算irls

说明:基于M估计的迭代最小二乘算法,其中估计量有Huber,Andrews,Hampel,Ramsay等。-M is estimated based on the iterative least-squares algorithm, which estimates there are Huber, Andrews, Hampel, Ramsay and so on.
<徐林林> 在 2024-11-05 上传 | 大小:3072 | 下载:1

[数学计算/工程计算C1024FFT

说明:C语言编写8个点的FFT程序,在WINTC上编译通过-C language 8 point FFT procedures WINTC compiled through
<佐伊> 在 2024-11-05 上传 | 大小:1024 | 下载:1

[数学计算/工程计算bfgs

说明:最优化的bfgs算法,是采用matlab编程-BFGS optimization algorithm, using matlab programming
<wuxiaoan> 在 2024-11-05 上传 | 大小:14336 | 下载:1

[数学计算/工程计算ICCG

说明:稀疏非对称矩阵的ICCG法FORTRAN源程序-Sparse non-symmetric matrix of the ICCG method FORTRAN source code
<> 在 2024-11-05 上传 | 大小:21504 | 下载:1

[数学计算/工程计算Couette_V2

说明:给予DSMC的二维CFD模拟FORTRAN代码 -DSMC given two-dimensional CFD simulation of FORTRAN code
<GiNo> 在 2024-11-05 上传 | 大小:193536 | 下载:1
« 1 2 ... .89 .90 .91 .92 .93 3294.95 .96 .97 .98 .99 ... 3400 »

源码中国 www.ymcn.org