资源列表
CastleVania
- 移植fc 的初代恶魔城,有利于初学者充分理解oo编程,而且代码里的引擎不错,大家可以拿来用一下-Fc of the first generation of portable Castlevania is conducive to fully understand the oo programming for beginners, and the code of the engine, well, we can put to use what
STLsort
- 对STL的排序有详细的说明,是STL初学者良好的学习材料-STL sort of detailed descr iption, is a good learning material for beginners STL
Exercise5
- Dijkstra算法最有路径,可以计算从一个城市到另一个城市的最优路径-Dijkstra algorithm is the best path, can be calculated from one city to another optimal path
stack
- 手动编写的一个C++的栈,功能与STL的相同-Manual prepared by a C++ stack, functions the same as with the STL
jiaoxue
- C语言编写的一个教学管理系统,可以模拟查询学生的成绩,排名等-C language written in a teaching management system, students can simulate the query results, rankings, etc.
Curvature
- This is to compute discrete curvature from STL (tesselated)3D model.
Containers
- Data Structures - Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ using STL"-Data Structures- Overview of STL container classes, lecture material is adapted from E-Book "Data Structures with C++ us
Queues
- lecture material about Queues. Adopted from E-book "Data Structures with C++ using STL" by William Ford, William To-lecture material about Queues. Adopted from E-book "Data Structures with C++ using STL" by William Ford, William Topp
Stacks
- Lecture material on Stacks, adopted from E-book "Data Structures with C++ using STL" by William Todd, William Ford
LinkedLists
- Power Point Presentation/Lecture material on STL topic Linked Lists, adopted from book "Data Structures with C++ using STL" by William Ford, William To-Power Point Presentation/Lecture material on STL topic Linked Lists, adopted from book "Data Struc
Vector_Deque
- Power Point Presentation/Lecture Material on Vectors and Deques (C++ STL), adapted from "Data Structures with C++ using STL" by William Ford, William To-Power Point Presentation/Lecture Material on Vectors and Deques (C++ STL), adapted from "Data Str
c_list
- C语言下开发的双链表算法,模拟C++中STL接口说明,可以在嵌入式C语言中直接使用。-double list using C language.