资源列表
feidigui_bianli_BiTree
- 建立一棵链表表示的二叉树,然后采用非递归先序访问二叉树,具体用一个指针栈(数组)来实现,且其最大容量为maxsize=50,二叉树根指针为T,若一个结点的左孩子和右孩子均为空,则为叶子结点,计数器加一,直到访问结束。-Binary tree expressed in the establishment of a linked list, and then visit the first-order non-recursive binary tree, specifically with a po
Create_and_bianli_BiTree
- c语言实现的 算法思想: 根据完全二叉树的定义,对完全二叉树按照从上到下,从左到右的层次序遍历应该满足: (1)某节点没有左孩子,则一定无右孩子 (2)某节点缺左或右孩子,则其所有后继一定无孩子。 若不满足上述任何一条,均不为完全二叉树。 (3) 利用栈先序遍历 -c language implementation of the algorithm is thinking: According to the definition of complete binary
moscnt.1.0
- 基于matlab的纳米级碳纳米管晶体管仿真程序-nanotube transistor simulation
dolittle
- dolittle方法求解线性方程组,采用c语言进行编写-linearity equations resolved bu dolittle
Multi-classSVMClassifierUtilizingBinaryDecisionTre
- 有关svm 多类的问题,用二叉树来解决的。一篇英文。可以参考。-The svm multi-class problems, and use a binary tree to be resolved. One in English. Can refer to.
Classification_IntroKernelMethods_Campedel2009
- 有关核函数再svm中的应用,一篇英文,有点用处。-Svm on nuclear function, and then in the application of an English, a bit useful.
221237351720061192258333067065
- 光流算法代码,实现对单运动目标,多运动目标的检测-optical flow code
DCT_sim
- 采用离散余弦变换对图像进行压缩的matlab函数代码。-Using discrete cosine transform image compression matlab function code.
lingo.doc
- lingo教程,用于初学者学习lingo的基本使用方法,起初级入门作用.-lingo tutorial for beginners to learn the basic use lingo played the role of the primary entry.
SignalsandSystemswithMATLAB
- 介绍了如何使用matalab对信号系统进行仿真,对初学者很适用-This text contains a comprehensive discussion on continuous and discrete time signals and systems with many MATLAB® examples. It is written for junior and senior electrical engineering students, and for self-st
MatlabPrimer
- MATLAB is an interactive, matrix-based system for scientic and engineering numeric computation and visualization. You can solve complex numerical problems in a fraction of the time required with a programming language such as Fortran or C. The n
matlabsuanfadaquan
- 数学建模涉及到的算法大全,书中包含有介绍以及算法,对于建模爱好者是有非常大的好处。-Mathematical modeling related to the algorithm Daquan, the book contains a descr iption, as well as algorithms for modeling enthusiasts there is a very big advantage.
