搜索资源列表
twopoint
- 经典的多点法形状复原算法中的2点法的程序。本程序用频域法和积分法2种方法复原了同一形状。数据则由csv文件读入。-classic multi-point method shape the recovery algorithm 2:00 Act procedures. The procedure uses frequency-domain law and integration methods to recover two of the same shape. Data from csv file
Hfmtree编译码器
- 利用哈夫曼编码进行通信可以大大提高通信信道利用率,缩短信息传输时间,降低传输成本。这要求在发送端通过一个编码系统将传输数据预先编码;在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双工传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站设计的一个哈夫曼编/译码系统。-use Huffman coding communication can greatly enhance communication channel utilization, reduced transm
Surfac
- We describe and demonstrate an algorithm that takes as input an unorganized set of points fx1 xng IR3 on or near an unknown manifold M, and produces as output a simplicial surface that approximates M. Neither
huffman
- 问题描述] 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Descr iption of the problem] use Huffman encoding of information and communication can grea
MATLAB
- 主要是仿真了gold码、数据的调制、加噪、解调以及数据恢复的过程。-Simulation of gold is mainly a code, data modulation, noise, demodulation and data recovery process.
Recovery
- 本文深入研讨 了在 D e l p h i 中通过调用 A P I 函数,读取或修改存放在硬盘q - 的数据,并提供了备份和恢复硬盘有关分区信息的功能,保护硬盘中系统数据的安全。-This in-depth discussion in the D elphi by calling API functions to read or modify stored in the hard drive q- the data, and provides backup and restore hard di
learnEnglish
- 实现英语单词的录入、修改、删除等基本操作。 实现常用英语单词例句的录入、修改、删除等基本操作。 实现英语单词检索、翻译等。 常用英语单词例句检索。 根据难度随机生成一份单词测试题目。 能够检索出短文及其翻译对照表。 具有数据备份和数据恢复功能 -Achieve the input of English words, modify, delete and other basic operations. Images of English words commonly u
ha_FinalData
- 这是针对windows 所有平台的数据恢复软件,他简单易用,能在关键的时候,解你的燃眉之急.希望能减轻朋友的失去重要数据的痛苦-FinalData, a world-class Data Recovery Utility, recovers files quickly and effectively. FinalData recovers files that may have been accidentally deleted, erased, damaged, or emptied from
2
- 利用哈夫曼编码进行住处通讯可以大大提高信道利用率,缩短住处传输时间,降低成本,但是,这要求在发送端通过一个编码系统将传输的数据预先编码,在接收端通过一个译码系统对传来的数据进行译码(复原),对于双向传输信息的信道,每端都一个完整的编码译码系统,试为这样的住处收发站写一个哈夫曼友的编码译码系统.-Residence using Huffman coding can greatly improve the communication channel utilization, reduce tran
haffman
- 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(既可以双向传输信息的信道),每端都需要一个完整的编/译码系统。-Huffman coding using information and communication can greatly improve the channel utilization, reduce the information tran
Huffman
- 利用哈夫曼编码进行信息通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼编/译码系统。-Huffman coding using information and communication can greatly improve the channel utilization, redu
filterbank
- 两通道多速率滤波器的设计,实现两通道数据采样及数据恢复-Two-channel multirate filter design, implementation, two-channel data sampling and data recovery
hfm
- huffman 哈夫曼编/译码器 利用哈夫曼编码进行通信可以大大提高1言道利用率,缩短信息传速时间,降低传输成本。但是.这要求在发送端通过一个编码系统对待传数据预先编码.在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输俏息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编/译码系统。 -huffman Huffman encoder/decoder to communicate using Huffman coding can
qpsk_fast_symbol
- matlab代码实现一个快速时钟恢复的代码,这里可以看到一个具体的clock and data recovery的例子-it is about clock and data recovery,is a very useful tools to simulate the problems in communication!
2
- 实现手动生成一个n×m矩阵的迷宫,寻找一条从入口点到出口点的通路。迷宫有很多的分岔口,搜索整个迷宫,实际上这是对栈和回溯算法的综合操作。 要实现的主要功能: (1)创建迷宫,将输入的迷宫数据存储到二维数组中。 (2)显示迷宫,将创建的迷宫以方阵的形式显示出来。 (3)查找路径,分别用非递归算法和递归算法查找迷宫路径。 (4)输出路径,用三元组(i,j,d)的形式输出和方阵的形式输出。 (5).恢复迷宫,把探索过后的迷宫数据恢复。 -Manually generate
cs
- 基于压缩感知匹配追踪算法对一维数据的恢复-Matching Pursuit algorithm based on compressed sensing for one-dimensional data recovery
shujuhuifu
- 数据恢复帮助实现误删数据时恢复文档,你可以轻松的运用这个软件找到源文档-Document data recovery recover accidentally deleted data to help achieve, you can easily use this software to find the source document
pwwHash
- 添加diskMap 方便停电后数据恢复 百万计的海量数据 需要固态硬盘 否则删除需要几个小时- Add diskMap convenient data recovery after a power outage millions of huge amounts of data need to delete SSDs otherwise take hours
states
- easeus-data-recovery-wizard-pro
Tensor Low-rank Representation for Data Recovery and Clustering
- Tensor Low-rank Representation for Data Recovery and Clustering