码迷,mamicode.com
首页 >  
搜索关键字:names    ( 11603个结果
poj2785双向搜索
The SUM problem can be formulated as follows: given four lists A, B, C, D of integer values, compute how many quadruplet (a, b, c, d ) ∈ A x B x C x D ...
分类:其他好文   时间:2017-04-24 15:43:34    阅读次数:149
MongoDBHelper
Model 使用方法 ...
分类:数据库   时间:2017-04-24 14:37:00    阅读次数:256
sizeof 用法部分总结
#include #include using namespace std; struct s1 { char a[8]; }; struct s2 { double d; }; struct s3 { s1 s; char a; }; struct s4 { s2 s; char a; }; st... ...
分类:其他好文   时间:2017-04-24 12:29:17    阅读次数:142
八皇后问题 2017 4 24
#include<iostream>#include<string.h>#include<algorithm>using namespace std;int queen[10] = {0}; bool place(int k){ for(int i=0;i<k;i++){ if(queen[k]== ...
分类:其他好文   时间:2017-04-24 10:14:56    阅读次数:136
PMD教程
1.单词 violations outline:错误大纲2.错误级别 红色 很高的错误 橙色 错误 黄色 很高的警告 绿色 警告 蓝色 输出信息3.提示 Avoid excessively long variable names like machineLineService 避免像machineL ...
分类:其他好文   时间:2017-04-24 09:57:50    阅读次数:142
题目1120:全排列(回溯法)
题目链接:http://ac.jobdu.com/problem.php?pid=1120 详解链接:https://github.com/zpfbuaa/JobduInCPlusPlus 参考代码: ...
分类:其他好文   时间:2017-04-24 09:56:17    阅读次数:132
BZOJ 4805: 欧拉函数求和
Description 求\(\sum_{i=1}^n\varphi(i),n\leqslant 2\times 10^9\) Solution 杜教筛... 见上篇... Code ...
分类:其他好文   时间:2017-04-23 19:31:36    阅读次数:324
51Nod 1239 欧拉函数之和
Description 求\(\sum_{i=1}^n\varphi(i),n\leqslant 10^{10}\) Solution 杜教筛...贴代码... Code ...
分类:其他好文   时间:2017-04-23 19:29:24    阅读次数:151
4906 删数问题
4906 删数问题 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold 题解 4906 删数问题 4906 删数问题 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 2000 KB 题目等级 : 黄金 Gold ...
分类:其他好文   时间:2017-04-23 18:12:14    阅读次数:248
zoj 3960 What Kind of Friends Are You?(哈希)
Japari Park is a large zoo home to extant species, endangered species, extinct species, cryptids and some legendary creatures. Due to a mysterious sub ...
分类:其他好文   时间:2017-04-23 18:05:40    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!