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

搜索资源列表

  1. Multiplayer

    0下载:
  2. 一个坦克大战游戏的JAVA编程,实现了坦克大战的游戏过程。1P: o, p键转动炮塔, k,l键调节炮弹发射角度(以此来控制射程), j键开火, 键盘上下左右键控制方向。 2P: e, r键转动炮塔, f,g键调节炮弹发射角度, c键开火, w,s,a,d键控制方向-an impressive game JAVA programming, sees the realization of the game. 1P : o, p rotating turret keys, k, l keys
  3. 所属分类:其他游戏

    • 发布日期:2008-10-13
    • 文件大小:20637
    • 提供者:dgsag
  1. VC++6GAMEpro

    0下载:
  2. 游戏是动画的延伸,只要知道了动画的原理,在动画变化时,使它根据键盘或鼠标的输入操作而变化,就是游戏了。 所以在介绍游戏编程之前,先讲讲动画 -Games are an extension of animation, as long as know the principles of animation, the animation changes, make it under the keyboard or mouse input and changes in operation,
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2896113
    • 提供者:西蒙
  1. robocode-1.7.1-src

    0下载:
  2. Robocode是2001年7月在美国IBM 的Web alphaWorks上发布的坦克机器人战斗仿真引擎。与通常玩的游戏不同的是:参赛者必须利用对机器人进行编程,给机器人设计智能来自动指挥它,而不是由键盘、鼠标简单地直接控制。Robocode是一种有趣的竞赛性编程,使用几行简单的代码,就能够让你创建一个活生生的机器人,一个真正的在屏幕上与其他机器人互相对抗的机器人。你可以看到它在屏幕上四处疾驰,碾碎一切挡道的东西。机器人配有雷达与火炮,选手在躲避对手进攻的同时攻击对手,以此来较量得分的多少。R
  3. 所属分类:Other Games

    • 发布日期:2017-05-14
    • 文件大小:3835171
    • 提供者:jushf
  1. towerofhanoi

    0下载:
  2. 经典游戏汉诺塔算法和生成的可执行文件。全屏显示,并可使用键盘操作。 需要的可以学习里面的算法。是学习DOS和游戏编程有用的源代码。-Classic Tower of Hanoi algorithm and game-generated executable file. Full screen and keyboard operation. The needs of the algorithm can learn it. DOS and games to learn useful progra
  3. 所属分类:Game Program

    • 发布日期:2017-04-25
    • 文件大小:26887
    • 提供者:Tank Source
  1. wgm

    0下载:
  2. 编程语言:delphi或者vc.(建议vc) 编程知识:hook技术,一些常用的api,dll,等。(如果,不了解先去看看资料) 工具:wpe,自己做的一个封包工具,进制转换器自己做个比较好。 外挂方法1.键盘鼠标模拟mouse_event等函数解决. 2.读取内存,看数据. 3.截取网络封包进行分析。(怎么封包解密:同一个动作截取n次比较,找出共同) 资料 网上的传奇挂机原代 -Programming Language: delphi or vc. (Reco
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-28
    • 文件大小:65991
    • 提供者:sfmadman
  1. DS_DevKit_mmmPi3.147

    0下载:
  2. DS Game Maker Pro v3.1 (with crack) With DS Game Maker, you can make all sorts of 2-dimensional games using just your mouse and keyboard. Even though it is simple and logical to use, DS Game Maker allows you to make appealing games with animated gr
  3. 所属分类:Game Engine

    • 发布日期:2017-05-13
    • 文件大小:3460348
    • 提供者:TopQuark
  1. Snake_App

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置-I also a Snake game source code, even though each of the games are played are the same as a Snake, but the programming algorithm is d
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-02
    • 文件大小:311995
    • 提供者:xiaojie
  1. 788f-c

    0下载:
  2. 俄罗斯方块,基于控制台编写的,采用c、c++,里面既有数据结构的知识,又有算法的内容,还有键盘编程知识,唯独遗憾的是当时没有加入鼠标操作。否则这个例子是所有先手入门的经典案例!!! /*游戏 俄罗斯方块 源码 c c++ 算法 数据结构 键盘编程 控制台*/ -Tetris, written on the console, using c, c++, which both data structures, but also the content of the algorithm, as w
  3. 所属分类:Game Program

    • 发布日期:2017-03-30
    • 文件大小:24775
    • 提供者:蒋亮
  1. SnakeApp

    0下载:
  2. 又一个贪吃蛇i游戏的源码,虽然每一款贪吃蛇的玩法都相同,但是编程的算法却不同,本贪吃蛇有要是应用到VC++的循环队列和简单链表原理实现的,用键盘上的W/A/S/D键分别控制蛇身移动,越接越长,在游戏开始前,蛇身、食物数量可以自己设置,提醒一下,这个游戏需要你的视力特别好哦,要不然看不清楚的。 -I another Snake game source code, although each of the games are played are the same as a Snake, but
  3. 所属分类:Other Games

    • 发布日期:2017-04-01
    • 文件大小:318216
    • 提供者:xujun
  1. DirectInput1

    0下载:
  2. 游戏编程,键盘输入接口,使用的是directinput,实际可用-Game programming, keyboard input, using directinput, the actual available
  3. 所属分类:Game Program

    • 发布日期:2017-05-02
    • 文件大小:741558
    • 提供者:fxy
  1. KeyEvent

    0下载:
  2. 这是一个最简单的键盘模拟。对游戏外挂编程的朋友有一定帮助。-This is one of the most simple keyboard simulation. Friends external programming of the game will definitely help.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-28
    • 文件大小:1206
    • 提供者:已关闭
  1. keyboard

    0下载:
  2. nds游戏机上,关于响应按键的源代码。 需要devkit编程环境。-nds games on the response button on the source code. Need devkit programming environment.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4305
    • 提供者:caohongyu
  1. Awesome-Tetris

    0下载:
  2. 本程序用C++编程语言实现了Windows控制台下俄罗斯方块这一游戏。用户进入游戏主界面后,经由键盘输入,可以控制游戏进程。 其特色在于,以模块化的结构,多文件的实现程序的功能。整个程序的终极目标——“俄罗斯方块”的功能,被拆分成了包括主函数在内的13个函数模块。整个项目由4个.CPP文件和6个.h头文件组成(其中有4个文件是External Dependencies),共583行。 -The program in C++ programming language to implemen
  3. 所属分类:Other Games

    • 发布日期:2017-05-03
    • 文件大小:1110934
    • 提供者:万辉
  1. The-keyboard-sonata-software

    0下载:
  2. 一个用键盘模拟钢琴的小软件,适合C/C++初学者学习编程。-A piano simulation with the keyboard, the small software, suitable for beginners of C/C++ programming.
  3. 所属分类:Other Games

    • 发布日期:2017-05-11
    • 文件大小:2638411
    • 提供者:Michael Chen
  1. Guessing-game

    0下载:
  2. 设计一个c语言编程的猜数游戏,设置题目,由用户从键盘输入答案,并对答案进行分析,是大于还是小于正确答案给用户以提示-Design a C programming language guessing game, set the topic, enter the answer from the keyboard by the user, and to analyze the answer is greater than or less than the correct answer to the u
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:3932
    • 提供者:沐钰
  1. HandleKeyEvent

    0下载:
  2. 由键鼠输入控制RPG,有背景,是学习java编程初期单个知识点时的好工具,可自行拓展-RPG, controlled by the mouse and keyboard input, background, learning a good tool for knowledge of java programming early single, self-expansion of
  3. 所属分类:Games

    • 发布日期:2017-04-17
    • 文件大小:9631
    • 提供者:王茜
  1. Backgammon-games

    0下载:
  2. 五子棋游戏,C++程序,没有实现界面编程,由键盘输入位置坐标-Backgammon games, C++ program does not implement interface programming, keyboard input location coordinates ......
  3. 所属分类:Other Riddle games

    • 发布日期:2017-11-19
    • 文件大小:864341
    • 提供者:
  1. UFO

    0下载:
  2. 一个UFO,用键盘控制,学习游戏编程很好的入门-A UFO, with keyboard control, learning a good place to start game programming
  3. 所属分类:Shot Game

    • 发布日期:2017-11-19
    • 文件大小:418858
    • 提供者:范仁宜
  1. PanzerWar

    1下载:
  2. 坦克大战一款经典的游戏,使用C语言编程。坦克、场地都有很好的效果。玩家可以通过键盘方向键控制,空格发射导弹。-Tankedaizhan a classic game, using the C programming language. Tanks, the venue has a good effect. The players can be controlled through the keyboard' s arrow keys, space, missile launch.
  3. 所属分类:射击游戏

    • 发布日期:2013-08-10
    • 文件大小:535053
    • 提供者:方诗闻
  1. keyboard

    0下载:
  2. nds游戏机上,关于响应按键的源代码。需要devkit编程环境。-nds games on the response button on the source code. Need devkit programming environment.
  3. 所属分类:Game Program

    • 发布日期:2017-04-14
    • 文件大小:4350
    • 提供者:ieceto
« 12 »
搜珍网 www.dssz.com