Welcome![Sign In][Sign Up]
Location:
Search - key asm

Search list

[assembly languagekbint.asm

Description: 简单键盘中断,响应用户的输入,在终端输出字符,可以用几个组合键-simple keyboard interrupt, in response to user input and output terminals of the characters, you can use several key portfolio
Platform: | Size: 6371 | Author: 汗颜 | Hits:

[Other resource61_SpeechClock

Description: // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 - 按一下播报年、月、日,再按一下播报时、分 // 长按Key1键达到1.5秒,则进入日期时间调整模式 // Key2 - 在调整模式下,使年、月、日、时、分、秒增加 // Key3 - 在调整模式下,使年、月、日、时、分、秒减小 // 涉及的库: CMacro1016.lib // SacmV26e.lib // 组成文件: main.c, Sound.c, Clock.c, Clock_Speech.c, Clock_Adjust.c // Key.asm, hardware.asm, ISR.asm // A2000.h, Sound.h, Clock.h, Clock_Speech.h, Clock_Adjust.h, Key.h, SPCE061A.h, // 硬件连接: 61板自带的三个按键已经连接在IOA0~IOA2上 // 维护记录: 2006-8-30 v1.0
Platform: | Size: 112666 | Author: DK | Hits:

[SourceCode2001374424

Description: 用汇编编写的河内塔程序 将第一柱a上n-1个盘借助第二柱c移到第三柱b 把a上剩下的一个盘移到c 将n-1个盘从b借助a移到第三柱c 这三步是图示河内塔的根本方法 功能一:自己动手移动河内塔 先按左右键选择要移的盘,按箭头上键确定 再按左右键移到要的盘 如此,再根据河内塔的规则确定较好的次数step2 功能二:图示河内塔移动过程 根据河内塔的基本方法,确定图象,按任意键选下一步,(开始时输入level)- A n-1 plate transfers to with the assembly compilation Hanoi tower procedure first column a on with the aid of second column c third column b a plate which is left over a on to transfer to c to transfer to a n-1 plate from b with the aid of a third column c these three step is the graphical representation Hanoi tower basic method function one: About own begin to move the Hanoi tower first to press the plate which the key elects 鎷╄
Platform: | Size: 214016 | Author: 吴晓辉 | Hits:

[SourceCodekey

Description: 获取键盘扫描码的TSR,可用于解密 -It is TSR to get the scan code of the key,which can be used to deciphering.
Platform: | Size: 7168 | Author: 王为 | Hits:

[Screen saver双折线

Description: 汇编语言编写的双折线屏幕保护程序,自动变换颜色,编译后运行时按任意键停止程序-assembly language prepared by the double dogleg screen saver automatically transform color, compiled by running key stop arbitrary procedures
Platform: | Size: 1024 | Author: 兰守昌 | Hits:

[Windows DevelopBOSS_key_asm

Description: 一个自己的编的老板键程序,用于在工作时运行其它程序而不被发现。-a part of the boss key procedures for the work of running other programs without being discovered.
Platform: | Size: 7168 | Author: 林欤 | Hits:

[OtherGamer

Description: 欢迎使用月影飞狐游戏修改器--内存修改 v1.0 (目前只支持 win 2k/xp/2003 系统) 本程序包含3个可执行文件, Gamer.exe Gamerdll.dll GameRun.exe .Gamer.exe的源 代码在Gamer目录下,Gamerdll.dll的源代码在Gamerdll目录下,GameRun.exe的源代码在GameRun 目录下,其中Gamer.exe为主程序文件,Gamerdll.dll是动态连接库,GameRun.exe为游戏自修改补 丁,支持游戏Directx模式下直接弹出,热键是小键盘的 * 键,对于不能在directx模式下弹出的游戏, 可以按小键盘的 - 键弹出主程序界面,然后选择游戏进程进行修改.在源代码目录中.rap文件为 RadAsm集成开发环境的工程文件. 程序使用 100% Win32 汇编语言程序设计,3个执行文件合起来才42K的大小,共4451行汇编源 代码(不算资源文件). 月影飞狐游戏修改器以windows进程和线程环境知识为基础,以完全独创的搜索算法为 手段,其中使用了PE(可执行文件)文件结构,windows结构化异常处理(SEH)技术,使得其搜索 速度和金山公司的金山游侠相差无几,而且搜索的精度高于金山游侠,支持模糊搜索,可以生成 游戏自修改补丁程序. 目前月影飞狐游戏修改器已经在星际争霸等游戏上测试通过.但在内存占用超过100M的游戏 中不够稳定. -welcomed the use of video on flying fox-game changes-- changes v1.0 memory (currently only supports the win 2k/x p/2003 system) the procedures contained three executable files, Gamer.exe Gamerdll.dll GameRun.exe. Gamer.e xe in the source code directory Gamer, Gamerdll.dll the source code in Gamerdll directory, GameRun.exe the source code in GameRun directory, which Gamer.exe main program file Gamerdll.dll is a dynamic link library, GameRun.exe game since patches, support DirectX games directly pop mode, hotkey is a small keyboard* key, not pop DirectX mode of the game, according to the small keyboard-key pop main program interface, then the process of selecting the game changes. the source code directory. rap document RadAsm Integrated Development Environment works documents. procedure
Platform: | Size: 272384 | Author: vro0 | Hits:

[assembly languagejiamiJIAMI

Description: 文件加密程序 1. 对指定的文本文件进行加密(应判断其是否已经加密,若已加密则结束该步骤,否则提示输入加密口令,对文件进行加密); 2. 加密解密方法:输入一个6字符的密钥,将文件数据和密钥进行异或运算。不足6字节的部分,和密钥相应的位进行运算。加密解密方法一样。 3、加密解密后,将数据重新写入文件。 -an encrypted document. For the specified text file encryption (should judge whether encryption, encrypted if it is the end of the steps Otherwise suggest the import of encryption password, encryption of documents); 2. Encryption and decryption : Admission of a six key characters, data and documents will be key for XOR operation. 600 bytes of, and the corresponding key bits operation. Encryption and decryption of the same. 3, encryption, decryption, the data will be re-incorporated.
Platform: | Size: 2048 | Author: mong | Hits:

[assembly languagetestword1

Description: 打字游戏,运行可执行程序testword.exe,出现菜单主界面,按回车键出现由26个字母组成 的乱序行,这时其中任一字母落下,在键盘上敲入该字母,如果输入正确,字母 消失;按ESC键返回主界面;按空格见暂停;按‘E’退出。-typing game, running the executable testword.exe, emerged the main menu interface, press the Enter key emerging from the 26 letters of disorder OK, then any one of the letters ended in Jianpanshangqiao into the letters, If the input is correct, the letters disappeared. by the ESC key to return to the main interface; see box by the moratorium; by the 'E' withdrawal.
Platform: | Size: 1024 | Author: richard | Hits:

[assembly language89S51-TEA5767

Description: I2C控制TEA5767,每按一次按键步进0.1M,频率(88-108MHZ)-I2C control TEA5767 every time a key step 0.1M, frequency (88-108MHZ)
Platform: | Size: 2048 | Author: | Hits:

[assembly languageIR-LED

Description: 红外键值码LED显示,用于C51程序,解码遥控器编码 -IR key code LED display for the C51 process, decoding the remote control code
Platform: | Size: 2048 | Author: 林强 | Hits:

[assembly languagejianpan

Description: 4*4键盘扫描按键,依据按键值,一个LED显示相应键值-4* 4 keyboard scan button, based on key values, an LED display the corresponding key
Platform: | Size: 1024 | Author: 张文燕 | Hits:

[DSP program2407asm

Description: 2407asm文件夹包括第8~13章的汇编语言代码及使用说明。有如下子文件夹:  第8章数字输入输出模块(led);  第8章数字输入输出模块(LED+KEY);  第9章事件管理器模块(PWM);  第9章事件管理器模块_捕捉(cap);  第9章事件管理器模块_定时器中断(Timer_INT);  第10章模数转换模块(ADC);  第11章串行外设接口模块(SPI);  第12章串行通信接口模块(SCI);  第13章局部控制器模块(CAN)。 -2407asm folder, including Article 8 of Chapter 13 assembly language code and use. Has the following subfolders:
Platform: | Size: 319488 | Author: frank | Hits:

[SCMlcd

Description: 1602A.asm 为驱动1602液晶显示器显示一个字母A的源程序。 1600logo.asm 为驱动1602液晶显示器(hd44780兼容芯片) 160209.asm 为1602液晶显示器(hd44780兼容芯片)的全屏显示0-9驱动程序 1602key.asm 小键盘控制的1602液晶显示器。-1602A.asm-driven liquid crystal display 1602 displays a letter A of the source. 1600logo.asm-driven 1602 LCD (hd44780 compatible chips) 160209.asm for the 1602 liquid crystal display (hd44780 compatible chips) 0-9 of the full screen display driver 1602key.asm small keyboard-controlled liquid crystal display 1602.
Platform: | Size: 10240 | Author: 何庆洋 | Hits:

[Special Effectsfibonacci_t

Description: 用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱-Fibonacci transformation method used to do on the image or inverse Scrambling Scrambling, high efficiency in the information hidden in one of the methods are commonly used. Call the function f = fibonacci_t (I, r, s), which parameters were I = have been scrambling the image, r = scrambling key, s = 0 Scrambling, s = 1 inverse Scrambling
Platform: | Size: 1024 | Author: gao | Hits:

[SCM61_SpeechClock

Description: // 工程名称: 61_SpeechClock // 功能描述: 61板程序示例--具有语音播报功能的电子钟 // 使用61板上的三个按键控制报时和时间调整: // Key1 - 按一下播报年、月、日,再按一下播报时、分 // 长按Key1键达到1.5秒,则进入日期时间调整模式 // Key2 - 在调整模式下,使年、月、日、时、分、秒增加 // Key3 - 在调整模式下,使年、月、日、时、分、秒减小 // 涉及的库: CMacro1016.lib // SacmV26e.lib // 组成文件: main.c, Sound.c, Clock.c, Clock_Speech.c, Clock_Adjust.c // Key.asm, hardware.asm, ISR.asm // A2000.h, Sound.h, Clock.h, Clock_Speech.h, Clock_Adjust.h, Key.h, SPCE061A.h, // 硬件连接: 61板自带的三个按键已经连接在IOA0~IOA2上 // 维护记录: 2006-8-30 v1.0-err
Platform: | Size: 112640 | Author: DK | Hits:

[Software Engineeringscancode

Description: 微软官方的键盘扫描码文档。详细描述了常用的键盘码和扩展的win/app键。-Microsoft keyboard scan code of official documents. A detailed description of the commonly used code and extended keyboard win/app key.
Platform: | Size: 8192 | Author: | Hits:

[assembly languageASM

Description: 我上传的这个软件是控制单片机解码遥控键并用1602LCD显示.-I uploaded the software to control the single-chip decoder and remote control key 1602LCD show.
Platform: | Size: 15360 | Author: 朱红军 | Hits:

[SCMkey

Description: MCS-51单片机汇编小程序,键盘控制数码管输出相应数字-MCS-51 single-chip microcomputer to compile a small program, keyboard control of the digital control output corresponding figure
Platform: | Size: 1024 | Author: 杨文彬 | Hits:

[Other Embeded programKey-introduction

Description: Key.asm 文件函数一览表、 键盘扫描初始化程序及键盘扫描函数流程图-Key.asm document function general chart, The keyboard scanning beginning starts to turn the scanning function flow chart of procedure and keyboard
Platform: | Size: 76800 | Author: junka | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net