搜索资源列表
ValueAndEnumTypes
- 向开发人员介绍 .NET Framework 值类型和枚举类型,并说明如何创建和使用这些类型。本示例从 ValueType 和 Enum 类派生这些类型。其中的每个类都提供了能使开发人员轻松使用这些类的特性。 下面的列表内容简要介绍本示例使用的类和技术。 值与引用类型 ValueType 所有值类型都是从 ValueType 隐式派生的。 Object 所有类型都是从 Object 隐式派生的。在本示例中,重载 GetHashCode() 和 Equals(
console1.6
- 从多媒体文件中搜索给定的视频帧号,这些帧有一个start_code标志位,本算法是融合顺序和预测相结合的方法,算法的执行时间以及内存空间都比较少。-search the presibed viedo frame in multimedia files,with the startcode flag.Use the predict algorithm and sequence algorithm. The algorithm demand small time and little memory
FindFile
- 功能:能够搜索出指定磁盘的文件,并保存到文件中。-Features: the ability to search a specified disk file, and save it to a file in.
c_sdk
- c语言和windows SDK编写的遍历全磁盘搜索指定文件的源码。-c language and the windows SDK write traversing full disk search for the specified file source.
deep-search-for-eight-digital-issue
- 深度搜索实现八数码问题。控制台应用,源码和exe文件-Depth search to achieve eight digital problem. Console applications, source code and exe files
2011010963_e4
- THUEE数据与算法实验四: 1、二叉树的所有结点的关键字由文件输入,其中关键字均为一个整数,构造增强二叉搜索树,并统计树的层高,按要求把结果输出到文件中。 2、给定两个增强二叉搜索树P和T,判断从形状上(不考虑结点关键字值)P是否等于T的某个子树,即T是否包含P。(最好对于任意形式二叉树均可实现比较,不仅限于二叉搜索树)-THUEE four experimental data and algorithms: a keyword all nodes by binary file inp
