资源列表
test_BB1
- 一个简单的小脚本,B/B/1队列backlog仿真程序,仿真了不同到达率和服务率下的队列backlog时间序列。参数lambda为伯努利过程到达率,mu为服务过程的服务速率(同为伯努利过程)-B/B/1 queue backlog simulation program
MyExpSin_continuation_FFT
- 自己写的代码,是对正弦衰减信号进行周期延拓并傅里叶变换-Write your own code, it is a sine signal attenuation period extension and Fourier transform
Newton_raphson
- 牛顿迭代法又称为牛顿-拉弗森方法,它是一种在实数域和复数域上近似求解方程的方法。-Newton method, also known as Newton-Raphson method, it is a real field and complex domain approximation method of solving equations.
NMI
- 此算法为计算NMI的值来评价聚类结果的好坏,值越接近1则代表结果越好。-This algorithm is NMI about a eavluation of clustering result.
abinarytree
- 求二叉树树高,和把由前序和中序构建树,又后序遍历这两步放在同一个递归中完成的两个程序。-Binary tree for tree height, and put by the former sequence and in order to build a tree traversal sequence after another on these two steps completed by the middle of the same two recursive procedures.
algo2-1
- 数据结构线性表的链表存储表示(结构)及实现-Linear data structure, said table storage list (structure) and the achievement of
ex4
- 上传的这个程序使用递归算法实现数组的合并排序。-From this process a recursive algorithm using an array of merge sort.
bin_tree
- 二叉树的前序,中序,后序遍历,和求其的深度小程序-Pre-order binary tree, in order, the order of traversal, and find the depth of its small program
biaodashi1
- 这个是用数据结构实现表达式计算的关键算法!-This expression is calculated using data structures to achieve the key algorithm!
Merge-sort
- 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 -Merge sort in C/C++
L2211
- 单链表的监理程序,长度为1221,很好的程序,思路清晰-Singly linked list of the supervision program, a length of 1221, a very good program with clear ideas
element-position-of-maximum
- 求数组最大元素的位置并输出数组下标-For the array element position of maximum
