Welcome![Sign In][Sign Up]
Location:
Search - 扩展内存

Search list

[Other resourceNEO_V1.1.36

Description: 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in TURBO C library functions can not be attained high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million); Moreover, it supports 8, 15 and 16 in three colors!
Platform: | Size: 1851441 | Author: 可永 | Hits:

[Other resourceneosdk

Description: NEO SDK是一个跨平台的免费开源图形软件开发包。它支持基本绘图、多种格式图形显示、鼠标操作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它支持最高24位的各种色深!并拥有不错的处理速度。当前版本是V2.1.90修正版。-NEO SDK is a free cross-platform open-source graphics software development kit. It supports basic mapping, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million ); Moreover, it supports 24-bit color of deep! And with good speed. The current version is amended version V2.1.90.
Platform: | Size: 1380904 | Author: 董凯 | Hits:

[Driver Developxcg-XMS

Description: 你有没有用c语言编程时申请不到内存(申请内存太多的原因)的情况,如果有,怎么解决呢?用扩展内存吧。这里提供扩展内存支持的源程序。本程序经过本人精心编写,操作扩展内存就象在操作文件一样,非常方便!你不妨试试!-c programming language used when applying less than memory (memory for many reasons). If there is, how to solve? It used to expand memory. Here provide expanded memory support of the source. After the procedure I carefully prepared, as operators expand the memory to operate in the same document, a very convenient! You may want to try!
Platform: | Size: 1116 | Author: xcg743 | Hits:

[Other resourceDos_config

Description: 首先要说的是,要进行DOS下的环境配置,基本上不可避免要使用到config.sys和AUTOEXEC.BAT这两个文件。Config.SYS文件是一个专业的系统启动配置文件,它主要用于加载内存管理程序、设置扩充内存及扩展内存、加载有关硬件驱动程序,设置有关环境变量等,为用户计算机的正常使用创造必要的用户环境(在DOS时代,精通Config.SYS文件往往是“专家”的标志)。(在Windows 95/98中,系统已经自带了内存管理、环境变量等设置功能,Config.sys文件的作用已经远远没有那么重要了,它仍在“服役”的原因主要是为了保持对老版本DOS应用程序的兼容)-first say yes, for the DOS environment configuration. Basically inevitably to the use of the config.sys and AUTOEXEC.BAT two documents. Config.SYS document is a professional boot configuration files, It is mainly used for loading memory management, the setting is expanded memory and extended memory, loading the hardware driver, set the environment variable, for the normal user to use the computer to create the necessary environment for users (DOS era, proficient Config.SYS documents are "experts" sign). (In Windows 95/98, a system has to bring their own memory management, environment variables, and other functions set up, Config.sys the role of the document has been far less important. It continues to "service" of the main reasons is to maintain the old version of DOS a
Platform: | Size: 20955 | Author: hm | Hits:

[Other resourceTurboPascalAdvancedProgramming

Description: 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘操作单元DISK 2.4 热键单元POPUP 2.5 数据库交互单元DBASE 2.6 扩充内存单元EMS 2.7 扩展内存单元XMS 2.8 数学函数单元MATH 2.9 矩阵运算单元MATRIX 2.10 概率分布函数单元PROB 2.11 复数运算单元COMPLEX 第3章 实用程序 3.1 软锁驱动器程序 3.2 锁硬盘逻辑盘程序 3.3 稿纸打印程序 3.4 源程序列表程序 3.5 查找并替换程序 3.6 备份硬盘主引导扇区程序 3.7 四通-PC文本文件转换程序 3.8 SPT文件与BMP文件的双向转换程序 3.9 数据库卡片打印程序 3.10 BATCH文件转换为COM文件程序 3.11 机密文件的有效销毁程序 3.12 释放内存程序 附录1 源程序文件索引表 附录2 各种显示卡及其显示模态表 -Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (CPU) and 1.9 The procedures for the use of the standard code for data processing method Chapter 2 2.1 Utilities modules screen input and output alone ACRT 2.2 billion string processing unit ASTR 2.3 disk operating unit DISK 2.4 hotkeys modules P OPUP 2.5 interactive database modules expand nutritional 2.6 2.7 EMS memory modules expand the memory modules Intel mathematical function modules 2.8 2.9 MATH matrix element MATRIX 2.10 probability distribution letter PROB 2.11 modular unit co
Platform: | Size: 112255 | Author: zhangyoufu | Hits:

[OS Developas2xms

Description: 一个使用QBasic来实现操作扩展内存XMS的库,非常好用。
Platform: | Size: 8249 | Author: wuxin | Hits:

[Other resourceNEO_V3.1.00

Description: NEO SDK是一个跨平台的免费开源图形软件开发包。它支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它支持最高24位的各种色深! 并拥有不错的处理速度。NEO中的函数调用接口大部分与Allegro相似,为你的代码向Allegro移植作准备。 NEO开放所有源代码,因为我认为这样更利于让大家发现BUG,利于NEO的成长。希望你能喜欢。
Platform: | Size: 1558266 | Author: 许为 | Hits:

[OtherXMSArray

Description: 提供使用扩展内存XMS完成大数组的类-for use XMS memory expansion to be completed array of categories
Platform: | Size: 1958 | Author: bobo | Hits:

[OtherTC_XMEM

Description: 使用扩展内存的 TC 源代码 Access to 80286/386 Extended Memory from Turbo C
Platform: | Size: 12659 | Author: zhang | Hits:

[GUI Develop电话计费1

Description: E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载也非常的简单方便。E398还增添了TF卡以加大内存容量,别小看TF卡小小的体积,但其最大的存储容量可以达到128MB,如此细小的体积十分适用于体积越来越轻便的手机,预计MOTO也会不断在日后的机型中使用TF卡作为扩展内存的设备。-E398 GPRS high-speed network to download, combined with support for Java, users can download Java or edit their own procedures to rich mobile applications, network JAVA procedures have been widespread, users download is a very simple and convenient. The E398 has been added to increase TF card memory capacity, TF Do not underestimate the size of a small card, but its biggest storage capacity can reach 128, so the volume is very small in size portable phones, Motorola is expected in the future will continue to use the model TF expansion memory cards as the equipment .
Platform: | Size: 130688 | Author: 48 | Hits:

[OtherTC256 V2.35

Description: 256色图形系统 :内含图形、鼠标、扩展内存编程,同时很好的支持了游戏的编程。对初学者来说很有帮助!-256-color graphics system : containing graphics, mouse, memory expansion program, the support of a good game programming. For starters helpful!
Platform: | Size: 932204 | Author: 饶鑫 | Hits:

[Windows DevelopC语言实战105例

Description: C语言实战105例 第1部分 基础篇 实例1 一个价值“三天”的BUG 2 实例2 灵活使用递增(递减)操作符 5 实例3 算术运算符计算器 7 实例4 逻辑运算符计算器 9 实例5 IP地址解析 11 实例6 用if…else语句解决奖金发放问题 13 实例7 用for循环模拟自由落体 16 实例8 用while语句求n! 19 实例9 模拟银行常用打印程序 22 实例10 使用一维数组统计选票 26 实例11 使用二维数组统计学生成绩 29 实例12 简单的计算器 32 实例13 时钟程序 35 实例14 华氏温度和摄氏温度的相互转换 38 实例15 SimpleDebug函数应用 40 第2部分 数值计算与数据结构篇 实例16 常用的几种排序方法 46 实例17 广度优先搜索及深度优先搜索 53 实例18 实现基本的串操作 59 实例19 计算各点到源点的最短距离 62 实例20 储油问题 65 实例21 中奖彩球问题 67 实例22 0-1背包问题 69 实例23 阶梯计数问题 72 实例24 二叉树算法集 74 实例25 模拟LRU页面置换算法 79 实例26 大整数阶乘新思路 82 实例27 银行事件驱动模拟程序 84 实例28 模拟迷宫探路 87 实例29 实现高随机度随机序列 89 实例30 停车场管理系统 91 第3部分 文本屏幕与文件操作篇 实例31 菜单实现 96 实例32 窗口制作 97 实例33 模拟屏幕保护程序 100 实例34 文件读写基本操作 102 实例35 格式化读写文件 105 实例36 成块读写操作 107 实例37 随机读写文件 108 实例38 文件的加密和解密 111 实例39 实现两个文件的连接 113 实例40 实现两个文件信息的合并 116 实例41 文件信息统计 118 实例42 文件分割实例 121 实例43 同时显示两个文件的内容 123 实例44 模拟Linux环境下的vi编辑器 124 实例45 文件操作综合应用——银行账户管理 128 第4部分 病毒与安全篇 实例46 实用内存清理程序 134 实例47 如何检测Sniffer  136 实例48 加密DOS批处理程序 139 实例49 使用栈实现密码设置 141 实例50 远程缓冲区溢出漏洞利用程序 144 实例51 简易漏洞扫描器 146 实例52 文件病毒检测程序 149 实例53 监测内存泄露与溢出 150 实例54 实现traceroute命令 152 实例55 实现ping程序功能 154 实例56 获取Linux本机IP地址 157 实例57 实现扩展内存的访问 161 实例58 随机加密程序 164 实例59 MD5加密程序 165 实例60 RSA加密实例 168 第5部分 图形篇 实例61 制作表格 172 实例62 用画线函数作出的图案 174 实例63 多样的椭圆 176 实例64 多变的立方体 177 实例65 简易时钟 178 实例66 跳动的小球 181 实例67 用柱状图表示学生成绩各分数段比率 183 实例68 EGA/VGA屏幕存储 187 实例69 按钮制作 190 实例70 三维视图制作 193 实例71 红旗图案制作 194 实例72 火焰动画制作 196 实例73 模拟水纹扩散 199 实例74 彩色的Photo Frame  201 实例75 火箭发射演示 203 第6部分 系统篇 实例76 恢复内存文本 208 实例77 挽救磁盘数据 210 实例78 建立和隐藏多个PRI DOS分区 213 实例79 简单的DOS下的中断服务程序 216 实例80 文件名分析程序 219 实例81 鼠标中断处理 222 实例82 实现磁盘数据的整体加密 224 实例83 揭开CMOS密码 227 实例84 获取网卡信息 229 实例85 创建自己的设备 231 实例86 设置应用程序启动密码 233 实例87 获取系统配置信息 236 实例88 硬件检测 239 实例89 管道通信 241 实例90 程序自杀技术实现 244 第7部分 游戏篇 实例91 连续击键游戏 248 实例92 掷骰子游戏 250 实例93 弹力球 252 实例94 俄罗斯方块 253 实例95 24点扑克牌游戏 257 实例96 贪吃蛇 260 实例97 潜水艇大战 262 实例98 机器人大战 265 实例99 图形模式下的搬运工 266 实例100 十全十美游戏 269 第8部分 综合篇 实例101 强大的通信录 274 实例102 模拟Windows下UltraEdit程序 277 实例103 轻松实现个人理财 279 实例104 竞技比赛打分系统 281 实例105 火车订票系统 286
Platform: | Size: 654374 | Author: jawin@126.com | Hits:

[Other8051内存扩展protenus原理图

Description: 8051内存扩展protenus原理图
Platform: | Size: 13276 | Author: tunge2k@163.com | Hits:

[GUI Develop电话计费1

Description: E398支持GPRS高速网络下载,加上支持JAVA程序,用户可以下载或者自行编辑JAVA程序以丰富手机的应用程序,现时网络上JAVA的程序已经十分普遍,用户下载也非常的简单方便。E398还增添了TF卡以加大内存容量,别小看TF卡小小的体积,但其最大的存储容量可以达到128MB,如此细小的体积十分适用于体积越来越轻便的手机,预计MOTO也会不断在日后的机型中使用TF卡作为扩展内存的设备。-E398 GPRS high-speed network to download, combined with support for Java, users can download Java or edit their own procedures to rich mobile applications, network JAVA procedures have been widespread, users download is a very simple and convenient. The E398 has been added to increase TF card memory capacity, TF Do not underestimate the size of a small card, but its biggest storage capacity can reach 128, so the volume is very small in size portable phones, Motorola is expected in the future will continue to use the model TF expansion memory cards as the equipment .
Platform: | Size: 130048 | Author: 48 | Hits:

[OtherTC256 V2.35

Description: 256色图形系统 :内含图形、鼠标、扩展内存编程,同时很好的支持了游戏的编程。对初学者来说很有帮助!-256-color graphics system : containing graphics, mouse, memory expansion program, the support of a good game programming. For starters helpful!
Platform: | Size: 931840 | Author: 饶鑫 | Hits:

[Graph DrawingNEO_V1.1.36

Description: 支持基本绘图、多种格式图形显示、鼠标操 作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于TURBO C库函数无法达到的高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它 支持8位、15位和16位三种色深!-support basic graphics, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in TURBO C library functions can not be attained high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million); Moreover, it supports 8, 15 and 16 in three colors!
Platform: | Size: 1852416 | Author: 可永 | Hits:

[2D Graphicneosdk

Description: NEO SDK是一个跨平台的免费开源图形软件开发包。它支持基本绘图、多种格式图形显示、鼠标操作、扩展内存和扩充内存的操作、时钟、音频播放、多种字体的汉字及英文显示等等特性;更激动人心的是, 它可以工作于高分辨率下(比如800X600、1024X768甚至1280X1024);而且,它支持最高24位的各种色深!并拥有不错的处理速度。当前版本是V2.1.90修正版。-NEO SDK is a free cross-platform open-source graphics software development kit. It supports basic mapping, multiple format graphics, mouse operation, expandable memory and memory expansion of the operation, the clock, audio playback, multiple fonts in Chinese and English displays and more properties; Even more exciting is that it can work in high resolution (800X600 For example, 1,024 x768 or reproduce 16.2 million ); Moreover, it supports 24-bit color of deep! And with good speed. The current version is amended version V2.1.90.
Platform: | Size: 1380352 | Author: 董凯 | Hits:

[Driver Developxcg-XMS

Description: 你有没有用c语言编程时申请不到内存(申请内存太多的原因)的情况,如果有,怎么解决呢?用扩展内存吧。这里提供扩展内存支持的源程序。本程序经过本人精心编写,操作扩展内存就象在操作文件一样,非常方便!你不妨试试!-c programming language used when applying less than memory (memory for many reasons). If there is, how to solve? It used to expand memory. Here provide expanded memory support of the source. After the procedure I carefully prepared, as operators expand the memory to operate in the same document, a very convenient! You may want to try!
Platform: | Size: 1024 | Author: xcg743 | Hits:

[OtherDos_config

Description: 首先要说的是,要进行DOS下的环境配置,基本上不可避免要使用到config.sys和AUTOEXEC.BAT这两个文件。Config.SYS文件是一个专业的系统启动配置文件,它主要用于加载内存管理程序、设置扩充内存及扩展内存、加载有关硬件驱动程序,设置有关环境变量等,为用户计算机的正常使用创造必要的用户环境(在DOS时代,精通Config.SYS文件往往是“专家”的标志)。(在Windows 95/98中,系统已经自带了内存管理、环境变量等设置功能,Config.sys文件的作用已经远远没有那么重要了,它仍在“服役”的原因主要是为了保持对老版本DOS应用程序的兼容)-first say yes, for the DOS environment configuration. Basically inevitably to the use of the config.sys and AUTOEXEC.BAT two documents. Config.SYS document is a professional boot configuration files, It is mainly used for loading memory management, the setting is expanded memory and extended memory, loading the hardware driver, set the environment variable, for the normal user to use the computer to create the necessary environment for users (DOS era, proficient Config.SYS documents are "experts" sign). (In Windows 95/98, a system has to bring their own memory management, environment variables, and other functions set up, Config.sys the role of the document has been far less important. It continues to "service" of the main reasons is to maintain the old version of DOS a
Platform: | Size: 20480 | Author: | Hits:

[ARM-PowerPC-ColdFire-MIPSAT89C51-6264

Description: 6264扩展内存,51单片机外扩6264存储器的源程序,内有.c 源程序和proteus仿真文件-6264 extended memory, 51 single-chip 6264 memory expansion outside of the source, there. C source code and simulation files proteus
Platform: | Size: 33792 | Author: 吴小平 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net