资源列表
bitstuffing
- this is a program in c++ platform of bit stuffing
xiaoguo
- 用于对奇数和偶数的排序,偶数在后,奇数在前-Used for odd and even sorting, even in the post, odd in the former
treetooltip
- 树控件提示
aslr
- Minix操作系统中实现Address space layout randomization的补丁。-Minix operating system to achieve Address space layout randomization of the patch.
shiboqi
- CVI虚拟示波器,用于Labwindows/CVI-CVI virtual oscilloscope for Labwindows/CVI
2
- (1) 可变分区方式是按作业需要的主存空间大小来分割分区的。当要装入一个作业时,根据作业需要的主存容量查看是否有足够的空闲空间,若有,则按需分配,否则,作业无法装入。假定内存大小为128K,空闲区说明表格式为: • 起始地址——指出空闲区的起始地址; • 长度——一个连续空闲区的长度; • 状态——有两种状态,一种是“未分配”状态;另一种是“空表目”状态,表示该表项目前没有使用。 (2) 采用首次适应算法分配回收内存空间。运行时,输入一系列分配请求和
BP
- 用于压缩感知的基追踪(BP)算法,可直接运行。-BP ALOGRITHM FOR COMPRESSIVE SENSING
Untitled
- 序列卷积代码,非常好用序列卷积代码,非常好用-Sequence convolution code, very easy to use
a
- 设记录R[i]的关键字为R[i].KEY(1<=i<=k),树结点T[i](1<=i<=K-1)指向败者记录,T[0]为全胜记录下标。写一算法产生对应上述R[i](1<=i<= k)的败者树,要求除R[1..k]和T[0..k-1]以外,只用O(1)辅助空间。-Setting the recording R [i] is a keyword R [i] .KEY (1 < = i < = k), the tree node T [i] (1 < =
control
- 这是用汇编语言VHDL所编写的,遥控器的代码,即有一个输入可以实现输出-this is the code of control
krf--
- 简单的卡尔曼滤波算法,很适合新手学习,通俗易懂。-Simple Kalman filter algorithm, it is suitable for novices to learn, easy to understand.