虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Asm

  • 源程序采用Delphi 6.0编写

    源程序采用Delphi 6.0编写, 兼有少量的Asm代码,用於可执行文件的加密。

    标签: Delphi 6.0 源程序 编写

    上传时间: 2014-01-18

    上传用户:Shaikh

  • TI CCS开发环境下的FIR滤波器实现工程

    TI CCS开发环境下的FIR滤波器实现工程,包括C与Asm联合编码的实现。

    标签: CCS FIR TI 开发环境

    上传时间: 2014-01-17

    上传用户:lgnf

  • 建立一个属于自己的AVR的RTOS Proteus6.7 可以用来模拟仿真avr系列的单片机 WinAVR v2.0.5.48 基于GCC AVR的编译环境

    建立一个属于自己的AVR的RTOS Proteus6.7 可以用来模拟仿真avr系列的单片机 WinAVR v2.0.5.48 基于GCC AVR的编译环境,好处在于可以在C语言中插入Asm的语句 mega8 1K的ram有8K的rom,是开发8位的RTOS的一个理想的器件,并且我对它也比较熟悉

    标签: AVR Proteus WinAVR RTOS

    上传时间: 2017-04-14

    上传用户:jjj0202

  • 程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8

    程序所在目录:ex6_AD 板上引出的两路A/D 转换对应DSP 的A/D 模块分别是通道0 和通道8,输入电压0-5V 。 本开发板使用DA 的输出作为AD 的输入,因此需将5J2 的1-2,3-4 分别用短路子短接。 打开CC2000,进行如下操作: 1.Project->Open ,打开该目录中的工程文件。 2.Project->Rebuild ALL,编译链接 3.File->Load Program 4.光标移到Que()函数的Asm(" NOP ")所处的行。 5. Debug->Toggle breakpoint (快捷键F9) 6. Debug->Animate (快捷键F12) 7. View->Watch Window ,在出现的watch 窗体中点右键分别插入变量AD_SIG0,AD_SIG8,则可看到所采到的这两路信号的电压值。 如果结果稍微不精确,请不要在意,这可能是因为没有采用专用基准源,以及信号不稳定的缘故。另外,TMS320LF2407 的内置A/D 的精度并不是很高。在前面两种情况已得到保证的情况下,变化幅度仍较大。( ^_^ 呵呵,外面好一点的一片A/D 芯片就不低于100 块,所以想想能凑合着用也就可以了。)

    标签: DSP ex AD 程序

    上传时间: 2013-12-17

    上传用户:refent

  • SH11温湿度传感器用LCD显示的程序

    SH11温湿度传感器用LCD显示的程序,Asm

    标签: LCD SH 11 温湿度传感器

    上传时间: 2017-05-03

    上传用户:恋天使569

  • 3 simple AVR assembler code to use seven segment display. These 3 codes realy simple way using seven

    3 simple AVR assembler code to use seven segment display. These 3 codes realy simple way using seven segment display. these are using in my microprocessor classes. Wert deney1.Asm -> no scan Wert Deney2.Asm -> Scan but BCD Werrt Deney3.Asm -> Scan with BCD. By Basri KUL

    标签: simple seven assembler segment

    上传时间: 2017-05-07

    上传用户:13517191407

  • 实现在指定目录及其子目录中搜索指定扩展名的文件

    实现在指定目录及其子目录中搜索指定扩展名的文件,并更新为新的扩展名的程序reext 程序功能: 1.程序带有三个命令行参数dir、old和new,用法为: reext dir old new 其中Dir是一个全路径名,old和new是文件扩展名,如: Reext c:\Asm\TEST txt doc 2.程序实现的功能为:在路径Dir中搜索文件扩展名为txt的所有文件,如果找到,将其扩展名改为doc,而文件名不变: 3.较高要求,可以搜索指定目录的全部子目录,这需要递归程序实现。

    标签: 目录 搜索 扩展

    上传时间: 2014-01-02

    上传用户:tb_6877751

  • 在keil中开发的

    在keil中开发的,所以选择环境Asm,是贪食蛇游戏的源程序

    标签: keil

    上传时间: 2017-05-16

    上传用户:gundan

  • This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND.

    This file is distributed in the hope that it will be useful, but WITHOUT * WARRANTY OF ANY KIND. * * Author(s): Ole Saether * * DESCRIPTION: * * Hello World program. Please note that this program runs the internal 8051 * on the default power up frequency of 4MHz. See ex3c.c for an example on how * to switch to 16MHz. * * The functionality is the same as in ex1a.Asm. * * COMPILER: * * This program has been tested with Keil V7.07a. * * $Revision: 3 $ *

    标签: distributed WARRANTY WITHOUT useful

    上传时间: 2017-05-17

    上传用户:515414293

  • This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND.

    This file is distributed in the hope that it will be useful, but WITHOUT WARRANTY OF ANY KIND. Author(s): Ole Saether DESCRIPTION: nRF9E5 Hello World program. Please note that this program runs the internal 8051 on the default power up frequency of 4MHz. See ex3a.Asm for an example on how to switch to 16MHz. The functionality is the same as in ex1c.c. ASSEMBLER: You need as31.exe to assemble this program. It can be downloaded from this web page: http://www.pjrc.com/tech/8051/ $Revision: 4 $

    标签: distributed WARRANTY WITHOUT useful

    上传时间: 2017-05-17

    上传用户:wuyuying