资源列表
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
yi
- 基本练习 你一定有用 复数包括实部虚部 输入输出-Basic exercises you must be useful to the plural include the real part of the imaginary part of the input and output
BSTree
- 二叉查找树的懒惰删除(lazy deletion) 包含类的完整定义-The lazy delete binary search tree (lazy deletion) contains a complete definition of the class
qpsk-modu
- QPSK 调至,基于BPSK的算法进行改进,实现了四项位调制,比原有调至方式更加准确无误-QPSK adjusted to improve the BPSK-based algorithm, to achieve the four bit modulation, and more accurate than the original adjusted
DArray
- 对任意维数,任意大小长度的数组的实现 。-For any number of dimensions, the realization of any size array.
precision--calculation
- ACM辅导资料,还有一些cdoj上的题目。模拟与高精度计算。-The ACM counseling information, there are some topics on cdoj. Analog with the precision of calculation.
select_sort
- /*选择排序 *从待排序的数中找到最小的元素,放到第一个位置, *从剩下的n - 1个元素中找到最小的元素,放到第二个位置, *依次下去,直到n - 1个元素。 *每次排序都会在待排序的元素中找出一个最小的值放到待排序的数的首段。 */-/* Sort select* find the smallest element from the number to be sorted, and placed in the first position, find the smalle
mp
- /*冒泡排序-----从大到小 *前一个和后一个两两比较,若小于则交换,直到最后一个元素,即小的冒泡,大的下沉 *每一循环都会从待排序的数中找出一个最小值,排到这组数据的最末端或首段,即冒泡 *对于n个数冒泡排序的最大趟数是n - 1,每一趟排序都会在这组待排序的数中产生一个最小值, */-/* Bubble sort----- from largest to smallest* before and after a twenty-two, if less than the ex
