搜索资源列表
1262523828
- VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC
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平台的字符串类,可以实现在
stum
- 一个自己写的学生管理小系统,全部使用stl函数,代码比较简洁-A student to write their own management of small systems, all using the stl function, code is more concise ~ ~
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
NotepadHelpe
- Notepad++ 是在微软视窗环境之下的一个免费的代码编辑器. 为了产生小巧且有效率的代码编辑器,这个在 GPL 许可证下的自由软体开发专案采用 win32 api 和 STL 以 C++ 程式语言撰写成,并且选用功能强大的编辑模组 Scintilla. 藉由加强与优化许多函数及演算法,Notepad++ 致力於减少世界二氧化碳的排放.当使用较少的 CPU 功 率, 降低电脑系统能源消耗, Notepad++ 间接造就了绿化的环境. 多亏它的轻巧与执行效率, Notepad++ 可 完美地取代
B-Tree
- 纯粹算法,实现B减树,当然无法跟stl的代码比,但是可以从中看到B减树的实现过程。-Pure algorithm, the B tree, of course, can not be compared with stl code, but you can see the B tree implementation process.
cPPstlsrc
- c++ STL学习代码,有几十个单独运行看效果。-c++ STL learning code, dozens of individual run to see results.
EditStl
- VC2008,EditStlDoc.cpp代码中,读取stl文件(txt文件等均通用),对文件的各行内容进行修改,并保存到新文件-read/edit stl/txt file
remove-duplicate-elements
- 试题源代码 用指针法去除重复元素 代码简洁 应用到两个循环结构 很容易看懂 还有一些STL的源代码和代码的题目-Questions the source code with the pointer code simple method to remove duplicate elements applied to the two loop structure is easy to understand some of the STL source code and code topics
Graph_Theory_Code
- 使用C++ STL的图论编程的相关代码 包括几乎所有经典算法 如:最短路径算法,最大流算法,最小生成树等-Using the C++ STL programming graph theory relevant code Including almost all the classic algorithm Such as: the shortest path algorithm, the maximum flow algorithm, minimum spanning tree
1
- STL源码剖析,里面有标准的STLC++代码,还有详尽的注释。-STL source code analysis, which has a standard STLC++ code, as well as detailed comments.
ReadSTLACSIItest
- 次代码为在Matlab中实现ASCII类型的 .stl文件读入,实现点云数据显示-Time code for implementation in Matlab ASCII type. Read in STL file, point cloud data display
threadingtest
- 可编译的C++代码来帮助你学习 STL 线程库的使用方式.-Fully compilable C++ code to help you learn multithreaded programming in C++
algorgthm
- 这个评分系统,用到了C++的 STL库,所以代码很少,只有30行左右就实现了全部功能-The scoring system, use the c++ STL library, so very little code, only about 30 lines can achieve the function of all
cppcheck
- cppcheck 是一个静态代码检查工具,支持c, c++ 代码;作为编译器的一种补充检查,cppcheck对产品的源代码执行严格的逻辑检查。 执行的检查包括: 1. 自动变量检查 2. 数组的边界检查 3. class类检查 4. 过期的函数,废弃函数调用检查 5. 异常内存使用,释放检查 6. 内存泄漏检查,主要是通过内存引用指针 7. 操作系统资源释放检查,中断,文件描述符等 8. 异常STL 函数使用检查 9. 代码格式错误,以及性能因素检查(Cppcheck is a
stl侯杰源码
- STL源码剖析配套代码 ,华中科技大学,候捷老师著(STL source code analysis supporting code, Huazhong University of Science and Technology, Hou Jie teacher)
stl
- stl的测试代码,牛客网某个数组面试题目(Stl test code, interview questions)
matlabToStl
- 利用matlab生成stl文件的代码,有demo实例(Using MATLAB to generate STL file)