码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
C# 汉字转拼音
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace Common 7 { 8 //Author:GaoBin...
分类:其他好文   时间:2014-06-27 20:20:08    阅读次数:362
[C#]Thread Safe Dictionary in .NET 2.0
using System.Collections.Generic;using System.Threading;namespace CSharpUtilHelpV2{ /// /// 基于.NET 2.0的对于Dictionary线程安全操作工具类 /// 说明 /// 默认读锁超时1000毫秒 /...
分类:Web程序   时间:2014-06-27 20:10:33    阅读次数:359
WPF 显示gif
1 using System; 2 using System.IO; 3 using System.Collections.Generic; 4 using System.Windows; 5 using System.Windows.Controls; 6 using System....
分类:其他好文   时间:2014-06-27 19:57:12    阅读次数:232
WPF 任务栏图标闪烁提醒
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Runtime.InteropServices; 5 using System.Text; 6 using S...
分类:其他好文   时间:2014-06-27 19:55:57    阅读次数:367
user32.dll
1 user32.dll中的所有函数 2 3 4 5 6 using System; 7 using System.Collections.Generic; 8 using System.Linq; 9 using System.Text; ...
分类:其他好文   时间:2014-06-27 19:41:08    阅读次数:213
微信TOKEN验证源码
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Data;using System.IO;u...
分类:微信   时间:2014-06-27 15:19:55    阅读次数:713
java上传xls文件
using System; using System.Collections.Generic; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; using PublicProject.ENTIT...
分类:编程语言   时间:2014-06-27 15:15:09    阅读次数:277
加强版俄罗斯
加强版的俄罗斯,可以带回去给我妹妹玩了。//游戏类 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System....
分类:其他好文   时间:2014-06-27 15:00:43    阅读次数:324
C#数组的排序(正序逆序)
C#数组的排序(正序逆序) 这种排序 超级简单的 !using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication4{ class P...
分类:其他好文   时间:2014-06-26 16:13:39    阅读次数:195
实例365(15)--------------经典排序----插入排序法
前言:此代码设计的比较简洁,可能不太容易理解,插入排序就是每一步都将一个待排数据按其大小插入到已经排序的数据中的适当位置,直到全部插入完毕。一:截图二:代码using System;using System.Collections.Generic;using System.ComponentMode...
分类:其他好文   时间:2014-06-26 12:49:46    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!