搜索资源列表
语音电话高级编程
- 语音电话高级编程是一个通过调制解调器来进行语音电话开发的程序,相信读者一定会感兴趣。 本程序需要调制解调器的支持,否则可能失败 需要调制解调器支持语音传输,本程序在子弹头 调制解调器下调试通过,通话时通过麦克风和话筒 来进行。-Voice Telphony Advance Coding descr ipt How to program though a mode, we conside many reader shoud be insterest this..
词典编码
- 词典压缩编码 在多媒体中数据量一般都比较大,为了更好的在网络上传输,采用的无损压缩编码-Dictionary Coding in multimedia data is generally larger than that in order to better the transmission on the network, using a lossless compression coding
Blackfin_ConvEncoder
- 基于adi blackfin dsp的卷积编码程序,包含多种通信系统中的卷积编码源代码-Patrick Blackfin DSP-based convolution coding process, covering a wide variety of communications systems convolutional coding of the source code
sems9.tar
- G.723语音编码介绍及优化 语音编码分成波形编码、参数编码和混合编码.波形编码就是语音信号形成的波形进行处理和加工,参数编码是以语音信号产生的数字模型为基础,求出其模型参数,然后按照这些参数还原数字模型,合成语音。混合编码是综合了波形编码和参数编码的长处,在4-16kbps的速率上进行高质量的语音合成。例如多脉冲激励线性预测编码(MPLPC),码本激励线性预测编码(CELP)都是混合编码。-G.723 speech coding and optimization of voice introd
chat room
- 这是一个语音聊天的源代码,完成了主要的功能,只是采集的语音信号没有编码就直接发送出去了,有兴趣的朋友可以-This a voice chat source code, to complete the main function, but the acquisition of the voice signal coding not directly sent away, interested friends can s
网络crc
- 这个是计算机网络第四版其中的一道编程题目.是实现CRC编码的程序.对于网络初学者来说是一个不可多得的学习的程序.-This is the fourth edition of which the computer network of a programming topic. Yes CRC coding procedures. Beginners network is a rare study of the procedure.
循环冗余编码
- 学习网络原理时用到的CRC循环冗余编码,希望大家多多指教-learning network to use the principle when Cyclic Redundancy coding, we hope the exhibitions
dgbook
- 这个留言本是一个多用户程序,可能有些小问题没发现,如果你发现可以告诉我修改,当然你也可以改,这个程序是自由软件 -the message this is a multi-user program, may have some minor proble#$#!142573#!#$Java coding standard-chm.rar!#$#procedure is a format easily lead to a controversial topic, there are in fact
ping程序代码
- ping程序的实现:对windows中自带的ping程序进行编码实现-ping procedures to achieve : the windows were onboard ping procedures Coding
ydm
- 仿真程序: 1. OSI参考模型的信息流动过程:设计一个仿真程序,说明OSI参考模型的信息流 动过程以及每层的作用。 2. 调制和解调:设计一个演示程序,说明调制解调器的调制和解调的过程 3. 信号的编码:设计一个仿真程序,演示信号的直接编码、曼彻斯特编码、差分曼 彻斯特编码; 4. 滑动窗口协议:设计一个仿真程序,说明滑动窗口协议的工作过程 5. 设计一个全双工停等协议 -simulation program : 1. OSI reference mod
fire-IP_Scan
- 一个网络扫描器的示例编码,小而精湛,值得一看-a network scanner coding examples, a small and superb eye-catcher!
udptransport
- 基于UDP实现简单的可靠数据传输 由于数据是在不可靠的信道上传输的,因此数据在信道上传输时可能会发生比特错误,数据丢失。Rdt3.0及之前的版本都是停止—等待协议,它限制了网络底层硬件的能力。为克服这个问题引入了流水线技术,两个能恢复流水线中的错误的基本方法:第N个分组重发和选择性重复。综上,要实现差错编码,顺序号,计时器,分组确认,滑动窗口,拥塞控制。-simple UDP based on the reliable data transmission of data is not rel
ChangeCode_521
- 编码识别与转换工具,语种识别与big5转gb编码, 主函数名:identify_main(gb、big5、gbk、Unicode四种编码系统的语种识别)-coded identification and conversion tools, language identification and big5 gb transfer coding, the main function : identify_main (gb, big5, edit, Unicode four coding system
ASPwanquanshouce
- ASP批量反编码,非常好用,大家用用看吧,有什么好东西,大家一起分享。-ASP coding, very convenient, we use. Mull what good things, to share with everyone.
MymyBrowser
- IE收藏夹,详细的编码?对想掌握VC++网络编程的人来说最好的例子.-IE favorites, detailed coding right to master VC network programming people the best example.
NetDefender
- NetDefender.rar,简单放火墙编码-NetDefender.rar, simple arson wall coding
(利用GIF_LZW算法实现的)网络图片传输
- (利用GIF_LZW算法实现的)网络图片传输 技术特点 ~~~~~~~~ 一、使用TCP协议传输数据。理由:稳定性好。 二、使用字节数据流进行传输,理由: A:VB的String存在自动Unicode转换问题,影响速度; B:可以直接发送8位字节数据,不需要使用Base64编码,从而减少了编码时间。 三、使用GIF-LZW压缩算法压缩图像。理由: A:行程编码、Huffman压缩算法压缩率太低; B:JPEG压缩算法需要太多位运算,且运算量大(有专门MMX优化算法),不利于VB实现; C:GIF
IOCP完成端口模型示例代码
- 采用完成端口进行sockets操作。 由浅入深的解释、详细的分析、以及编码步骤,另外附上带有详细注释的源码(为了照顾大多数朋友,我提供的都是MFC的源码)。-completed using sockets for port operations. Elementary explanation, detailed analysis, and coding steps, the other with detailed explanatory note attached to the source c
招生入学管理
- 生一个长为1000的二进制随机序列,“0”的概率为0.8,”1”的概率为0.2;B. 对上述数据进行归零AMI编码,脉冲宽度为符号宽度的50%,波形采样率为符号率的8倍,画出前20个符号对应的.. 开发工具:matlab-Health for a long 1,000 random binary sequence, "0" with a probability of 0.8, "a" with a probability of 0.2; B. above
获取网卡配置信息
- 此编码具体说就是在网络通信过程中,从主机上获取需要确认的信息。,通过socket实现断口扫描。-specific coding that this is the network communication process, from the host access needs confirmation information. By achieving socket fracture scanning.
