搜索资源列表
实验5
- 哈夫曼编码/译码 背景介绍: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
www.syew.com
- 亲身体验本程序的优点: 前台地址:http://www.sy24.cn --------------------------------- 优点简介:界面精美\\功能强大\\管理方便.多种首页风格,到了首页刷新一下就知道了. ☆ 后台管理: 1. 完全后台管理添加修改新闻\公告发布\软件下载\音乐视频\图片\flash动画......。 2.网址之家完全ASP动态设计,前台申请加入网址.后台管理添加删除网址. 3
nongchang_time.rar
- 开心农场时间推算程序,可以根据您所输入的作物,撒肥次数,自动算出您收获的时间。,Happy time for the projected farm program, you can enter your crops, spreading manure frequency, automatically calculates the time you harvest.
OpenLicense_0.95_full
- 为了给自己的软件产品添加使用限制,如时间长度、使用次数等,往往会使用许可。Open License 是SP Extreme公司开发并开源的许可管理器。它的特点: 1、图形化界面创建许可; 2、支持产品许可; 3、512位加密; 4、许可钥匙; 5、99.9%防破解; 6、各种许可限制; 7、设计/运行的支持;-In order to add their own software products to use restrictions, such as the len
SoundCard
- 利用C#演示,通过声卡来播放系统声音,随即声音以及指定频率和时间的随即声音-The use of C# Demonstration system through the sound card to play sound, then the voice and the designation of frequency and time was the voice of
1.5
- 编程模拟抛硬币所得正面的频率图。假设每次抛10次为一事件, 记录每次得到正面的次数,共抛掷100000次,计算得到正面次数的概率发布,并绘图输出结果。 思路:数值概率算法常用于数值问题的求解,此类算法所得的往往是近似解,且近似解的精度 随计算时间的增加而不断提高,得到一定精度近似解就可以满足问题要求。-Simulation programming coins thrown from the frequency of a positive map. The assumption tha
AuTool
- 纸黄金实时报价器v1.0(附源代码) 数据更新频率为3秒-Real-time quotes browser paper gold v1.0 (source code attached) Data update frequency for 3 seconds
pinlvji
- 本例子是采用定时计数器1实现精确定时1S,然后测量脉冲个数,从而得出频率-This example is used from time to time to achieve an accurate timing counter 1S, and then measuring the number of pulses so as to arrive at the frequency of
CAllAPIApp
- C#编的一个小程序,用来控制PC内部蜂鸣器发声,还可显示频率及声响时间。-C# compiled a small program used to control the PC internal buzzer sound, but also show the frequency and sound of the time.
TCM
- TCM是把纠错编码与调制相结合的一种技术,将编码与调制作为一个整体同时进行处理,既有纠错能力又有频带压缩能力,基本原则是利用信号集的冗余度来提高纠错能力,从而在不扩展占用频带的前提下提高编码增益。这样就可以在传输功率和带宽都不变的同时提高数字传输系统的可靠性。-TCM is the error correction coding and modulation of a combination of technology, coding and modulation processing as a
shiyaner
- 调度的实质是操作系统按照某种特定的分配策略来分配资源。进程调度的目的是分配CPU 资源。由于进程调度程序执行的频率很高,因此调度算法的好坏将直接影响到操作系统的性能。本实验的目的是编程模拟实现几种常见的进程调度算法,通过对几组进程分别使用不同的调度算法,计算进程的平均周转时间和平均带权周转时间,比较各种算法的性能优劣。-Scheduling is the essence of a particular operating system in accordance with the allocat
Huffman
- 在第一个框输入一段文字(任何字符均可),点击“确认”按钮,然后点击规则,程序内部开始收集各个字符频率的频率,即字符权值。根据权值建立赫夫曼树,并对每个字符进行编码输出。再点击编码时,它便会输出开始输入的那段文字的编码。再根据规则,在倒数第二个在输入框输入由0和1的电文,点击译码,这时会输出电文相应的译码。-In the first box input a paragraph of text (any characters all but), and click ok button, and th
FFT
- fft算法,使用时间分割算法和频率分割算法两种实现fft-two implementations of fft fft algorithm using time segmentation algorithm and frequency segmentation algorithm
Timerjishi
- VC++ 源码编译实现的计时器小程序,比较简易的计时器,比秒要再快一些,不过这个时间频率是可以调的,如图所示,点击开始计时功能,计时器就开始工作了,可看到数字在不停的增大。-Timer applets VC++ source compiler implementation, relatively simple timer than seconds again faster, but this time frequency can be adjusted, as shown, click the
Locate
- 设有一头指针为L的带有表头结点的非循环双向链表,其每个结点中除有prev(前驱指针),data(数据)和next(后继指针)域外,还有一个访问频度域freq。在链表被起用前,其值均初始化为零。每当在链表中进行一次Locate(L,x)运算时,令元素值为x的结点中freq域的值增1,并使此链表中结点保持按访问频度非增(递减)的顺序排列,同时最近访问的结点排在频度相同的结点的最后,以便使频繁访问的结点总是靠近表头。试编写符合上述要求的Locate(L,x)运算的算法,该运算为函数过程,返回找到结
C_IIR_FIR
- 这是一个时域采样和频域采样的实验报告的代码附有实验报告正确的图-This is an experimental report of sampling time domain and frequency domain sampling code with a test report, the correct figure
50HzxianboFITER
- 关于基于C#的陷波设置,也是之前在这个代码库下载的-On one of the time-frequency analysis method based on MATLAB, is also in the code base before download
SR830
- 斯坦福大学的高性能锁相放大器串口通讯源码,用于实时读取锁相放大器的振幅,相位和频率。对于SR830的使用者的二次开发提供了非常好的开发模板。-Stanford University' s high-performance lock-in amplifier serial communications source for real-time reading lock-in amplifier amplitude, phase, and frequency. For the secondar
led
- 一项让LED灯闪烁的程序,通过更变时间,LED灯可以按照自己的想法进行一定频率闪烁。-A program to make LED lights flashing, through more variable time, LED lights can be certain frequency flicker according to their own ideas.
TimeFrequency
- 时频分析在MATLAB环境下的源代码。用来分析振动信号,提取特征,故障诊断-Time-frequency analysis in MATLAB source code. It used to analyze the vibration signal, feature extraction, and troubleshooting
