-
一个非常好的时钟程序,真实的
一个非常好的时钟程序,实时显示当前时间,可以指定在屏幕的任意位置,在屏幕边缘时自动放缩。-a very good clock procedures, real-time display the current time, the screen can be specified in an arbitrary position, at the edge of the screen automatically shrinking.
- 2022-10-09 17:20:03下载
- 积分:1
-
隐式曲面求解的源代码,用户可以输入隐式曲面,得到mxmxm的网格数据...
隐式曲面求解的源代码,用户可以输入隐式曲面,得到mxmxm的网格数据-Implicit surface to solve the source code, users can enter implicit surface, the grid data mxmxm
- 2022-05-17 08:28:55下载
- 积分:1
-
EM算法,基于期望最大化原则进行密度估计
EM算法,基于期望最大化原则进行密度估计-EM algorithm, based on the expectation maximization of the principle of density estimation
- 2023-07-25 17:45:02下载
- 积分:1
-
VC++ 实现逐行读取txt文本文件
VC 实现逐行读取txt文本文件
- 2022-01-25 22:26:03下载
- 积分:1
-
准确的眼科中心跟踪
一个OpenCV,只需要一个摄像头。
- 2022-08-25 08:34:50下载
- 积分:1
-
采用有限元法计算半导体的带隙结构和波函数。
采用有限元法计算半导体的带隙结构和波函数。-using the finite element method to calculate the bandgap semiconductor structure and the wave function.
- 2022-04-09 17:06:46下载
- 积分:1
-
示例随机数产生方法,符合平均分部和正态分部,示波器显示...
示例随机数产生方法,符合平均分部和正态分部,示波器显示-random sample method, in line with the average Division and the normal divisions, oscilloscope shows
- 2022-03-18 18:29:51下载
- 积分:1
-
抛物线法求一维函数的极值
!抛物线法求一维函数的极值,要保证输入的x1
- 2022-03-23 08:41:08下载
- 积分:1
-
pl_chdir.lsp
此程序功能: Visual lisp 文件显示和折线方向扭转过来。描述和方法的使用: 装载您的看法文件之后, 使用 PLDIR 命令显示折线的方向。使用命令 POV 很可能要反转折线的方向。
- 2023-02-15 13:00:03下载
- 积分: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