码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
获取Json数据
//代码using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using Newtons...
分类:Web程序   时间:2014-08-04 01:44:46    阅读次数:328
SqlHelper 2
SqlHelper 类:using System;using System.Collections.Generic;using System.Data;using System.Data.SqlClient;using System.Linq;using System.Web;using Syste...
分类:数据库   时间:2014-08-03 23:06:36    阅读次数:464
导出Excel文件
引用:using System;using System.Collections.Generic;using System.Text;using System.Data;using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using NPOI.HPSF...
分类:其他好文   时间:2014-08-03 20:29:57    阅读次数:387
C#加密方法汇总(SHA1加密字符串,MD5加密字符串,可逆加密等)
using System;using System.Collections.Generic;using System.Text;namespace StringEncry{ class EncodeAndDecode { /// /// Base64加密 ...
分类:其他好文   时间:2014-08-03 17:54:35    阅读次数:186
1.C#WinForm基础制作简单计算器
利用c#语言编写简单计算器:源码如下:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;...
分类:Windows程序   时间:2014-08-03 15:07:35    阅读次数:310
Phong Shading
【Phong Shading】 The most serious problem with Gouraud shading occurs when specular highlights are found in the middle of a large polygon. Since these....
分类:其他好文   时间:2014-08-03 12:43:25    阅读次数:223
汉字转16进制ASCII码
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TestConsole{ class Program { static void Main...
分类:其他好文   时间:2014-08-03 12:37:15    阅读次数:210
ubuntu密码忘了、sudoers文件坏了等解决办法
1、开机狂按shift键,进入grub页面,用上下键移到第二行的恢复模式,按e(注意不是回车) 即Ubuntu,With Linux 3.2.0-23-generic(recovery mode)? 2、把ro recovery nomodeset 改成rw single init=/bin/bash ...
分类:其他好文   时间:2014-08-02 18:34:04    阅读次数:263
二维码_(一)生成与拼接
毕业后工作单位第一个工作:好坑~~~!一个简单的小DEMO各位大神勿喷生成:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing...
分类:其他好文   时间:2014-08-02 18:10:23    阅读次数:395
二维码_(二)分割与读取
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:其他好文   时间:2014-08-02 17:57:23    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!