搜索资源列表
wordstatSTL
- wordstatSTL.定义控制台应用程序的入口点。//单词统计 //统计一个文本文件中所有单词的使用次数 //将单词按照有多到少的使用次数打印出来 //对于次数相同的单词按照字母由大到小的顺序排列 //这是由STL(Standard Template Library)的map和set实现的教学例程-wordstatSTL. Console application definition of the point of entry. / / Word statistics / /
41104
- This the string class you expected to find in STL, but didn t. The design goal of this class is to make all the string handling functions from the standard C library available within a single C++ class, with the added bonus of automatic buffer a
pascal-compiler-in-cpp
- pascal compiler in C++是一个用C++实现的PASCAL编译器,主要包括符号表,创建语法树,代码生成和4元式解析等。该工程是根据龙书实现的编译器。项目中大量使用了STL,设计模式等思想。是学习面向对象编程和设计的好材料。里面包含有说明.txt有更详细说明 请使用Mingw或Dev-C++开发环境-pascal compiler in C++ is a compiler which compiles pascal code. The project consists
npp.5.9.2.src
- Notepad++是一个免费的开源的编辑器,完全可以替记事本,支持多种语言。 环境中运行在MS Windows上,它的使用受 GPL 许可证限制。 其基于强大的编辑组件 Scintilla ,用C + +编程,使用Win32 API和STL以确保更高的执行速度和更小的程序的大小。更节省内存等资源!-Notepad++ is a free open source editor for notepad can support multiple languages. Environment