码迷,mamicode.com
首页 >  
搜索关键字:qi    ( 342个结果
PAT 1082. Read Number in Chinese
#include #include #include #include #include using namespace std;const char* d2cn[] = {"ling", "yi", "er", "san", "si", "wu", "liu", "qi", "ba", "jiu"...
分类:其他好文   时间:2014-11-20 06:45:00    阅读次数:198
重画GoogleClusterTrace数据
由于项目计划书写作需要,重画了Qi Zhang, Mohamed Faten Zhani, Raouf Boutaba, Joseph L. Hellerstein,Dynamic Heterogeneity-Aware Resource Provisioning in the Cloud. IEE...
分类:其他好文   时间:2014-11-17 08:06:27    阅读次数:477
HDU 3853
考虑到有留在原地概率为1的情况,好吧,我直接把它置0.然后,真的过了。还是使用逆推。。#include #include #include #include #define N 1005using namespace std;double qi[N][N];double p[N][N][3];int...
分类:其他好文   时间:2014-11-16 11:59:57    阅读次数:159
hdu 4081 Qin Shi Huang's National Road System 树的基本性质 or 次小生成树
During the Warring States Period of ancient China(476 BC to 221 BC), there were seven kingdoms in China ---- they were Qi, Chu, Yan, Han, Zhao, Wei an...
分类:其他好文   时间:2014-11-13 06:55:18    阅读次数:135
C++ 优先队列(转)
优先队列用法在优先队列中,优先级高的元素先出队列。标准库默认使用元素类型的qi;通过,greater>qi2;其中第二个参数为容器类型。第二个参数为比较函数。故示例2中输出结果为:2 3 5 6 9第三种方法:自定义优先级。structnode{friendbooloperator(noden1,n...
分类:编程语言   时间:2014-11-09 16:34:43    阅读次数:257
田忌赛马
题目来自:NYOJ 田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi...
分类:其他好文   时间:2014-11-08 12:06:48    阅读次数:214
田忌赛马
田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:其他好文   时间:2014-11-05 14:57:11    阅读次数:143
NYOJ 364 田忌赛马
田忌赛马 时间限制:3000 ms  |  内存限制:65535 KB 难度:3 描述Here is a famous story in Chinese history. "That was about 2300 years ago. General Tian Ji was a high official in the country Qi. He likes to...
分类:其他好文   时间:2014-11-03 19:28:49    阅读次数:133
IOS添加自定义的字体文件
以文本为主体的app或者非文本主体的纯文本页面往往需要配置系统字体以外的特(qi)殊(怪)字体,所以这个技能有时候需要get的。 这项技能的步骤分为三步: 第一步:按照PM的要求下载文字文件,一般是.ttf文件,这里我们使用一款比较可爱的字体来进行演示 字体一般可以直接百度字体下载即可下载...
分类:移动开发   时间:2014-10-29 16:14:13    阅读次数:287
【后缀自动机】hdu 3366 Passage
通道:http://acm.hdu.edu.cn/showproblem.php?pid=3366题意:有N条道路可以走出去,一条道路既没有碰到土匪也没有碰到死胡同从而走出的概率是Pi;碰到土匪而没有走出去的概率的概率为Qi( 0< = Qi < = 1-Pi),如果碰到土匪,那么必须得付1块钱并且...
分类:其他好文   时间:2014-10-27 21:08:07    阅读次数:169
342条   上一页 1 ... 29 30 31 32 33 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!