-
有限元传热算例
有限元传热算例--The example of calculation of finite element heat transferring
- 2022-06-29 16:13:16下载
- 积分:1
-
采用FFT和IFFT的快速卷积的C程序实现源代码。
采用FFT和IFFT的快速卷积的C程序实现源代码。-FFT and IFFT fast convolution C program source code.
- 2022-07-13 15:18:14下载
- 积分:1
-
ArchiMed螺旋
也被称为阿基米德算法螺旋或螺旋。可以考虑作为一个简单的分形形态,表现出一种概念的尺度相似。
- 2022-06-13 04:39:01下载
- 积分:1
-
使用 Galib 的遗传算法的例子
SimpleGA 类和 2DBinaryStringGenome 类的示例程序。
此程序会尝试用 1 和 0 的交替填充 2Dgenome。
此示例使用默认交叉 (单点),默认赋值函数
(均匀随机位翻转),和默认初始值设定项 (均匀随机)
2D 的基因组。
请注意这一点交叉不一定是最好的一种交叉的
如果您想要生成一个 "好" 的基因组与这样的目标,,则使用
函数。但它不会工作。
- 2023-03-10 03:10:03下载
- 积分:1
-
plural categories, a complex package of all Operational
复数类,封装了复数的所有运算-plural categories, a complex package of all Operational
- 2023-01-05 23:50:03下载
- 积分:1
-
这是用来验证卡号世界各地LUHN算法。
This the Luhn algorithm used to verify card numbers throughout the world.
-This is the Luhn algorithm used to verify card numbers throughout the world.
- 2022-12-16 15:10:03下载
- 积分:1
-
c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。...
c语言实现的离散傅立叶(DFT)变换。非快速傅里叶变换,基本的傅里叶变换。-A basic Discrete Fourie Transform program, not Fast Discrete Fourie Transform
- 2022-06-18 02:58:18下载
- 积分:1
-
The use of fixed step size fourth
使用定步长四阶龙格-库塔法解方程组,并给出一个含贝塞尔函数方程组的例子。-The use of fixed step size fourth-order Runge- Kutta method solution of equations, and gives a Bessel function equations with examples.
- 2023-07-14 13:05:03下载
- 积分:1
-
高斯双积分算法
以我的近似 = 双集成 ((f (x,y) dy dx)) 与限制
* 的从集成到 b 为 x 和从 c(x) 到 d(x) 的 y:
*
* 输入: 终结点 a、 b ;正整数 m,n.(假定
* 根 r(i,j) 和系数 c(i,j) 是可供
* i 等于 m 和 n 为 1 < = j < = i。
*
* 输出: 逼近 J 到我。
*/
- 2022-03-14 10:23:13下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1