-
ChiLunJiSuan
这是一个关于齿轮的齿顶圆和齿根圆半径的计算程序,先将图片预处理和二值化,然后进行边缘检测求出圆心,最后用平均法求出半径。(This is an addendum on the gear tooth root radius circle and the calculation procedure, the first image preprocessing and binarization, edge detection and then find the center of a circle, with the final calculated average radius.)
- 2010-12-13 15:17:28下载
- 积分:1
-
GPS-Positioning-matlab
利用matlab实现gps的单点定位,需要下载n文件与o文件(Using Matlab for gps single point positioning, you need to download the n file and o file.)
- 2012-05-05 21:18:10下载
- 积分:1
-
matlab
通信原理基于MATLAB的计算机仿真,课本上的源代码(Communication Theory MATLAB-based computer simulation, source code on the textbook)
- 2013-04-09 17:56:41下载
- 积分:1
-
ray_qam16
raylian fading for qam 16
- 2010-05-29 14:38:01下载
- 积分:1
-
rlsgaijing
改进RLS算法,能够递推的方式求mm维矩阵的逆,使运算量降低(Improvement of RLS algorithm, recursive manner to seek mm dimension of the inverse matrix to reduce computation)
- 2009-05-31 17:27:23下载
- 积分:1
-
m
说明: matlab的工具箱,拷贝到相关路径中便可以使用。非常全!(matlab toolbox, copy to the relevant path can be used. Very full!)
- 2011-04-09 15:17:04下载
- 积分:1
-
76545576
自定义风格的SegmentedControl,IOS编程学习源码,很好的参考资料。(A custom style SegmentedControl, learning IOS programming source code, a good reference.)
- 2013-12-05 09:13:30下载
- 积分:1
-
11
说明:
广告流水灯程序
ORG 00H
MOV P2,#80H
START:MOV A,#0FFH 赋初值
CLR C
MOV R2,#8
LOOP:RRC A 带进位右移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP
MOV R2,#7
LOOP1:RLC A 带进位左移
MOV P1,A
CALL DELAY
DJNZ R2,LOOP1
JMP START
DELAY:MOV R3,#20 延时0.2秒
D1: MOV R4,#20
D2: MOV R5,#248
DJNZ R5,$
DJNZ R4,D2
- 2012-11-22 13:22:07下载
- 积分:1
-
Planetary-problems
一天文学家要确定一棵小行星的运动轨道,他在其轨道内建立了以太阳为原点的直角坐标系,由开普勒第一定律知小行星的运动轨道为一椭圆,试确定行星的运动轨道。(One day in literature to determine the orbit of an asteroid, he set up in its orbit to the sun for the origin of the coordinate system, by Kepler s first law of motion track known asteroid is an ellipse, the orbits of planets.)
- 2015-04-20 17:33:29下载
- 积分:1
-
MATLAB非线性动力学控制问题
非线性动力学控制问题 利用MATLAB中的simulink对非线性动力学进行研究(Control of nonlinear dynamics using MATLAB simulink in the study of nonlinear dynamics)
- 2020-06-27 01:40:01下载
- 积分:1