搜索资源列表
NIM
- Logical game NIM. Nim is a player vs computer mathematical game of strategy in which players take turns removing objects from distinct heaps. On each turn, a player must remove at least one object, and may remove any number of objects provided they a
DivideCardGame
- 游戏规则:将总数为M的纸牌(是N的倍数),任意的划分成成数目不等的N堆,然后经过下列规则的移动,使得每堆牌的数目相等:1.要向第i堆牌移动牌,只能从i+1堆或i-1堆中取得;2.第一堆牌只能从第二堆牌中取得;3.第N堆牌只能从第N-1堆牌中取得。 算法要求:求解均分时的最小移动次数-Rules of the game: the total M of the card (which is a multiple of N), divided into any number ranging fro
duiduipeng
- C#写的对对碰依靠空间堆出来的,效果一般,但是算法还是不错的!-C# to write on the touch rely on space out of the heap, the general effect, but the algorithm is good!
45
- 斜45度地面寻路 编程工具:delphi7.0+delphix 这是介绍斜45如何铺地面,如何确定 鼠标位置,如何a+寻路(堆排序,8方向)的 一段源程序。 我门可以多做交流。 -Inclined 45 degrees to the ground wayfinding programming tools: delphi7.0+delphix introducing oblique 45 flooring, how to determine the mouse positi
head
- 一个简单的游戏,Heap Data Member Demonstrates an object with a dynamically allocated data member-Demonstrates an object with a dynamically allocated data member
solver
- 就是把所有选择加到一个min heap里面,然后每次拿最小,从而实现解数读的功能。 -Is to put all the options added to a min heap inside, and then each take a minimum, in order to achieve the stops reading function.
Java-Sorting-summary
- * 排序算法的分类如下: * 1. 插入排序(直接插入排序、折半插入排序、希尔排序) * 2. 交换排序(冒泡泡排序、快速排序); * 3. 选择排序(直接选择排序、堆排序); * 4. 归并排序; * 5. 基数排序。-* sort algorithm is as follows: * 1 insertion sort (direct insertion sort, binary insertion sort, Hill sort)
head
- 一个简单的游戏,Heap Data MemberDemonstrates an object with a dynamically allocated data member-Demonstrates an object with a dynamically allocated data member
HSORT
- Heap Sort Programmed in C. Includes Source
duimutou
- 微信小游戏堆木头,Html5+Jquery 不需要安装,普通空间上传之后即可以使用。无加密,全开源,可修改成自己的内容。-Micro-letter game heap of wood, Html5+Jquery no installation, after ordinary space that can be used to upload. No encryption, all open source, can be modified to your own content.
BuildHouse
- 安卓小游戏:堆房子,适合安卓游戏开发者参考学习- Android game: Heap house for Android game developers refer to learning
DuiHome
- 堆房子游戏,益智类游戏,java,android游戏框架学习-Heap house games, puzzle games, java, android games learning framework
solitaire
- 纸牌类游戏单人纸牌游戏,牌桌上有7个堆共28张牌,第一堆1张牌,第二堆2张,。。。第7堆7张,每一堆的第一张牌朝上,其他朝下。牌桌上还有4个suitpiles,一个deck card堆和一个discard card堆,布局如下(参考windows的纸牌游戏)-Card Games solitaire game, the table has seven stack of 28 cards, the first stack a card, a second stack 2. . . 7 stack
java
- 本次设计的游戏是俄罗斯方块,能基本达到俄罗斯方块的游戏性,需求分析如下: (1)由方块组成的不同的随机图形会从区域上方开始缓慢落下。 (2)玩家可以做的操作有: 以90度为单位旋转每一格块。 以各自为单位左右移动方块,并且能控制方块下落的速度。 可以随时暂停和继续游戏,以及重新开始游戏。 (3)方块移到区域最下方或是在其他方块上方时就停止移动固定在该处,此时新的随机图形会出现在区域上方继续落下。 (4)当区域中某一行全部被各自填满时,则会自动消除该行并为玩家计分
98fb41e644fa
- 图像处理 图像处理 图像处理 图像处理 图像处理 - * Copyright 2007 by Techshine Incorporated. * All rights reserved. * Author: lyj * Linker command file * -l rts64plus.lib -1 ..\EVMDM6437_V2\lib\evmdm6437bsl.lib -l ..\..\lib\evmdm643
堆房子游戏源码
- android游戏编程之从零开始中的堆房子游戏源码(Android game programming from the beginning of the heap house game source code)