码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
c?#? ?利?用?m?s?t?s?c? ?协?议?实?现?固?定?窗?口?的?远?程?桌?面
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-08-06 14:27:01    阅读次数:191
Async异步编程入门示例
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace AsyncDem.....
分类:其他好文   时间:2014-08-06 14:15:41    阅读次数:160
C# 实现rtsp Digest Authentication Response
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Security.Cryptography; namespace RTSP_Digest_Authentication { class Program { /// ...
分类:其他好文   时间:2014-08-06 11:53:01    阅读次数:365
将字符串添加到指定的文件中去 AppendAllText ;判断指定路径的文件是否存在File.Exists(Path)
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test { class Program { static void Main(string[] args) { string pat...
分类:移动开发   时间:2014-08-06 11:52:51    阅读次数:191
sharepoint warmup
/---------------- using System;using System.Collections.Generic;using System.Text;using System.Net;namespace WarmupSharepointCS{ class Program {...
分类:其他好文   时间:2014-08-06 11:49:31    阅读次数:161
asp.net 发送邮件
直接上代码mailhelper -------mail帮助类using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mail;/// ///mailhelper...
分类:Web程序   时间:2014-08-06 11:38:31    阅读次数:256
BLL
using System;using System.Collections.Generic;using System.Linq;using System.Web;/// ///SortInfoManager 的摘要说明/// public class SortInfoManager{ publ...
分类:其他好文   时间:2014-08-06 08:23:01    阅读次数:246
DAL
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Data;using System.Data.SqlClient;/// ///SortInfo 的摘要说明//...
分类:其他好文   时间:2014-08-06 08:22:11    阅读次数:554
Session验证码的原理
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace session验证码 { public partial class WebForm1 : S...
分类:其他好文   时间:2014-08-06 02:01:50    阅读次数:292
POJ2002_Squares (哈希表)
本文出自:blog.csdn.net/svitter 题意 A square is a 4-sided polygon whose sides have equal length and adjacent sides form 90-degree angles. It is also a polygon such that rotating about its centre by...
分类:其他好文   时间:2014-08-05 15:58:39    阅读次数:232
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!