-
Common-multiple-of-three-numbers
本源代码用三种不同的方法对三个数求最小公倍数,分别是循环穷举法,短除法和函数嵌套法。(
Common multiple of three numbers
Circular exhaustion
Short division
Function nesting)
- 2013-11-06 16:38:45下载
- 积分:1
-
超声波测距模块
由于超声波指向性强,能量消耗缓慢,在介质中传播的距离较远,因而超声波经常用于距离的测量,如测距仪和物位测量仪等都可以通过超声波来实现。利用超声波检测往往比较迅速、方便、计算简单、易于做到实时控制,并且在测量精度方面能达到工业实用的要求,因此在移动机器人研制上也得到了广泛的应用。(Because of its strong directivity, slow energy consumption and long propagation distance in the medium, ultrasound is often used for distance measurement, such as range finder and level gauge, which can be achieved by ultrasound. Ultrasound detection is often fast, convenient, simple in calculation, easy to achieve real-time control, and can meet the requirements of industrial application in measurement accuracy, so it has been widely used in the development of mobile robots.)
- 2020-06-19 10:20:02下载
- 积分:1
-
dali150
说明: diia-specification-dali-part-150-aux-power-supply-v11-oct-2019
- 2019-11-11 13:35:28下载
- 积分:1
-
Chapter02.Interpolation
清华大学《数值分析A》-第02章.插值
Lagrange
Newton
Hermite
三次样条(Tsinghua University, )
- 2008-07-16 11:22:14下载
- 积分:1
-
rgebks
这是个可以实现UTF-8与GB2312之间的互换类,不错(This is a can realize utf-8 and GB2312 swaps between classes, is good)
- 2017-04-03 15:17:15下载
- 积分:1
-
Simple_Compiler
说明: 程序功能:实现对一些简单语句的解释运算。支持的运算种类:
int a(这种情况下a=0)
int a,45
int b,44
a=a+b
a=a-b
a=a*b
a=a/b
string str(str为空)
string str1,hello!
string str2,like
str=str1+str2
input str
input a
print str
print a
输入文件:输入“file”命令,随后输入文件路径
读取命令行参数:在命令的后面紧跟文件路径,个数不限(This program can realize some simple expression(newly created). It's like the command line in MATLAB, and it can also read lines from local documents.)
- 2017-12-02 15:40:27下载
- 积分:1
-
GaborFeature
计算Gabor特征的MATLAB代码,方便修改和计算。(MATLAB code for calculation of Gabor features for easy modification and calculation.)
- 2010-08-24 16:28:43下载
- 积分:1
-
ISODATA算法的步骤:(1)预置设定的聚类分析方法…
ISODATA算法
算法步骤:
(1) 预置
a. 设定聚类分析控制参数:
lc=预期的类数,
lNc=初始聚类中心个数(可以不等于c),
lθn =每一类中允许的最少模式数目(若少于此数不能单独成为一类),
lθs =类内各分量分布的距离标准差上界(大于此数就分裂),
lθD=两类中心间的最小距离下界(若小于此数,这两
-ISODATA algorithm algorithm steps: (1) preset settings a. Cluster analysis control parameters: lc = expected number of categories, lNc = initial number of cluster centers (which may not equal to c), lθn = each category of permit the minimum number of models (if less than that and should not become a separate category), lθs = category weight distribution of the standard deviation of the distance between the upper bound of (larger than this number on the split), lθD = two types of the minimum distance between centers of the lower bound of ( If the number is smaller than this, these two
- 2022-06-13 21:51:57下载
- 积分:1
-
WOL
说明: 远程唤醒 简单的数据包构造发送的方法
需要知道远程主机的IP和MAC(Remote wake-up a simple packet structure to send the method needs to know the remote host)
- 2008-11-10 17:19:04下载
- 积分:1
-
2.4G CONTROL LED
电脑软件通过USB口传递控制信号给控制板,随后控制板通过2.4G 射频控制LED发光
- 2022-01-28 09:00:56下载
- 积分:1