CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - memory in dos

搜索资源列表

  1. asm_code

    0下载:
  2. 内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the impleme
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1931
    • 提供者:黄顺
  1. keil_c51_maule

    0下载:
  2. 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16418
    • 提供者:王克敏
  1. FONTNEW

    0下载:
  2. dos下显示汉字,利用int 15 的87 号功能将字库装载到1m以上内存。-dos shown in Chinese characters, use int 15 87 functions will be loaded into character 1m more memory.
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1380
    • 提供者:ronson
  1. memery_mana

    0下载:
  2. 内存分配演示程序 在dos环境下使用的-memory allocation Demonstration Program dos environment in the ~~~~~~~~~~~~~~~~~~
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:31165
    • 提供者:杨俊华
  1. ZIFUTUXING

    0下载:
  2. 本程序为汇编语言实现的字符图形程序。1)制作一个图形元素表,表中将所需的各种字符图形编上号码,并用存储器映射法将其显示在屏幕的左上部分; 2)将光标定位在屏幕的右半部分画图区,上、下、左、右光标控制键控制光标在四个方向的移动,不显示其轨迹,同时要控制光标位置不超出画图区的边界; 3)当按动某一数字键时,在光标位置处显示出相应编号的字符图形,然后移动光标,再显示下一个图形,最后绘制出一幅由字符组成的图形。 4)按动ESC键,退出程序,返回DOS。 -procedures for t
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1554
    • 提供者:iceman
  1. play_dos

    0下载:
  2. DOS下的音乐播放器,可驻留内存。 附原程序及使用说明。-a music player under dos,resist in memory. attached with souce and document.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:5282
    • 提供者:陈好
  1. gjb

    0下载:
  2. 一个空战的引擎:写于2002.4.24 游戏:320*200*256c SVGA显示模式编译:Borland c++ 5.02project: Dos standard 看点:(1) pcx 图片文件的操作;(2) bitmap(/内存) 的一些位拷贝技巧;(3) 主程序的流程;-an air of the engine : 2002.4.24 wrote in the game : 320 * 200 * 256c SVGA display mode compiler : Borland c
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:8902
    • 提供者:gjb
  1. 中断矢量设置与读取有关的DOS功能调用

    0下载:
  2. 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:4378
    • 提供者:张东
  1. dos_ext_sample.zip

    0下载:
  2. dos memory management sample,dos memory management sample
  3. 所属分类:assembly language

    • 发布日期:2017-05-22
    • 文件大小:7092446
    • 提供者:gordian
  1. memory

    0下载:
  2. 内存的相关知识,包括基本原理,类型,时序等以及相关项目的开发方法-Memory-related knowledge, including the basic principles, types, timing and related projects such as the development of methods
  3. 所属分类:Project Design

    • 发布日期:2017-03-28
    • 文件大小:704846
    • 提供者:fanxc
  1. wc4g_dos

    0下载:
  2. 在DOS利用Watcom c++的保护模式4G内存,可以在VESA的640X480X256下直接写屏幕,支持鼠标和汉字点阵显示。-In DOS using Watcom c++ of the protected mode 4G memory, VESA can directly write the 640X480X256 screen, support for mouse and Chinese characters dot matrix display.
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:152247
    • 提供者:jiang
  1. 4GM

    0下载:
  2. dos turbo c big real mode 4g memory dump
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-25
    • 文件大小:2319
    • 提供者:hello_tony
  1. MEMORY

    0下载:
  2. C语言编写的内存处理实例,对内存的申请,销毁,申请不成功、出错的各种处理-C language memory handling for instance, the application memory, destruction, unsuccessful, and a variety of error handling
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:10616
    • 提供者:刘振中
  1. lec16-memory

    0下载:
  2. notes on memory technology use for Btech studies
  3. 所属分类:Document

    • 发布日期:2017-03-25
    • 文件大小:482518
    • 提供者:bp
  1. renyang

    0下载:
  2. 1:在DOS下打入zl,程序内存驻留 2:按F1进入程序 3: 1 2 3 4 5 6 7 8 9 0 - = 分别代表 1 2 3 4 5 6 7 8 9 0 - + 在矩行框中可做加减法 键入表达示后按回车可得答案 3:按F2退出界面 4:打zl/q将程序退出内存。 -1: In DOS, enter the zl, program memory resides 2: Press F1 to enter program 3: 1 2 3 4 5 6 7 8
  3. 所属分类:assembly language

    • 发布日期:2017-03-27
    • 文件大小:1741
    • 提供者:liuliu
  1. 4GMEM

    0下载:
  2. 存储器的访问,程序可以访问4G字节,工作时不必保护模式。-// 4G Memory Access // This Program Can Access 4G Bytes in DOS Real //Mode,Needn t in Protection Mode It Works.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2151
    • 提供者:Ben
  1. dma

    0下载:
  2. 汇编写的dma操作代码,可以在dos下运行,通过dma操作内存-Written in assembler language dma operation code can be run in dos operating memory by dma
  3. 所属分类:assembly language

    • 发布日期:2017-04-06
    • 文件大小:588
    • 提供者:蔡谢恩
  1. Wordware-Publishing---Memory-Management

    0下载:
  2. The book explains memory management methods from DOS to Windows and Linux. The explanation gives example in in C and Assembly language (some of them are inline assembly inside a C program). The book is the most comprehensive explanation in low-level
  3. 所属分类:Development Research

    • 发布日期:2017-05-20
    • 文件大小:5731348
    • 提供者:
  1. 4GMEM

    0下载:
  2. 存储器的访问,程序可以访问4G字节,工作时不必保护模式。-// 4G Memory Access// This Program Can Access 4G Bytes in DOS Real//Mode,Needn t in Protection Mode It Works.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:2189
    • 提供者:na831gsg
  1. 4GMEM

    0下载:
  2. 存储器的访问,程序可以访问4G字节,工作时不必保护模式。-// 4G Memory Access// This Program Can Access 4G Bytes in DOS Real//Mode,Needn t in Protection Mode It Works.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-13
    • 文件大小:2440
    • 提供者:llele3chu
« 12 3 »
搜珍网 www.dssz.com