Welcome![Sign In][Sign Up]
Location:
Search - DX

Search list

[Game Hook Cracktank108_modify

Description: 详细说明在压缩包内,含代码。泰坦之旅V1.08 十项属性修改器 V1.1.0 本修改器使用VB6编写,运行时需要MSVBVM60.DLL的支持,如果你无法启动该修改器,请自己找地址下载该运行库。最近在玩这个游戏,写了写,提供十项属性修改。但未提供恢复修改前状态的功能。修改后没有在游戏里面的提示,因为我现在还没做过DX界面下显示,嘿嘿,下一版本就会有了。功能如下: \"F1 :无限生命(INFINITE HEALTH)\" \"F2 :无限魔法(INFINITE ENERGY)\" \"F3 :无限技能(INFINITE SKILL POINTS)\" \"F4 :无限属性(INFINITE ATTRIBUTE POINTS)\" \"F5 :无限金钱(INFINITE GOLO)\" \"F6 :开通所有技能(ACCESS ALL SKILLS)\" \"F7 :无技能恢复等待(NO SKILL RECHARGE)\" \"F8 :右键卖出物品不消失(DUPE ITEMS)\" \"F9 :不建议-隐身,只能自己打(INVISIBILITY)\" \"F10:不建议-直接到25,以后要同级怪(LEVEL UP)\"-detailed description of the compression packages, containing code. TITAN trip V1.08 10 V1.1.0 property changes for the revision prepared for the use of VB6, Runtime need MSVBVM60.DLL support, but if you can not start for the changes, Please find his own address to download the runtime library. Recently playing the game, write to write, to amend the 10 attributes. But did not provide resume revision of the state function. No modifications of the game inside tips, because I was not yet done DX interface, laughter, With the next version will. Function as follows : "F1 : unlimited life (INFINITE HEALTH)" "F2 : unlimited magic (INFINITE ENERGY) "" F3 : unlimited skills (INFINITE SKILL POINTS) "" F4 : unlimited properties (INFINITE ATTRIBUTE POINTS) ""
Platform: | Size: 59910 | Author: 刘嘉康 | Hits:

[assembly languagebaogeascii

Description: 一、用表格形式显示字符 1、题目:用表格形式显示ASCII字符 2、实验要求: 按15行*16列的表格形式显示ASCII码为10H-100H之间的所有字符,即以行为主的顺序用ASCII码递增的次序依次显示对应的字符.每16个字符为一行,每行中的相邻两个字符之间用空白符(ASCII为0)隔开. 3、提示: (1)显示每个字符可能使用功能号为02的显示输出功能调用,使用方法如下: MOV AH,02H MOV DL,输出字符的ASCII码 INT 21H 本题中可把DL初始化为10H,然后不断使其加1(用INC指令)以取得下一个字符的ASCII码. (2)显示空白符时,用其ASCII码为0置入DL寄存器.每行结束时,用显示回车和换行符结束本行并开始下一行. (3)由于逐个显示相继为ASCII字符时,需要保存并不断修改DL寄存器的内容,而显示空白、回车、换行符时也需要使用DL寄存器,为此可用堆栈来保存相继的ASCII字符。 具体用法是:在显示空白或回车、换行符前用指令PUSH DX把DL的内容保存到堆栈中去。在显示空白或回车、换行符后用指令恢复DL寄存器的原始内容。-a tabular form with a character show, entitled : tabular form showed two ASCII characters, experimental requirements : * 15 by 16 firms in tabular form for the show ASCII des-100H between all characters, that is, to act with the main sequence of ASCII increase in the order corresponding to the sequence of characters. Each of the 16 characters, and his party Each line of the adjacent between two characters with an empty site (ASCII 0) separated. 3, Tip : (1), showing each character may be used for 02 functions, the output function, use the following method : MOV AH, 02H MOV DL, Output ASCII characters INT 21H this issue can be put to initialize the DL 10 H, and then it increases one (using INC. Directive) to obtain under an ASCII characters. (2), showing a blank website , with its ASCII 0 p
Platform: | Size: 1454 | Author: 庄宁文 | Hits:

[Other resourcedirectdraw1

Description: 一个用dx编的游戏,用于显示一幅图片.用到了显示透明位图的方法 -dx with a series of the game, for a photo show. Used the show transparent bitmap approach
Platform: | Size: 159688 | Author: fdsa | Hits:

[Video CaptureCaptureTex

Description: dx提供的视频采集例子源代码,处理视频显示弯曲.-dx the Video Capture example source code to handle video display bending.
Platform: | Size: 19921 | Author: tb | Hits:

[Other resourcemdxChat

Description: c # 下P2P DX 聊天 请大家一起来研究P2P 协议啊 -under P2P c # Please DX chatting up a research agreement ah P2P
Platform: | Size: 21351 | Author: sss | Hits:

[Dialog_Windowdx-600

Description: vb编写的应用程序一部分,窗体应用,剩下的接着传完整-vb applications written part of Window application, the then-remaining integrity
Platform: | Size: 1190 | Author: 张红军 | Hits:

[Develop ToolsC-photo-method

Description: 图像平移只是改变图像在屏幕上的位置,图像本身并不发生变化。   假设原图像区域左上角坐标为(x0, y0),右下角坐标为(x1, y1),将图像分别沿x和y轴平移dx和dy,则新图像的左上角坐标为(x0 + dx, y0 + dy),右下角坐标为(x1 + dx, y1 + dy)。-image translation is only a change in the image on the screen location, image itself is not changing. Assuming the original image coordinates of the upper left corner of the region (x0, y0), the lower right coordinates (x1, y1), image along the x and y axis translation dx and dy, new images in the upper left hand corner coordinates (x0 + dx. y0 + dy), the lower right coordinates (x1 + dx, dy + y1).
Platform: | Size: 4457 | Author: bbbbbb911 | Hits:

[Other resourceogg_dx

Description: 用DX Sound 播放ogg 格式的声音文件, 压缩包无密码-with DX Sound broadcast ogg format of audio files, compressed without passwords
Platform: | Size: 2930 | Author: | Hits:

[Other resource2d_water

Description: 使用DX实现2D水面的代码,如果你要写关于水波的代码,可以参考,按“C”键创建水波。-use DX achieve 2D code surface, if you write the code on the water currents, they can refer to, "C" key to the creation wave.
Platform: | Size: 418669 | Author: lsjsoft | Hits:

[Otherdirectx_1

Description: 写屏代码1 这是一个相对高级的DX源码,有完整源码与演示-write a screen code is a relatively senior DX-source, complete source code and demonstration
Platform: | Size: 131072 | Author: t3679 | Hits:

[Otherdirectx_2

Description: 这是一个简单的MFC下的DX源码,有演示-This is a simple MFC source of DX, demo
Platform: | Size: 28579 | Author: t3679 | Hits:

[assembly languagebuhao7-1

Description: .data val1 sword 0 val sword -276 .code main proc mov ax,val cwd mov bx,10 idiv bx mov val1,ax call writebin call crlf mov ax,dx call writebin exit main endp end main
Platform: | Size: 982 | Author: 张钊 | Hits:

[DirextXBspLoader_dx

Description: DX版本的BSP loader!!! DX版本的BSP loader-DX version of the BSP loader! ! ! DX version of the BSP loader!
Platform: | Size: 1228348 | Author: Martin | Hits:

[Other resourceDXTextBox.NET

Description: 控件包含四个属性:ID,Height,Width,Path. 其中 ID 为编辑器的ID,Height为编辑器高度,Width为编辑 器宽度.Path为编辑器的需要的JS等资源文件的目录(默认为dxtb)-Control contains four attributes : ID, Height and Width. Path. ID which the editor of ID, Height editor for height, Width of the editor width. Path to the editor of the JS and other resources to the directory (default dx tb-)
Platform: | Size: 72022 | Author: 刘涛 | Hits:

[Other resource2d_racegame

Description: 赛车游戏源码,实现了碰撞检测, 人工智能 本游戏是基于visual C++6.0 以及 dx开发-racing game source and realized the collision detection, artificial intelligence of the game is based on visual C dx 6.0 and Development
Platform: | Size: 64474 | Author: dengwei | Hits:

[Other resourceMesh01_NoCommon

Description: 不使用Dx common框架 直接使用sdk,读取.x文件的项目,可以让你更深入了解.x文件读取方式。-use Dx common framework for direct use sdk, reading. X documents, allows you to a more in-depth understanding. x document read manner.
Platform: | Size: 170236 | Author: dfas | Hits:

[Other resourceMesh02_Common

Description: 使用dx,common框架读取.x文件的项目例子-use dx, common framework to read. X document examples of projects
Platform: | Size: 808670 | Author: dfas | Hits:

[JSP/Javaantigmailjava

Description: 实现一个类,描述二维平面的直线Line。 描述属性:私有属性  直线所通过的点:Point p;  直线的斜率:double m 实现方法:  直线的构建;  返回直线的两个属性;  返回直线在Y轴上的截距:yIntercept ;  判断两条直线是否相等;  显示直线的内容:y = mx + b  isParallelTo(Line line2),判断本直线与直线line2是否平行;  isPeroendicularTo(Line line2),判断本直线与直线line2是否垂直;  translate(double dx, double dy),将直线向右移动dx单位,向上移动dy单位;  rarate(double ta),将直线沿逆时针方向旋转ta度 -achieve a category describing planar linear Line. Property Description : Private Properties
Platform: | Size: 1352 | Author: 王海涛 | Hits:

[Other resourcebackhoe

Description: 这个游戏是我自己改的别人的 在里面加入了 DX技术-this is my own game changed in the others inside to the DX technology
Platform: | Size: 41901650 | Author: 刘林 | Hits:

[Other resourcebrume

Description: 这是我在学校学习DX的时候 做的一个在3D场景里面 实现雾化效果的列子-This is what I learned at school when DX done in a 3D scene inside the realization of atomizing effect Liezi
Platform: | Size: 2917371 | Author: 刘林 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net