搜索资源列表
浩方联机游戏平台源代码
- 本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。 procedures for the use of the hook capture the interstellar IPX packet networks, import sub
STDALONE.ZIP
- 一个JAVA小程序!功能不小!-a small program! Not a small function!
24dot[1].tar
- 24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键
地图编辑器及源代码
- 游戏地图编辑器及源代码,有什麽功能自己看看吧-game map editor and source code, a function of their own to see what it
黑白棋游戏
- 这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
WSn_lei
- 一个类似Window自带的扫雷游戏. 是我的一次课堂作业,用VC++编的。 基本功能与Window里的一样。-a similar mine Window's own game. Yes, I work in a classroom, the VC series. The basic function and Window's the same.
a_game_road_find
- A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
AStar_FindWay11.10
- 实现可视化的A星算法演示,测试了不同的评估函数对A星效率的影响。算法可以单独使用-Visualization of the A star algorithm is demonstrated to test different evaluation function A Star efficiency. Algorithm can be used alone
snake
- 贪吃蛇小游戏,这是一个很流行的一款游戏,实现了吃东西,和升级的功能,共有十级-Snake game, this is a very popular a game, realized eat, and upgrade the function, a total of 10
BW
- 自己写的黑白棋,有简单的AI,可以双人对战或人机对战。有悔棋功能。有计时功能。-Othello write their own, there is a simple AI, can be double play, or man-machine war. A undo function. A timer function.
a-function-of-time
- 时间函数举例,一个猜数游戏,判断一个人反应快慢。-Function of time for example, a guessing game to determine the reaction speed of a person.
Tris
- 用c#写的俄罗斯方块,有音乐功能还有关卡设置,共有7个关卡-Written by c# Tetris, there are barriers set up a music function, a total of 7 points
QQgamewg2.0
- QQ游戏连连看角色版外挂2.0有秒杀功能,单个消除功能。调整速度功能。-QQ Games plugin version 2.0 has Lianliankan role spike function, a single cancellation. Adjust the speed function.
Console-games-fighting-function
- C++编写的控制台游戏战斗类,包含一个控制台RPG游戏应有的变量和两种类型的战斗函数,用户可以根据自己的需要进行修改,直接实例化类就可以定义游戏人物,使用方便快捷-Written in C++ console games fighting class that contains a console RPG game should have two types of variables and combat functions, the user can modify according to t
cqdlq
- 传奇登陆器外壳代码 功能 1.注册帐号,找回密码,修改密码 //由于Decode.pas与其他的不同,所以请大家用自己的Decode.pas覆盖掉包里的文件 2.自动搜索客户端,自动复制登陆器及相关文件到客户端,复制后自动运行登陆器 3.自动更新客户端补丁-Legend landers shell code Function A registered account, retrieve your password, change p
perfect-world-full-function
- 完美外挂全功能源码 此源代码 自己可以修改 。 也可以借鉴。 我认为很不错的 是新手学习的必备整套源码-A perfect world full function source code
determine-a-speed-of-response
- 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
determine-a-speed-of-response
- 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
game
- 包含了随机函数,时间函数,文件操作等的c语言记忆游戏源代码,多种游戏模式逐步加强,数字记忆,字母记忆,键盘记忆,注册,登录等功能。可作为练习,代码编写等的参考源代码。在VC环境下调试非常成功。-Contains a random function, a function of time, file operations, such as c language memory game source code, multiple game modes gradually strengthen, di
a
- 用C语言实现贪吃蛇的UI,算法,统计数据的功能。可自定义活动界面的大小,果实的数量。-Using C language to achieve the snake UI, algorithm, the function of statistical data. Can customize the size of the active interface, the number of fruit.