资源列表

« 1 2 ... .82 .83 .84 .85 .86 3187.88 .89 .90 .91 .92 ... 3400 »

[数学计算/工程计算Self-AdaptiveTrapezoid

说明:实现自适应积分梯形公式 自适应积分梯形公式 -Adaptive integral trapezoidal formula
<巫小泉> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算fftn

说明:simple fft implementation
<yan0war> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算newmark

说明:时间积分算法在有限元动力学中的应用,可以计算结构的瞬态响应-This class implements a Newmark beta-gamma predictor-corrector time inte- gration scheme, with accelerations as primary unknowns. .A Newmark scheme assigns to the dofs the following 5 unknowns : - the d
<加刚> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算algorithm

说明:采用二进制编码遗传算法求函数最大值,有遗传算法的仿真程序-Genetic algorithms for maximum
<liujun> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Matlab-PSO

说明:To find and estimate of the best solution and parameter in our problem we can use the evolutionary programming. PSO (particle swarm optimization) is an applicable method to catch this target. In these files I show the Simple PSO that it can be base
<sia311> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gpio

说明:DSP2812-gpio应用。第三方地方-DSP2812SCI communication program.
<zhuyisong> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算sorting

说明:堆排序和快速排序的c语言实现。 堆排序:建堆,移动元素,如此循环。 快排:将标记元素排到适当位置,如此递归排序。-Heap sort and quick sort of c language. Heap sort: construction of the heap, moving elements, and so on. Fast row: the markup elements discharged place, so recursive sort.
<马璐> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Large-Integer-Multiplication-

说明:大整数相乘,是用数组的形式模拟乘法,简单,很实用-Large integer multiplication, is to use an array of analog multiplication, simple and very practical
<czy> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算QR1

说明:QR算法求解 int qrroot(a,n,u,v,eps,itmax) double *a,*u,*v,eps int n,itmax { int i double *H H=(double*)malloc(sizeof(double)*n*n)-QR algorithm int qrroot (a, n, u, v, eps, itmax) double* a,* u,* v, eps int n, itmax {int i double* H
<l> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算rom

说明:用Romberg算法计算定积分 #include <stdio.h> #include <math.h> #define MAX 10 double func(double a) { double y if (a == 0) return y = 1 else return y = 4/(1+a*a) //return y = pow(a,2) }-Romberg algorithm computes
<l> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算matrix

说明:生成稀疏矩阵数据,一行一个数据,每行三个数据:行,列,值(=1)-generate sparse matrixs data,each line contains three data as row,column and value(=1) means a cell of a matrix
<safe corner> 在 2025-06-06 上传 | 大小:1kb | 下载:0

[数学计算/工程计算juzhen

说明:对矩阵当中的特殊矩阵,如单位矩阵等进行了分析计算-Among the special matrix of the matrix, such as matrix calculations were analyzed
<刘浩杰> 在 2025-06-06 上传 | 大小:1kb | 下载:0
« 1 2 ... .82 .83 .84 .85 .86 3187.88 .89 .90 .91 .92 ... 3400 »

源码中国 www.ymcn.org