码迷,mamicode.com
首页 >  
搜索关键字:collections    ( 9831个结果
C#: 数字经纬度和度分秒经纬度间的转换
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ /// /// 公用的特殊函数 /// pub...
分类:其他好文   时间:2014-06-11 09:34:53    阅读次数:411
实例365(12)---------数组的基本操作(二)
一:在数组中添加一个元素,截图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;...
分类:其他好文   时间:2014-06-11 09:31:46    阅读次数:281
黑马程序员-集合工具类和1.5新特性
集合框架的工具类:collecttionsCollections 的方法全是静态的 List没有排序功能,所以java定义了Collections工具类。 比较器无法传给list,只能传给Set.但是集合工具类有此方法1.排序: comparable: sort(List list) 根据元素的自然...
分类:其他好文   时间:2014-06-11 08:54:10    阅读次数:218
Trie(C#)
TrieSearch.cs//#define WEBusing System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Thre...
分类:其他好文   时间:2014-06-11 08:51:28    阅读次数:375
C#版的MapReduce
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace mapReduce { public static class helper { public static Dictionary MapReduce( ...
分类:其他好文   时间:2014-06-08 10:39:41    阅读次数:227
电子邮件的发送与接收实例
这个就不写很多不同类的属性和方法了。其中涉及的类有MailMessage类,SmtpClient类 其实可有还有相关的Attachment类:表示电子邮件的附件 以下就直接贴实例代码了: 一共三个窗体:Form1,frmSend,frmReceive 首先是Form1窗体: 后台代码: using System; using System.Collections...
分类:其他好文   时间:2014-06-08 05:02:33    阅读次数:160
ASP.NET TextBox 当鼠标点击后清空默认提示文字
ASP.NET TextBox 当鼠标点击后清空默认提示文字[ 方法一]前台代码:后台代码:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;usi...
分类:Web程序   时间:2014-06-08 00:16:04    阅读次数:298
KBEDATATYPE_BASE
namespace KBEngine{ using UnityEngine; using System; using System.Collections; using System.Collections.Generic; using MessageID = System.UInt16...
分类:其他好文   时间:2014-06-07 23:34:08    阅读次数:232
BS架构数据库操作必备
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Text;using System.Data.SqlClient;using System.Data;using...
分类:数据库   时间:2014-06-07 21:59:54    阅读次数:335
个人理解的单例模式
下面是个人理解的单例模式:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication6{ public sealed class Si.....
分类:其他好文   时间:2014-06-07 21:55:56    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!