资源列表

« 1 2 ... .22 .23 .24 .25 .26 1827.28 .29 .30 .31 .32 ... 3400 »

[数学计算/工程计算Project3

说明:指数曲线拟合 Public Function funExponent(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 指数曲线拟合,y=a*exp(b*x) Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项 -failed
<周伟> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算Project4

说明:乘幂曲线拟合 Public Function funPower(Num As Long, x() As Single, y() As Single, a As Single, b As Single) As Long 乘幂曲线拟合,y=a*(x^b) Num为输入数据点个数 x()为输入数据点横坐标组成的数组 y()为输入数据点纵坐标组成的数组 a,b为待求系数,为输出项-failed to trans
<周伟> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算floyd_warshall.c

说明:It is the source code of the Floyd-Warshall algorithm for finding the shortest path between all nodes. The shortest path between two nodes of a graph is a sequence of connected nodes so that the sum of the edges that i
<Roger> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算aco

说明:蚁群算法的java源码,附带使用方法,很好用-Ant colony algorithm java source code, incidental use, very good use
<王荣> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算navier2d_F90

说明:
<souheil> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算TriangularArrayPWE

说明:This scr ipt will attempt to find the band gaps in a phononic crystal by carrying out a Plane Wave Expansion of the various quantities It is for an acoustic wave equation with pressure instead of the displacement as
<li dong> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算awgnn

说明:aditive white gassion noise
<kalyani> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算bhh

说明:用C语言实现把八皇后问题解决了,应该值得一看。-With the C language implementation to solve the eight queens problem, it should be worth a visit.
<xj> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算DiscreteCosineTransform

说明:DCT A discrete cosine transform (DCT) expresses a sequence of finitely many data points in terms of a sum of cosine functions oscillating at different frequencies. DCTs are important to numerous applications in science a
<iso> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算areashade

说明:非常实用的做matlab做曲线图的程序 能将所需要强调的区域的曲线段填充颜色 -Very useful to do graph matlab to do the procedure can be stressed by the area fill color curve segments
<李一> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算mltable

说明:tabla creada en codigo de matlaba
<kikio> 在 2025-03-04 上传 | 大小:8kb | 下载:0

[数学计算/工程计算int_fft

说明:Integer FFT algorithm implementation
<Aleksey> 在 2025-03-04 上传 | 大小:8kb | 下载:0
« 1 2 ... .22 .23 .24 .25 .26 1827.28 .29 .30 .31 .32 ... 3400 »

源码中国 www.ymcn.org