登录
首页 » 汇编语言 » 检查电脑是否染毒的程序,将原代码上传以下,大家看看,应该有所帮助的!...

检查电脑是否染毒的程序,将原代码上传以下,大家看看,应该有所帮助的!...

于 2022-04-29 发布 文件大小:2.14 kB
0 179
下载积分: 2 下载次数: 1

代码说明:

检查电脑是否染毒的程序,将原代码上传以下,大家看看,应该有所帮助的!-check whether exposure to the procedures, following the original upload code, we see that should help!

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

发表评论

0 个回复

  • put a few bytes of a transformed system for the past 2
    把一个 字节的数转化为2近制-put a few bytes of a transformed system for the past 2
    2022-07-07 19:19:45下载
    积分:1
  • 学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为...
    学习单片机的教程往往是流水灯、数码管、键盘等等。这些例程主要是熟悉单片机的端口性质,程序算法一般都比较简单。极少见结合单片机I/O端口,内部存储器以及运算技巧为一体的综合性练习。超简单单片机学习套材中的16X16汉字点阵模块提供了一个全新的学习平台。在一块只能显示一个汉字的点阵中,只利用Atmega48的内部资源实现几个汉字的移动,不但要清楚点阵的物理性能,知道如何送数据;还要了解单片机的可用资源,并通过编程利用内部存储器移动交换数据,确实是需要些技-Microcontroller tutorial to learn is often water lights, digital control, keyboard and so on. These routines are mainly familiar with the nature of microcontroller port, the program algorithm is generally relatively simple. Rare combination of microcontroller I/O ports, the internal memory and computing skills integrated exercises. Super-simple MCU learning materials in the 16X16 set of Chinese characters dot-matrix module provides a new learning platform. Can only display one character at a dot-matrix, only the use of internal resources to achieve Atmega48 few characters of the movement, not only to clear the physical properties of dot-matrix, to know how to send data also understand the MCU resources available, and programmed to exchange data using internal m
    2022-03-25 02:44:30下载
    积分:1
  • 16的贪吃蛇游戏,随机生成食物和炸弹,吃东西的锡…
    16位汇编的贪吃蛇游戏,随机生成食物和炸弹,吃到食物贪吃蛇增长,吃到5个炸弹贪吃蛇死亡-16 compiled by the Snake game, randomly generated food and bombs, to eat food Snake growth, eat five bombs killed Snake
    2023-02-12 03:30:04下载
    积分:1
  • VB实现自动填表并提交表
    VB实现自动填表并提交表。AutomaticPost。行 32: 控件 WebBrowser1 的类 SHDocVwCtl.WebBrowser 不是一个已加载的控件类。
    2023-03-27 00:15:03下载
    积分:1
  • assembly language
    汇编语言超浓缩教程-assembly language-enrichment Guide
    2022-02-04 05:01:00下载
    积分:1
  • 大学里First集和Follow集生成算法 希望对大家有点用
    大学里First集和Follow集生成算法 希望对大家有点用-University First Set and Follow Set Generation Algorithm hope all of you a bit with
    2022-07-16 03:35:27下载
    积分:1
  • 实现25+9=34
    应用背景 1.进一步学习汇编语言源程序的编辑,编译,目标文件的链结和可执行文件的执行全过程 2.进一步学习文本的编辑软件,TASM,TLINK和TD的使用方法 3.学习掌握汇编语言的语法规则,练习汇编语言的语法错误查找和排除。 4.通过编制汇编程序,学习分支循环程序的编程方法 关键技术 通过比较法完成8位二进制数转换成十进制数送屏幕显示功能的汇编语言源程序,但有很多语法错误。要求实验者按照原样对源程序进行编辑,汇编后,根据TASM给出的错误信息对源程序进行修改,直到没有语法错误为止。然后进行链接,并执行相应的可执行文件。正确的执行结果是在屏幕上显示:25+9=34。
    2022-01-22 02:21:57下载
    积分:1
  • Actual entry MCD1 articles, a single LED lit procedures. The real purpose for le...
    MCD1实战入门篇,点亮单个LED的程序。 该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件 联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电 路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。 本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,并让RC0 送出高电平,从而点亮RC0口的一个LED。 该程序可用于PIC16F87X(A)所有系列-Actual entry MCD1 articles, a single LED lit procedures. The real purpose for learning and application debugging MCD1 online suite of tools to carry out the project software and hardware examples of joint commissioning procedures, that is, as a user instance, and the demo board temporarily to serve as the role of the user circuit. This constitutes a software, hardware, a full range of home-made simulation environment projects. Realize the function of this procedure is that the 8-port RC pin all set to output mode, and sent high RC0, so I lit RC0 a LED. The program can be used to PIC16F87X (A) of all series
    2023-04-22 08:25:02下载
    积分:1
  • compiled code, dos system function, shows black
    汇编代码,dos系统功能调用,显示黑白工字-compiled code, dos system function, shows black-and-white character
    2022-01-22 04:00:17下载
    积分:1
  • 写的数制转换程序,可以将5位的二进制串转化为十进制数字输出...
    用汇编语言编写的数制转换程序,可以将5位的二进制串转化为十进制数字输出-assembler language few of the system conversion process, which would be five binary strings into metric digital output
    2023-05-09 10:55:03下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载