搜索资源列表
asm_code
- 内存驻留程序的基本思想就是让程序一直停留在内存中,不断的执行特定的命令。但内存驻留如何被执行呢?一般地,内存驻留程序都是通过修改BIOS或DOS的系统中断向量表来实现的。比如修改向量表中16H位置的中断(这个中断接收键盘的按键,在DOS中,按键按下,这个中断就会被调用),让其指向我的程序,这时若有按键被按下,则执行的是我的程序。-The basic idea is to let procedure has to remain in the memory and keeps the impleme
keil_c51_maule
- 个人收藏的14篇有关KEIL C51语言编程的使用要点。 目录: C51变量或数据类型 C51 怎样将1个子程序段定位在1个固定的地址位置 C51存储模式 C语言下的单片机软件抗干扰实现的基本技巧之一---------对绝对地址的访问 DOS界面的KEIL C编译器的使用方法(^_^) keil51开发系统概述 Keil C51函数(不仅仅是函数,呵呵) Keil C51扩展关键字 Keil C51软件包中的
FONTNEW
- dos下显示汉字,利用int 15 的87 号功能将字库装载到1m以上内存。-dos shown in Chinese characters, use int 15 87 functions will be loaded into character 1m more memory.
memery_mana
- 内存分配演示程序 在dos环境下使用的-memory allocation Demonstration Program dos environment in the ~~~~~~~~~~~~~~~~~~
ZIFUTUXING
- 本程序为汇编语言实现的字符图形程序。1)制作一个图形元素表,表中将所需的各种字符图形编上号码,并用存储器映射法将其显示在屏幕的左上部分; 2)将光标定位在屏幕的右半部分画图区,上、下、左、右光标控制键控制光标在四个方向的移动,不显示其轨迹,同时要控制光标位置不超出画图区的边界; 3)当按动某一数字键时,在光标位置处显示出相应编号的字符图形,然后移动光标,再显示下一个图形,最后绘制出一幅由字符组成的图形。 4)按动ESC键,退出程序,返回DOS。 -procedures for t
play_dos
- DOS下的音乐播放器,可驻留内存。 附原程序及使用说明。-a music player under dos,resist in memory. attached with souce and document.
gjb
- 一个空战的引擎:写于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
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
dos_ext_sample.zip
- dos memory management sample,dos memory management sample
操作系统课程设计 文件管理系统
- 文件系统管理 在内存中为文件开辟存储空间 可以创建文件和文件夹 (至少有两级目录 :模拟DOS文件系统的操作 可以存储文件的内容 可以查看删除和修改文件(15 2,系统设计功能:根据题目要求设计程序功能 考核内容:( 1,功能设计方面:功能设计是否全面,有无遗漏 2,完成功能设计算法方面:算法是否有效,算法的难易程度 3,运算演示方面:设计程序能否运行,运行时是否每一种情况都考虑 4,程序设计报告内容:程序功能,程序模块结构,流程图,源程序清单 5,教师质疑-File system manage
clock
- 这是一个常驻内存的时钟程序,通过改写1ch能是系统每隔一秒钟在dos系统的右上角显示当前的时间。-This is a permanent memory clock procedures 1ch can rewrite the system at intervals of one second in the upper right corner of dos system displays the current time.
DOSExtendMEM
- 在DOS环境下,使用内存是个令人头痛的问题,由于640K的限制很多功能不能实现,这篇文章介绍了在DOS下使用扩展内存的方法,很值得借鉴。-In the DOS environment, the use of memory is a headache, due to restrictions on 640K a lot of features can not be achieved, this article describes the use of extended memory DOS met
wc4g_dos
- 在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.
4GM
- dos turbo c big real mode 4g memory dump
MEMORY
- C语言编写的内存处理实例,对内存的申请,销毁,申请不成功、出错的各种处理-C language memory handling for instance, the application memory, destruction, unsuccessful, and a variety of error handling
renyang
- 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
4GMEM
- 存储器的访问,程序可以访问4G字节,工作时不必保护模式。-// 4G Memory Access // This Program Can Access 4G Bytes in DOS Real //Mode,Needn t in Protection Mode It Works.
dma
- 汇编写的dma操作代码,可以在dos下运行,通过dma操作内存-Written in assembler language dma operation code can be run in dos operating memory by dma
4GMEM
- 存储器的访问,程序可以访问4G字节,工作时不必保护模式。-// 4G Memory Access// This Program Can Access 4G Bytes in DOS Real//Mode,Needn t in Protection Mode It Works.
4GMEM
- 存储器的访问,程序可以访问4G字节,工作时不必保护模式。-// 4G Memory Access// This Program Can Access 4G Bytes in DOS Real//Mode,Needn t in Protection Mode It Works.