- speaker 在linux下让PC扬声器发声程序
- NxpRdLib_PublicRelease NXPrfid所有高频通信协议的底层驱动函数
- RBF rbf神经网络主要用于非线性函数的逼近
- sy2 粒子群算法应用求解一个方程的最优解 Particle swarm optimization for solving an equation of the optimal solution
- Data-FR-v19 file need for simulation of feifei v19
- AY-SEB kit for CCS5.5 例程 msp430f5529官方例程适用于msp430f5529launchpad开发板(The msp430f5529 official routine applies to the msp430f5529launchpad development board)
资源列表
BitTree
- 二叉树的基本操作和层次遍历,很简单的数据结构的代码。-The basic binary tree traversal operation and level, the data structure is very simple code.
@Cmy_Binary_Tree_template
- 一个基于排序二叉树的模版,用来巩固二叉树的基本算法--前序、后序、中序遍历等。-A binary tree based on the sort of template for the consolidation of the basic binary tree algorithm- pre-order, after the sequence, and so on in order traversal.
Dijkstra2009
- 银行家算法: 1、能任意设定资源的种类数。 2、能任意设定进程的总数。 3、能查看各类资源的剩余情况。 4、能查看各个进程的资源分配情况。 5、当某进程申请资源时,能用银行家算法和安全性算法检查系统的安全性。 6、当系统处于安全状态时,能输出系统的安全性序列。 7、在初始化银行家算法时,能对输入的数据进行判断,并能报错! -Banker' s Algorithm: 1, to arbitrarily set the number of types of r
SearchDemonstration
- 能够模拟多种经典算法的过程,为算法学习者学习提供了很*利-Classical algorithm to simulate a wide range of process, provided for the algorithm to learn a great deal of learners to facilitate the
BinaryTrees
- Binary trees super tutorial. All ur tree concepts cleared.
AVRClanguge
- avr单片机的c语言书籍,内容丰富,易懂,并且有很多历程,有助于单片机开发-avr microcontroller c language books, content-rich, easy-to-understand, and a lot of history, contribute to the development of single-chip
datastruct
- 数据结构实验代码,从中可以学到很多基础的东西-data struct
Dijkstra
- 本程序主要对操作系统中的死锁预防部分的理论进行实验。设计一个程序,该程序可对每一次资源申请采用银行家算法进行分配。 1) 设计多个资源:10; 2) 设计多个进程:8 ; 3) 设计银行家算法相关的数据结构; 4) 动态进行资源申请、分配、安全性检测并给出分配结果 -This procedure focused on the prevention of deadlock in the operating system part of the theory of the exp
FastSortandKnap
- 快速排序和背包问题的C++实现代码,其中快速排序采用数组中第一个元素、最后一个元素以及中间元素的中间值作为枢轴。-Quick Sort and the knapsack problem of C++ code, including the use of quick sort of the first element of the array, the last element, as well as the middle element as the pivot of the median.
sort
- 详细介绍计数排序,快速排序,堆排序等的定义及算法实现-Details count sort, quick sort, heap sort, such as the definition and algorithm
set
- 详细介绍并查集的定义,算法实现,和应用,便于学习并查集的好资料-Set details and check the definition of algorithm, and applications, easy to learn and a good set of information search
dijkstra
- 这是一个用c++开发的算法。 dijkstra算法用来求最短距离。-this is a arithmetic which is translated and edited by toubar c++. And dijkstra is a arithmetic for seek the lowest way from one place to another
