资源列表
zhezeshi
- C#正则表达式小结 以下是一些常用的正则表达式,觉得实用就收藏一下吧。 只能输入数字:"^[0-9]*$"。 只能输入n位的数字:"^\d{n}$"。 只能输入至少n位的数字:"^\d{n,}$"。 -C# Regular expression summary The following are some common regular expressions, find useful about it on the collection. Can only ent
make-sin-x
- 绘制sin x函数(其中x=0...n ) 及积分 ,n的值可以在前面板输入-make sin x
Wakeuplan
- 遠程網絡喚醒功能,支持局域網,使用C#編寫-wake up net work for remote
OpenFlight-API-chinese
- openflightAPI中文教程,入门用的,大家看看,入个门,-openflightAPI start
1
- 简易的windows风格的计算器,能够实现加减乘除四则运算,能够判断输入是否正确,你值得拥有。-Simple calculator-style windows, to achieve the four fundamental operations addition, subtraction, to determine the input is correct, you deserve to have.
cSharp
- 是c#编的一个简单扫雷,可以从各个方向判断越界-C# is made of a simple mine clearance, can from all directions judgment cross
data-base
- 可以对数据进行排序,添加,删除,浏览,还包含一个数据库的表-Can the data sorting, add, delete, view, also contains a database table
adddd
- 一款aspx大马,可以远程管理服务器。代码非原创,感谢作者共享-A ASPX Malaysia, the function is strong
AdoConnectDB
- Ado访问数据库封装, 能够使访问数据库变得非常容易。-Ado access the database package, enabling access to the database very easily.
MFC_Map
- 实现的画自由线的简易程序 包括设置线型 画笔颜色等-Implementation painting free line set line summary include pen color, etc.
soild-information
- 土地分配信息的记录 数据库的设计与实现 图形显示本地土地分配状况及不同土地类型的比例-Land distribution information database records of the design and realization of the graphic display local land distribution condition and different land types of proportion
tmp1
- 编写程序,从键盘读入一个文本文件名字(可带路径),为该文件中的所有单词建立一个词汇索引。按字母顺序显示所有单词(仅一次),后面紧跟着它们所在的行号。大写与小写字母被认为是相同的。例如,对于下列的输入文件: To be or not to be, that is the question. 产生的词汇索引如下: be 1 2 is 3 not 2 or 1 question 3 that 3 the 3 to 1 2-Programming, rea
