资源列表
matrix
- 假设稀疏矩阵A和B均以三元组表作为存储结构,写出矩阵相加的算法,另设三元组表C存放结果矩阵。-Suppose sparse matrix A and B are triples as a storage structure of the table, write the sum matrix algorithm, a separate table triples storage of the results of C matrix.
binary-tree
- 1) 用先序递归过程建立二叉树(存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某节点左子树或右子树为空时,输入‘*’号,如输入abc**d**e** 2) 编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。 -1) The process established by the first order recursive binary tree (memory structure: binary list) input data sequen
huffman-code
- 哈弗曼编码,在matlab中实现,源代码-huffman encode
huffman-de
- 哈弗曼解码程序在matlab软件中的实现-huffman decode in matlab
zui-you-he-bing
- 一种用C++语言实现的算法,可以求二路归并的最小合并次数-A C++ language using an algorithm that can find the minimum combined number of way merge
908996638Correlation
- 相关算法 C语言版本!比较不错的,值的推荐-C language versions of related algorithms
BANK
- 银行家算法 设计程序模拟预防进程死锁的银行家算法的工作过程。假设系统中有n个进程P1, … ,Pn,有m类可分配的资源R1, … ,Rm,在T0时刻,进程Pi分配到的j类资源为Allocationij个,它还需要j类资源Need ij个,系统目前剩余j类资源Workj个,现采用银行家算法进行进程资源分配预防死锁的发生-Banker
sobelPprewitt
- sobel和prewitt測邊的相關做法,sobel是一種high pass 處理,可將圖中的輪廓顯示出來-sobel edge measurement and prewitt related practices, sobel is a high pass processing, the outline of the figure can be displayed
MAOPAO
- c++编写冒泡排序法,从小到大排序,适用于许多C++程序-write c++ bubble sort method, from small to large order, for many C++ program
SfunctionsPaulBizard
- Code using s-fuctions for IMU
doubly
- Doubly Linked List in c-Doubly Linked List in c++
voltage_regulation_1
- answer in 1 or 0 and of size(loadnum,centernum) function voltageregf = voltage_regulation_1(center,load,consdata)
