Location:
Search - stones
Search list
Description: 猜拳游戏(C语言),显示\"石头\"、\"剪子\"、\"布\",让你选择,全靠碰运气,学习C语言的小程序-Lawyer games (C), indicating that the "stones", "scissors", "cloth" and let you choose depends entirely on luck with the C language learning small programs
Platform: |
Size: 1182 |
Author: 刘鹏 |
Hits:
Description: 石子归并问题:在一个圆形操场的四周摆放着N堆石子(N<= 100),现要将石子有次序地合并成一堆.规定每次只能选取相邻的两堆合并成新的一堆,并将新的一堆的石子数,记为该次合并的得分.编一程序,由文件读入堆栈数N及每堆栈的石子数(<=20)。
(1)选择一种合并石子的方案,使用权得做N-1次合并,得分的总和最小;
(2)选择一种合并石子的方案,使用权得做N-1次合并,得分的总和最大; -stones : a circle around the playground are placed in a stone sculpture N (N
Platform: |
Size: 2076 |
Author: 杰勒比 |
Hits:
Description: 一个游戏程序,本程序模拟儿童的石头、剪子、布游戏.有一定的说明。很不错-a game procedures, the procedures simulated children of stones, scissors, cloth games. Note to a certain extent. Very good
Platform: |
Size: 2352 |
Author: 马永涛 |
Hits:
Description: n个石头(每相邻两个的距离是1米,最边上石头和岸的距离也是1米),礼物放在第m个石头上,青蛙第i次跳2*i-1米.问能否得到礼物.(n>=49肯定能得到礼物,n<49,可以bfs或递归)-n stones (each of the two adjacent distance of a meter, the most edge of the rocks and the shore is a distance meters), gifts m on the first stone, the frog first time i jump 2 * i-1 meter. Gifts can be asked. (NGT; = 49 gift can be sure , 4; 49, zheng or recursive)
Platform: |
Size: 823 |
Author: 江 |
Hits:
Description: 两个小游戏----王婆卖瓜和石头剪子布-two small game-inch drives and stones scissors cloth
Platform: |
Size: 2887 |
Author: 王通顺 |
Hits:
Description: 够牛网命运613服务端正式版V1.4
---------------------------------------------------------------------------------
[修复加入王国需要64个宝石的BUG]
[修复蓝宝石可以刷物品的BUG]
[龙,成长液100%]
[修复了进化装备分母为0的错误]
[支持进化装备,只能进化最后一套套装与神装]
[武器全部可以进化]
[经验限制100万]
[掉宝限制8000]
[组队限制150级内]
[骨头场不刷怪问题已解决]
[盟战问题解决]
[角色保护系统问题 80级.]
[注:本服务端最多50人在线]
[为了老商业版用户暂不提供支持技能保存与GM命令希望大家理解下.适当时候发布!]
[启动方法:BI-DB-TM][关闭方法:DB-BI(TM会自动关)]
[本服务端为613版本][进化装备,等级400级,其他4个技能书,神装考虑不加入到本版本中]
[神装自行添加!谢谢合作]-enough fate of 613 cattle network server official version V1.4 ------------------ ---------------------------------------- ----------------------- [Kingdom of the need to repair 64 stones BU G] [repair items Sapphire can brush the BUG] [Dragon growth was 100%] [repairing equipment denominator of the evolutionary 0 errors] [Evolution support equipment, Evolution can only last a package loaded with God all the weapons] [] [evolution can be the experience of one million swap] [8-limits 000] [150 team up restrictions] [bone market and brush strange problem has been solved] [UNITA warfare solve the problem] [Bao role Guarding system 80.] [Note : The server-side up to 50 people online] [version to the old commercial users not to provide support to preserve order and GM hope we understanding. Pub
Platform: |
Size: 1889214 |
Author: zxd |
Hits:
Description: 游戏:和电脑猜猜石头,剪子,布,很好玩-game : Guess the computer and stones, scissors, cloth, is a lot of fun
Platform: |
Size: 16845 |
Author: Imp |
Hits:
Description: 一个射击游戏源码,你的任务是躲避石块,到后面越来越难!!!!!!-game shooting a source, your task is to avoid the stones, it increasingly difficult to back! ! ! ! ! !
Platform: |
Size: 9918 |
Author: 张泽中 |
Hits:
Description: 连标操作,连边的一般功能都已具备可以医治结石哟国内 c语言环境-even standard operation, even while the general function may have been treated with stones yo domestic c language environment
Platform: |
Size: 1787 |
Author: 哈哈 |
Hits:
Description: 一个拿石子的小游戏,我弄的!-a small stones of the game, I do!
Platform: |
Size: 1650 |
Author: 柏拉图 |
Hits:
Description: 一个mfc写的石子棋小游戏-a mfc write small stones chess game
Platform: |
Size: 53831 |
Author: 陈雷 |
Hits:
Description: 动态规划的石子问题算法下载压缩包后,解压,使用vc-stones dynamic programming problem packet compression algorithm download, extract, use vc
Platform: |
Size: 3519 |
Author: yaya |
Hits:
Description: OpenGL的一个实例,喷泉效果,有石头和底座-OpenGL, an example of fountain effect, there are stones and base
Platform: |
Size: 692224 |
Author: 韩笑 |
Hits:
Description: NOI95石子合并,最小的分采用四边形不等式优化,大大降低了复杂度,提高效率-NOI95 stones combined, the smallest sub-optimal use of quadrilateral inequality, greatly reduces the complexity and improve efficiency
Platform: |
Size: 1024 |
Author: ZJY |
Hits:
Description: 在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。
试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。
【输入文件】
包含两行,第1 行是正整数n(1<=n<=100),表示有n堆石子。
第2行有n个数,分别表示每堆石子的个数。 -Around in a circular playground placed n heap stones. Stones are to be combined into an orderly pile. Provisions can only choose two adjacent pile into a new pile of stones, a pile of stones and a few new record score for the merger. Try to design an algorithm to calculate the n heap into a pile of stones combined minimum score and maximum score. [Input file] contains two lines, line 1 is a positive integer n (1 < = n < = 100), that has n heap stones. Line 2 n numbers, respectively, the number of stones for each heap.
Platform: |
Size: 10240 |
Author: 阿四 |
Hits:
Description: 用动态规划方法解决了石子合并问题
在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。-Using dynamic programming methods to solve the problem in a circular stone consolidation around the playground placed n heap stones. Stones are to be combined into an orderly pile. Requirements can only choose two adjacent stones piled into a new pile, the pile of stones and a few new record score for the merger.
Platform: |
Size: 8192 |
Author: 弓惠敏 |
Hits:
Description: 动态规划法是求解最优化问题的一种方法,该文主要研究其求解问题的基本思想及具体步骤,详细分析其用于石子合并问题上的算法设计,并给出其算法实现。-Dynamic programming to solve optimization problems is a method of solving the problem of its major research paper the basic ideas and concrete steps, a detailed analysis of the merger for the stones on the algorithm design, and gives the algorithm.
Platform: |
Size: 11264 |
Author: 弓惠敏 |
Hits:
Description: exploding stones written in C using graphics.h
Platform: |
Size: 2207744 |
Author: laccivert |
Hits:
Description: 合并石子问题的一般算法,编程使用的平台为visual studio 2013。-The combined stones issues general algorithm programming platform used for the visual studio 2013.
Platform: |
Size: 1024 |
Author: toson |
Hits:
Description: solution to the stones on the tablet problem
Platform: |
Size: 223232 |
Author: mohamed__95
|
Hits: