码迷,mamicode.com
首页 >  
搜索关键字:generic algorithm    ( 18934个结果
【LeetCode】Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-05-10 00:24:49    阅读次数:255
日历类
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: using System.Text.RegularExpressions; 6: using Sy...
分类:其他好文   时间:2014-05-09 23:52:24    阅读次数:543
单例类
1: 2: using System; 3: using System.Collections.Generic; 4: using System.Text; 5: using System.IO; 6: using System.Runtime.Serialization.Formatters.Bi...
分类:其他好文   时间:2014-05-09 23:47:37    阅读次数:333
手机号段确定手机号码服务商类别
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AnkeEdu.Tools 7: { 8: 9: /// 10: ///...
分类:移动开发   时间:2014-05-09 23:40:45    阅读次数:551
日期转换类
1: 2: // 创建日期: 2008-04-23 3: // 说 明: 日期,时间处理相关的类,大多转换为字符串。 4: using System; 5: using System.Collections.Generic; 6: using System.Text; 7: 8: namespace...
分类:其他好文   时间:2014-05-09 23:38:25    阅读次数:459
正在进行中效果
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System.Linq; ....
分类:其他好文   时间:2014-05-09 16:00:14    阅读次数:209
C# 虚方法的重载 new 与 virtual
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace OverrideTest{ class A {...
分类:其他好文   时间:2014-05-09 13:43:24    阅读次数:291
Leetcode:Search a 2D Matrix
戳我去解题Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted f...
分类:其他好文   时间:2014-05-09 08:27:24    阅读次数:241
·算法」 纲要
基本C/C++、STL(vector、set、map、queue、string、algorithm)枚举、贪心、递归、分治、递推、模拟构造、位运算、常数优化数据结构队列、堆、栈、链表排序(插入、冒泡、快速、归并、堆、桶、基数)二分查找、散列表、并查集、哈夫曼树排序二叉树、左偏树、平衡树(Splay/...
分类:其他好文   时间:2014-05-09 08:10:36    阅读次数:338
同步,异步,回调例子
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;using System.Run...
分类:其他好文   时间:2014-05-09 07:46:58    阅读次数:370
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!