Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - assembly
Search - assembly - List
用USB控制硬硬盘读写的汇编代码。-control with USB hard drives read and write assembly code.
Update : 2024-05-04 Size : 13312 Publisher : 废弃

\《汇编语言课程设计案例精编》源代码\案例20简易文本编辑器.rar-\ "assembly language curriculum design case intensive series" source code \ 20 cases of simple text editor. Rar
Update : 2024-05-04 Size : 6144 Publisher : 守望者

一个模拟时钟的汇编语言程序-an analog clock Assembly Language Program
Update : 2024-05-04 Size : 2048 Publisher : 野牛

DL : 1
win32汇编教程-win32 assembly course
Update : 2024-05-04 Size : 388096 Publisher : 汪大崴

DL : 0
汇编语言程序设计-assembly language programming
Update : 2024-05-04 Size : 1295360 Publisher : 王积

一个完成文件,贪吃蛇游戏,汇编语言版的,是本人学习汇编语言时做的。-a completed document, Snake games, the assembly language version, I am learning assembly language so.
Update : 2024-05-04 Size : 3072 Publisher : 陈希

汇编语言程序设计 汇编语言程序设计54-assembly language program design
Update : 2024-05-04 Size : 32768 Publisher : 童文焕

DL : 0
嵌入式系统开发中,ADSP音频算法优化的程序,包括其中mdct和imdct的优化后的汇编代码。-Embedded System Development, ADSP audio algorithms optimization procedures, including mdct imdct and the optimized assembly code.
Update : 2024-05-04 Size : 299008 Publisher : 刘娜

DL : 0
/* * Copyright (c) 2005,浙江联大仪表有限公司仪表技术部 * All rights reserved. * * 文件名称:oil level sensor over.c * 文件标识:无 * 摘 要:油位传感器最终版 * * 当前版本:1.1 * 作 者:翁德平 * 完成日期:2005年6月10日 * * 取代版本:1.0 * 原作者 :翁德平 * 完成日期:2005年5月10日 */-/** Copyright (c) 2005, the United Nations General Assembly in Zhejiang Instrumentation Limited Instrumentation Technology* All rights reserved.** File name : oil level sensor over.c* identification documents : None* Abstract : Oil Level Sensor** The final version of the current version : 1.1* Author : Andr-* Date : June 10, 2005** replace Version : 1.0* Author : Andr-* Date : May 10, 2005* /
Update : 2024-05-04 Size : 43008 Publisher : 翁德平

本程序是用汇编语言实现数字时钟功能的.通过修改8259中断控制器的中断屏蔽寄存器(21H号端口) 打开时间中断, 实时中断, 键盘中断-this procedure is used assembly language digital clock function. By amending the 8259 interrupt controller interrupt masking registers (21H, port) to open the interruption time, real-time interrupt and keyboard interrupts
Update : 2024-05-04 Size : 2048 Publisher : 思达

在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in the host address space of the process to implement in order to achieve the purpose of hiding. Comparatively speaking, Richer way can be used as c/c Senior complete language, understanding and will be relatively easy to achieve, but he let the host process
Update : 2024-05-04 Size : 31744 Publisher : 潘桂聪

IBM-PC汇编语言程序设计(第二版)电子教案,powerpoint的-IBM-PC Assembly Language Programming (2nd edition) electronic lesson plans, the powerpoint
Update : 2024-05-04 Size : 1478656 Publisher :

Intel Itanium Assembly Language Reference, SSE汇编指南-Intel Itanium Assembly Language Reference, SSE Guide Series
Update : 2024-05-04 Size : 386048 Publisher : jim

DL : 0
1. T0_ASM.rar, (带中文注释的C51语言例程), 利用定时器0中断实现LED灯的简单控制。 2. T0_C51.rar, (带中文注释的51汇编语言例程), 利用定时器0中断实现LED灯的简单控制。 两个同样功能的timer0中断程序都在MCU51-63K仿真器下通过实验, 小虾们可以试试看。 -1. T0_ASM.rar, (with the Chinese language in the notes C51 routines), Timer 0 interrupt the use of LED lights to the simple control. 2. T0_C51.rar, (with the Chinese Notes of the 51 assembly language routines), Timer 0 interrupt the use of LED lights to the simple control. Two of the same functions timer0 interrupted proceedings in MCU51- 63K simulator through experiments, shrimp can try.
Update : 2024-05-04 Size : 32768 Publisher : www

用汇编语言编写的一些程序的源代码,例:DOS6.0源程序中的硬盘引导记录源程序FDBOOT.ASM,鼠标控制CD-Audio播放程序,专截320*200的截画程序,V86模式切换程序,FASTREBOOT V1.0,Game Faster V1.0,Mixer Volume Ctrler V1.0,-assembly language prepared by the program's source code, cases : DOS6.0 source of hard disk boot record source FDBOOT.ASM, mouse control CD-Audio player, a cut of 320* 200 closed painting procedures, V86 mode switching procedures, FASTREBOOT V1.0 , the Game Faster V1.0 and V1.0 Mixer Volume Ctrler.
Update : 2024-05-04 Size : 13312 Publisher : 曹雨

the program is to find the first 100 prime, and written by assembly language.
Update : 2024-05-04 Size : 1024 Publisher : 张大小

DL : 0
适用与MCS-51系列单片机的维根26转RS232驱动程序(汇编语言).-apply and MCS-51 microcontroller series of 26-dimensional turn RS232 driver (assembly language).
Update : 2024-05-04 Size : 12288 Publisher : 张飞

There is no license fee or royalty fee to be paid at any time for using the Magic Library. You are however requested to acknowledge the use of the library and provide a link to our home page www.dotnetmagic.com from the About box of your application. You may include the source code, modified source code, signed assembly or modified built assembly within your own projects for either personal or commercial use but excluding the restrictions outlined below. The following restrictions apply to all parts of the library, including all source code, assemblies, samples and documentation... The above items cannot be sold as is, either individually or together. The above items cannot be modified and then sold as a library component, either individually or together. In other words, if you are using the library to enhance your project then you are fine. If you are trying to gain commercically from the library itself rather than using it to enhance your own work then you are prohibited from its use.-There is no license fee or royalty fee to be paid at any time for using the Magic Library. You are however requested to acknowledge the use of the library and provide a link to our home page www.dotnetmagic.com from the About box of your application. You may include the source code, modified source code, signed assembly or modified built assembly within your own projects for either personal or commercial use but excluding the restrictions outlined below. The following restrictions apply to all parts of the library, including all source code, assemblies, samples and documentation... The above items cannot be sold as is, either individually or together. The above items cannot be modified and then sold as a library component, either individually or together. In other words, if you
Update : 2024-05-04 Size : 285696 Publisher : 刘发发

此为本书配套光盘.本书主要内容包括:微型计算机基础知识、IBM-PC微型计算机系统概述、汇编语言程序设计基本方法、三大结构程序设计、子程序设计、汇编语言程序设计等内容。 -this book, CD-ROM-based. The major elements include : micro-computer knowledge, IBM-PC micro-computer system overview, assembly language program design methods, the three major structural design process, the subroutine design, assembly language programming information.
Update : 2024-05-04 Size : 13939712 Publisher : 陶立欣

一个介绍64位汇编语言编写成序的电子书籍,有兴趣的可以看一下!-introduced a compilation of 64 languages into the electronic order books, are interested can look at!
Update : 2024-05-04 Size : 126976 Publisher : 认密码
« 1 2 3 45 6 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.