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

Search list

[OS programEnhanceSystem

Description: 在系统文件夹或目录上添加一个MS DOS的快捷通道。使用方法:解压缩后双击Enhance System.bat就可以完成系统增强。您可以选择一个文件夹,单击右键查看您找到一个新的MS DOS菜单,选择后可以进行DOS状态。-the system folders or directories to add an MS DOS quick access. Use : decompress after double-click on the Enhance System.bat complete system enhancement. You can select a folder, right-click the View you find a new MS DOS menu choice can be DOS state.
Platform: | Size: 830 | Author: 红军 | Hits:

[GUI Develop最简单的DOS下的文件菜单

Description: 最简单的DOS下的文件菜单,让你可以用上下键选择所要执行的文件的菜单程序源代码-most simple DOS under the File menu, you can use the arrow keys to the implementation of choice in the paper menu source code
Platform: | Size: 764 | Author: sunwei | Hits:

[OtherMycWork001

Description: 这是我的课程设计 由于时间有限,程序难免有不足。 还请多多指教。 程序建议不要在win2000和win xp的cmd下运行。 推荐在win98或纯dos中装有UCDOS中文DOS平台下运行。 主菜单程序为main.c 运行此程序,选择相应的菜单,即可运行查看到其他程序。 wnl.c万年历 adstd.c 学生数据库 ply.c小蜜蜂(UFO)游戏 tlife 生存模拟 但是要求main.c和其他程序的执行文件必须在同一目录里(文件夹)。否则连接其他程序将失败。 建议直接运行我已经编译好的执行文件(在ok目录下)运行main.exe即可通过菜单对四个程序进行调用。 如果发现不能正常使用本程序,请与我联系。 寝室电话:0732-8370551 7324474 QQ176141729 email:coynnbai@163.com 学生:陈欢 班级:03级计算机6班-This my course design due to the limited time available, it is inevitable that inadequate procedures. Also invited exhibitions. Procedures not recommended in WIN2000 and win xp running under the cmd. Suggest in win98 or pure dos installed with a Chinese UCDOS DOS platforms. The main menu main.c operating procedures for this process, the corresponding menu choice can look to other operating procedures. Wnl.c hefty almanac adstd.c student database ply.c Bee (UFO) tlife survival simulation games but main.c requirements and other procedures to be implemented in the same document directory (folder). Otherwise connected to other procedures will fail. A direct operation I have compiled implementation document (ok directory) main.exe can run through a menu of four procedure calls. If found to b
Platform: | Size: 79463 | Author: 陈欢 | Hits:

[assembly languageFmenu

Description: 实现dos下菜单选择的小程序-achieve dos menu choice under the small program
Platform: | Size: 2808 | Author: 李超 | Hits:

[File OperateDOSCommand

Description: DOS命令全集详细解释,对于想提高DOS使用水平的人来说,是不错的选择-DOS ordered confined detailed explanation for the use of DOS to raise the level of people, is a good choice
Platform: | Size: 35207 | Author: 小龙 | Hits:

[Other resourcefive-chess

Description: dos介面的C++五子棋源码 功能: 人与电脑、人与人、先下后下的选择 电脑AI、判定输赢-dos interface C function renju source : human and computer, person-to-person, after first choice for the computer AI, determine the winner
Platform: | Size: 118673 | Author: gdfogjidfo | Hits:

[WEB Code汇编语言课程设计1

Description: 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。在整个字符串结束后直接退到dos环境-procedures hello first definition of a function call int 21 hours mov ah, 09 to show string, ds : dx definition string position to use a 80 x 25 interface to make the whole process more attractive game int main program called BIOS on the 9th of 10 functions to achieve the goal of text color and positioning. Game int main program can use 16 mov ah, 00 input from the keyboard to read characters in the call int 21 mov ah, 01 for keyboard input the screen were al = input characters using cmp directive of input text and the text more goals and used the wrong choice of words to the imported characters shown as red, to the correct input characters shown as green. The entire string after the end of direct retreated dos environment
Platform: | Size: 11952 | Author: 高赈寰 | Hits:

[CSharp(C语言版)数据结构课程设计大概模型

Description: 一元稀疏多项式计算器,2. 用户在首先在第一个提示信息的提示下选择是1.一元多项式加法 2.一元多项式减法 3.退出,当用户选择1.一元多项式加法,系统会提示您输入两个多项式信息,然后计算两个多项式的和并输出结果多项式。当用户选择2.一元多项式减法,系统会提示您输入两个多项式信息,然后计算两个多项式的差并输出结果多项式。当用户选择退出,则退回dos-one yuan sparse polynomial calculator, 2. Users first in a message prompted by a choice. One yuan polynomial Adder 2. One yuan polynomial subtraction 3. From that when users choose one. One yuan polynomial addition, the system will prompt you to the importation of two polynomials information, and then calculate the two polynomials and guitar and output fruit polynomial. When users choose two. One yuan polynomial subtraction, the system will prompt you to the importation of two polynomials information, and then calculated the difference between the two polynomials and output polynomial. When users choose to withdraw, then returned to dos
Platform: | Size: 27971 | Author: yang | Hits:

[assembly languageFmenu

Description: 实现dos下菜单选择的小程序-achieve dos menu choice under the small program
Platform: | Size: 2048 | Author: 李超 | Hits:

[Documents汇编语言课程设计1

Description: 程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的字符,用cmp指令对输入的文本和目标文本进行比较,再利用选择语句将错误的输入字符显示为红色,将正确的输入字符显示为绿色。在整个字符串结束后直接退到dos环境-procedures hello first definition of a function call int 21 hours mov ah, 09 to show string, ds : dx definition string position to use a 80 x 25 interface to make the whole process more attractive game int main program called BIOS on the 9th of 10 functions to achieve the goal of text color and positioning. Game int main program can use 16 mov ah, 00 input from the keyboard to read characters in the call int 21 mov ah, 01 for keyboard input the screen were al = input characters using cmp directive of input text and the text more goals and used the wrong choice of words to the imported characters shown as red, to the correct input characters shown as green. The entire string after the end of direct retreated dos environment
Platform: | Size: 11264 | Author: 高赈寰 | Hits:

[CSharp(C语言版)数据结构课程设计大概模型

Description: 一元稀疏多项式计算器,2. 用户在首先在第一个提示信息的提示下选择是1.一元多项式加法 2.一元多项式减法 3.退出,当用户选择1.一元多项式加法,系统会提示您输入两个多项式信息,然后计算两个多项式的和并输出结果多项式。当用户选择2.一元多项式减法,系统会提示您输入两个多项式信息,然后计算两个多项式的差并输出结果多项式。当用户选择退出,则退回dos-one yuan sparse polynomial calculator, 2. Users first in a message prompted by a choice. One yuan polynomial Adder 2. One yuan polynomial subtraction 3. From that when users choose one. One yuan polynomial addition, the system will prompt you to the importation of two polynomials information, and then calculate the two polynomials and guitar and output fruit polynomial. When users choose two. One yuan polynomial subtraction, the system will prompt you to the importation of two polynomials information, and then calculated the difference between the two polynomials and output polynomial. When users choose to withdraw, then returned to dos
Platform: | Size: 27648 | Author: yang | Hits:

[OS programEnhanceSystem

Description: 在系统文件夹或目录上添加一个MS DOS的快捷通道。使用方法:解压缩后双击Enhance System.bat就可以完成系统增强。您可以选择一个文件夹,单击右键查看您找到一个新的MS DOS菜单,选择后可以进行DOS状态。-the system folders or directories to add an MS DOS quick access. Use : decompress after double-click on the Enhance System.bat complete system enhancement. You can select a folder, right-click the View you find a new MS DOS menu choice can be DOS state.
Platform: | Size: 1024 | Author: | Hits:

[GUI DevelopDOSMENU

Description: 最简单的DOS下的文件菜单,让你可以用上下键选择所要执行的文件的菜单程序源代码-most simple DOS under the File menu, you can use the arrow keys to the implementation of choice in the paper menu source code
Platform: | Size: 1024 | Author: sunwei | Hits:

[OtherMycWork001

Description: 这是我的课程设计 由于时间有限,程序难免有不足。 还请多多指教。 程序建议不要在win2000和win xp的cmd下运行。 推荐在win98或纯dos中装有UCDOS中文DOS平台下运行。 主菜单程序为main.c 运行此程序,选择相应的菜单,即可运行查看到其他程序。 wnl.c万年历 adstd.c 学生数据库 ply.c小蜜蜂(UFO)游戏 tlife 生存模拟 但是要求main.c和其他程序的执行文件必须在同一目录里(文件夹)。否则连接其他程序将失败。 建议直接运行我已经编译好的执行文件(在ok目录下)运行main.exe即可通过菜单对四个程序进行调用。 如果发现不能正常使用本程序,请与我联系。 寝室电话:0732-8370551 7324474 QQ176141729 email:coynnbai@163.com 学生:陈欢 班级:03级计算机6班-This my course design due to the limited time available, it is inevitable that inadequate procedures. Also invited exhibitions. Procedures not recommended in WIN2000 and win xp running under the cmd. Suggest in win98 or pure dos installed with a Chinese UCDOS DOS platforms. The main menu main.c operating procedures for this process, the corresponding menu choice can look to other operating procedures. Wnl.c hefty almanac adstd.c student database ply.c Bee (UFO) tlife survival simulation games but main.c requirements and other procedures to be implemented in the same document directory (folder). Otherwise connected to other procedures will fail. A direct operation I have compiled implementation document (ok directory) main.exe can run through a menu of four procedure calls. If found to b
Platform: | Size: 78848 | Author: 陈欢 | Hits:

[File FormatDOSCommand

Description: DOS命令全集详细解释,对于想提高DOS使用水平的人来说,是不错的选择-DOS ordered confined detailed explanation for the use of DOS to raise the level of people, is a good choice
Platform: | Size: 34816 | Author: 小龙 | Hits:

[Chess Poker gamesfive-chess

Description: dos介面的C++五子棋源码 功能: 人与电脑、人与人、先下后下的选择 电脑AI、判定输赢-dos interface C function renju source : human and computer, person-to-person, after first choice for the computer AI, determine the winner
Platform: | Size: 118784 | Author: gdfogjidfo | Hits:

[OtherDOS123

Description: DOS 概述及入门,简单易学,入门容易,是初学者选择的最佳-DOS outlined and started, easy to learn, easy entry, is the best choice for beginners
Platform: | Size: 499712 | Author: 黄超 | Hits:

[OtherWSPD_NEW_K8M890_SIS671_RS690

Description: 该软件实现自动写入01到127(base 0)中(DDR2),根据参数决定是否比对所有的SPD数据(需要 数据文件) 运行环境: dos K8M890, SIS671, RS690 数据文件 数据文件编码: SM212NG08EAF.txt -> M212G08EA.txt ^^^^ ^ ^^^ ^^^^ 参数说明: -h 调用帮助(退出) -p 写入passcode,并验证一次 -cmp 读取并校验所有的SPD数据,使用屏蔽文件maskSPD.txt屏蔽不需要比对的位 (n或者N表示不比对该位,类似自动机台的屏蔽文件),如果有-p参数,则 使用passcode比对127位.根据读取的SPD的Sharetronic12位编号提取相应的 文件比 启用-cmp,当程序第一次运行时会读出内存的料号[12位协创料号],并显示请求核对 ,如选择‘Y’,则存入SPDChLog.txt,选择 N 则运行失败.此后每次程序运行(带-cmp 参数)程序都会读出SPDChLog.txt中的12位协创料号并比对,如发现不符,则将文件 中的料号与SPD中的料号显示并要求核对, Y 则将SPD中的料号存入文件中(文件中 的将丢失)后继续, N 则运行失败 -The software is automatically written into the 01 to 127 (base 0) Medium (DDR2), in accordance with the parameters to decide whether all of the SPD than the data (required Data files) Operating Environment: Dos K8M890, SIS671, RS690 Data file Data file code: SM212NG08EAF.txt-> M212G08EA.txt ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Parameter Description: -H call to help (exit) -P write passcode, and verify that a -cmp read and check all of the SPD data, the use of shielding documents do not need than to maskSPD.txt shielding bit (n or N express than the spaces, similar to automatic machine shielding document), if has-p parameters, then Use passcode than 127. According to the SPD s Sharetronic12 read-bit code corresponding extract Document than Opening-cmp, when the program will run for the first time a memory read Part Number [12 HS Chong Part Number], and display the request to check , Such as the choice of Y , was held SPDChLog.txt, select N is to fail.
Platform: | Size: 12288 | Author: 邓魁 | Hits:

[Windows DevelopWindows-DOS-Choice

Description: CHOICE.EXE 在纯 DOS 下可以使用 CHOICE 这个命令,但在 Windows 下由于没有 CHOICE.EXE 这个程序,所以不能执行 CHOICE.EXE 命令。在 Windows 下要正常使用 CHOICE 这个命令就必须有这个文件,这是我收集的多个操作系统的 CHOICE.EXE 文件。注 X86 表示 32 位系统,X64 表示 64 位系统。 -CHOICE.EXE in pure DOS can use the CHOICE command, but for the absence of CHOICE.EXE under Windows, we can not use the command. This is my collection of a number of operating system files CHOICE.EXE. Note that the X86 means 32bit systems, while X64, the 64-bit systems.
Platform: | Size: 69632 | Author: 邹勇卿 | Hits:

[assembly languageSimpleelectronicorgan

Description: 通过按动STAR ES598PCI单板机的G6区的1~7号键,使用单板机上的8255A芯片进行音调的选择,由8253芯片控制产生不同频率的方波,输出到单板机上D1区的蜂鸣器,使其对应于G6区的1~7号键由低到高发出1~7的音阶,并由8255A芯片控制8253芯片的工作状态,使其能够控制蜂鸣器的发声与否,从而实现简易电子琴的演奏功能。同时,也可以通过事先设置好的“乐谱”回放一段音乐,实现简易电子琴的回放功能以及对用户演奏过的一段音乐进行重放功能。用户可以通过DOS界面下的菜单对电子琴的回放和重放或是演奏功能进行选择。-Through the press ES598PCI single trigger G6 STAR of the 1 ~ 7 keys, use on veneer 8255A chips for the choice of 8253 tones and different frequency of chip control, to the output pulse on veneer, making it the buzzer D1 G6 corresponding to the 1 ~ 7 keys from low to high send 1-7, and the scale of 8255A chip control 8253 chips working condition, which can control the buzzer voice or not, so as to realize the function of simple keyboard playing. At the same time, also can be set through the music playback period, the simple keyboard function and user to play music played on a replay function. Users can pass on the menu under DOS interface and replay the replay keyboards or play function.
Platform: | Size: 481280 | Author: 苏鸿飞 | Hits:
« 12 »

CodeBus www.codebus.net