CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 游戏 搜索资源 - function A

搜索资源列表

  1. 浩方联机游戏平台源代码

    1下载:
  2.     本程序利用钩子捕获星际的IPX网络包,通过替换函数入口的方式转换IPX数据为UDP数据包并发到公网服务端,通过公网实现了如同浩方一样的联机游戏功能,其中的钩子dll框架来自网上一强人,本人修改后实现了星际的互连功能。     procedures for the use of  the hook capture the interstellar IPX packet networks, import sub
  3. 所属分类:其他游戏

    • 发布日期:2008-09-07
    • 文件大小:637800
    • 提供者:Simonz
  1. STDALONE.ZIP

    0下载:
  2. 一个JAVA小程序!功能不小!-a small program! Not a small function!
  3. 所属分类:游戏

    • 发布日期:2008-10-13
    • 文件大小:43352
    • 提供者:张荣华
  1. 24dot[1].tar

    0下载:
  2. 24点游戏脱胎于作者8年前设计的24点游戏DOS版,现新版本具有以下特色: > 1.允许自动抽牌或手动抽牌,答案结束电脑将尽可能给出该题所有的解答. > 2.允许通过多种方法改变游戏的界面:一是预置了7种换肤方案,二是游戏者可自行规定窗口的颜色 > 3.独创的电脑智能自学习功能,可吸收用户的算法扩充系统的“棋谱”(内置算法59*24=1416条). > 4.内置13个彩蛋,包含了许多有待你发现并激活的隐藏功能(如函数计算器、界面换肤、婚纱图片、控制计时、3D动画、鼠标右键
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3816
    • 提供者:吴辽明
  1. 地图编辑器及源代码

    2下载:
  2. 游戏地图编辑器及源代码,有什麽功能自己看看吧-game map editor and source code, a function of their own to see what it
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:53981
    • 提供者:地地地
  1. 黑白棋游戏

    0下载:
  2. 这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
  3. 所属分类:棋牌游戏

    • 发布日期:2008-10-13
    • 文件大小:3120
    • 提供者:詹少
  1. WSn_lei

    0下载:
  2. 一个类似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.
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:49191
    • 提供者:天雨
  1. a_game_road_find

    0下载:
  2. A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:3411
    • 提供者:yzmars
  1. AStar_FindWay11.10

    0下载:
  2. 实现可视化的A星算法演示,测试了不同的评估函数对A星效率的影响。算法可以单独使用-Visualization of the A star algorithm is demonstrated to test different evaluation function A Star efficiency. Algorithm can be used alone
  3. 所属分类:Game Engine

    • 发布日期:2017-05-14
    • 文件大小:4045725
    • 提供者:赵百子
  1. snake

    0下载:
  2. 贪吃蛇小游戏,这是一个很流行的一款游戏,实现了吃东西,和升级的功能,共有十级-Snake game, this is a very popular a game, realized eat, and upgrade the function, a total of 10
  3. 所属分类:Game Program

    • 发布日期:2017-04-16
    • 文件大小:132005
    • 提供者:sejin
  1. BW

    0下载:
  2. 自己写的黑白棋,有简单的AI,可以双人对战或人机对战。有悔棋功能。有计时功能。-Othello write their own, there is a simple AI, can be double play, or man-machine war. A undo function. A timer function.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:44014
    • 提供者:ryyrzzl
  1. a-function-of-time

    0下载:
  2. 时间函数举例,一个猜数游戏,判断一个人反应快慢。-Function of time for example, a guessing game to determine the reaction speed of a person.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-26
    • 文件大小:706
    • 提供者:rosalyn
  1. Tris

    0下载:
  2. 用c#写的俄罗斯方块,有音乐功能还有关卡设置,共有7个关卡-Written by c# Tetris, there are barriers set up a music function, a total of 7 points
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-08
    • 文件大小:1936257
    • 提供者:yeming
  1. QQgamewg2.0

    0下载:
  2. QQ游戏连连看角色版外挂2.0有秒杀功能,单个消除功能。调整速度功能。-QQ Games plugin version 2.0 has Lianliankan role spike function, a single cancellation. Adjust the speed function.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-05-13
    • 文件大小:3457766
    • 提供者:liu
  1. Console-games-fighting-function

    0下载:
  2. 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
  3. 所属分类:Other Games

    • 发布日期:2017-04-04
    • 文件大小:2207
    • 提供者:周明凯
  1. cqdlq

    2下载:
  2. 传奇登陆器外壳代码 功能 1.注册帐号,找回密码,修改密码 //由于Decode.pas与其他的不同,所以请大家用自己的Decode.pas覆盖掉包里的文件 2.自动搜索客户端,自动复制登陆器及相关文件到客户端,复制后自动运行登陆器 3.自动更新客户端补丁-Legend landers shell code Function A registered account, retrieve your password, change p
  3. 所属分类:Game Engine

    • 发布日期:2017-06-14
    • 文件大小:22149229
    • 提供者:sdfsd
  1. perfect-world-full-function

    0下载:
  2. 完美外挂全功能源码 此源代码 自己可以修改 。 也可以借鉴。 我认为很不错的 是新手学习的必备整套源码-A perfect world full function source code
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-04
    • 文件大小:87657
    • 提供者:collin.xu
  1. determine-a-speed-of-response

    0下载:
  2. 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
  3. 所属分类:Game Program

    • 发布日期:2017-04-12
    • 文件大小:748
    • 提供者:produ
  1. determine-a-speed-of-response

    0下载:
  2. 时间函数举例,一个猜数游戏,判断一个人反应快慢-A function of time for example, a guessing game to determine a speed of response
  3. 所属分类:Game Program

    • 发布日期:2017-04-11
    • 文件大小:913
    • 提供者:ameleon
  1. game

    0下载:
  2. 包含了随机函数,时间函数,文件操作等的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
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2569
    • 提供者:emily
  1. a

    0下载:
  2. 用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.
  3. 所属分类:Other Games

    • 发布日期:2017-04-28
    • 文件大小:269099
    • 提供者:啊啊
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com