码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
保存图像到数据库
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;/...
分类:数据库   时间:2014-07-16 23:09:28    阅读次数:378
.Net常用技巧_C#打印(PrintDocument、PrintDialog、PageSetupDialog、PrintPreviewDialog)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:Web程序   时间:2014-07-16 23:08:43    阅读次数:264
.Net常用技巧_VS2005[C#] 操作 Excel 全攻略(转)
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Window...
分类:Web程序   时间:2014-07-12 13:20:33    阅读次数:230
NVelocity 实例
using System;using System.IO;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using Sy...
分类:其他好文   时间:2014-07-10 12:18:40    阅读次数:160
C#自动发送邮件
using System;using System.Collections.Generic;using System.Linq;using System.Net.Mail;using System.Text;using System.Threading.Tasks;namespace QQEmail...
分类:其他好文   时间:2014-07-10 11:45:31    阅读次数:189
Finder(文件内容搜索工具)
搜索文件夹内容的小工具Github两种搜索模式的算法:BoyerMooreSearch.csusing System.Threading;using System.Collections.Generic;using System.Linq;namespace Finder.Algorithms{ ....
分类:其他好文   时间:2014-07-10 00:14:50    阅读次数:335
ListHelper
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace Data_Helper{ ...
分类:其他好文   时间:2014-07-07 23:51:29    阅读次数:299
Main(string[] args)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;using Microsoft.SqlServer.Manag...
分类:其他好文   时间:2014-07-07 23:49:33    阅读次数:333
SqlHelper
using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.Data.SqlClient;using System.Linq;using System....
分类:数据库   时间:2014-07-07 23:33:55    阅读次数:264
POJ2676 Sudoku [数独]
好题,也很实用,犯了几个错误 1.在枚举赋值的时候,思维有个错误:当当前的赋值不能填完这个数独,应该是继续下一个循环,而不是return false 终止枚举 2.Generic Programing写错了,,,本来那个memset想写成Generic Programing的,,,然后,永远只有第一组结果对 不说了,泪哈,,, #include #include #include #...
分类:其他好文   时间:2014-06-30 11:04:33    阅读次数:157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!