-
ACM contest basic Exercises
ACM大赛基本练习题-ACM contest basic Exercises
- 2022-02-14 06:11:36下载
- 积分:1
-
一般问题的线性插值和JACOBI算法
一般问题的线性插值和JACOBI算法-general linear interpolation algorithm and JACOBI
- 2022-02-06 19:05:49下载
- 积分:1
-
基于VC单文档的B样条曲线实时仿真
基于VC单文档的可视化B样条曲线绘制和仿真,可给定控制点,根据给定设定点自动绘制拟合后的B样条曲线,对学习B样条原理有很大帮助
- 2022-02-28 12:29:48下载
- 积分:1
-
最陡下降法~最优化设计,优化设计…
最优化设计之最速下降法~
最优化的设计作业,最速下降法~
-Optimum design of the steepest descent method ~ of the most optimized design work, the steepest descent method ~
- 2022-03-22 09:07:58下载
- 积分:1
-
3D克希霍夫偏移程序
3D克希霍夫偏移程序。利用c语言编写的三维迭前偏移的代码,算法结果正确,精度高,具有很好的实用性-The use of three-dimensional Diego c language code before the cheap, algorithms result is correct, high precision, with a good practical
- 2022-05-23 03:27:09下载
- 积分:1
-
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用...
vc下的一个仿matlab界面的矩阵运算程序,其中单独封装的矩阵类可实现大多数常用矩阵运算功能,经常被我单独拿来使用-vc under an imitation of Matlab interface matrix calculation procedures, which separate package matrices can be used to achieve the majority of matrix calculation functions, I was often alone using them
- 2022-04-12 20:05:14下载
- 积分:1
-
数据挖掘中的CART算法
数据挖掘中的CART算法
-Data Mining in the CART algorithm
- 2022-02-09 14:41:40下载
- 积分:1
-
文本转电子表格
应用背景
早期成果转现在电子表格,各文本数据转换
关键技术电子表格对像的创建,打开,形成电子表格文件
- 2022-06-27 20:10:24下载
- 积分:1
-
求解三波耦合方程
向后差分,一阶,200个点,Z的范围[0 , 20],运行了50s。。。
各常数参数取值如下:
VS = 2 ;VI = 2 ; VP = 2 ; K = 2(这个代表的是j*delt*k) ; J = 2 ; L = 20 ; 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-09-10 00:50:02下载
- 积分: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