码迷,mamicode.com
首页 >  
搜索关键字:linq distinct    ( 10194个结果
C# HashSet集合类型使用介绍
C#的HashSet很少被使用的集合类型的一些被常用到的方法。...
分类:其他好文   时间:2014-06-05 11:13:08    阅读次数:159
蜗牛—C#程设之DataAdapter对象
使用DataAdapter和DataSet来读取数据表JBQK中的数据 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.SqlClient; using System.Data; namespace shiyan11 { cla...
分类:其他好文   时间:2014-06-05 10:54:20    阅读次数:203
LeetCode: Climbing Stairs [070]
【题目】 You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 【题意】 有个梯子有n阶,每次只能爬1阶或者2阶,为爬到梯子顶共有多少种爬法 【思路】 依次确定跳到每一阶上的爬法数目 这其实是一...
分类:其他好文   时间:2014-06-05 07:16:08    阅读次数:203
C#—委托分析
1.简单委托示例using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace SimpleTest{ class Program { private d...
分类:其他好文   时间:2014-06-03 09:04:42    阅读次数:266
Jquery.linq 使用示例
/*Linq JS*/ //range var aa = Enumerable.range(1, 10).toArray(); var kk = Enumerable.range(1, 10, 3).toArray(); //select kk = Enumerabl...
分类:Web程序   时间:2014-06-03 08:13:47    阅读次数:255
C#生成字母和数字组成的随机文件
代码如下:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;using System.Collections;using Syste...
分类:其他好文   时间:2014-06-03 07:38:59    阅读次数:208
json的js和C#操作
C#端的WebService接口接收json格式数据,处理后以json格式返回resultusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Service...
分类:Web程序   时间:2014-05-31 17:30:19    阅读次数:249
C#自动给文章关键字加链接实现代码
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;using System.Web;using S...
分类:其他好文   时间:2014-05-31 12:45:40    阅读次数:199
C# 多线程操作队列
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Net;using System.Runtime.Interop...
分类:编程语言   时间:2014-05-31 05:59:18    阅读次数:260
CodeForces 432C Prime Swaps
DescriptionYou have an arraya[1],?a[2],?...,?a[n], containing distinct integers from1ton. Your task is to sort this array in increasing order with the...
分类:其他好文   时间:2014-05-31 01:35:23    阅读次数:318
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!