-
hanming
汉 明 码 的 编 码 程 序 , 经 测 试 好 用(Hamming code encoding process, ease of use have been tested)
- 2009-06-10 16:25:47下载
- 积分: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
-
aa
说明: 要求如下: 数组与函数 1. 实验目的:掌握数组与函数的使用方法,掌握,面向过程的程序设计方法,复习分支与循环语句的使用。...
(Requirements are as follows: the array with the function 1. Experimental purposes: taking control of the array with the function to use, master, process-oriented program design method, review the use of branching and loop statements. ...)
- 2010-03-20 15:02:12下载
- 积分:1
-
MyFFT_C_languiges
FFT算法C语言实现 和MATLAB中fft函数结果一样的功能(FFT algorithm C language and MATLAB fft function results in the same function)
- 2013-11-23 20:49:38下载
- 积分:1
-
Figure-in-matlab
用MatLab做卫星绕地运行的复杂图像,在图像当中可以(A interpretation of making figure in matlab:simulate the moving of satelite around earth)
- 2014-11-01 14:33:21下载
- 积分:1
-
transfer
说明: 各种数码之间的相互转换,比如2进制转10进制(Base Conversion Algorithm)
- 2010-03-19 10:55:40下载
- 积分:1
-
Sim5th
5阶delta-sigma Matlab仿真(Fifth-order delta-sigma Matlab simulation)
- 2013-05-21 16:55:27下载
- 积分:1
-
design
轨道设计,确定着陆准备轨道近月点和远月点的位置,以及嫦娥三号相应速度的大小与方向。(Track design, determine the location of the landing point in recent months to prepare the track and Apolune, as well as the size and direction of the Chang-e III corresponding velocity.)
- 2014-09-12 17:06:03下载
- 积分:1
-
07532376optics
牛顿环 杨氏双缝的MATLAB代码,很实用,很准确(Young' s double-slit Newton ring MATLAB code, very practical, very accurate)
- 2015-04-05 12:55:06下载
- 积分:1
-
New--GP-programming
一种新的改进的遗传编程,调用的子函数描述的很清晰,涵盖了经典遗传编程的所有步骤,方便大家的学习和参考(A new and improved genetic programming, call the subroutine described in very clear and covers all the steps of classical genetic programming, we facilitate learning and reference)
- 2011-05-08 18:08:25下载
- 积分:1