码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
Silverlight中后台动态生成树菜单
前台 后台:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Net;usingSystem.Windows;usingSystem.Windows.Controls;usingSystem.Windo....
分类:Web程序   时间:2014-05-23 07:21:31    阅读次数:296
C# 中文转拼音类
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace SU{ /// /// 中文转拼音 /// public class PinYin ...
分类:其他好文   时间:2014-05-23 06:46:51    阅读次数:395
CSS3background新增属性
1. background-size background-size: cover || contain. 该属性可以是背景图片铺满容器,前者适用于当背景图片原始尺寸小于容器大小,后者适用于图片尺寸大于容器。2. background-clip 取值 : border-box || padding....
分类:Web程序   时间:2014-05-23 06:32:10    阅读次数:331
winform小程序------保留n位四舍五入小数
一:可选择保留位数,注释很解释的很详细,上图二:全部代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Sys...
分类:Windows程序   时间:2014-05-23 05:23:41    阅读次数:508
OpenGL小试牛刀第一季
效果截图:代码展示:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using Sys...
分类:其他好文   时间:2014-05-23 04:31:37    阅读次数:312
中国海域系统源代码
file:///C|/Documentsand Settings/Administrator/桌面/clip_image006.gif f...
分类:其他好文   时间:2014-05-23 04:15:24    阅读次数:578
Mandelbrot图像
using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { doubl...
分类:其他好文   时间:2014-05-23 04:08:51    阅读次数:427
模仿ArcGIS用Graphics重绘的直方图分级调节器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-05-23 03:42:43    阅读次数:353
基类的参考Expression能传一个lambda表达式
using System;using System.Collections.Generic;using System.Data.Entity.Infrastructure;using System.Linq;using System.Linq.Expressions;using System.Tex...
分类:其他好文   时间:2014-05-22 16:50:46    阅读次数:266
POJ 1179 Polygon
区间DP问题 注意最大值...
分类:其他好文   时间:2014-05-21 15:41:47    阅读次数:288
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!