-
基于FPGA 的电流采集系统设计
资源描述在大气垂直探测仪干涉调制系统中,为满足摆动扫描电机驱动反射镜扫描时的稳定性要求,提出一种应用于空间遥感仪器的电流
采集系统设计。在现场可编程门阵列控制下,使外围电路协同工作,实现对电机电流输出信号进行连续采样、存储及传输。实验结果表明,
通过该系统采集获取的电流波形与理论分析相一致,并且具有较高的稳定性。
- 2023-06-13 21:05:10下载
- 积分:1
-
任意长度的乘法汇编程序(ASM)
任意长度的乘法汇编程序(ASM)-multiplication of arbitrary length compilation process (ASM)
- 2022-02-04 05:07:31下载
- 积分:1
-
贪吃蛇算法题
应用背景某个公司的面试题,贪吃蛇,用动态规划求解最佳路径。蛇从屏幕左端走到右边,经过格子可以得分,求最大得分关键技术动态规划,DP。一列一列的递归,右边一列的值取决于左边一列的值,从左到右最后获得全局解。
- 2022-02-05 16:24:21下载
- 积分:1
-
抛物线法求一维函数的极值
!抛物线法求一维函数的极值,要保证输入的x1
- 2022-03-23 08:41:08下载
- 积分:1
-
Biot' s consolidation plane finite element program, used to calculate the wat...
比奥固结平面有限元程序,用于计算地下水位及地面沉降-Biot" s consolidation plane finite element program, used to calculate the water table and land subsidence
- 2022-12-26 17:25:07下载
- 积分:1
-
moment program for electromagnetic computing
moment program for electromagnetic computing -moment program for electromagnetic computing
- 2022-04-30 12:09:36下载
- 积分:1
-
on the rough tree algorithm
讲解了树的粗略算法-on the rough tree algorithm
- 2022-02-21 15:55:32下载
- 积分:1
-
一个具有良好操作界面的离散数据拟合软件源码
一个具有良好操作界面的离散数据拟合软件源码-A good user interface discrete data fitting software source
- 2023-07-20 22:40:03下载
- 积分:1
-
java计算tfidf写入txt中
java统计总词数,特征词出现的次数,出现的文本次数,分别计算tf,idf,得到tfidf值,对文本进行向量化,写入txt文本中,方便以后做文本聚类。
- 2022-02-05 04:18:23下载
- 积分: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