资源列表
adc2051
- 这是我编写的一个小程序,用于abc转换,请大家看看这个程序怎么样
CalL
- 近景摄影测量中用直接线性变换经典算法解L系数的程序源码。-using direct linear transformation classical algorithm for solving L coefficient procedures source.
transition_for_glass
- 有于玻璃的J-O分析,谨献给辛勤工作在稀土工作岗位上的人们。-in a glass of J-O analysis, I have dedicated to the hard work of the RE work on the people.
Zaizhukerenliebiao
- 实现一个列表的布局管理器,实现简单的布局管理
ykds
- 可设定时间的遥控倒计时定时器,可选择15/30/45分钟倒计时
ddt
- 几种数字滤波器,如矩形窗带通数字滤波器,海明窗高通数字滤波器
88merge
- 这是一个实现(8,8)归并的算法,即将两个含有八个元素的有序序列通过比较器归并成一个有序序列.-This is a realization of (Chemistry) merging algorithm 2 containing about eight elements in an orderly sequence comparison for incorporation into an orderly sequence.
fenqu
- 分区管理 固定式分区模拟了固定式分区的分配和回收算法-regional management fixed through simulated fixed through the distribution and recovery algorithm
permute
- 交织器的一部分,可以生成交织索引函数,如果加上一个随即序列发生器就可以组成一个交织器 了!-interleaver part of the index can be generated intertwined function, If coupled with a sequence generator immediately on the formation of a interleaver!
Huffmancodeing
- 此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。-Huffman coding procedures are completed, we will be able to understand the tenets of Huffman coding, we facilitate learning. Tc20 in running.
disteusq
- 欧矢距离测度常用函数,希望对做信号处理人员有用
PCD
- 这它用C语言编写的实现模拟进程调度的程序,用户模拟几个进程,输入它们的进程名,优先级,运行时间等,进程的初使状态为就绪状态。然后就按优先级优先方式调度各个进程,进程的状态也因此会变成等待状态或完成状态。