码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
C++__循环链表(练习)
循环链表 link.h link.cpp main.cpp ...
分类:编程语言   时间:2017-05-08 23:22:47    阅读次数:263
C++__双向链表(练习)
双向链表 link.h link.cpp main.cpp ...
分类:编程语言   时间:2017-05-08 23:22:36    阅读次数:231
A - Visible Lattice Points SPOJ - VLATTICE 容斥原理/莫比乌斯反演
1 #include <bits/stdc++.h> 2 using namespace std; 3 typedef long long LL; 4 const int N=1e6+10; 5 const int INF=0x3f3f3f3f; 6 int cas=1,T; 7 int c[N]; ...
分类:其他好文   时间:2017-05-08 23:12:31    阅读次数:317
第十三课、类族的结构进化-------------------狄泰软件学院
一、遵循经典设计原则 DTLib中的所有类位于单一继承树 IvalidOperationEXception是新增的异常类,描述某些成员函数在状态不对的时候被抛出 二、改进的关键点 1、EXception类继承自Object类:堆空间中创建异常对象失败时,返回NULL指针,用的是自己的new版本 更改 ...
分类:其他好文   时间:2017-05-08 21:52:27    阅读次数:298
git体验
(1)git初始化配置#配置用户名git config --global user.name "azcode"#配置邮箱git config --global user.email "azcode_cn@outlook.com"#配置gui编码git config --global gui.enco ...
分类:其他好文   时间:2017-05-08 21:51:42    阅读次数:198
hdu1712 ACboy needs your help
Problem Description ACboy has N courses this term, and he plans to spend at most M days on study.Of course,the profit he will gain from different cour ...
分类:其他好文   时间:2017-05-08 19:58:34    阅读次数:179
hdu2609 最小表示法
Give you n ( n < 10000) necklaces ,the length of necklace will not large than 100,tell me How many kinds of necklaces total have.(if two necklaces can ...
分类:其他好文   时间:2017-05-08 19:21:42    阅读次数:219
[ACM] POJ 3740 Easy Finding (DFS)
Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 16202 Accepted: 4349 Description Given a M×N matrix A. Aij ∈ {0, 1} (0 ≤ i < M, 0 ≤ j < N), ...
分类:其他好文   时间:2017-05-08 19:21:26    阅读次数:216
codevs 1291 火车线路
http://codevs.cn/problem/1291/ 题目描述 Description 某列火车行使在C个城市之间(出发的城市编号为1,结束达到的城市的编号为C),假设该列火车有S个座位,现在有R笔预订票的业务。现在想对这R笔业务进行处理,看哪些预定能满足,哪些不能满足。 一笔预定由O、D、 ...
分类:其他好文   时间:2017-05-08 17:26:04    阅读次数:196
1081 线段树练习 2
1081 线段树练习 2 codevs 1081 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 大师 Master 1081 线段树练习 2 codevs 1081 1081 线段树练习 2 codevs 1081 时间限制: 1 s 空间限制: 128000 KB 题目等级 : ...
分类:其他好文   时间:2017-05-08 17:23:18    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!