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

搜索资源列表

  1. wuziqipingtai

    0下载:
  2. 一个用数组实现的判断五子连珠就能获胜的平台。比较水-A Five or an array can be implemented to determine the winning platform. More water
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-08
    • 文件大小:791
    • 提供者:刘程序
  1. ArrayQueue

    0下载:
  2. 用array实现queue,包含push, pop, peek等方法-Implement the queue with array
  3. 所属分类:Games

    • 发布日期:2017-04-07
    • 文件大小:1712
    • 提供者:chul
  1. shuiguoji

    0下载:
  2. 一款模拟老虎机做的游戏机,利用了数组,偶尔玩一玩,怀念小时候的游戏时代!-Slot machines to do a simulation game, use the array, and occasionally play a game, missed the game time a child!
  3. 所属分类:Other Games

    • 发布日期:2017-03-31
    • 文件大小:17286
    • 提供者:陈虹
  1. sudoku

    0下载:
  2. 数独游戏——动态数组中输入原有的数字,可以生成这个数独的最终解-sudoku.cpp the dynamic array in the original digital input, can generate the final solution of this Sudoku-
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-10
    • 文件大小:945
    • 提供者:陈中杰
  1. gameauxiliarysourcecode-

    0下载:
  2. qq连连看游戏代码,用MFC实现的,不同版本的系统,不同版本的游戏,棋盘基址可能不同。程序主要是读出棋盘数组的数据放到一个数组里面,使用算法找到能消去的两个,然后发送虚拟的鼠标点击消息。-Qq lianliankan game code, with MFC implementation, different versions of the system, and different versions of the game, JiZhi board may be different. Proce
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-17
    • 文件大小:4121191
    • 提供者:lx
  1. ReadArray

    0下载:
  2. 从磁盘读取文件中(map.txt)的二维数组并动态创建二维数组保存显示。用以游戏的贴片贴图等地方。vs2005调试运行成功。-From the disk to read the file (the map.txt) two-dimensional array and dynamically creates two-dimensional array to save the show. Patch maps and other places for the game. vs2005 debuggi
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-07
    • 文件大小:691786
    • 提供者:kun
  1. PuzzleTest11

    0下载:
  2. 自己做的一个拼图游戏,使用的是数组的方式和bmp图片进行编程,适用于初学者。-Do a jigsaw puzzle myself ,and we programming by an array and bmp for beginners
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-20
    • 文件大小:5730295
    • 提供者:刘立鹏
  1. Chess

    0下载:
  2. java黑白棋算法,无图形界面,用数组表示棋子-java the Othello algorithm, no graphical interface, expressed as an array of chess pieces ...
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-15
    • 文件大小:6568
    • 提供者:郝成旭
  1. cards-game

    0下载:
  2. 扑克牌加减乘除游戏,是一种集技巧性和运气性于一体的扑克牌游戏。 现实中可以单人玩,也可以不定人数对抗,用若干副扑克牌去掉王即可游戏,推荐用一副牌双人对抗,乐趣无穷。 本程序利用Card类数组模拟扑克牌,定义3个数组分别表示玩家手中的牌,电脑手中的牌和底牌,用srand((unsigned)time(NULL))产生随机数字,将底牌数组中随机的一项从底牌中移动到其他的数组中,模拟从洗好底牌中抓牌。表示出牌。 单人练习模式中,首先记下一个 1到13之间的随机数字,然后玩家抓牌,当手中的牌
  3. 所属分类:Chess Poker games

    • 发布日期:2017-04-01
    • 文件大小:15830
    • 提供者:霍佳骥
  1. huanbi

    0下载:
  2. 使用底层用户界面类在模拟器屏幕中间绘制出俄罗斯方块的模型,并在模型上方显示“俄罗斯方块模型”文字。 拓展:通过两个二维数组实现,默认存储若干个俄罗斯方块模型,点击变换按钮,实现随机变换为其他俄罗斯方块模型。 -Tetris model, drawn in the middle of the emulator screen and display the text of the Tetris model in the model above the underlying user inte
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-06
    • 文件大小:249452
    • 提供者:xiaoshu
  1. shudu2.c

    0下载:
  2. 数组游戏的解法,可以通过简单测试,用标准C写成,与大家分享-The solution of an array of games, through a simple test using standard C language to share with you
  3. 所属分类:Other Riddle games

    • 发布日期:2017-04-13
    • 文件大小:2384
    • 提供者:断水
  1. bingo

    0下载:
  2. 用二维数组写的bingo小游戏,初学者可以拿来练习数组操作-Written in two-dimensional array of bingo games, beginners can be used to practice an array of operations
  3. 所属分类:Other Riddle games

    • 发布日期:2017-05-15
    • 文件大小:3937793
    • 提供者:laoduantou
  1. Snake

    0下载:
  2. 用C#做的小小贪吃蛇游戏,练习数组和GDI编程的入门小程序。适合初学WinForm的程序员学习。-Little Snake game, practicing array to do with C# and GDI programming entry program
  3. 所属分类:Game Program

    • 发布日期:2017-04-09
    • 文件大小:98164
    • 提供者:yao
  1. c_tuixiangzi

    0下载:
  2. 纯C语言写的推箱子游戏。推箱子游戏是一款很有趣味的游戏,其开发过程有一定的技巧和方法,其中涉及到软中断、二维数组、键盘操作以及图形化函数等方面的知识。-Pure C language to write Sokoban game. Sokoban game is a very interesting game, certain skills and methods in the development process, which comes to the knowledge of the sof
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-30
    • 文件大小:46169
    • 提供者:kaigo
  1. randominsert

    0下载:
  2. How to randomly insert values into an array in Multimedia Fusion 2.
  3. 所属分类:Other Games

    • 发布日期:2017-12-05
    • 文件大小:40840
    • 提供者:Chris Burrows
  1. gobang

    0下载:
  2. 五子棋小游戏 要求: 1、用VS控制台程序完成,键盘输入坐标下子。 2、拥有普通游戏的控制流程:开始游戏、重新开始、退出游戏等。 3、包含五子棋的基本规则,五个棋子连成一线即宣告胜利。 4、加入多步悔棋功能,要求能一互悔到无法再悔(即空棋盘)。 5、加入撤销悔棋功能,要求悔棋之后还可以再撤销悔棋,跟悔棋一样,悔了多步,照样可以撤销悔棋多部(如开头一直悔棋到空棋盘,然后一直执行撤销悔棋就可以将棋盘恢复到原状态)。 6、要求整个工程全部用C++代码完成,不允许出现C风格代
  3. 所属分类:Chess Poker games

    • 发布日期:2017-12-05
    • 文件大小:450560
    • 提供者:aoleieli
  1. GameFrame

    0下载:
  2. 摘要:VC/C++源码,游戏编程,贪吃蛇源码,数组标记   MFC贪吃蛇源码--非链表--采用数组标记方式实现,将绘图与逻辑实现独立。CSnake为标准C++代码,可单独提取出来对界面进行更换。-Abstract: VC/C++ source, game programming, Snake source array mark MFC Snake source- the non linked list- array tag implementation, the graphics and l
  3. 所属分类:Other Games

    • 发布日期:2017-11-18
    • 文件大小:60684
    • 提供者:
  1. newChess

    0下载:
  2. 用c++设计和开发的五子棋游戏 用1和2代表黑棋白棋 用动态数组来表示棋子的位置-1 and 2 represent the location of the Black white side pawn to represent dynamic array backgammon game with c++ design and development
  3. 所属分类:Chess Poker games

    • 发布日期:2017-11-23
    • 文件大小:1162
    • 提供者:陈中杰
  1. Mine1

    0下载:
  2. 用数组实现简单的扫雷游戏java源代码,不用图形用户界面-Simple a minesweeping game java source code, do not have a graphical user interface using an array
  3. 所属分类:Other Riddle games

    • 发布日期:2017-12-05
    • 文件大小:920
    • 提供者:guochao
  1. zcxfh

    0下载:
  2. 子程序返回数组演示(自定义类型实现) 下载参考-Subroutine returns an array of presentations (custom type) Download Reference
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-11-16
    • 文件大小:1470
    • 提供者:ssdf
« 1 2 3 4 56 7 8 9 »
搜珍网 www.dssz.com