搜索资源列表
QuerySystem_V0.1
- 查询系统 设置关键字、查询条件、多项条件进行对数据的查询 并对结果进行闪烁 生成日志 查询后可以点击查看属性-Inquiry system set up keyword query, a number of conditions for data query and the results are generated log flicker inquiry can click View Properties
mygoogle_source
- C#调用google搜索服务的源码示例,实现了用google根据关键字搜索的功能-C# call google search service source example implementation using the google keyword search in accordance with the function of
AppLook
- 监视当前应用程序,给定关键字,如果出现,则自动关闭。-Monitoring the current application, a given keyword, if there is, then automatically shut down.
IniHelper
- /// <summary> /// INI文件读写操作帮助类 /// INI文件的结构 /// INI文件是一种按照特点方式排列的文本文件。每一个INI文件构成都非常类似,由若干段落(section)组成,在每个带括号的标题下面,是若干个以单个单词开头的关键词(keyword)和一个等号,等号右边的就是关键字对应的值(value)。其一般形式如下: /// [Section1] /// KeyWord1 = Valuel /// KeyWord2
zaixiankaoshi
- 《基于asp.net在线考试平台开发与设计》本系统的设计是为了方便各学校的出卷而进行的。它不仅有利于老师对试题的管理、试题自由录入,而且还能够帮助老师们解决出卷的问题。由于这是网络版的项目,因此它更好的实现了信息资源的共享。 本系统从总体上可以分为两大块:试题管理、在线考试,具体由试题的管理、录入试题、编辑试题几个部分构成。 该系统是基于ASP.NET(动态服务网页)技术+SQL SERVER 2000为基础而开发的课题,开发过程中运用了页面模块化、构件化及信息发布的动态生成、静态页面显
BlogSearchEngine
- 该系统用CSharp实现一个博客搜索引擎 对关键字的搜索准确,且能识别博主的文章倾向-The system is using CSharp achieving a blog search engine keyword search accuracy, and can identify the main article tendency Bo
serialtest
- 电力系统串口通信测试工具,通过指定通讯数据包中的关键字自动组成通讯数据包,在根据需要通过指定的串口发送-Serial communication tool for power system testing, communication of data packets by specifying the keyword automatic composition of communication packets, in accordance with the specified serial po
CSharp-CodeCollection
- 用C#编写的个人代码收集器,带关键词搜索功能。-The collection of personal code written in C# with a keyword search function.
Csharp
- C#基础概念二十五问 1.静态成员和非静态成员的区别? 2.const 和 static readonly 区别? 3.extern 是什么意思? 4.abstract 是什么意思? 5.internal 修饰符起什么作用? 6.sealed 修饰符是干什么的? 7.override 和 overload 的区别? 8.什么是索引指示器? 9.new 修饰符是起什么作用? 10.this 关键字的含义? 11.可以使用抽象函数重写基类中的虚函数吗?