资源列表
sort
- 九种基本的排序算法的实现,其中大部分排序方法分别基于数组数据和向量数据实现了一个版本-The realization of the nine basic sorting algorithm, in which most of the sorting method based on the array data and vector data to achieve a version
asd
- 1. 编写程序完成如下功能: ⑴ 编写一个自己的字符串类MyString,它有一个私有的数据成员:指向字符串的指针m_data。编写该类的构造函数、拷贝构造函数和析构函数,在构造函数和拷贝构造函数中动态申请内存空间赋值给m_data。用于存储字符串。在析构函数中释放内存空间。 ⑵ 重载运算符“+”作为类MyString的成员函数,使能完成字符串相加功能。 ⑶ 编写main函数,测试该类及被重载的运算符。-A written procedure performs the fol
bintree2list
- 将二叉树转换为双向链表的程序,是学习二叉树和双向链表的很好的教程-Convert the binary tree to a doubly linked list program, is a good tutorial for learning binary tree and doubly linked list
munkres
- 匈牙利算法matlab实现,对于二部图的最优匹配-Hungarian algorithm matlab achieve optimal matching of bipartite graph
Seek-the-greatest-common-divisor
- 求最大公约数 求最大公约数 -Seek the greatest common divisor
mlfzuijindui
- 4蛮力法求解最近对问题 4蛮力法求解最近对问题-4 brute force method to solve the problem brute force method for solving the problem
mlfbeibao
- 5蛮力法求背包问题 5蛮力法求背包问题 5蛮力法求背包问题-5 Brute Force Method knapsack problem 5 Brute Force Method knapsack problem brute force method to seek the knapsack problem
oop
- 实现二叉树的结构,用MFC框架搭建,面向对象的思想,学习C++语言的好例子。-Binary tree structure with the MFC framework structures, object-oriented thinking, good example learning C++ language.
Algorithms-of-MIT_PART1
- 这是麻省理工学院的关于算法方面的介绍,是比较好的学习资料。-This is MIT on the introduction of the algorithms is a good learning materials.
matrix-cookbook
- 这是一本矩阵方面的知识的学习资料,这个资料比较全面的介绍矩阵方面的一些变换和计算,值得一看。-This is a matrix of knowledge, learning materials, and this information is relatively comprehensive introduction to some transformation matrix and calculation, worth a visit.
1
- 实现大整数的运算,对大整数实现减价乘除的运算以及输入输出。-large integer operation algorithm calculation of big integer large integer numerical calculation
bubble
- 这是一个关于冒泡法排序算法的简单的C语言程序-Bubble sort algorithm method
