码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
Dictionary<Key,Value>的用法
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 计算字符{ class Program { ...
分类:其他好文   时间:2014-04-29 20:45:02    阅读次数:446
模仿QQ截图片
原文:模仿QQ截图片两个picturebox,一个放图片完整代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usi...
分类:其他好文   时间:2014-04-29 10:34:45    阅读次数:433
C#读写文件总结
1、使用FileStream读写文件文件头:[csharp]view plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view pla...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:434
模仿QQ截图片
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-04-29 10:14:47    阅读次数:335
事件与委托例子
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using Sys...
分类:其他好文   时间:2014-04-29 09:25:47    阅读次数:415
Csharp: speech to text, text to speech in win
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-28 04:36:58    阅读次数:1052
csharp:Google TTS API text to speech
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-04-27 23:51:43    阅读次数:1188
winform学习日志(二十三)---------------socket(TCP)发送文件
一:由于在上一个随笔的基础之上拓展的所以直接上代码,客户端:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S...
分类:Windows程序   时间:2014-04-27 21:14:46    阅读次数:1392
C#-ColorDialog,FontDialog-文字格式的设置---ShinePans
文字格式设置: 字体颜色设置: Program.cs: using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace ColorDialog { static class Program {...
分类:其他好文   时间:2014-04-27 20:38:47    阅读次数:576
POJ2007 Scrambled Polygon
极角排序...
分类:其他好文   时间:2014-04-27 18:14:10    阅读次数:547
9960条   上一页 1 ... 994 995 996
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!