搜索资源列表
merge
- 利用动态规划的思想编程实现多边形游戏。内含全部c工程,内容完整,代码可行-Using dynamic programming ideas polygon game programming. Contains all c engineering, content integrity, code possible
FileCutter
- 一个文件分割器,可以实现文件分割功能和文件合并功能-A file splitter, file split function and file merge function can be achieved
Java-Sorting-summary
- * 排序算法的分类如下: * 1. 插入排序(直接插入排序、折半插入排序、希尔排序) * 2. 交换排序(冒泡泡排序、快速排序); * 3. 选择排序(直接选择排序、堆排序); * 4. 归并排序; * 5. 基数排序。-* sort algorithm is as follows: * 1 insertion sort (direct insertion sort, binary insertion sort, Hill sort)
merge-2048
- The source program that shows an example of creating a logic game in 2048 , which is necessary to connect the tiles arrow keys to collect the number 2048
2048
- 在4X4的棋盘上,每次会增加一个数字,你可以选择四个方向,然后数字会按方向移动,遇到相同的数字就会合并,游戏的目的就是合并出2048这个数字,最终看你获得了多少总分。2048也就是2的11次方,即合并11次。原本1024就已经不容易了,升级到2048,一旦停下来就还真的不好完成了!-On 4X4 board, each will add a number, you can choose four directions, and then move in the direction of the
2048
- 每次會增加一個數字,你可以選擇向四個方向移動,遇到相同的數字就會合併相加,遊戲的目的就是合併出2048這個數字,最終看你獲得了多少總分。這款讓人一不小心就會無法自拔的益智遊戲,除了考驗你的技巧之外,同時也要挑戰你的運氣!-Each will add a number, you can choose to move to the four directions, the merger will encounter the same digital sum, the purpose of the g
Matlab2048
- 通过按键(W,A,S,D或方向键)控制小块的移动方向,当有两个小块相同时,把两者合并,产生一个新块(其值90%为2,10%为4)。并给予一定的分数,记录在数据文件中,显示在界面上。当最大块的值达到2048时,您将获得胜利,胜利后您可以选择继续游戏(当最大块的值为4096时,您将获得连胜,依次类推),或者退出游戏。(By controlling buttons (W, A, S, D or direction key), we control the moving direction of sma