搜索资源列表
YAM_Project
- 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
CppCode
- C++经典源代码 CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在
VectorTest
- 練習用STL Vector寫的測試程式,請用Borland C++ 打開-Practice with the STL Vector to write a test program, please use the Borland C++ Open
3
- 本文描述在网上能够找到的最简单,最快速的哈夫曼编码。本方法不使用任何扩展动态库,比如STL或者组件。只使用简单的C函数,比如:memset,memmove,qsort,malloc,realloc和memcpy。 -This article describes the Internet can find the simplest, most fast Huffman coding. This method does not use any extension dynamic librarie
approachstl
- 本文面向的读者:学习过C++程序设计语言(也就是说学习过Template),但是还没有接触过STL的STL的初学者。-This article is for readers: Learning over C++ programming language (ie, studied Template), but has not yet come into contact with STL, STL beginner.
HMM
- 通用HMM,文件:Hmm.h and Hmm.cpp是Hmm class cmain.cpp是用c语言写的测试函数 main.cpp是用c++语言(stl)写的测试函数 HmmData.txt是一个hmm的存储文件,可由程序读出-Universal HMM, file: Hmm.h and Hmm.cpp yes Hmm class cmain.cpp is written in c language test function main.cpp is c++ language
c
- 返型程序设计和STL编程 继承与派生3 类与对象 异常处理-Return-type programming and STL programming inheritance with three classes and objects derived from exception handling
CplusplusStl
- 学校acm培训讲解关于C++STL的示例代码,非常简单清晰,初学者必备(环境为Visual C++ 6.0)-Acm training school on the C++ STL to explain the sample code is very simple and clear, essential for beginners
stlport
- c++stl标准模板库,2008年最新更新,支持所有MFC函数。-c++ stl Standard Template Library, in 2008 the latest updates, and support all MFC functions.
lab_10
- 1.将直接插入程序,直接选排程序,冒泡程序,顺序查找函数封装到数组类中,作为成员函数,实现并测试类 2.定义一个整形数组,使用C++标准模板库(STL)中查找函数find()进行数据的查找 3.定义一个对people类对象数组按编号排序的函数,一个按编号查找people对象的函数。在测试过程中对使用前面实验得到的结果定义教师数组和学生数组,分别对教师数组和学生数组进行排序和查找-1. Will directly insert the procedure, direct election
TextQuery
- 标准C++实现的文本查询器,帮你熟悉STL容器。-Standard C++ implementation of the text query devices to help you are familiar with STL containers.
stl
- STL编程,学习标准模板库的重要资料和编程实例,值得C/C++程序员学习-STL programming, Standard Template Library to learn important information and programming examples, it is C/C++ programmers to learn
calculator2
- 用C++编写的一个简单计算器,可以实现将中缀表达式转化为后缀表达式,并计算输出表达式的值,利用了STL中的栈-using C++ make a calculator which can used to make middle pression into fix pression and calculate the value
NotepadHelpe
- Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器. 为了产生小巧且有效率的代码编辑器,这个在 GPL 许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla. 藉由加强与优化许多函数及演算法,Notepad++ 致力於减少世界二氧化碳的排放.当使用较少的 CPU 功 率, 降低电脑系统能源消耗, Notepad++ 间接造就了绿化的环境. 多亏它的轻巧与执行效率, Notepad++ 可 完美地取代
stl
- C++中STL算法库的相关应用及常用库函数-The common use of the STL library with C++
STL
- STL,是关于c++标准模板库的。希望对大家有用,注你学习愉快!-STL, is about c++ Standard Template Library.I hope useful, Note you happy learning!
stl_malloc
- 用c++实现了stl内存池,用来分配内存和释放内存,并且用vector测试(The STL memory pool is implemented with c++, which is used to allocate memory and release memory, and to test with vector)
4.STL
- hacker rank c++ languages 4
STL源码剖析
- C++入门书籍,主要是关于C++入门的内容,新手强烈推荐(C++ entry books, mainly on the entry of C++ content, the novice strongly recommended)
Generic Programming and the STL
- 《》c++泛型编程与标准库》电子版,熟悉c++泛型编程方法以及灵活使用标准库(Generic Programming and the STL)