搜索资源列表
ping的源程序
- 这是我课程设计的一个程序,程序实现echo request icmp 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间-This is my curriculum design a procedure, Program icmp echo request and send the reply icmp echo reception, to detect network and host online measurement and other
SogouW.20061127
- 互联网词库来自于对SOGOU搜索引擎所索引到的中文互联网语料的统计分析,统计所进行的时间是2006年10月,涉及到的互联网语料规模在1亿页面以上。统计出的词条数约为15万条高频词,除标出这部分词条的词频信息之外,还标出了常用的词性信息。 语料库统计的意义:反映了互联网中文语言环境中的词频、词性情况。 应用案例:中文词性标注、词频分析等。 词性分类: N 名词 V 动词 ADJ 形容词 ADV 副词 CLAS 量词 ECHO 拟声词
echo_dj
- verilog写的回波抵消程序,相当于写了个回波抵消的芯片,不是dsp,可编译后下载于FPGA,绝对原创,写了很长时间。-Verilog echo canceller written procedures, wrote the equivalent of echo canceller chip, not dsp, can be downloaded from the compiled FPGA, absolute originality, writing for a long time.
Echo(Time)
- Echo程序 服务器可以回传和显示客户端送来的字串,并在回送的字串前面加上服务器的时间,客户IP地址及端口号。 服务器端可以识别客户发来的退出命令(QUIT)
Echo
- 语音信号采集与分析 简单地讲,可以在原声音流中叠加延迟一段时间后的声流,实现回声效果。当然通过复杂运算,可以计算各种效应的混响效果。如此产生的回声,我们称之为数字回声。初始化配置: 05 户通过 12C 总线将配置命令发送到 AIC23 ,配置完成后 AIC23 开始工作。语音信号的输入: AIC23 通过其中的 AO 转换采集输入的语音信号,每采集完一个信号后,将数据发送到 05 户的 McBS 户接口上, 05 户可以读取到语音数据,每个数据为 16 位无符号整数,左右通道各有一个数值
lab3_super
- 能提供文件传输、ECHO、TIME和DAYTIME服务,即在多协议单服务服务器的基础上实现多协议多服务服务器(超级服务器)。同时支持UDP和TCP-To provide file transfer, ECHO, TIME and DAYTIME services, that is, a single multi-protocol services in the server based on multi-service multi-protocol server (super server).
SuperClientServer
- 面向文件传输的超级服务器,多协议多服务服务器提供文件传输、ECHO、TIME和DAYTIME服务,包括服务器端和客户端实现,VS2008环境,提供并发机制-For the super-server file transfer, multi-service multi-protocol file transfer server, ECHO, TIME and DAYTIME services, including server-side and client to achieve, VS2008
chaoshengboceju
- 超声波测距原理 超声波测距是通过不断检测超声波发射后遇到障碍物所反射的回波,从而测出发射和接收回波的时间差t,然后求出距离S=Ct/2,式中的C为超声波波速。 -Ultrasonic Distance Measurement Ultrasonic Distance Measurement principle of continuous detection of ultrasound through the encounter after the launch of the echo re
water-echo
- 用回声隐藏方法实现数字水印的许多程序,欢迎共享-This is some water echo code,I spend a lot of time on it.
lab4
- Client程序同样分别创建一个TCP socket 和一个UDP socket,首先client使用TCP socket连接TCP Server。 连接成功后显示提示信息; 然后client端向TCP Server发送“GET UDP PORT”字符串,Server收到后向client回送自己的UDP Server 端口号(即Client端仅知道TCP Server的端口号而不知道UDP Server的端口号); client在收到UDP Server的端口号后, 为用户显示3个选
projekt
- Simulation of SAR radar echo. Posibility to change sampling time, number and place of reflecting points and position of radar platform.
echo
- 双通道星载合成孔径雷达(DPCA),第一个天线发射信号,两个天线同时接收信号。-Dual-channel satellite synthetic aperture radar (DPCA), the first launch of an antenna signal to two antennas to receive signals at the same time.
CreateRamp
- 利用matlab产生一个雷达回波信号,模拟了信号的强度和回波时间的变化-Using matlab to generate a radar echo signal, analog signal intensity and echo time of change
radar
- 瑞利分布的气象雷达回波,时频分析,功率谱密度,频谱分布。-Rayleigh distribution of meteorological radar echo time-frequency analysis, power spectral density, spectral distribution.
time-dalay
- this code is about echo time delay and write whit matlab.
Multi-Service
- 实现多服务 Echo Time DayTime Block设计-Multi-service Echo Time DayTime Block Design
chaoshengboceju
- 本设计介绍了基于单片机控制的超声测距的原理:由STC89C52控制定时器产生一定频率脉冲,计算从发射到接收回波时间,从而得到实测距离,数据处理采用,lcd1602显示距离,WTD588D语音播报。-This design introduces MCU control based on the principle of ultrasonic distance measurement: STC89C52 controlled by a timer to generate a certain freq
ping
- measuring the echo time that the ICMP packet returns
Speex-echo-cancellation
- Speex回声消除代码分析文档, Speex工程着力于通过提供一个可以替代高性能语音编解码来降低语音应用输入门槛 。另外,相对于其它编解码器,Speex也很适合网络应用,在网络应用上有着自己独特的优势。同时,Speex还是GNU工程的一部分,在改版的BSD协议中得到了很好的支持。-Speex echo cancellation code analysis document, Speex project focused on by providing a high-performanc
aec-master
- webrtc 的回声抵消(aec、aecm)算法主要包括以下几个重要模块:1.回声时延估计 2.NLMS(归一化最小均方自适应算法) 3.NLP(非线性滤波) 4.CNG(舒适噪声产生),一般经典aec算法还应包括双端检测(DT)。考虑到webrtc使用的NLMS、NLP和CNG都属于经典算法范畴,故只做简略介绍,本文重点介绍webrtc的回声时延估计算法,这也是webrtc回声抵消算法区别一般算法(如视频会议中的算法)比较有特色的地方。-webrtc echo canceller (aec,