码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
TCP和UDP Client 代码
最近学习要求做网络编程,使用从网上找了一些资料,主要是网络协议的分层等通讯,你可以查看英文版的资料:CScharp网络编程英文版下面直接给出代码吧,我想一看应该就懂。TCP Client 代码:using System;using System.Collections.Generic;using S...
分类:其他好文   时间:2014-05-09 04:50:07    阅读次数:507
C#导出数据至excel模板
开源分享最近一个客户要做一个将数据直接输出到指定格式的Excel模板中,略施小计,搞定其中包含了对Excel的增行和删行,打印预览,表头,表体,表尾的控制using System;using System.Collections.Generic;using System.Linq;using Sys...
分类:其他好文   时间:2014-05-09 04:33:07    阅读次数:495
NPOI 2.0 创建Excel文件
如果只是简单的处理的话,只需要引用下载压缩包里的NPOI.dll (office 2003)或NPOI.OOXML.dll(office 2007) 文件而已。 1 using System; 2 using System.Collections.Generic; 3 using System.Li...
分类:其他好文   时间:2014-05-09 04:29:08    阅读次数:324
C#:ZedGraph画图控件(待补充)
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using ZedGraph;namespace TestZedGraphCo...
分类:其他好文   时间:2014-05-08 19:21:43    阅读次数:530
C#:TextBox控件操作类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace Common{ /// /// TextBox控...
分类:其他好文   时间:2014-05-08 19:15:06    阅读次数:293
winform学习日志(二十六)----------控件treeview使用
一:实现功能,获得选中节点,在选中节点下添加节点,折叠,展开,删除,得到选中节点下checked项,选中根节点其下节点也选中,图标。上图二:相关代码using System;using System.Collections.Generic;using System.ComponentModel;us...
分类:Windows程序   时间:2014-05-08 14:53:58    阅读次数:537
U盘是否插入+导入导出文件
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Drawing; 6 using System....
分类:其他好文   时间:2014-05-08 14:25:18    阅读次数:434
WPF Toolkit Chart
--> 增加 using System;using System.Collections.Generic;us...
分类:其他好文   时间:2014-05-08 09:51:40    阅读次数:323
疯狂猜成语测试版
首先展示是我们的首界面。下面展示的是初级的代码及界面。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data; using System.Drawing;using Sys...
分类:其他好文   时间:2014-05-08 07:32:09    阅读次数:447
csharp:Optical Character Recognition
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Drawing;using System.IO;using System....
分类:其他好文   时间:2014-05-08 06:10:59    阅读次数:395
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!