码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
ADO.NET之4-使用SqlCommand对象向数据库添加记录---ShinePans
源代码: using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SQLTest { c...
分类:数据库   时间:2014-08-02 15:36:33    阅读次数:227
ADO.NET之5-使用Command对象删除记录---ShinePans
源代码: using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SQLTest { c...
分类:Web程序   时间:2014-08-02 15:35:53    阅读次数:185
ADO.NET之6-使用Command修改数据库中的数据---ShinePans
源代码: using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SQLTest { c...
分类:数据库   时间:2014-08-02 15:34:43    阅读次数:210
ADO.NET之7-使用Command对象查找数据库记录---ShinePans
查询数据路里的数据数量: 代码: using System; using System.Collections.Generic; using System.Data; using System.Data.SqlClient; using System.Linq; using System.Text; using System.Threading.Tasks; namespac...
分类:数据库   时间:2014-08-02 15:33:53    阅读次数:259
字符串转整数(C#)
using System;using System.Collections.Generic;namespace StrToInt_CS{ class Program { static void Main(string[] args) { string str = ""; while (!String...
分类:其他好文   时间:2014-08-02 15:06:43    阅读次数:170
C#读写ini文件
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections.Specialized; using System.IO; ...
分类:其他好文   时间:2014-08-02 12:40:53    阅读次数:244
3.C#面向对象基础聊天机器人
基于控制台的简单版的聊天机器人,词库可以自己添加。源码如下:using System;using System.Collections.Generic;using System.Text;namespace 面向对象聊天机器人1{ class Program { stati...
分类:其他好文   时间:2014-08-02 12:38:13    阅读次数:236
C#学习:委托、事件、匿名方法
一、委托:委托给我的感觉就是一个种类型,可以让方法更具面向对象的特性——你看,其实我也没说明白,因为我也不大理解。还是一步步往下学吧。具体来说,委托就是一个类似下面的这种东西:using System;using System.Collections.Generic;using System.Lin...
分类:其他好文   时间:2014-08-02 07:34:43    阅读次数:235
MFC下对串口的操作以及定时器的调用
最近研究了一下MFC下对串口的操作,测试了一下对设备的读写。1.打开串口 1 GetDlgItem(IDC_BUTTON_OPEN)->EnableWindow(FALSE); 2 m_hComm = CreateFile("COM1", 3 GENERIC_READ...
分类:其他好文   时间:2014-08-01 19:17:42    阅读次数:263
超级简单版多态计算器
个人笔记学习黑马四期一、编写一个操作父类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 多态计算器{ .....
分类:其他好文   时间:2014-08-01 15:48:21    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!