登录
首页 » 汇编语言 » Function of a more comprehensive anti

Function of a more comprehensive anti

于 2022-03-24 发布 文件大小:1.01 MB
0 141
下载积分: 2 下载次数: 1

代码说明:

功能较全面的反汇编器:反汇编器ht-2.0.15.tar.gz,而且是开源的,适合定量裁剪-Function of a more comprehensive anti-assembler: assembler anti-ht-2.0.15.tar.gz, and is open source, suitable for quantitative cut

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显...
    装置的功能是对温度进行实时监测与控制。由温度传感器DS18B20对温度进行采样和转换成数字信号送入单片机,并与设定的报警温度上、下限值进行比较,信息通过LCD显示出来。如实时温度超过设定的上、下限值,一方面由LCD显示信息,并发出警报声;另一方面自动控制继电器(Relay)开接通或断开,从而控制加热源的开与断,达到对温度进行实时控制的目的。-Device" s function is real-time temperature monitoring and control. Temperature by the temperature sensor DS18B20 sample and converted into a digital signal into the microcontroller, and with the set alarm temperature of the upper and lower limit comparison information through the LCD display. Such as real-time temperature exceeds a set upper and lower limits on the one hand by the LCD to display information, and the alarm sound the other hand, automatic control relay (Relay) to open turn on or off to control the opening and the heat source off, to achieve real-time temperature control.
    2022-02-20 12:38:04下载
    积分:1
  • the source for the CPU PIC16C54 to adopt cost
    这个源码的CPU为PIC16C54,为子节约成本采用端口复用。-the source for the CPU PIC16C54 to adopt cost-saving portal reuse.
    2022-03-19 18:17:18下载
    积分:1
  • The use of the temperature of the outside world ds18b20 collection led to the us...
    利用ds18b20对外界的温度进行采集,利用led进行温度的实时显示-The use of the temperature of the outside world ds18b20 collection led to the use of real-time display of temperature
    2022-07-24 04:20:33下载
    积分:1
  • 片机电子钟的计时脉冲基准是由外部晶振的频率经过12分频后提供,采用内部的定时/计数器来实现计时功能。所以,外接晶振频率精确度直接影响电子钟计时的准确性。...
    片机电子钟的计时脉冲基准是由外部晶振的频率经过12分频后提供,采用内部的定时/计数器来实现计时功能。所以,外接晶振频率精确度直接影响电子钟计时的准确性。 -Machine electronic time clock pulse baseline is by an external crystal oscillator frequency, after 12 minutes after the frequency, using an internal timer/counter to achieve the timing function. Therefore, the external crystal frequency accuracy of a direct impact on the accuracy of the electronic time clock.
    2022-02-03 05:24:56下载
    积分:1
  • 这是一个文件,利用8051进行串行通信的设计.
    这是一个汇编语言文件,利用8051进行串行通信的设计.-This is a compilation of language paper, using 8051 serial communication design.
    2023-04-25 11:35:03下载
    积分:1
  • 本教程主要讲述计算机指令运行机制及的相关知识,并用详实的例子来讲解如何使用O写程序。是计算机低级,它直接对应的是计算机机器指令,...
    本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有一定的帮助。-the handbook focuses on the operation of computer instructions and mechanisms related to the compilation of language knowledge, and the use of detailed examples to explain how to use the O Series language programming. Language is a compilation of computer low level language, which directly correspond to the computer machinery orders, according to the efficient implementation of the characteristics But since they are bottom, voluminous complex instructions, if you are familiar with such as Shape, FASM or Assemble the compilation and other languages, then you will be able to easily learn how to use O language, The internal mechanism and the other assembly language is unanimous; If you had any contact with assembly language. Then you ha
    2022-03-28 20:33:02下载
    积分:1
  • 景观1 / 2(第一个)
    Landscape 1/2 (first of two) quick key list: Right/Left - Spin landscape Forward/Back - Move in current direction either forward or backward Space - Move the water level up and down ESC - Exit -Landscape 1/2 (first of two) quick key list: Right/Left - Spin landscape Forward/Back - Move in current direction either forward or backward Space - Move the water level up and down ESC - Exit
    2022-12-05 06:55:03下载
    积分:1
  • 本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机程的各种基础知识和程技巧,内容涉及到数据表示、存储器管理、各种数...
    本书以X86系列微机为背景,从简单的Hello程序开始,系统而详细地阐述了X86微机汇编语言编程的各种基础知识和编程技巧,内容涉及到数据表示、存储器管理、各种数据类型、过程、与汇编语言相关的体系结构、控制结构、文件、宏指令、位处理指令、字符串指令、MMX指令、类和对象,以及混合语言编程等,尤其是在高级汇编语言(HLA)方面,该书给予了细致深入的讲解。对于有意学习X86汇编语言编程的程序员来说,这是一本难得的好书。 本书的作者Randall Hyde在大学中教授汇编语言十多年,并且开发了好几个商用软件,具有丰富的汇编语言开发经验。该书的英文电子版受到了成千上万的网站和高级程序员的高度评价,已经成为了高级汇编语言编程方面的一本经典之作。虽然该书的出版时间不长,但在Amazon上为该书作出评价的人很多,而且几乎所有的人都给予5星的评价,可见其内容之好。笔者相信,随着时间的推移,它在程序员中的影响回越来越大-this book X86 computer as a background, from a simple Hello proceedings began, and the system described in detail in the X86 PC assembly language programming in basic knowledge and programming skills, which relates to the data, memory management, data types, processes, and assembly language related to the body the grade structure, the control structure, document, macros, handle the orders, string instructions MMX instructions, classes and objects, as well as mixed-language programming, particularly at the senior assembly language (HLA), the book to give a detailed in-depth explanations.
    2022-09-18 08:30:03下载
    积分:1
  • 微机接口课程设计:8255控制交通灯
    微机接口课程设计:8255控制交通灯-Computer Interface Design Course : 8255 11111111111111 control traffic lights
    2022-02-11 10:39:24下载
    积分:1
  • The computer assembly language to curriculum design principles of case, a total...
    汇编语言做的微机原理课程设计案例,共有27个,其中有闰年判断,产生随机数,计算平台长度,打字练习,显示系统时间,简易文本编辑器-The computer assembly language to curriculum design principles of case, a total of 27, including leap year judged to produce random numbers, computing platform length, typing practice, display system time, simple text editor ... ...
    2022-07-03 00:38:56下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载