Welcome![Sign In][Sign Up]
Location:
Search - 引擎

Search list

[MiddleWare轻量级 工作流引擎+工作流管理工具

Description: 工作流引擎+工作流管理工具+工作流客户应用例子,是个WEB程序,用它部署流程定义时, xpdl文件已经被发布到WEB服务器上了.
Platform: | Size: 2864999 | Author: tom_tomtom | Hits:

[Game EnginePSP游戏引擎

Description:

PSP游戏引擎Phoenix Game Engine (PGE) LUA 0.01发布,一个火凤凰的游戏引擎,它的特色在于:
    * pge.controls - Handling button and analog input.
    * pge.dir - Directory access and file system operations that deal with directories.
    * pge.file - File access and file system operations that deal with files.
    * pge.font - TrueType font loading and drawing.
    * pge.gfx - Graphic primitives drawing.
    * pge.math - VFPU math module.
    * pge.mp3 - MP3 playback for background music.
    * pge.net - Net and socket functions.
    * pge.texture - Image loading and drawing.
    * pge.timer - Timer module.
    * pge.usb - USB functions.
    * pge.utils - Utility functions for using the dialogs and retrieving system information.
    * pge.wav - WAV loading and playback for sound effects.
    * pge.zip - ZIP file access and extraction.


Platform: | Size: 4108649 | Author: blauer | Hits:

[Driver DevelopDelphi实现脚本引擎

Description: Delphi实现脚本引擎
Platform: | Size: 939908 | Author: innphy.1@163.com | Hits:

[Communication-Mobile游戏引擎

Description: 游戏引擎事例程序
Platform: | Size: 235934 | Author: vdnet@qq.com | Hits:

[GDI-Bitmap图片验证码识别引擎v1.0

Description: 图片验证码识别引擎v1.0
Platform: | Size: 778267 | Author: ctrlhi | Hits:

[Game Engine BLUE引擎源码

Description: BLUE引擎源码
Platform: | Size: 1314270 | Author: seadtyjuan@qq.com | Hits:

[Game Program45度rpg引擎

Description: 45度rpg引擎-45 degrees rpg engine
Platform: | Size: 1743872 | Author: 李飞刀 | Hits:

[Game Engine基于HOHO游戏引擎的游戏大作

Description: 基于HOHO游戏引擎的游戏大作,代码含金量很高。可玩可学习研究。当今开源的、复杂一点的、基于游戏引擎开发的游戏代码不多。这是一个非常难得的学习研究机会,不要错过了!-smartphones based on the game engine of the game arrived, code quality was high. Middle can study and research. Today's open source, a bit more complex, based on the game engine of the game not much code. This is a very rare opportunity to study, not to miss!
Platform: | Size: 29340672 | Author: 韦功成 | Hits:

[Shot Game应用游戏引擎TankWar

Description: windows 游戏编程 坦克大战 应用游戏引擎-Application Programming impressive game engine
Platform: | Size: 4047872 | Author: 哈哈 | Hits:

[TCP/IP stack网络引擎

Description: 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model, a rich interface function b, client using three overlapping threads increases Io model, speed and stability using a callback function to receive information, the network model DEC Socket complete package, all of the code in the test under Windows 2000, and has been applied to many existing medium-sized network systems.
Platform: | Size: 14336 | Author: 李宾 | Hits:

[J2ME手机RPG引擎

Description: 手机游戏rpg引擎,用1.0写的rpg引擎,应该对大家的游戏有所帮助,希望是这样!-mobile RPG engine, MIDP1.0,help you to develop games,I think!
Platform: | Size: 122880 | Author: 徐斌 | Hits:

[3D Graphic3d引擎代码

Description: 3D引擎代码,用于3d编程,具体内容见包里-3D engine code for the 3d programming, the specific content of the bag
Platform: | Size: 911360 | Author: 成城 | Hits:

[DirextX网络通用引擎V0.1

Description: 一个基于DxPlay的网络引擎,有比较完备的说明以及方便的使用,是VB网络游戏开发的好东西-DxPlay a network-based engine, a more complete description of ease of use, VB is a network game development a good thing
Platform: | Size: 41984 | Author: boywhp | Hits:

[Game Program涂鸦引擎

Description: 图鸭软件公司开发的国产游戏引擎说明和部分代码-duck software company plans to develop the domestic game engine note and some code
Platform: | Size: 490496 | Author: 李伯 | Hits:

[Windows DevelopATL写的基于DirectX的游戏引擎

Description: 软件简介: 学着ATL,又在学DirectX,突发灵感,为何不用ATL写一个游戏引擎?!!! 呜呼,心血澎湃,于是开始写。 ///////////////////////////////////////////////// 设计原则: 提供功能性代码,相当于简化DirectX功能接口,使之更方便使用。 不提供游戏上层的逻辑关系组织。 如果将来用它来写游戏,游戏的数据、逻辑关系,都需要游戏程序里建立、保存。 ///////////////////////////////////////////////// 为何用ATL来写? 本想用DLL来封装,但是DLL的接口是函数,面太宽,一者不方便使用,再说了,写代码也麻烦。 ATL可以用接口号,比如DirectDraw用一个接口,DirectSound用一个接口.... ///////////////////////////////////////////////// 为何不用MFC的COM来写? 麻烦。 那些底层的AddRef,Release都得自己来写,太麻烦了。 ///////////////////////////////////////////////// 现在刚开始写。先写DirectDraw部分。 写了一点点,但是这部分的框架已经出来了。 ///////////////////////////////////////////////// 大家自己注册一下吧,或者重编一下程序。 我用的是DirectX7.0版本。 -software brief : ATL learn, in school DirectX and sudden inspiration, why not write an ATL game engine? ! ! ! Alas, the efforts of emotion and began to write. ///////////////////////////////////////////////// Design the principle : to provide functional code, which is equivalent to simplify DirectX functional interface to make it more user friendly. No game on the upper logical organization. If it is used to write games, games of the data, logic, games need to establish procedures to preserve. Why use ///////////////////////////////////////////////// ATL to write? To use the DLL to package, but the interface is the DLL function, too much width, a person inconvenient to use, say, write code in trouble. ATL interfaces can be used, such as an interface with DirectDraw, with a DirectSound inte
Platform: | Size: 254976 | Author: dasny | Hits:

[Game Engine构架自己的游戏引擎

Description: 使用ATL,DRIECTX构架自己的游戏引擎,自己做自己的游戏-use ATL, DRIECTX framework of the game engine, doing their own game
Platform: | Size: 314368 | Author: Mark | Hits:

[Game Engine光线游戏引擎1.8版

Description: 一个网有做的游戏引擎,希望大家会喜欢,他的作品!-a net so the game engine, I hope you will like his work!
Platform: | Size: 3175424 | Author: 黄光 | Hits:

[Game Program6603内核引擎

Description: 6603内核引擎,你懂的..............
Platform: | Size: 236356 | Author: 2201086039@qq.com | Hits:

[androidAndroid应用源码rokon_src_2-0-3_游戏引擎

Description: Android应用源码rokon_src_2-0-3_游戏引擎(Game engine of Android)
Platform: | Size: 842752 | Author: Daemon_chen | Hits:

[e-language易语言迅雷引擎播放器

Description: 迅雷引擎播放器易语言源码,播放器支持播放本地视频和网络视频,播放流畅,画面清晰,值得学习研究。(Thunderbolt engine player easy language source code, players support local video and network video playback, play smooth, clear screen, it is worth learning to study.)
Platform: | Size: 2204672 | Author: wtfqaq | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net