Welcome![Sign In][Sign Up]
Location:
Search - windows dos c

Search list

[Otherhtxgl_0

Description: 把WINDOWS下的CAD作的图转化为DOS下的C作图,可用于CAM-put under Windows CAD for the plan into DOS C mapping can be used CAM
Platform: | Size: 1366 | Author: 精达 | Hits:

[Other resourceXBibiAPIComm54354654

Description: 用API函数实现串行通讯 以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。 为了保证资源共享,Windows系统完全接管了各种硬件资源,使用中断来控制端口将破坏系统的多任务性,使系统的稳定性受到影响。但Windows同时也提供了功能强大的API函数使用户能间接的控制串行通讯。 -using API functions serial communication previous DOS system through the DOS interrupt and BIOS to the interruption Serial interface to provide users of communications capacity. In the Windows environment, C development tools do not provide as DOS and the BIOS as a special serial communication control method allow users direct control over the serial port interrupt. In order to ensure the sharing of resources, and Windows systems fully taken over by various hardware resources, Interrupt to control port will undermine the system of multi-task, so that the system stability be affected. But Windows also provided a powerful API function enables users to indirect control of serial communications.
Platform: | Size: 10096 | Author: 张量 | Hits:

[Other仿Windows的自带计算器

Description: 说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂-Note : C language curriculum design works functions : imitation of the Windows calculator own environment : DOS Size : 800 OK features : graphical interface, mouse support, complex algorithm slightly
Platform: | Size: 54327 | Author: 李宗波 | Hits:

[OtherZHB-Demo-Jeff

Description: 早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对于DOS下的C++编程有一定的参考作用,其中的DOS界面设计应该是比较精彩的部分,另外,一些dos下的设备操作技巧,也也有参考作用吧,比如:XMS调用、鼠标中断处理、键盘中断处理,汉字显示等等。所有的功能用类的方式组织,再利用很容易。 附有编译后的可执行版本,需要附有XMS的DOS系统,在98的DOS窗口下可以运行,2000/nt/xp下不能运行。-early works = ZHB pumps Correction Detection System (DEMO) = [dos interface design -- the software system uses Borland C [3.1] preparation, the system entirely by one person, I developed with the use of spare time. System development process not use other people to do the job package, all the functions are by themselves in a one to realize that all the interfaces are designed by themselves, including : Chinese, XMS call, interrupt handling the mouse, keyboard interrupt handling and a variety of Chinese characters, AscII adaptive code characters display window, the window menu, select window, input window, information display windows. DOS for the C programming reference to a certain extent, the DOS interface design should be a more interesting part, in addition to some of the dos equipment
Platform: | Size: 410465 | Author: 杰弗雷 | Hits:

[Graph program检查仪

Description: 一个dos下的c语言仿windows界面,用在一个pII+128MRAM+dos+640*480*8+pc104总线工控机上,主要用了自己写的几个画图函数,技术上很简单。因为一些原因,很多东西删掉了。可以拿去参考-a dos c language of imitation windows interface used in a Arrears 128MRAM dos 640 * 480 * 8 Module Bus Computer, the principal used their written several drawing function, technically very simple. For some reason, many things deleted. Reference can be found
Platform: | Size: 811471 | 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:

[Internet-NetworkMSTCPSDK

Description: Socket 编程的DOS下和Windows开发包 Microsoft TCP/IP SDK for DOS/Windows-Socket programming DOS and Windows development package Microsoft TCP/IP SDK for DOS/Windows
Platform: | Size: 106496 | Author: 李永斌 | Hits:

[Other仿Windows的自带计算器

Description: 说明:C语言课程设计作品 功能:仿Windows的自带计算器 环境:DOS 大小:800多行 特色:图形界面,支持鼠标,算法稍有复杂-Note : C language curriculum design works functions : imitation of the Windows calculator own environment : DOS Size : 800 OK features : graphical interface, mouse support, complex algorithm slightly
Platform: | Size: 54272 | Author: 李宗波 | Hits:

[OtherZHB-Demo-Jeff

Description: 早期的作品 =ZHB油泵校正器检测系统(DEMO)= 【dos界面设计】 本软件系统采用Borland C++[3.1]编写,系统完全由本人一人利用业余时间开发而成。系统 的开发过程中完全没有用到别人做好的软件包,所有的功能都是由自己一个一个的去实现的,所有的接口都是由自己设计的,包括:汉字显示、XMS调用、鼠标中断处理、键盘中断处理及各种各样的汉字,AscII码字符自适应的显示窗口、菜单窗口、选择窗口、输入窗口、信息显示窗口等等。 对于DOS下的C++编程有一定的参考作用,其中的DOS界面设计应该是比较精彩的部分,另外,一些dos下的设备操作技巧,也也有参考作用吧,比如:XMS调用、鼠标中断处理、键盘中断处理,汉字显示等等。所有的功能用类的方式组织,再利用很容易。 附有编译后的可执行版本,需要附有XMS的DOS系统,在98的DOS窗口下可以运行,2000/nt/xp下不能运行。-early works = ZHB pumps Correction Detection System (DEMO) = [dos interface design-- the software system uses Borland C [3.1] preparation, the system entirely by one person, I developed with the use of spare time. System development process not use other people to do the job package, all the functions are by themselves in a one to realize that all the interfaces are designed by themselves, including : Chinese, XMS call, interrupt handling the mouse, keyboard interrupt handling and a variety of Chinese characters, AscII adaptive code characters display window, the window menu, select window, input window, information display windows. DOS for the C programming reference to a certain extent, the DOS interface design should be a more interesting part, in addition to some of the dos equipment
Platform: | Size: 410624 | Author: 杰弗雷 | Hits:

[Graph program检查仪

Description: 一个dos下的c语言仿windows界面,用在一个pII+128MRAM+dos+640*480*8+pc104总线工控机上,主要用了自己写的几个画图函数,技术上很简单。因为一些原因,很多东西删掉了。可以拿去参考-a dos c language of imitation windows interface used in a Arrears 128MRAM dos 640* 480* 8 Module Bus Computer, the principal used their written several drawing function, technically very simple. For some reason, many things deleted. Reference can be found
Platform: | Size: 811008 | Author: 王晓 | Hits:

[Windows DevelopDOS显示进程

Description: 一个经典的用dos窗口显示windows进程的源代码我化了好长时间写出来的,请联系我wuhaitian12345@163.com-a classical process explorer in DOS command window.I spent much time on finishing it. Contact me with wuhaitian12345@163.com.
Platform: | Size: 43008 | Author: | Hits:

[Windows Develop下载DOS版和windows版的迷宫游戏全部代码

Description: 下载DOS版和windows版的迷宫游戏全部代码 -Download all of the codes for maze games in DOS and Windows edition.
Platform: | Size: 227328 | Author: 汪柏然 | Hits:

[VC/MFCtc_windows

Description: TC的界面编程技术,详细地介绍Dos下红极一时的TC编程界面技术。-TC interface programming techniques, described in detail under Tracy Dos TC programming interface technology.
Platform: | Size: 286720 | Author: 李影 | Hits:

[OtherXBibiAPIComm54354654

Description: 用API函数实现串行通讯 以往的DOS系统是通过DOS中断和BIOS中断向用户提供串行接口的通讯能力。在Windows环境下,C++的开发工具既没有提供象DOS和BIOS中那样专门的串行通讯控制方法,也不允许用户直接控制串口的中断。 为了保证资源共享,Windows系统完全接管了各种硬件资源,使用中断来控制端口将破坏系统的多任务性,使系统的稳定性受到影响。但Windows同时也提供了功能强大的API函数使用户能间接的控制串行通讯。 -using API functions serial communication previous DOS system through the DOS interrupt and BIOS to the interruption Serial interface to provide users of communications capacity. In the Windows environment, C development tools do not provide as DOS and the BIOS as a special serial communication control method allow users direct control over the serial port interrupt. In order to ensure the sharing of resources, and Windows systems fully taken over by various hardware resources, Interrupt to control port will undermine the system of multi-task, so that the system stability be affected. But Windows also provided a powerful API function enables users to indirect control of serial communications.
Platform: | Size: 10240 | Author: 张量 | Hits:

[OtherTurbo_C_For_Windows_3.0

Description: Turbo C 2.0 不仅是DOS时代优秀的C语言编程工具,而且还是广大编程学习者的入门语言。本版更彻底地进行了汉化,包括出错信息,却又不牵强翻译,保留了最贴切的信息,并且为其完善了Windows以及中文DOS下的运行环境,使用者并不需要熟悉DOS知识,只需要在安装时将 Turbo C v2.0 指定安装在任意文件夹,再不需要手动更改任何选项,就能够正常编译程序。-Turbo C 2.0 is not only the DOS era of good C language programming tools, but also a vast number of programming language learner entry. Excerpts have been more thoroughly finished, including the error message, but not far-fetched translation, retains the most relevant information, and its improved Windows as well as the Chinese under the DOS operating environment, the user does not need to be familiar with DOS knowledge only need to install Turbo C v2.0 will be installed in any specified folder, and then do not need to manually change any option, the compiler will be able to normal procedures.
Platform: | Size: 2652160 | Author: 王洋 | Hits:

[Windows CECE-DOS

Description: CE-DOS,ce内核引导系统,dos系统版本6.-CE-DOS, ce core guidance systems, dos System Version 6.22
Platform: | Size: 368640 | Author: huzhonghua | Hits:

[OS Developfat32.C

Description: 这种格式采用32位的文件分配表,使其对磁盘的管理能力大大增强,突破了FAT16对每一个分区的容量只有2 GB的限制。由于现在的硬盘生产成本下降,其容量越来越大,运用FAT32的分区格式后,我们可以将一个大硬盘定义成一个分区而不必分为几个分区使用,大大方便了对磁盘的管理。而且,FAT32具有一个最大的优点:在一个不超过8GB 的分区中,FAT32分区格式的每个簇容量都固定为4KB,与FAT16相比,可以大大地减少磁盘的浪费,提高磁盘利用率。目前,支持这一磁盘分区格式的操作系统有Win97、Win98和Win2000。但是,这种分区格式也有它的缺点,首先是采用FAT32格式分区的磁盘,由于文件分配表的扩大,运行速度比采用FAT16格式分区的磁盘要慢。另外,由于DOS不支持这种分区格式,所以采用这种分区格式后,就无法再使用DOS系统。-Microsoft Windows Millennium Edition (Me)
Platform: | Size: 1024 | Author: 樊晓博 | Hits:

[Windows DevelopDOS_jiaocheng

Description:
Platform: | Size: 1707008 | Author: 昆山玉 | Hits:

[Windows Develophping.win32

Description: hping的windows版本,c语言的源代码,内附exe文件-the windows edition of hping
Platform: | Size: 261120 | Author: jp | Hits:

[OtherDos路径转nt路径

Description: 在windows环境中,可将dos路径转化成nt路径 例如:C:\\a.txt -->\device\diskvolume1\a.txt 还可以检验路径是否正确(In the windows environment, DOS paths can be transformed into NT paths For example: C:\\a.txt -->\device\diskvolume1\a.txt You can also verify that the path is correct)
Platform: | Size: 11329536 | Author: ifan帆 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net