登录
首页 » Visual C++ » 11

11

于 2012-11-22 发布 文件大小:2KB
0 171
下载积分: 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 个回复

  • bpp-src
    Bin packing problem belongs to the class of NP-hard problems, like the others that were discussed in previous articles. The task is to pack a set of items of different size into bins of fixed size in such way that minimal number bins is used. Depending on the requirements, bin packing can be single-dimensional (1D) or multi-dimensional (2D, 3D...)
    2014-12-08 21:58:05下载
    积分:1
  • progiymminmcablechope
    一个VC和MATLAB联合编程的简单的例子,希望能对你有所帮助,(A simple example of VC and MATLAB programming, hope to be able to help you,)
    2017-04-29 18:58:57下载
    积分:1
  • Chapter8
    MATLAB混合编程想把matlab强大的功能用在自己的工程实践中吗这是本不错的混合编程的书(Hybrid Programming MATLAB want matlab powerful in their own practice, it works this is a mixture of good programming book)
    2009-01-02 11:22:02下载
    积分:1
  • LL1
    能够实现LL(1)预测分析过程的源码,有测试用例(To achieve LL (1) Prediction of the process of source code, there are test cases)
    2020-06-30 08:40:01下载
    积分:1
  • dft
    学习matlab的傅里叶变化小程序,没问题额(Fourier transform of small learning matlab program, the amount is no problem)
    2011-09-27 08:31:13下载
    积分:1
  • Knut---Art-of-programming
    Knut - Art of programming
    2015-02-08 02:43:02下载
    积分:1
  • SOFM
    一个关于神经网络的 SOFM算法的程序 改程序用C语言编写(A SOFM neural network algorithm on the procedure to change procedures for using C language)
    2009-12-27 12:59:56下载
    积分:1
  • MATLAB-Guide
    精通Matlab---综合辅导 各种Matlab操作(Proficient in Matlab--- Comprehensive Counseling Matlab operation)
    2013-04-07 23:35:03下载
    积分:1
  • PI
    说明:  生成PI的一个小程序 可以精确掉小数点后几百位。 (PI generated a small program can accurately swap places after the decimal point a few hundred.)
    2007-10-22 15:00:08下载
    积分:1
  • VCmatlab2
    VC++与matlab混合编程。包含源代码和文档说明。(VC++ mixed programming with matlab. Contains the source code and documentation.)
    2021-03-04 18:59:32下载
    积分:1
  • 696518资源总数
  • 104983会员总数
  • 23今日下载