码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
gzip优化网络传输量提高传输效率[转]
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.IO.Compression;using System.Data;namesp...
分类:其他好文   时间:2014-06-10 21:53:25    阅读次数:160
C# params object[] args 可以传多个参数,可以不限制类型(转)
C# params object[] args 可以传多个参数,可以不限制类型using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication2{ class Program .....
分类:其他好文   时间:2014-06-10 21:49:32    阅读次数:272
存读Blob Oracle
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:数据库   时间:2014-06-10 13:25:34    阅读次数:269
冒泡排序法2014-6-9 20:08:41
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 冒泡排序法 8 .....
分类:其他好文   时间:2014-06-10 12:55:13    阅读次数:165
扩展方法
利用扩展方法,实现参数验证。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 name....
分类:其他好文   时间:2014-06-10 12:53:48    阅读次数:141
SqlHelper类案例示范
using System;using System.Collections.Generic;using System.Text;using System.Data;using System.Data.SqlClient;namespace DAL{/// /// 数据层 - 数据库 操作类/// i...
分类:数据库   时间:2014-06-10 12:12:58    阅读次数:307
unity game Developemnt in 24 hours 第20章 Audio 声音
声音1. 声音的使用涉及三个概念:()Listener ——监听声音的object,一个场景只能有一个Listener(2)声音源文件(3)声音剪辑clip —— 我理解的是吧源文件放到scene关联object就成为了一个clip2. 声音unity3d支持的格式包括mp3,wav,ogg等3D和...
分类:其他好文   时间:2014-06-10 12:01:30    阅读次数:295
插件的简单原理
using IExtendServices;using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Reflection;using System.Text;using ...
分类:其他好文   时间:2014-06-10 09:25:33    阅读次数:191
wpf treeview
首先是xaml代码: 建一个PropertyNodeItem类:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace...
分类:其他好文   时间:2014-06-10 00:43:33    阅读次数:313
静态类2014年6月9日10:02:28
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace 静态类密闭类 7 { 8 class Program 9 {10...
分类:其他好文   时间:2014-06-09 18:17:44    阅读次数:145
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!