搜索结果
找到约 2,165 项符合
Data-compression 的查询结果
软件设计/软件工程 数据挖掘软件发展分析 第一代数据挖掘软件 特点 支持一个或少数几个数据挖掘算法 挖掘向量数据(vector-valued data) 数据一般一次性调进内存进行处理 典型的系统如Sa
数据挖掘软件发展分析
第一代数据挖掘软件
特点
支持一个或少数几个数据挖掘算法
挖掘向量数据(vector-valued data)
数据一般一次性调进内存进行处理
典型的系统如Salford Systems公司早期的CART系统(www.salford-systems.com)
Modem编程 Get payload data from a raw Tcp/ip packet
Get payload data from a raw Tcp/ip packet
压缩解压 About transforms DCT using the separate cosine jpeg the compression the matlab source program, simpl
About transforms DCT using the separate cosine jpeg the compression the matlab source program, simple is practical, also has the annotation, very good reads. ,matlab,Wavelet
Java书籍 Java Data Objects - Oreilly
Java Data Objects - Oreilly
matlab例程 matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上
matlab例程MATLAB 6.x版的内建数据类型(Built-in data type)就有5种以上,此外还有许多其他专门设计的类(Class),如符号类、内联函数类、控制工具包中的线性时不变模型类、神经网络类等。就程序设计而言,MATLAB 6.x版采用了面向对象编程技术。数据和编程的改变使用户能更简捷而自然地解决复杂的计算问题(如符号计算问 ...
数值算法/人工智能 ACM试题An Easy Problem Description As we known, data stored in the computers is in binary form. The
ACM试题An Easy Problem
Description
As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which is the minimum integer greater than I, and the numbe ...
单片机开发 TI 集成高性能24位A/D转换器的8052 核心单片机MSC1210 DATA区的FLASH读写代码。
TI 集成高性能24位A/D转换器的8052 核心单片机MSC1210 DATA区的FLASH读写代码。
压缩解压 My (so called) HiP compression algorithm as console mode utility. It s a hybrid of Lempel-Ziv 77 a
My (so called) HiP compression algorithm as console mode
utility. It s a hybrid of Lempel-Ziv 77 and Adaptive Huffman
encoding (Huffman + LZ77 ZIP = HiP) with a word prefix hash
algorithm etc.
压缩解压 A command-line file compression utility for Windows NT. It allows you to select files for NTFS fil
A command-line file compression utility for Windows NT. It
allows you to select files for NTFS file compression based on
file name (with wild- cards), minimum file size, and/or a
minimum compression ratio. You can also specify file extensions
of files to be ignored. With C++ src
压缩解压 This is a little console mode utility program which is able to (de-)compress single files with a s
This is a little console mode utility program which is able to
(de-)compress single files with a static Arithmetic compression
algorithm. You could easily add the RLE/BWT/MFT data
transformation algorithms. Just rip the corresponding classes
out of my HuffComp source code. I won t add these ones ...