using System;using System.Collections.Generic;using
System.IO;using System.Linq;using
System.Runtime.Serialization.Formatters.Binary;using System.Text...
分类:
数据库 时间:
2014-05-26 06:18:47
阅读次数:
443
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Web;using System.IO;using
NVelocity.App;using NVelocity...
分类:
其他好文 时间:
2014-05-24 13:17:32
阅读次数:
198
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Runtime.InteropServices;namespace
WindowsAPI{class CSha...
分类:
其他好文 时间:
2014-05-24 12:59:58
阅读次数:
366
设两线段为(x1,y1) ,(x2,y2),
若使两线段相交,需使x1y2||x1>x2&&y1 2 #include 3 #include 4 #define MAXH 1005 5
using namespace std; 6 7 int n, m, k; 8 struct mem{ 9 ...
分类:
其他好文 时间:
2014-05-24 12:43:55
阅读次数:
333
Original Link:
http://blogs.flexerasoftware.com/installtalk/2011/10/i-take-it-all-back-using-windows-installer-msi-rollback-actions.html#sthash.KIIUKl...
Command to launch genymotion headless -player
--vm-name Nexus_4if player is not already added to path, add it to path using
below command in your ~/.b...
分类:
其他好文 时间:
2014-05-24 10:13:35
阅读次数:
320
1 //题目:The prime factors of 13195 are 5, 7, 13 and
29.2 //What is the largest prime factor of the number 600851475143 ? 1 #include
2 using namespace s...
分类:
其他好文 时间:
2014-05-24 10:01:21
阅读次数:
222
using System;using System.Web;using
System.Drawing;using System.Web.SessionState;public class ValidateCode :
IHttpHandler,IRequiresSessionState { p...
分类:
其他好文 时间:
2014-05-24 10:00:20
阅读次数:
247
今天阅读opencv2.0手册的时候,看到一句话,很有感触:Unless you are
targeting embedded platforms, there’s no point to using the old methods(unless
you’re a masochist program...
分类:
其他好文 时间:
2014-05-24 09:51:04
阅读次数:
258
1 #include 2 using namespace std; 3 4 int main() {
5 bool isPalindromic (int num); 6 int res = 0; 7 8 for(int i = 100; i res)11 ...
分类:
其他好文 时间:
2014-05-24 09:26:42
阅读次数:
168