1 #include 2 #include 3 #include 4 using namespace std; 5 6 set coll; 7 set::iterator pos; 8 9 int main()10 {11 //freopen("acm.acm","r",stdin);...
分类:
其他好文 时间:
2015-06-09 15:28:20
阅读次数:
90
#include#include#include#define MAXN 400using namespace std;int a[MAXN];void op(int & a);int main(){ //freopen("acm.acm","r",stdin); int time; ...
分类:
其他好文 时间:
2015-06-09 15:28:27
阅读次数:
92
#include #include #define MAXN 78#define min _min #define inf 123456789using namespace std;char _m[MAXN][MAXN];bool mark[MAXN][MAXN];int dp[MAXN][MAXN...
分类:
其他好文 时间:
2015-06-09 15:28:36
阅读次数:
155
Nginx的反向代理通常用来映射内网中提供的Apache、IIS、Lighttpd服务,以实现负载均衡;同时,由于动态服务程序运行在内网,服务器的整体安全性也有所提高,那么怎样用nginx设置SSL的反向代理呢?使用nginx设置SSL的优点不少:易用性:nginx安装、升级简单,nginx的平滑升...
分类:
其他好文 时间:
2015-06-09 15:26:56
阅读次数:
96
//状态转移方程: F[i] = min{f[k] + (a[k+1]+………+a[i]+10} * p[i]}#include #define MAXN 105using namespace std;int dp[MAXN];int n[MAXN];int p[MAXN];int main().....
分类:
其他好文 时间:
2015-06-09 15:29:45
阅读次数:
88
#include#includeusing namespace std;int main(){ int n,i,k,item=1,sum=1,sum1; int i1; char * *message1; char * *message2; do{ cin>>n; if(n==0)break; in...
分类:
其他好文 时间:
2015-06-09 15:27:49
阅读次数:
104
#include#include#includeusing namespace std;int max(int sum1,int sum2);int dp(int i,int j,int **,int num,int **);int main(){ //freopen("acm.acm","r...
分类:
其他好文 时间:
2015-06-09 15:29:07
阅读次数:
124
iOS--CoreLocation地理反地理编码操作步骤1.导入框架CoreLocation/CoreLocation.h2.设置属性@property (nonatomic, strong) CLGeocoder *geocoder;3.方法实现3.1 懒加载创建geocoder属性- (CLGe...
分类:
移动开发 时间:
2015-06-09 15:28:06
阅读次数:
135
从服务器下载文件scp username@servername:/path/filename /tmp/local_destination例如:scp codinglog@192.168.0.101:/home/kimi/test.txt ##把 192.168.0.101 上的 /home/kim...
分类:
Web程序 时间:
2015-06-09 15:28:35
阅读次数:
134
ELF Executable Reconstruction From A Core Image
分类:
其他好文 时间:
2015-06-09 15:27:56
阅读次数:
189
history命令“history”命令就是历史记录。它显示了在终端中所执行过的所有命令的历史。?123456789101112131415root@tecmint:~# history1sudo add-apt-repository ppa:tualatrix/ppa2sudo apt-get u...
分类:
系统相关 时间:
2015-06-09 15:26:06
阅读次数:
161
1 #include 2 #define MAXN 10 3 using namespace std; 4 5 char _m[MAXN][MAXN]; 6 bool mark[MAXN]; 7 int n; 8 void DFS(int row); 9 int k; 10 i...
分类:
其他好文 时间:
2015-06-09 15:28:41
阅读次数:
242
#include// chengdacaizi 注释using namespace std;long long key[35000]={0};//在dev中可以这么定义,代表64bitsint getDigit(int n)//计算位数的函数{ int digit=1; while(n/10) { ...
分类:
其他好文 时间:
2015-06-09 15:26:41
阅读次数:
86
京东集团副总裁李大学:像CEO一样思考 - Dancen的专栏 - 博客频道 - CSDN.NET 京东集团副总裁李大学:像CEO一样思考
分类:
Web程序 时间:
2015-06-09 15:25:41
阅读次数:
175
#include#includeusing namespace std;int main(){ //freopen("acm.acm","r",stdin); int num1,num2,num3,num4,num5,num6; int sum; int temp; int tem; while(c...
分类:
其他好文 时间:
2015-06-09 15:25:30
阅读次数:
111
【实践】WCF传输安全1:前期准备之证书制作【实践】WCF传输安全2:基于SSL的WCF匿名客户端【实践】WCF传输安全3:基于SSL的WCF对客户端验证【实践】WCF传输安全4:基于SSL的WCF对客户端采用证书验证出处:http://www.cnblogs.com/lxblog/category...
分类:
其他好文 时间:
2015-06-09 15:27:10
阅读次数:
107
模块: libavcodec - 编码解码器libavdevice - 输入输出设备的支持libavfilter - 视音频滤镜支持libavformat - 视音频等格式的解析libavutil- 工具库libpostproc - 后期效果处理libswscale -图像颜色、尺寸转换1. ...
分类:
其他好文 时间:
2015-06-09 15:27:21
阅读次数:
2078