为了方便调用暂停、继续的方法。要将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
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
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
一、Aspx页面: 二、Aspx后台代码:using System;using System.Collections.Generic;using System.Linq;using System.W...
分类:
其他好文 时间:
2014-07-09 16:09:58
阅读次数:
164
【窗体效果图】【程序源代码】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
usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Text;usingSystem.Windows.Forms...
分类:
其他好文 时间:
2014-07-09 15:58:13
阅读次数:
213
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
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 飞行棋{ class Program { //地图 //0代表普通方块□ ...
分类:
其他好文 时间:
2014-07-08 21:57:27
阅读次数:
168
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
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