搜索资源列表
zzbds
- 本文目标 如何使用本教程 正则表达式到底是什么? 入门 测试正则表达式 元字符 字符转义 重复 字符类 反义 替换 分组 后向引用 零宽断言 负向零宽断言 注释 贪婪与懒惰 处理选项 平衡组/递归匹配 还有些什么东西没提到 联系作者 最后,来点广告... 一些我认为你可能已经知道的术语的参考 网上的资源及本文参考文献 更新说明 -In this p
KITBAG
- 背包问题是用贪心算法得到最优解得一个典型问题。背包问题具有最优子结构性质首先通过快速排序算法对物品按照单价从大到小排序,然后进行贪心选择。-Knapsack problem is a greedy algorithm with the optimal solution may be a typical problem. Knapsack problem with the nature of the optimal sub-structure, first of all, quick sort a
greed
- 贪心算法,动态生成数组后,然后计算得到最小生成树-greed algorithm
zuoye
- greed作业 Greed游戏是单机多人掷骰子游戏。游戏开始后首先确定玩家个数(players_number),然后各游戏者依次输入姓名(name),游戏内置参数:骰子个数(6个),得分规则,入局分数,获胜分数等。输入完毕后依次开始游戏,先获得3000分者胜出。-Greed greed job multiplayer dice game is a stand-alone game. After the start of the game to first determine the numb
adaptivePSOt
- 上传了改进的PSO算法,利用自适应原来改造了原来基于贪婪原理的粒子群算法,可以避免粒子群算法过早收敛或者陷入局部值等问题。-Upload the improved PSO algorithm using adaptive originally transformed the original particle swarm algorithm based on the principle of greed, can avoid premature convergence of particle s
greed
- 贪吃蛇源代码,c语言做的,大家伙可以看看捧捧场-greed
Whi
- 该程序用贪心算法来求解二分覆盖问题, 采用贪婪准则-The program cover problem with greedy algorithm to binary, by means of the criterion of greed