码迷,mamicode.com
首页 >  
搜索关键字:using    ( 53562个结果
asp.net实现运算+代码封装+策略模式
设计界面:测试界面:代码:using System;using System.Collections.Generic;using System.Linq;using System.Web; /// ///Class2 的摘要说明/// public interface ITaxStrag...
分类:Web程序   时间:2015-12-18 21:26:53    阅读次数:275
Codeforces 325D
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std;10 11 const int maxn=3000*3000*...
分类:其他好文   时间:2015-12-18 21:20:45    阅读次数:255
Codeforces 286E
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std; 10 11 const int maxn...
分类:其他好文   时间:2015-12-18 21:20:41    阅读次数:329
U3D中的协同等待函数
WaitForSeconds.WaitForseconds等待函数; 创建一个yield指令,来等待给定的秒数; 1 using UnityEngine; 2 using System.Collections; 3 4 public class example:MonoBehaviour 5...
分类:其他好文   时间:2015-12-18 21:18:06    阅读次数:724
unity3d 依据指定的Assets下的目录路径 返回这个路径下的全部文件名称
using UnityEngine;using System.Collections;using System.Collections.Generic;using System.IO; public static List nameArray = new List(); /// /// 依据指定的....
分类:编程语言   时间:2015-12-18 21:13:29    阅读次数:317
Codeforces 339E
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std;10 11 const int maxn=1100;12 13...
分类:其他好文   时间:2015-12-18 21:05:14    阅读次数:146
UWP深入学习五:Build better apps: Windows 10 by 10 development series
Promotion in the Windows Store In this article, I walk through how to Give your Store listing a makeover, Start measuring your success(using the Visua...
分类:移动开发   时间:2015-12-18 18:43:20    阅读次数:189
boost date time
#include #include #include #include #include #include #include #include #include #include using namespace std;int main(){ boost::timer t; std::cout v(...
分类:其他好文   时间:2015-12-18 18:35:36    阅读次数:244
AI运动的基类
1 using UnityEngine; 2 using System.Collections; 3 4 public class Vehicle : MonoBehaviour 5 { 6 //行为列表 7 private Steering[] steerings; 8 ...
分类:其他好文   时间:2015-12-18 18:06:41    阅读次数:149
bzoj 3289: Mato的文件管理 莫队+线段树
题目链接给一些询问,每个询问给出区间[L, R] , 求这段区间的逆序数。先分块排序, 然后对于每次更改, 如果是更改L, 那么应该查询区间内比他小的数的个数, 如果更改R, 查区间内比他大的数的个数。记得离散化。 1 #include 2 using namespace std; 3 #de...
分类:其他好文   时间:2015-12-18 18:02:55    阅读次数:196
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!