-
双线性过滤是我看来最好的滤波算法,他绝对比高司滤波要来得高效,结果也跟更好...
双线性过滤是我看来最好的滤波算法,他绝对比高司滤波要来得高效,结果也跟更好-bilinear filtering is in my view the best filter, he definitely compete against Division filter would be far more efficient, with better results
- 2022-02-25 04:38:43下载
- 积分:1
-
函数指针例程 函数指针例程
函数指针例程 函数指针例程-Function pointer routine function pointer routine function pointer routines
- 2023-07-08 05:45:03下载
- 积分:1
-
Ebook
Ebook - Exploring C++ The Programmers Introduction To C-Ebook- Exploring C++ The Programmers Introduction To C++
- 2022-02-04 20:48:15下载
- 积分:1
-
哈夫曼编码
哈夫曼编码(Huffman Coding),又称霍夫曼编码,是一种编码方式,哈夫曼编码是可变字长编码(VLC)的一种。Huffman于1952年提出一种编码方法,该方法完全依据字符出现概率来构造异字头的平均长度最短的码字,有时称之为最佳编码,一般就叫做Huffman编码(有时也称为霍夫曼编码)。
赫夫曼编码的具体方法:先按出现的概率大小排队,把两个最小的概率相加,作为新的概率 和剩余的概率重新排队,再把最小的两个概率相加,再重新排队,直到最后变成1。每次相 加时都将“0”和“1”赋与相加的两个概率,读出时由该符号开始一直走到最后的“1”, 将路线上所遇到的“0”和“1”按最低位到最高位的顺序排好,就是该符号的赫夫曼编码。
- 2023-03-09 19:15:02下载
- 积分:1
-
similar to the network to download the software ants
类似于网络蚂蚁的下载软件-similar to the network to download the software ants
- 2022-01-31 22:51:55下载
- 积分:1
-
Windows GDI接口编程,实现放大镜功能,主要是对DC的操作,适合初学者...
Windows GDI接口编程,实现放大镜功能,主要是对DC的操作,适合初学者-Windows GDI interface programming, realize the magnifying glass feature, mainly for DC operation, suitable for beginners
- 2022-05-16 01:59:50下载
- 积分:1
-
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方...
执行程序时,当主存没有可用页面时,为了选择淘汰主存中的哪一页面,腾出1个空闲块以便存放新调入的页面。淘汰哪个页面的首要问题是选择何种置换算法。该程序采用LRU方法选择,依置换策略选择一个可置换的页面并计算它们的缺页率以便比较。
-implementation procedures, when the main pages can be no deposit, in order to choose out of the main deposit which pages, spare a spare block transferred to the new store pages. Which pages out of the first problem is the choice of replacement algorithm. The program LRU Methods, according to choose a replacement strategy may replacement pages and calculation of their missing pages rate to facilitate comparison.
- 2022-05-25 18:24:45下载
- 积分:1
-
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考...
MSChart使用
里面详细说明了MSChart控件的各种使用方法,属性,事件等等,并且还有例子可参考-MSChart use inside the detailed description of the various use MSChart control methods, properties, events, etc., and there are examples of reference
- 2022-05-17 16:33:10下载
- 积分:1
-
WAV MP3转换
- 2022-02-21 16:30:02下载
- 积分:1
-
big码转GB码源码,即汉字繁简转换
big码转GB码源码,即汉字繁简转换...
big码转GB码源码,即汉字繁简转换
big码转GB码源码,即汉字繁简转换-big switch codes GB source code, that is big Chinese character conversion code to source code GB, Chinese character conversion
- 2022-03-14 19:55:04下载
- 积分:1