搜索资源列表
插入排序的设计实现分析比较
- 数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
记分牌算法
- 计算机系统结构中实现记分牌算法的一个模拟器-computer system architecture to achieve Scoreboard an algorithm simulator
Md5加密算法
- vb实现MD5的加密算法,简单易用!运行速度快!-MD5 implementation, VB version. It s easy to use and the speed is very fast.
Otsu算法(灰度图像的域值分割)的C++类实现
- Otsu算法(灰度图像的域值分割)的C++类实现.-Otsu algorithm (grayscale image segmentation domain) Category C to achieve.
zhongzi
- 种子填充算法实现域的填充 但没考虑种子边界情况-seed filling algorithm domain but did not consider filling seeds of the border
内存算法
- 内存分配算法,用c实现内存的管理分配,属于操作系统范畴-memory allocation algorithm, using c realization in the administration and distribution of memory, operating system areas
银行家安全性算法
- 改进的安全性算法! 有效实现资源回收! 5个进程,3 个资源!-improve the security algorithm! Effective resource recovery! Five process, three!
二叉树jian
- 这个程序采用先序建立二叉树,并分别使用递归和非递归算法实现了对该二叉树的先中后序的遍历输出,并给出了一定的使用说明-this procedure was used in order to establish a binary tree respectively, and the use of recursive and non - recursive algorithm of this binary tree after the first sequence which Ergodic outp
银行家算法1
- 这是一个关于操作系统银行家算法的程序,实现资源的各项操作-This is a banker's algorithm on the operating system procedures, the resources to operate
银行家算法的一解
- 模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成: 第一部分:银行家算法(扫描)第二部分:安全性算法 -Simulation bankers Dijkstra algorithm to avoid the emergence of deadlock. Composed of two parts : Part I : bankers algorithm (scanning) Part 2 : Security Algorithm
Logmap
- Turbo 码的logmap算法实现。用于通信系统仿真-Turbo Codes logmap algorithm. For communications system simulation
导游图
- 用c语言实现的导游图,有图形界面,支持鼠标操作,使用dfs和floyd算法实现给出两点间最短路和最长路。-used language guides map, a graphical interface, mouse support operation, use dfs and Floyd algorithm is the shortest path between two points and the longest path.
matlab_filter
- 利用自适应LMS 算法,实现FIR最佳维纳滤波器。-using adaptive LMS algorithm to achieve the best Wiener FIR filter.
neicunfenpei
- 模拟操作系统中的五种内存算法实现,最后输出内存空间的分配情况。-simulation of the five operating system memory algorithm, the final output of the memory space allocation.
chanest
- 数字音频广播中的信道估计算法在计算机上的算法实现 -digital audio broadcast of the channel estimation algorithm in the computer algorithm
问题算法
- 一些有用的c++算法实现-some useful c Algorithm
文档助手算法以及算法分析
- 用kmp算法实现的文档助手算法-with KMP algorithm document assistant algorithm
4种排序实现与比较
- 这算法实现了插入排序,快速排序,shell,堆排序,还有它们的性能比较!-insertion sort, quick sort, shell, heap sort, and compare their performance!
常见排序算法实现
- 常见的排序算法,如插入排序,快速排序-common algorithm, such as the insertion sort, rapid sequencing etc.
希尔排序算法实现
- 希尔排序算法实现-Hill Sorting Algorithm