-
Array-data-to-calculate-the-average
该程序能够根据使用者的需要,通过调用相关的函数,完成数组的输入和输出,计算出该数组数据的平均值并输出。(The program can be based on user needs, by calling the related functions, complete the input and output of the array, the array data to calculate the average value and output.)
- 2014-09-07 23:48:17下载
- 积分:1
-
call1
Persian calender hijri 1392 mfile
- 2014-02-14 00:28:02下载
- 积分:1
-
dandaofangzhen
c++ 通用弹道仿真计算程序(经典版)lalalalla(C dandaofangzhenchengxudfdfdfdfdf)
- 2013-09-08 13:55:54下载
- 积分:1
-
gaosiruili01
高斯白噪声瑞利信道的分析,通过眼图来分析信道的衰落(Gaussian white noise channel Rayleigh's analysis, through eye diagram to analyze the decline of channel)
- 2007-05-13 11:23:03下载
- 积分:1
-
binary
C program of binary search
- 2015-03-06 14:58:59下载
- 积分:1
-
FFTPFIR
matlab与VC版本的FFT与FIR程序代码(FFT and FIR code written in both matlab and stand C)
- 2013-01-29 11:05:59下载
- 积分:1
-
inherit1
有关继承函数,初学者可以作为非常不错的例子,了解语法结构(inherit )
- 2009-11-30 19:37:46下载
- 积分: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
-
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
-
cloud
一维云模型的评价代码,可以完成评价等功能。(One-dimensional cloud model)
- 2012-10-21 22:38:10下载
- 积分:1