搜索资源列表
实验5
- 哈夫曼编码/译码 背景介绍: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求这发送端通过一个编码系统对待传数据预先编码,在发送端将传来的数据进行译码(复原)。对于双工信道。每端都需要一个完整的编译码系统。本程序将为这样的信息收发站写一个哈夫曼的编译码系统。 哈夫曼编码/译码: 程序运行步骤: 1、建立哈夫曼树,从键盘输入字符集大小,字符以及频度。 2、对字符进行编码,输出编码结果,分单个句子和整个句子输出,编码导入
Push_Server
- WCF通讯的全双工通讯操作示例,包含服务定义,通讯约定,调用以及回调-WCF duplex communication operation example of communications, including service definition, communication conventions, call and callback
TCP
- TCP的举例,TCP是Transmission Control Protocol(传输控制协议)的简称,是TCP/IP体系中面向连接的运输层协议,在网络中提供全双工的和可靠的服务。-example for socket in C#
CallMe
- WCF 双工通信,包含文字聊天与语音,视频聊天开发中,请等待-WCF Chat,include voice chat,the video chat is in developing,please wait.
dataliink.c
- 计算机网络数据链路选择性重传实验。 设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。-Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation pro
RF
- LT8900汇编编写的源码收发文件,是全双工工作的-LT8900 asm RECEIVER
WCF_Test
- wcf 服务端 客户端 双工例子 调试已经通过 win7 vs2010 sp1-wcf client server example
CShopTest
- 1.基于WCF双工通信实现订阅发布实例 2.模拟回调耗时的情况及处理办法 3.Winform跨线程调用控件 4.自定义视频播放控件及双缓冲绘图-1. Based on WCF duplex communication to achieve subscr iption publication instances 2. Analog callback circumstances and time-consuming approach 3.Winform cross-thread
MSG
- 基于c#Wcf双工通信的消息发送接收、文件发送接收功能的源码-Based on the c# Wcf duplex communication message to send and receive, file to send and receive function of the source code
WCFDuplex
- c#客户端与服务端用WCF进行双工通讯的DMEO-comm with host by wcf
WCF双工实例
- 实现客户端订阅WCF服务,调用WCF服务端方法,WCF服务端回调客户端进行通知的过程实例(Implements client - side subscr iption WCF services, calls the WCF server method, and the WCF service callback client processes the notification instance)