Since you crave state-of-the-art technology, you've just purchased a phone with a great new feature: autocomplete! Your phone's version of autocomplete has some pros and cons. On the one hand, it's ve...
分类:
其他好文 时间:
2015-01-19 15:45:02
阅读次数:
180
简单的数位DP。
代码如下:
#include
#include
#include
#include
#include
#include
#include
#include
#include
using namespace std;
#define LL long long
#define pi acos(-1.0)
const int mod=100000000;
cons...
分类:
其他好文 时间:
2015-01-19 10:56:45
阅读次数:
100
Network
Time Limit: 5000MS
Memory Limit: 65536K
Total Submissions: 6989
Accepted: 2497
Description
A network administrator manages a large network. The network cons...
分类:
Web程序 时间:
2015-01-17 18:09:09
阅读次数:
157
QBuffer类参考QBuffer类是一个操作QByteArray的输入/输出设备。详情请见……#include 继承了QIODevice。所有成员函数的列表。公有成员QBuffer()QBuffer( QByteArraybuf )~QBuffer()QByteArraybuffer() cons...
分类:
其他好文 时间:
2015-01-11 20:19:55
阅读次数:
416
实践一下windows进程相关函数:代码如下: 1 // test__getinformation.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 8 #ifndef CONS...
#include #include using namespace std;class CheckedPtr{public: CheckedPtr(int *b,int *e,int *c): beg(b),end(e),curr(c){ } CheckedPtr(cons...
分类:
编程语言 时间:
2015-01-07 22:03:06
阅读次数:
191
/**
* 书本:《算法分析与设计》
* 功能:实现用Prim算法实现寻找最小生成树
* 文件:PrimMixTree.cpp
* 时间:2015年1月4日19:42:57
* 作者:cutter_point
*/
#include
#include //文件输入输出流
using namespace std;
const int N = 6; //这个图是一个6*6的矩阵
cons...
分类:
编程语言 时间:
2015-01-04 21:21:51
阅读次数:
257
1,js获取当前窗口的宽,高alert('可见区域:' + document.body.clientHeight);alert('整网页高度' + document.documentElement.clientHeight);2,js获取指定元素的宽,高 //获取指定元素的实际宽,高,带边框cons...
分类:
Web程序 时间:
2015-01-04 16:32:27
阅读次数:
155
Oracle DB 12.1.0.2 中SYS.ALL_CONSTRAINTS的定义 和 SYS.ALL_CONS_COLUMNS的定义...
分类:
数据库 时间:
2014-12-31 16:19:22
阅读次数:
146