码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
C# 二分查询
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace 二分查询 { class Program { s...
分类:Windows程序   时间:2016-02-17 18:43:51    阅读次数:191
判断身份证是否合法
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
C# xml可序列化多值枚举
代码: using System; using System.Collections.Generic; using System.Xml; using System.Xml.Schema; using System.Xml.Serialization; namespace Hont { [XmlRo
分类:Windows程序   时间:2016-02-17 17:07:56    阅读次数:534
vlc player验证交换机igmp
使用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
【codevs 1993】草地排水 isap模板题
高天宇的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
winfrom增删改查
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Data.SqlClient; using System.Drawing; usi
分类:Windows程序   时间:2016-02-17 14:24:24    阅读次数:200
SQLHelper类
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
ModifyInfo.aspx.cs代码
涉及修改密码,提交请求 操作,修改数据库内容 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
[DevExpress]GridControl分页的实现
添加两个组件: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!