using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 二分查询 { class Program { s...
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Common { public static c
分类:
其他好文 时间:
2016-02-17 17:29:35
阅读次数:
219
代码: using System; using System.Collections.Generic; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; namespace Hont { [XmlRo
使用vlc media player发送多播数据,验证交换机igmp的设置是否成功。 链接 http://peakdrive.com/?p=440 http://www.dasblinkenlichten.com/setting-up-a-multicast-lab-using-vlc-2-0-5/
分类:
其他好文 时间:
2016-02-17 14:47:38
阅读次数:
344
高天宇的isap模板,不用解释了吧。。。 #include<queue> #include<cstdio> #include<cctype> #include<cstring> #include<algorithm> using namespace std; const int inf=1E9; i
分类:
其他好文 时间:
2016-02-17 14:43:55
阅读次数:
216
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; usi
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Data; /// <summary> //
分类:
数据库 时间:
2016-02-17 12:47:16
阅读次数:
231
涉及修改密码,提交请求 操作,修改数据库内容 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.UI; 6 using Sys
分类:
Web程序 时间:
2016-02-17 12:46:11
阅读次数:
169
快速排序是在实践中最快的已知排序算法,它的平均运行时间是O(NlogN)。该算法之所以特别快,主要是由于非常精炼和高度优化的内部循环。 编码实现如下: #include <iostream> #include <vector> using namespace std; template <typen
分类:
编程语言 时间:
2016-02-16 21:53:46
阅读次数:
160
添加两个组件:BindingNavigator和BindingSource代码:using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.SqlClient;
using System.Drawing;
using System....
分类:
其他好文 时间:
2016-02-16 20:47:48
阅读次数:
392