-
读DS18B20的序列号,读进片内RAM里,KEILC环境下用汇编语言编译调试成功...
读DS18B20的序列号,读进片内RAM里,KEILC环境下用汇编语言编译调试成功-DS18B20 Reading the serial number, read into the RAM chip in, KEILC environment using assembly language compiler debugging success
- 2023-03-20 07:35:03下载
- 积分:1
-
Software easy68K use for embedded compiler (.Asm)
Software easy68K use for embedded compiler (.Asm)
- 2022-02-25 14:42:32下载
- 积分:1
-
Through the DAC0832 output square wave, the initial frequency of 2KHz, the frequ...
通过DAC0832输出方波,初始频率为2KHz,频率可以通过按键“0”与“1”
进行步进调节,按一下“0”频率增加100Hz,按一下“1”频率降低100Hz。
-Through the DAC0832 output square wave, the initial frequency of 2KHz, the frequency can be key
- 2022-02-05 17:46:32下载
- 积分:1
-
MCS51 LCD坐标显示调试程序
MCS51 LCD坐标显示调试程序-coordinates MCS51 LCD display debugger
- 2022-02-09 14:15:56下载
- 积分:1
-
本程序实现用比较器模块输出方波。
入口参数:正脉冲宽度在SOUH:SOU中,负脉冲宽度在RLTH:RLT中。
出口参数:正脉冲宽度为(SOUH:SOU)...
本程序实现用比较器模块输出方波。
入口参数:正脉冲宽度在SOUH:SOU中,负脉冲宽度在RLTH:RLT中。
出口参数:正脉冲宽度为(SOUH:SOU)*4TOSC,负脉冲宽度为(RLTH:RLT)*4TOSC。
-This procedure used to achieve square-wave output compare module. Entrance parameters: pulse width is in SOUH: SOU, the negative pulse width in RLTH: RLT in. Export parameters: positive pulse width (SOUH: SOU)* 4TOSC, negative pulse width (RLTH: RLT)* 4TOSC.
- 2022-08-13 01:19:16下载
- 积分:1
-
DT900数据采集器
DT900数据采集器-DT900 data acquisition system
- 2022-02-21 16:26:29下载
- 积分:1
-
8086 on the preparation of the compilation process for the preparation of the co...
关于8086汇编程序的编写,对于汇编的编写很有借鉴。-8086 on the preparation of the compilation process for the preparation of the compilation of a very useful reference.
- 2022-02-09 16:25:58下载
- 积分:1
-
Procedures provided in the class realize the establishment of a sub
程序中提供的类实现了建立一个各子项都是可以编辑的列表框的功能。-Procedures provided in the class realize the establishment of a sub-items can be edited list box functionality.
- 2023-03-26 12:50:04下载
- 积分:1
-
=== ====
关于本光盘
==========
Tinix: 书中所附代码
其中很多目录中除了包含源代码(*.asm, *.i...
=== ====
关于本光盘
==========
Tinix: 书中所附代码
其中很多目录中除了包含源代码(*.asm, *.inc, *.c, *.h)外,还有这样一些文件:
boot.bin 引导扇区(Boot Sector),可通过 FloppyWriter 写入软盘(或软盘映像)。
loader.bin LOADER,直接拷贝至软盘(或软盘映像)根目录。
kernel.bin 内核(Kernel),直接拷贝至软盘(或软盘映像)根目录。
bochsrc.bxrc Bochs 配置文件,如果系统中安装了 Bochs-2.1.1 可直接双击之运行。其它细节请见书第 2.7 节。
godbg.bat 调试时可使用此批处理文件。它假设 Bochs-2.1.1 安装在 D:Program FilesBochs-2.1.1 中。
TINIX.IMG 软盘映像。可直接通过 Bochs 或者 Virtual PC 运行。
*.com 可以在 DOS (必须为纯 DOS) 下运行的文件。
Tools: 一些小工具 (在 VC6 下编译通过)
DescParser 描述符分析器,输入描述符的值,可以得出起基址、界限、属性等信息。
ELFParser ELF 文件分析器,可以列出一个 ELF 文件的 ELF Header、 Program Header、Section Header 等信息。
FloppyWriter 用以写引导扇区,支持软盘和软盘映像。
KrnlChecker 用以检查一个 Tinix 内核加载后位置是否正确。-err
- 2022-09-08 18:00:02下载
- 积分:1
-
ex9_1脉冲信号调制
ex9_1 脉冲信号调制
ex9_2 载波10MHz,带宽2MHz的线性调频信号及其频谱图
ex9_3 产生7位巴克码编码的二相码
ex9_4 产生7位巴克码和线性调频的混合调制信号
ex9_5 瑞利分布实现程序
ex9_6 瑞利分布+杂波
ex9_7 相关对数正态分布杂波
ex9_8 相关weibull分布杂波
ex9_9 相干相关K分布杂波
ex9_10 线性调频信号的数字化正交解调
ex9_11 雷达脉冲压缩处理
ex9_12 二相编码信号的脉压处理
ex9_13 用FFT和FIR方法实现MTD处理
ex9_14 雷达的恒虚警处理(CFAR)
ex9_15 比较相参积累和非相参积累-ex9_1 pulse signal modulation
ex9_2 carrier 10MHz, bandwidth of 2MHz and the linear frequency modulation signal frequency spectrum
7 Barker ex9_3 produce the two-phase coding code
7 Barker ex9_4 generated code and linear FM modulation of the mixed signal
Rayleigh distribution ex9_5 implementation procedures
Rayleigh distribution ex9_6+ Clutter
lognormal distribution ex9_7 related clutter
weibull distribution ex9_8 related clutter
Related ex9_9 coherent K distributed clutter
LFM signal ex9_10 digital quadrature demodulation
radar pulse compression ex9_11 treatment
ex9_12 BPSK signal pulse pressure treatment
ex9_13 Ways to use FFT a
- 2022-03-12 09:43:38下载
- 积分:1