码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
System.Speech.Synthesis 添加暂停、继续功能
为了方便调用暂停、继续的方法。要将speech的功能写成一个类。直接附上代码: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Speech.Synthesis; ...
分类:其他好文   时间:2014-07-09 18:44:34    阅读次数:1183
用SqlBulkCopy实现批量插入数据
1、建立一张测试表 testCREATE TABLE test(F_Name NVARCHAR(20) NULL,F_Age INT NULL)2、SqlBulkCopy批量插入数据 1 using System; 2 using System.Collections.Generic; 3 usin...
分类:数据库   时间:2014-07-09 17:58:44    阅读次数:232
Winform读取文档。然后创建,奇数行保存一个文档,偶数行保存一个文档
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-07-09 17:40:26    阅读次数:264
改变FileUpload文件上传控件的显示方式,选择文件后自动上传
一、Aspx页面: 二、Aspx后台代码:using System;using System.Collections.Generic;using System.Linq;using System.W...
分类:其他好文   时间:2014-07-09 16:09:58    阅读次数:164
C#二维码生成与解码(二)
【窗体效果图】【程序源代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using...
分类:其他好文   时间:2014-07-09 15:59:37    阅读次数:243
C# 仿百度自动匹配
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms...
分类:其他好文   时间:2014-07-09 15:58:13    阅读次数:213
C#鼠标键盘钩子
using System;using System.Collections.Generic;using System.Reflection;using System.Runtime.InteropServices;using System.Text;using System.Windows.Form...
分类:其他好文   时间:2014-07-09 15:50:56    阅读次数:199
C# 基础之飞行棋
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 飞行棋{ class Program { //地图 //0代表普通方块□ ...
分类:其他好文   时间:2014-07-08 21:57:27    阅读次数:168
zoj 3537 Cake (凸包判定+区间dp)
Cake Time Limit: 1 Second      Memory Limit: 32768 KB You want to hold a party. Here's a polygon-shaped cake on the table. You'd like to cut the cake into several triangle-shaped parts for th...
分类:其他好文   时间:2014-07-08 15:36:15    阅读次数:298
c#值类型,引用练习,ref,out
usingSystem; usingSystem.Collections.Generic; usingSystem.Linq; usingSystem.Text; usingSystem.Threading.Tasks; namespaceConsoleApplication1 { classProgram { staticvoidMain(string[]args) { inti=10;//值类型 intj=10;//必须初始化 intk;//不需要初始化 int[]iarr={..
分类:其他好文   时间:2014-07-08 09:42:06    阅读次数:221
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!