资源列表

« 1 2 ... .48 .49 .50 .51 .52 2553.54 .55 .56 .57 .58 ... 3400 »

[数学计算/工程计算HuaDuoTree_Algorithm

说明:一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。 程序的任务是:求N=2
<谷琼> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算3

说明:基于密度的有实体障碍约束的聚类算法例程。-Have a physical density-based clustering algorithm routine obstacle constraints.
<yanyu> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算shishefa

说明:这是一种求解线性复杂方程的常用方法,叫做试射法。-This is a commonly used linear method of complex equations, called the test method.
<成龙> 在 2025-06-27 上传 | 大小:2kb | 下载:0

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

说明:此程序代码旨在实现快速傅里叶变换里的按时间抽取,输入顺序,输出倒序。-failed to translate
<Joanna999> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算shangzai

说明:有限元三角形单元源程序 fortran语言-Source finite element triangular element
<萧杀> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算butterfly_fft_DSP

说明:This is an implementation of an butterfly Discret fast fourier transform that has been implemented on a digital signal processing chip. It is an 8bit algorithm that computes the FFT on input analog data.-This is an implementation of an butterfly Disc
<Unseeing> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算ForPolygonCala

说明:多边形相关计算的一些算法!!!包括凹凸判断,点与多边形关系等-Polygon some algorithms related to computing! ! ! Include the uneven judgments, the relationship between point and polygon ... ... ... ...
<凌晨两点> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算linear-search

说明:linear search in vb it is simple to use
<tala> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算binary-search

说明:binary search in vb it is simple to use
<tala> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算fft1m1

说明:实现快速傅里叶算法,C程序源代码以及算法,检测VC6.0通过-Fast Fourier algorithm, C source code and algorithms to detect by VC6.0
<王金龙> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算mi

说明:用于求0.0 - 99.999 的 0<n<=25 次幂-used to calculate the number between 0.0- 99.999 multiply itself 0<n<=25 times.
<杨军磊> 在 2025-06-27 上传 | 大小:2kb | 下载:0

[数学计算/工程计算GOY_Runge_Kuta

说明:湍流简化模型之壳模型GOY,Fortran编写,本程序用来计算出速度差数据。这些数据可用来计算流场幂律、结构函数、标度律及pdf等等。-Turbulence reduced model。Shell model。GOY。Fortran。powerlaw、structure function、scaling、pdf etc。
<pengpengsong> 在 2025-06-27 上传 | 大小:2kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 2553.54 .55 .56 .57 .58 ... 3400 »

源码中国 www.ymcn.org