登录
首页 » Visual C++ » 11

11

于 2012-11-22 发布 文件大小:2KB
0 131
下载积分: 1 下载次数: 0

代码说明:

说明:   广告流水灯程序 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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • mMS__matlaabe
    mean shift 均值漂移算法的的matlab实现,大家能看看,比较实用 (mean shift algorithm matlab mean-shiftt realize, we can look at more practical )
    2012-05-18 16:18:51下载
    积分:1
  • core2_api
    Support API for core#2 of custom system on chip. Release version
    2014-08-06 22:00:26下载
    积分:1
  • test0001
    复数计算,使用类来做的,可以选择自己要计算的方式(Complex calculation, using the class to do, and can choose their own way to calculate the)
    2009-12-02 20:07:56下载
    积分:1
  • v2normalkalman
    自己编写的2维动态模型,运用卡尔曼滤波仿真。(I have written two-dimensional dynamic model, the use of Kalman filter simulation.)
    2011-09-07 10:43:59下载
    积分:1
  • power_xfosaturable
    功率电子领域matlab仿真文件,已经验证过,程序运行正常(Power electronics field matlab simulation file, has already been verified, the normal operating procedures)
    2013-08-26 22:24:13下载
    积分:1
  • matlabwatermark.docx
    MATLAB数字水印算法的应用与实现 适合于数字水印研究者和学习者下载(MATLAB Application of Digital Watermarking Algorithm and Implementation of Digital Watermarking suitable for researchers and students to download)
    2009-05-03 11:24:34下载
    积分:1
  • Matlabsimulinkcodes
    基于Matlab simulink的系统仿真设计及应用的函数文件代码(Matlab Simulink-based simulation system design and application code in the function)
    2007-05-21 10:43:48下载
    积分:1
  • 2
    说明:   有一个长度为整数L(1<=L<=10000)的马路,可以想象成数轴上长度为L的一个线段,起点是坐标原点,在每个整数坐标点有一棵树,即在0,1,2,...,L共L+1个位置上有L+1棵树。 现在要移走一些树,移走的树的区间用一对数字表示,如 100 200表示移走从100到200之间(包括端点)所有的树。 可能有M(1<=M<=100)个区间,区间之间可能有重叠。现在要求移走所有区间的树之后剩下的树的个数。 输入: 两个整数L(1<=L<=10000)和M(1<=M<=100)。 接下来有M组整数,每组有一对数字。 输出: 可能有多组输入数据,对于每组输入数据,输出一个数,表示移走所有区间的树之后剩下的树的个数。(Has a length of integer L (1 &lt = L &lt = 10000) of the road, one can imagine a number line segment of length L, the starting point is the coordinate origin, each integer coordinate points in a tree, i.e. 0,1 , 2, ..., L total has L+1 L+1 positions on the tree. Now to remove some trees, tree removed by a range of digitally represented, such as 100 200 represents removed (inclusive) between 100 and 200 all the trees. There may be M (1 &lt = M &lt = 100) intervals, there may be overlap between the intervals. Now, after the number of trees require the removal of all remaining sections of the tree. Input: two integer L (1 &lt = L &lt = 10000) and M (1 &lt = M &lt = 100). Then there is an integer M groups, each with a pair of numbers. Output: there may be multiple sets of input data, for each set of input data, the output of a number indicating the number of the removal of all remaining sections of the tree after tree.)
    2015-03-22 23:35:47下载
    积分:1
  • bom
    bom provide the orginal details before calculation
    2010-01-11 16:47:13下载
    积分:1
  • Polyfit
    可以对于数据进行多次拟合,其功能就是Matlab的Polyfit函数(very useful for poly curve fit)
    2021-02-19 11:59:44下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载