码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
数独解法(C#)
未完成,回家继续using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace Algorithems{ class...
分类:其他好文   时间:2014-06-28 18:52:16    阅读次数:267
第1章 简单工厂模式
应用层:using System;using System.Collections.Generic;using System.Text;using OperationLibrary;namespace 计算器控制台{ class Program { static void ...
分类:其他好文   时间:2014-06-28 18:09:24    阅读次数:230
获取代码所在的位置信息
要实现获取代码所在的位置信息的功能,类System.Diagnostics.StackFrame是关键,源码如下: 1using System;2using System.Collections.Generic;3using System.Linq;4using System.Text;5using...
分类:其他好文   时间:2014-06-28 16:12:22    阅读次数:261
PatentTips - Apparatus and method for a generic, extensible and efficient data manager for virtual peripheral component interconnect devices (VPCIDs)
BACKGROUNDA single physical platform may be segregated into a plurality of virtual networks. Here, the physical platform incorporates at least one vir...
分类:移动开发   时间:2014-06-28 14:46:39    阅读次数:330
[C#]枚举操作(从枚举中获取Description,根据Description获取枚举,将枚举转换为ArrayList)工具类
关键代码: using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Reflection;namespace CSharpUtilH...
分类:其他好文   时间:2014-06-28 13:08:37    阅读次数:297
【C#】利用反射构建实体
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace RftToModel { ...
分类:其他好文   时间:2014-06-24 10:11:11    阅读次数:151
SharePoint List 查看器
using Microsoft.SharePoint;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst...
分类:其他好文   时间:2014-06-23 08:15:19    阅读次数:272
coal mining industry
the coal industry may reverse its decline in 2014. Coal stockpiles have disappeared at a faster clip than at any time in the past decade due to cold w...
分类:其他好文   时间:2014-06-23 07:01:07    阅读次数:235
客户端调用 CMD 命令并回显结果。
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-06-23 00:51:01    阅读次数:334
文件IO
文件IOusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq...
分类:其他好文   时间:2014-06-20 15:58:13    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!