搜索资源列表
ValueAndEnumTypes
- 向开发人员介绍 .NET Framework 值类型和枚举类型,并说明如何创建和使用这些类型。本示例从 ValueType 和 Enum 类派生这些类型。其中的每个类都提供了能使开发人员轻松使用这些类的特性。 下面的列表内容简要介绍本示例使用的类和技术。 值与引用类型 ValueType 所有值类型都是从 ValueType 隐式派生的。 Object 所有类型都是从 Object 隐式派生的。在本示例中,重载 GetHashCode() 和 Equals(
获得文件列表,C程序
- 获得文件列表,C程序,可以得到任何目录下的所有文件,包扩大小,属性之类的
SETFTIME
- 我在上个世纪写的一个批量修改文件时间属性的精致实用小程序,在Windows下可用(开发环境:DOS,BC3.1)。 -I write in the last century, a batch of time to modify the file property of the exquisite small practical procedures can be used under Windows [Development Environment: DOS, BC3.1].
tanchishe
- 一个简单的vc++控制台贪吃蛇程序。如vs2005及以上vs出现如warning C4996的警告: 1.在预编译头文件stdafx.h里(注意:一定要在没有include任何头文件之前)定义下面的宏: #define _CRT_SECURE_NO_DEPRECATE 2.#param warning(disable:4996) 3.更改预处理定义: 项目->属性->配置属性->C/C++ -> 预处理器 -> 预处理器定义,增加_CRT_S
D_-_Dir_re
- 这个替代Dir命令可以显示所有的文件和目录连同所有可能的NFTS属性。目录显示在黄色使他们容易识别 -This replacement for the Dir command has the ability to display all files and directories along with all possible NFTS attributes. Directories are displayed in yellow to make them easy to identify
file_monitor
- 控制台实现简单的文件监控功能 可以监视程序当前运行目录及子目录下的文件的创建 删除 属性改变等-Console for simple file monitoring function
jixu
- 词法分析器,每个循环处理一个单词;调用词法分析过程;输出每个单词的内部码(种别编码,属性值)。建议从文件中读取要分析的符号串。-Lexical analyzer, each cycle dealing with a word lexical analysis procedure calls the output of each internal code word (species not coding, property values). I recommend reading the s
