-
Fast discrete biorthogonal CDF 9/7 wavelet forward and inverse transform (lifting implementation)
离散小波变换(DWT)的示例实现(出于教育目的)。正向和反向。算法也称为";9/7";。它是可逆的,可以用来对视频图像进行无损压缩/解压缩。用于Jpeg2000编解码器。源代码是用C语言编写的。它作为命令行应用程序工作。使用立方信号(32个值)作为输入。
- 2023-02-10 12:00:03下载
- 积分:1
-
visual c++ 写的splashWin
visual c++ 写的splashWin
- 2022-03-15 07:52:58下载
- 积分:1
-
一个c语言写的牛顿迭代功能的程序,程序结构很清晰,一看就懂。...
一个c语言写的牛顿迭代功能的程序,程序结构很清晰,一看就懂。-A c language function in the Newton iteration process, program structure is very clear, look for one to understand.
- 2023-06-01 21:25:02下载
- 积分:1
-
VB学习的一个完整版本,是基于VB6.0的!希望对大家的学习有一定的帮组
VB学习的一个完整版本,是基于VB6.0的!希望对大家的学习有一定的帮组-VB learning a complete version, is based on the VB6.0! Hope everyone has a certain degree of learning to help groups
- 2022-04-10 16:15:47下载
- 积分:1
-
循环缓冲的c++代码,循环缓冲有什么用大家应该知道吧,这里只实现了关键代码,大家可以补充完整,或者给我意见,本来想用类模板实现的,但想想太复杂了,而且类模板各编...
循环缓冲的c++代码,循环缓冲有什么用大家应该知道吧,这里只实现了关键代码,大家可以补充完整,或者给我意见,本来想用类模板实现的,但想想太复杂了,而且类模板各编译器差别比较大,还不如直接用强值类型转换一样可以实现类模板的功能-Circulating buffer c++ Code buffer cycle what is the use, everyone should know it, only the achievement of a key code, you can add a complete, or give me advice, had wanted to use class template to achieve, but think too complicated , and the class template of the relatively large difference between the compiler, not as good as the direct use of strong value of the type of conversion can be achieved as the function of class template
- 2022-01-26 01:57:19下载
- 积分:1
-
网络监控软件Vc6
网络监控软件Vc6 -Network monitor system, VC++6 source code.
- 2022-02-09 21:32:58下载
- 积分:1
-
工资管理系统 很好用的 我已经编译成功了 并且很容易看的
工资管理系统 很好用的 我已经编译成功了 并且很容易看的-wage management system with the good I have compiled a successful and very easy-to-view
- 2022-03-19 14:11:42下载
- 积分:1
-
used to read and write data blocks
使用WriteFile 块读写数据-used to read and write data blocks
- 2022-07-07 01:33:07下载
- 积分:1
-
英文
英文-西班牙文单词互译,并有单词记忆测试功能---系统自动生成用户指定数量的题目(选择英文(西班牙文)对应的西班牙文(英文)) 并能对测试结果进行统计.-English-Spanish word translation, and a word memory test function-- the system automatically generate user specified quantity of the subject (the choice of English (Spanish) counterparts in Spanish (English)) and is able to test results statistics.
- 2022-09-13 03:45:04下载
- 积分:1
-
筛库
SET TALK OFF
SELECT 街乡码,count(*) FROM aaa GROUP BY 街乡码 INTO ARRAY 街乡码库...
筛库
SET TALK OFF
SELECT 街乡码,count(*) FROM aaa GROUP BY 街乡码 INTO ARRAY 街乡码库
FOR i=1 TO _TALLY
SELECT * FROM aaa WHERE aaa.街乡码 = 街乡码库[i,1] INTO TABLE ( 街乡 +街乡码库[i,1])
ENDFOR
CLOSE DATABASES-Sieve library SET TALK OFF SELECT街乡code, count (*) FROM aaa GROUP BY街乡code INTO ARRAY街乡Code Library FOR i = 1 TO _TALLY SELECT* FROM aaa WHERE aaa.街乡Code =街乡code library [i , 1] INTO TABLE (街乡+街乡code libraries [i, 1]) ENDFOR CLOSE DATABASES
- 2022-01-31 00:38:58下载
- 积分:1