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

Search list

[Other resourceEightQueen

Description: Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under the TC 3.0 compiler debug through! Borland used to provide the graphics library Graphics. In order to enable this process from the c / c environment operate independently, I will drive EGAVGA.BGI graphics and font TRIP.CHR and SANS.CHR were converted to the corresponding. Obj file, and then link to the executable file which EIGHTQUEEN.EXE !
Platform: | Size: 41589 | Author: 杨圣湖 | Hits:

[Other GamesEightQueen

Description: Dos下图形界面的八皇后小游戏。 本程序在TC++3.0下编译调试通过!采用了Borland公司提供的图形库Graphics. 为了能使本程序脱离c/c++环境独立运行,我将图形驱动 EGAVGA.BGI以及字库TRIP.CHR和SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中!-Dos under a graphical interface Queen's small eight games. The procedures under the TC 3.0 compiler debug through! Borland used to provide the graphics library Graphics. In order to enable this process from the c/c environment operate independently, I will drive EGAVGA.BGI graphics and font TRIP.CHR and SANS.CHR were converted to the corresponding. Obj file, and then link to the executable file which EIGHTQUEEN.EXE !
Platform: | Size: 40960 | Author: 杨圣湖 | Hits:

[assembly languagealink

Description: 著名的开源链接器,可链接obj和lib文件,目标格式可以是MSDOS COM、MSDOS EXE或Win32 PE文件-a famous opened linker can link both obj and lib texts , in which destination format can be MSDOS ,COM ,MSDOS,EXE or Win32 PE file
Platform: | Size: 187392 | Author: lgw | Hits:

[Othernasm_man

Description: NASM是一个为可移植性与模块化而设计的一个80x86的汇编器。它支持相当多 的目标文件格式,包括Linux和 NetBSD/FreeBSD , a.out , ELF , COFF ,微软16 位的 OBJ 和 Win32 。它还可以输出纯二进制文件。它的语法设计得相当的简 洁易懂,和Intel语法相似但更简单。-NASM is a portable and modular design of a 80x86 assembler. It supports the goal of a considerable number of file formats, including Linux and NetBSD/FreeBSD, a.out, ELF, COFF, Microsoft 16-bit OBJ and Win32. It can also output plain binary file. Its syntax designed to be very concise and understandable, and Intel syntax is similar to but more simple.
Platform: | Size: 515072 | Author: 白璎 | Hits:

[Compress-Decompress algrithmsjpegconvert

Description: 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard has created this TestLibjpeg application for you. This file contains a summary of what you will find in each of the files that make up your TestLibjpeg application. TestLibjpeg.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. TestLibjpeg.cpp This is the main application source file. ///////////////////////////////////////////////////////////////////////////// Other standard files: StdAfx.h, StdAfx.cpp These files are used to build a precompiled header (PCH) file named TestLibjpeg.pch and a precompiled types file named StdAfx.obj.
Platform: | Size: 323584 | Author: cy | Hits:

[Otherdos

Description: 在cvm中实现dos的滚屏打印方式,并在cvm.h 的基础上增加了诸多实用的函数,包括一些图形界面的函数,所带的五笔输入法可以打词,比系统自带的只能打单个字的要方便很多。 只有dos.h文件是用户用的头文件; 用法如下: #include "dos.h" void dos() /*相当于main*/ { } 用户不能用main,因为main已经在dos.obj里了; dos.obj 的生成:dos.c 和其他的.h文件用于生成dos.obj ,只要 cvm.exe dos.c 就可以了 连接成.cvm 文件的时候用 cvmlnk.exe a.cvm dos.obj cvm.obj user.obj 其中 user.obj 是用户自己的代码生成 cvm.obj 在cvm 开发包里有;-In the cvm to achieve the scrolling dos printing method, and based on the increased cvm.h many useful functions, including some graphical user interface functions, brought a five-stroke input method can play word, than the system comes with only the can play a single word to be a lot easier. Only dos.h files are header files used by the user usage is as follows:# include " dos.h" void dos ()/* the equivalent of main*/() you can not use main, because the main has been dos.obj where the dos.obj generation: dos.c and other. h file used to generate dos.obj, as long as the connection can be cvm.exe dos.c into. cvm file would use cvmlnk.exe a.cvm dos.obj cvm . obj user.obj where user.obj is the user' s own code generation cvm.obj development in the cvm package are
Platform: | Size: 13312 | Author: luoweijian | Hits:

[MultiLanguage1256902135MASM615

Description: 下载附件中的winrar压缩包,在本机磁盘中解压后修改C:\autoexec.bat 在autoexc.bat中加入以下内容 SET PATH=E:\USER\ZDX\MASM614\BIN E:\USER\ZDX\MASM614\BINR PATH SET LIB=E:\USER\ZDX\MASM614\LIB LIB SET INCLUDE=E:\USER\ZDX\MASM614\INCLUDE INCLUDE SET INIT=E:\USER\ZDX\MASM614\INIT INIT SET HELPFILES=E:\USER\ZDX\MASM614\HELP\*.HLP HELPFILES SET ASMEX=E:\USER\ZDX\MASM614\SAMPLES ASMEX SET TMP=C:\TEMP 注意其中的路径要与你解压后的路径相同 重启机器 编辑,用任何一种文件(源程序)编辑软件都可以,比如ultraedit 编译,在dos窗口下用masm 文件名[.asm]连接,在dos窗口下用mlink(link.exe) 文件名[.obj] 运行,在dos窗口下 文件名[.exe] 当汇编程序中有字符串输出/入时,在windows操作系统的DOS窗口中可能无法正常工作, 这时,可用alt+enter键使dos窗口全屏显示,基本可以解决此问题。-Download the attachment in the winrar archive, extract the disk in the machine after the change C: \ autoexec.bat Add the following elements in the autoexc.bat SET PATH = E: \ USER \ ZDX \ MASM614 \ BIN E: \ USER \ ZDX \ MASM614 \ BINR PATH SET LIB = E: \ USER \ ZDX \ MASM614 \ LIB LIB SET INCLUDE = E: \ USER \ ZDX \ MASM614 \ INCLUDE INCLUDE SET INIT = E: \ USER \ ZDX \ MASM614 \ INIT INIT SET HELPFILES = E: \ USER \ ZDX \ MASM614 \ HELP \*. HLP HELPFILES SET ASMEX = E: \ USER \ ZDX \ MASM614 \ SAMPLES ASMEX SET TMP = C: \ TEMP Note that the path which should be with you the same path after decompression Reboot Editor, with any kind of files (source code) editing software can be, for example ultraedit Compilation, in the dos windows with the masm file name [. Asm] connection, in the dos windows with mlink (link.exe) filename [. Obj] Run, in the dos window, the file name [. Exe] When the assembler has a string output/Pops, i
Platform: | Size: 6572032 | Author: zhangsan | Hits:

[ConsoleTLINK

Description: tlink for dos tlink /t filename.obj
Platform: | Size: 54272 | Author: xxxx | Hits:

[Windows DevelopDEigghtQueeeno

Description: Dos下图形界面的八皇后小游戏源码。 本程序源码在TC++3.0下编译调试通过!使用了Borland公司提供的图形库Graphics. 为了能使本程序源码脱离c/c++环境独立运行,,我将图形驱动driver EGAVGA.BBGI和字库TRIP.CHR与SANS.CHR均转换为相应的.obj文件,然后链接到可执行文件EIGHTQUEEN.EXE中! -Dos, the eight queens game source graphical interface. This program through debugging source code compiled in TC++3.0 Use graphics library Graphics provided by Borland. Operate independently in order to enable the program source from the c/c++ environment, I graphics driver the driver EGAVGA.BBGI and the the font TRIP.CHR SANS.CHR to be converted to the corresponding. Obj files and then link to the executable file EIGHTQUEEN.EXE
Platform: | Size: 40960 | Author: ywhfdl | Hits:

[Program docPAS900B

Description: 关于通讯的一个小程序,希望和大家交流心得,有不妥之处希望大家指正,谢谢。- PL/M-86 COMPILER PAS_MOD 11/02/ 2 11:11:51 PAGE 1 DOS 5.0 (038-N) PL/M-86 V2.7 COMPILATION OF MODULE PAS_MOD OBJECT MODULE PLACED IN U.OBJ COMPILER INVOKED BY: F:\VER1~1.52T\PLM86.EXE PAS900B.PLM LA ROM NOINTVECTOR MOD186 OJ(U.OBJ)
Platform: | Size: 9216 | Author: 水采田 | Hits:

[Other Embeded programMicroStar1.1

Description: 最新版本MicroStar1.1不仅能支持按优先级调度,还支持时间片轮转调度和前二者相接合调度。   声明 代码未经严格测试,现仅作学习和交流用途,不得利用其作任何商业目的的开发。擅自使用之进行商业开发,所造成的后果由自已承担,本人不负任何法律上的责任。 使用需知 1. MicroStar1.0最多只能创建16个任务。最多可提供16个定时器。最多能直接提供16个同步对象,若要更多的同步对象,须自行分配内存。 2 为了使代码能在DOS下运行,不少函数声明和定义前都有_FAR宏,以使所有函数都可以通过在os_type.h中添删FAR_MODE宏来编译成远调函数还是近调函数。随演示程序提供的是在小模式下编译的obj文件,不必关心_FAR。 3 部分函数,结构体在DOS下必须使用 far 指针,移植时只需在os_type.h中添加一条-----#define far 4 此手册并不专对PC机编写,因而有些函数的原型与PC机源码不符,请读者注意。 5 调试版本中内核调用用户编写的os_WARNINGE 和 os_ASSERT校验函数,可参考演示程序中的other.c文件。出错类型和警告类型可在os_macro.h中查的。-Not only can support the latest version MicroStar1.1 by priority scheduling, also supports round-robin scheduling and dispatching former two engagement. Declaration code without strict testing, is solely for learning and communication purposes, not for any commercial purpose use of its development. Unauthorized use for commercial development, the consequences of the self-commitments, I assumes no legal responsibility. Using Notes 1. MicroStar1.0 can create a maximum 16 tasks. Provides up to 16 timers. Up to 16 synchronous object directly, to more synchronization objects at their own memory allocation. 2 To make the code can be run under DOS, and many function declarations and definitions have _FAR macro front, so that all functions are available through the os_type.h Sinostate delete FAR_MODE macros to compile near or far call function call function. With a demo program is compiled in a small model obj file, do not care _FAR. 3 partial function, the structure must be used unde
Platform: | Size: 236544 | Author: hugaoquan | Hits:

CodeBus www.codebus.net