码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
一个通用的c/c++Makefile模版
一个codeproject上发现的通用c/c++的Makefile模版,比较简单好用,共享之############################################################################### Generic Makefile for C/C...
分类:编程语言   时间:2014-05-26 23:24:53    阅读次数:434
呵呵呵呵
呵呵呵呵```csharpusing System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:其他好文   时间:2014-05-26 22:58:46    阅读次数:352
C# Inject
using System;using System.Collections.Concurrent;using System.Collections.Generic;using System.Diagnostics.Contracts;using System.IO;using System.Linq...
分类:其他好文   时间:2014-05-26 16:20:34    阅读次数:269
GDI绘图写的简单扫雷
由于没话多少时间,这个扫雷我只实现了主要功能(扫雷功能,递归实现)废话不多说,直接上代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.D...
分类:其他好文   时间:2014-05-26 13:57:23    阅读次数:305
FindSmallestPolygon
// smallest_enclosing_polygon.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#define PI 3.1415926535#include using namespace std;bool IsZero(double value).....
分类:其他好文   时间:2014-05-26 12:36:52    阅读次数:297
C#常用的内置委托
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 内置委托{ static class Program .....
分类:其他好文   时间:2014-05-22 15:58:08    阅读次数:159
二维数组
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 二维数组{ class Program { ...
分类:其他好文   时间:2014-05-22 15:54:53    阅读次数:227
MVC 过滤器 ActionFilterAttribute
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using 过滤器.Controllers;namespace 过滤器.Filtes{ p...
分类:Web程序   时间:2014-05-22 15:54:09    阅读次数:308
序列化反序列化
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 序列化反序列化{ c...
分类:其他好文   时间:2014-05-22 15:52:52    阅读次数:264
mvc 微软票据验证
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using System.Web.Security;namespace 验证权限.Control...
分类:Web程序   时间:2014-05-22 15:36:02    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!