搜索资源列表
SparcZ
- 用win32汇编编写的类*的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdclose - to close CDROM d
Lightemplate
- 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -I wrote the php template class, called simple, if else inclu
1
- 编写一个词法分析程序,对某源程序文件进行词法分析,将其中的所有单词经词法分析后变为由类号构成的目标文件-Procedures for the preparation of a lexical analysis of a lexical analysis of source documents, all of which by the lexical analysis of words into its composition by type of target file
wubanpeidui
- 舞伴配对C++源代码,一个头文件,一个主文件和一个类文件-Partner matching C++ source code, a header file, a master file and a class file
UTOU
- 自己用WIN32汇编写的一个U盘小偷类的小程序,文件非常小,占用资源只有1K多点,还增加了自启动功能,需要的话可以自己改源码可以偷到任意扩展名的文件-WIN32 compilation of his writing with a small U disk thief class programs, files, very small, occupying only 1K more resources, but also increased self-start, if required, can
wenbenfenxi
- 请封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作。可以统计的信息有: (1)中文字符数; (2)英文单词数; (3)行数; (4)字符个数(不计空格); (5)空格数。 上述的字符统计信息,要求写到一个Report.txt文件中,并且能显示出来。 (注:不要求界面,只要能以命令行的形式输入及显示即可;统计功能可参考Word中 的“字数统计工具”) -Please package a class CText, and writ
character8
- c++对于rational类的定义。一个头文件,简单清晰。通俗易懂。-c++ rational class definition. A header file, clear and simple. Easy to understand.
GXMvivi
- bmp文件的打开保存读取以及二值化,滤波处理等操作源代码,可以方便的高效率的对bmp操作。全部都封装到了c++类里面-to open up ,save,and load a bmp file on VS or vc stage
Desktop
- 几个轴承类的matlab文件 里面包含几个实例-Several bearing class matlab file which contains a few examples
2
- 先定义“点”类Point,由“点”类派生出“圆”类Circle,再由“圆”类生成“圆柱体”类cylinder。圆类的属性有圆心和半径(指针类型);方法有构造函数、析构函数、显示面积和计算面积。圆柱体类的新增属性是高度,方法有构造函数、析构函数、显示体积和计算体积。类的应用:创建一个圆柱体类,显示信息,求它的体积。类的定义与实现及主函数以多文件组织。-The first definition of "point" Point, "points" class derived from the "Ci
