《数据结构与算法JavaScript描述》基本信息作者: (美)Michael McMillan译者: 王群锋 杜欢丛书名: 图灵程序设计丛书出版社:人民邮电出版社ISBN:9787115363398上架时间:2014-8-5出版日期:2014 年8月开本:16开版次:1-1所属分类:计算机 > 软...
分类:
编程语言 时间:
2014-08-11 17:26:02
阅读次数:
293
1、 linux下快速安装MariaDB:MariaDB 是 一个采用 Maria 存储引擎的 MySQL 分支版本,是由原来 MySQL 的作者 Michael Widenius 创办的公司所开发 的免费开源的数据库服务器 。本文介绍了在linxu下一个简单的安装 方法(在OpenSuse下测试成...
分类:
数据库 时间:
2014-08-11 14:38:32
阅读次数:
261
传送门:http://poj.org/problem?id=3420Quad TilingTime Limit: 1000MSMemory Limit: 65536KDescriptionTired of the Tri Tiling game finally, Michael turns to a...
分类:
其他好文 时间:
2014-08-10 15:20:20
阅读次数:
290
Measures of significance and interestingness for association rules and itemsets:http://michael.hahsler.net/research/association_rules/measures.htmlhtt...
分类:
其他好文 时间:
2014-08-06 01:29:50
阅读次数:
181
air jordans 2015 for sale.No one told us / loved ones will fly embrace our love / to interstellar singing / dancing on the moon ...... the summer of 2...
分类:
其他好文 时间:
2014-08-05 18:25:59
阅读次数:
283
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 1088Description Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,....
分类:
其他好文 时间:
2014-08-05 13:50:09
阅读次数:
325
~~~~
二维的最长上升子序列。n^2算法居然可以水过。。
就不多说了,排个序,然后DP。
题目链接:http://poj.org/problem?id=1609
~~~~
#include
#include
#include
#include
#define N 11111
using namespace std;
struct node
{
int l,m;
}b[N];
...
分类:
其他好文 时间:
2014-08-04 02:07:06
阅读次数:
232
Robot
Problem Description
Michael has a telecontrol robot. One day he put the robot on a loop with n cells. The cells are numbered from 1 to n clockwise.
At first the robot is in ce...
分类:
其他好文 时间:
2014-08-01 19:55:22
阅读次数:
319
基本输入输出
5.1基本输出
print XXX //同一行输出
println XXX //换行输出
输出字符串:
def message ="My name is Michael"
println("here is :"+${message})
输出列表和映射
def numbers =[11,12,13,14]
println "Numbers:${nu...
分类:
其他好文 时间:
2014-07-30 10:08:13
阅读次数:
287
Description
Michael喜欢滑雪百这并不奇怪, 因为滑雪的确很刺激。可是为了获得速度,滑的区域必须向下倾斜,而且当你滑到坡底,你不得不再次走上坡或者等待升降机来载你。Michael想知道载一个区域中最长底滑坡。区域由一个二维数组给出。数组的每个数字代表点的高度。下面是一个例子
1 2 3 4 5
16 17 18 19 6
15 24 25 20 7
14 2...
分类:
其他好文 时间:
2014-07-28 16:09:03
阅读次数:
247