一开始考虑所有边都是单独的一条路径然后尽量多的合并 1 #include 2 #include 3 #include 4 #include 5 #include 6 7 using namespace std; 8 9 void setIO(const string& s) {10 fr...
分类:
其他好文 时间:
2015-12-25 22:17:12
阅读次数:
270
问题::/tomcat8/bin$ sudo ./configtest.sh Using CATALINA_BASE: /home/yyb/android/tomcat8Using CATALINA_HOME: /home/yyb/android/tomcat8Using CATALINA_TMPD...
分类:
系统相关 时间:
2015-12-25 22:14:28
阅读次数:
307
Linking Containers TogetherInthe Using Docker sectionwe touched on connecting to a service running inside a Docker container via a network port. This ...
分类:
其他好文 时间:
2015-12-25 21:07:47
阅读次数:
285
http://www.codeproject.com/Articles/507218/Managed-Media-Aggregation-using-Rtsp-and-Rtphttp://www.streamcoders.com/http://net7mma.codeplex.com/http://...
分类:
Windows程序 时间:
2015-12-25 20:47:40
阅读次数:
2284
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Web.Http.Filters; 6 using System.N...
1. void *memset(void *s, ch, size n); //将指针s所指向的内存的前n个字节置为ch#include "stdafx.h"#include #include #include using namespace std;void char_memset(){ c...
分类:
其他好文 时间:
2015-12-25 17:00:30
阅读次数:
145
ploya定理+乘法逆元 1 #include 2 using namespace std; 3 #define maxn 65 4 #define maxs 25 5 int sr,sb,sg,n,m,p; 6 int a[maxn][maxn],f[maxs][maxs][maxs],vis.....
分类:
其他好文 时间:
2015-12-25 15:08:36
阅读次数:
250
Create JavaScript ObjectsUsing Object Literals: var obj = {name: 'Allen', color: 'White'}; Dynamic Nature of JavaScript: obj.age = 3;Using Construc...
分类:
编程语言 时间:
2015-12-25 14:53:40
阅读次数:
155
开发过程中经常遇到定时触发的需求,如:TCP/IP连接中,使用心跳包保持连接或检测连接是否已经中断。WPF中有多种定时器:1.using System.Windows.Threading;代码如下:using System.Windows.Threading;public partial class...
使用 unity 做游戏开发时,有时需要在scroll view下使用粒子,但粒子是不会被 UIPanel 所裁剪的,本人提供了脚本 ParticleSystemClipper,用来处理这种情况:using System;using UnityEngine;[RequireComponent(typ...
分类:
编程语言 时间:
2015-12-25 13:16:17
阅读次数:
613