码迷,mamicode.com
首页 >  
搜索关键字:generic    ( 7184个结果
C#泛型集合之Dictionary<k, v>使用技巧
1、要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib)2、描述 1)、从一组键(Key)到一组值(Value)的映射,每一个添加项都是由一个值及其相关连的键组成 2)、任何键都必须是唯一的 3)、键...
分类:其他好文   时间:2014-07-22 23:08:55    阅读次数:292
wpf 进度条 下拉
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;using...
分类:其他好文   时间:2014-04-30 14:32:24    阅读次数:514
Dictionary<Key,Value>的用法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class Program { ...
分类:其他好文   时间:2014-04-29 20:45:02    阅读次数:446
C# 时钟控件
//控件名:myNewClock//作者:刘典武//时间:2011-06-10using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Dat...
分类:其他好文   时间:2014-04-29 17:21:46    阅读次数:538
j2me必备之网络开发数据处理
第9章 无线网络开发MIDP提供了一组通用的网络开发接口,用来针对不同的无线网络应用可以采取不同的开发接口。基于CLDC的网络支持是由统一网络连接框架(Generic Connection Frameword, 简称GCF)定义的。其相关类、接口以及异常都放置在javax.microedtion.i...
分类:其他好文   时间:2014-04-29 17:14:47    阅读次数:382
安装vmware tools失败解决方法
失败提示:reating a new initrd boot image for the kernel. update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic vmware-tools-thinprint initctl: J...
分类:其他好文   时间:2014-04-29 11:46:47    阅读次数:684
模仿QQ截图片
原文:模仿QQ截图片两个picturebox,一个放图片完整代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usi...
分类:其他好文   时间:2014-04-29 10:34:45    阅读次数:433
C#读写文件总结
1、使用FileStream读写文件文件头:[csharp]view plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view pla...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:434
模仿QQ截图片
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-04-29 10:14:47    阅读次数:335
事件与委托例子
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using Sys...
分类:其他好文   时间:2014-04-29 09:25:47    阅读次数:415
7184条   上一页 1 ... 716 717 718 719 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!