资源列表
oprationvideo
- 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
code
- 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
HeapSort
- heapSort堆排序算法的c++实现版本-implementation of heap sort algorithm
leaf_num_tree
- 数据结构中求二叉树的叶子结点个数,适合数据结构使用者。-Binary tree data structure in seeking the number of leaf nodes, the data structure for the user.
link
- 链表中的操作使用,包括链表多种建立方法,删除和插入等操作。-List of operational use, including the establishment of the list a variety of methods, such as delete and insert operations.
tree
- 二叉树的存储类型说明、使用二叉链表的方法来建立二叉树。-Binary storage type instructions, use the binary method to create a binary tree list.
longest_common_subsequence
- 求出所有最长公共子序列(连续序列) 输入: malose malmose 输出: lcs_length=3 lcs_string=ose lcs_string=mal-ouput all the longest common subsequences. the subsequence must be series. for example: [input] malose malmose [output] lcs_length=3 lcs_stri
two_dimension_array
- 摘 要 : 在堆中模拟生成二维数组-a simulator that generates 2-dimension-array in heap space, using operator new/delete.
DijkstraNetworkAlgorithm
- 用于网络优化的最短路径算法-采用费波那次堆-Dijkstra s Algorithm for Network Optimization Using Fibonacci Heaps
sfys
- 这是一个算法演示系统,很适合那些初学数据结构与算法的人-This is a demonstration system algorithm is very suitable data structures and algorithms for their first person
linklist
- 建立一个学生链表,实现基本的创建,删除,插入功能。-A student list, to achieve the basic create, delete, insert function.
twotree
- C++ 实现的一个二叉树算法,值得参考与收藏,可以直接用在项目中-C++ implementation of a binary tree algorithm, it is also useful with the collection, can be directly used in the project
