码迷,mamicode.com
首页 >  
搜索关键字:collections deque counter    ( 12297个结果
orable常用语句
1.for循环语句:for loop_counter in [REVERSE] lowest_number .. highest_numberloop {.statements.}end loop;示例:declare v_i number(4) := 0;begin for v_i in 0...
分类:其他好文   时间:2014-05-10 00:19:58    阅读次数:396
日历类
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
日期类2
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Text; 5: 6: namespace AkDTH.Common 7: { 8: /// 9: /// 时间字符...
分类:其他好文   时间:2014-05-09 23:29:10    阅读次数:400
C++ Primer 学习笔记_45_STL实践与分析(19)--泛型算法的结构
STL实践与分析--泛型算法的结构引言: 正如全部的容器都建立在一致的设计模式上一样,算法也具有共同的设计基础。 算法最主要的性质是须要使用的迭代器种类。全部算法都指定了它的每一个迭代器形參可使用的迭代器类型。比方,假设形參必须为随机訪问迭代器则可提供vector或 deque类型的迭代器,或者.....
分类:编程语言   时间:2014-05-09 23:10:44    阅读次数:510
Unity插件iTween的使用(例子)
using UnityEngine;using System.Collections;public class MoveSample : MonoBehaviour{ void Start(){ //iTween.MoveBy(gameObject, iTween.Hash("x", 2, "e.....
分类:其他好文   时间:2014-05-09 20:11:02    阅读次数:455
来篇文章:ASP。NET程序中动态修改web.config中的设置项目 (后台CS代码)
来篇文章:ASP。NET程序中动态修改web.config中的设置项目 (后台CS代码) 朋友们可以自行测试,我这里都没有问题了,鳖了一上午的问题总算解决了 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; usin...
分类:Web程序   时间:2014-05-09 15:08:43    阅读次数:373
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!