-
BIG2GB
文字转换,可用于繁体字和简体字之间的转换()
- 2007-08-28 15:45:51下载
- 积分:1
-
model_veh
在matlab中构建了车辆的四分之一模型,仅供参考。(The 1/4 model of vehicle is built in MATLAB, including two suspension, all of which are nonlinear.)
- 2018-05-11 19:56:29下载
- 积分: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
-
yaojiushengzhaosheng
自己做的研究生招生系统,增加了学校之间的比较功能,图标显示,分数线预测等(Own graduate admissions system, increases the comparison function between schools, icons, score prediction)
- 2013-12-01 16:01:19下载
- 积分:1
-
Frame-slot-ALOHA-algorithm
ALOHA算法的仿真,对于算法的过程用mutlab进行了仿真(Frame slot ALOHA algorithm simulation)
- 2013-05-24 22:01:26下载
- 积分:1
-
moshishibie
<图像模式识别-vc++技术实现>的配套光盘源代码(<Image Pattern Recognition-vc technology to achieve> the matching CD-ROM source code)
- 2008-04-26 18:20:47下载
- 积分:1
-
Week1_MergeSort
Coursera 斯坦福大学Algorithm Part I Week 1编程作业解答(Coursera Stanford University Programming Algorithm Part I Week 1 Homework Solutions)
- 2014-11-11 21:22:15下载
- 积分:1
-
LMS
LMS均衡算法 MATLAB语言 自己打开 里面有详细的解释和说明 ,希望大家下载,给大家帮助(LMS equalization algorithm based on MATLAB language yourself open there are detailed explanations and instructions, I hope you download, for everyone to help)
- 2014-08-11 21:29:53下载
- 积分:1
-
RLE编码例子
RLE图像压缩编码,多个例子程序,可以参考(RLE image compression coding, multiple example programs)
- 2018-07-23 15:06:25下载
- 积分:1
-
ARMCSharp
C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数(prepared by the AR (M) trend forecasting model function, including the AR model parameter values, the predictive function. There LDLT triangular matrix equation calculation function)
- 2007-05-27 15:34:21下载
- 积分:1