登录
首页 » Visual C++ » 11

11

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

  • ex18
    1. 设计在数组中查找数据模板函数 函数名: SeqSearch 参数名及顺序: 数组:list, 数据:key, 个数:n 返回: 成功:数据在数中的下标,失败: -1(1 designed to find the data in the array template function function name: SeqSearch parameter names and order: Array: list, data: key, number: n Returns: Success: Data on the number of the next standard, failed:-1)
    2014-10-24 19:38:06下载
    积分:1
  • duandianjiance
    利用MATLAB对语音进行端点检测,检测起始端和终点段(Using MATLAB speech endpoint detection, detecting the start and end segment ends)
    2014-11-03 14:18:56下载
    积分:1
  • matlab_rtw_c
    (1)通过Simulink创建仿真模型;(2)配置相关RTW(Real-Time Workshop)参数;(3)通过RTW(Real-Time Workshop)自动生成C代码文件,并理解主要文件、接口函数和变量的意义;(4)在Visual C++中将生成的C代码作适当修改,编译运行并分析结果。((1) created by Simulink simulation model (2) configuration related to RTW (Real-Time Workshop) parameters (3) RTW (Real-Time Workshop) automatically generate C code files, and understand the main document, interface functions and variables significance (4) Visual C++ generated C code will be modified as appropriate, compile, run and analyze the results.)
    2011-01-09 23:00:25下载
    积分:1
  • QRDCMP
    用镜像矩阵求出矩阵的QR分解(正交三角分解),并求解线性方程组,该方法不必选主元,但其计算过程非常稳定。也可用于求矩阵的广义逆和求解线性最小二乘问题。子过程QRDCMP用镜像矩阵求m*n矩阵A的QR分解,A=Q^TR,其中Q是m*m正交矩阵,R为m*n上三角矩阵;子过程QRBKSB用矩阵的QR分解求解线性方程组Ax=b,其中A为n阶非奇异方阵。(Matrix obtained with the mirror matrix QR decomposition (orthogonal triangular decomposition), and solving linear equations, the method does not have to choose the main element, but its calculation process is very stable. Can also be used to find the generalized inverse matrix and solving linear least squares problems. Sub-process of the mirror matrix QRDCMP m* n matrix A QR decomposition, A = Q ^ TR, wherein Q is a m* m orthogonal matrix, R is m* n upper triangular matrix subprocess QRBKSB a QR decomposition to solve the matrix linear equations Ax = b, where A is non-singular square matrix of order n.)
    2013-09-27 11:05:18下载
    积分:1
  • Image-evaluation-
    Image evaluation (mean, clarity, information entropy, standard deviation)
    2013-11-19 14:51:19下载
    积分:1
  • demod_2fsk
    2fsk的解调C语言实现,该程序实现2fsk的解调(2fsk demodulation C language, the program 2fsk demodulation)
    2013-12-25 19:29:40下载
    积分:1
  • FANYI
    关于恶意代码检测和LTE网络,4G的LTE-A网络的外语文章的翻译论文(Foreign-language article about malicious code detection and lte network, lte-a network of 4g)
    2014-01-02 18:09:59下载
    积分:1
  • xin11
    基于MATLAB小波消噪,有很大作用,一代二代三代(MATLAB Wavelet-based de-noising, there is a great role in generation of the second generation of three generations)
    2009-03-19 21:33:05下载
    积分:1
  • Matlab
    精通Matlab与C++混合编程全书源码,非常好用,涵盖了Matlab与C++混合编程所有常用的方法(Proficient in Matlab and C++ mixed programming book source code, very easy to use, covering the Matlab and C++ mixed programming all the commonly used method)
    2009-11-27 10:38:14下载
    积分:1
  • DMC2210-sofware-V1.3
    这是DMC2210控制卡的软件使用手册,通过该手册开发人员可以了解DMC2210控制卡的编程要求,规格等,为编程做好准备。(This is DMC2210 control card software manuals, through which developers can learn manual programming requirements DMC2210 control card, specifications, etc., to prepare for the program.)
    2014-01-15 11:59:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载