搜索资源列表
2005621114504
- 本文详细讨论了添加到 RTC 的媒体改进特性,这些改进使得最终用户和开发者都能有更愉快的体验。当应用程序被构建在 RTC 客户端 API 之上,最终用户能获得丰富的音视频体验,而开发者可以使程序得到一系列免费的改进。使用这些 API 构建的应用程序还能够访问 RTC 提供的即时消息和出席功能。有关这些API的信息,可在 Windows Platform SDK中获得。 本文讨论了以下的特性和改进之处: 音频视频编解码器的可获得性 回波抵消(AEC) 冗余音频编码
爱虫病毒
- 病毒吧~因为该变种病毒不但要攻击RPC漏洞,还会将自身复制到%system%\\Wins文件夹下,创建FTP服务和Wins Client服务。其中FTP服务开启系统的FTP功能用于传播病毒。“冲击波杀手”感染一台机器后就会使用Ping命令或ICMP echo方式探测随机产生的IP地址是否有效,如果有效便开始进行攻击。该病毒会在受感染的系统中随机使用666-765端口与攻击系统进行连接。该病毒还会检查系统版本和微软补丁包的版本号,然后根据不同的操作系统尝试从微软下载有关RPC漏洞的补丁程序,并自动
minisip-domainkeys.tar
- MiniSip Client with DomainKeys Authentication, Sip, Audio communications, Echo Cancel -MiniSip Client with DomainKeys Authentication, Sip, Audio communications, Echo Cancel
Completion_Ports
- 当你开发不同类型的软件,你迟早必须处理C/S的开发。对一个程序员来说,写一个通用的C/S编码是一项困难的工作。本文档提供了一份简单但是功能强大的C/S源码,可以扩展到任何类型的C/S应用程序中。这份源码使用了高级的IOCP技术,该技术可以高效的服务于多客户端。IOCP提供了解决“每个客户端占用一个线程”的瓶颈问题的办法,只使用几个处理线程,异步输入/输出来发送/接收。IOCP技术被广泛应用在各种类型的高效服务端,例如Apache等。这份源码也提供了一系列的在处理通信和C/S软件中经常使用的功能,
client
- a simple but working echo client. Useful for testing socket server code.
echo-692-revelation84
- thread server/client pro.
tcpecho
- tcp echo server 與 client 可以做 tcp 簡單的溝通-tcp echo server and client can do a simple tcp communication
UDP_ECHO
- udp echo server and client use them they r working fine
Client_Server
- C client server echo server winsock2
echo_1
- 客户端创建10个线程,每个线程向echo服务器发送10条信息,每条信息间隔1秒。-The client created 10 threads, each sending 10 to the echo server information, each interval of 1 second.
duoxianchengfuwuqi
- 多线程服务器实现回显功能,包含一个客户端程序一个服务器端程序。在linux下开启服务器程序可以对多个客户端服务。-Echo multi-threaded server implementation features, including a client program of a server-side program. Under the linux server program can open multiple client services.
Socket-TCP-Echo
- TCP 协议基础教学代码,一个server 一个 client,client从txt文件里面摘取名人名言语句发给server-Basic teaching code of the TCP protocol, a server an the client, the client from the txt file to the removal of celebrities famous statement distributed server
TEchoClnt
- echo的客户程序,很有用的调试工具,实现tcp和udp协议的客户端,下程序为tcp-echo client program, a very useful debugging tool, tcp and udp protocol client, under the procedures for tcp
Windows-communication-platform
- 相当优秀的windows for sdk;可以运行在windows所有版本上,实现与ios、linux、web、android等平台的通话,开放了源码,在/src文件夹下,有服务器端跟客户端的;API接口说明在/doc文件夹下, 可以参考进行二次开发。支持1080P高清,P2P传输,完美无回声问题。-Quite outstanding of windows for sdk running on windows all version with ios, linux, web, and
kaiqan
- 包含收发两个客户端程序,详细画出了时域和频域的相关图,计算目标和海洋回波的功率谱密度。- Transceiver contains two client programs, Correlation diagram shown in detail the time domain and frequency domain, Calculating a target and ocean echo power spectral density.
sertsentcomwunication
- TCP unicast communication, TCP echo server, receive client information sent to the client
prtrrad
- 客户端的聊天程序,与服务器端的聊天程序相呼应,希望一并下载,-Chat client program, and the server chat program photograph echo, hope for download, along with all the
echo
- 客户端服务器端传输字符,两者能够相互通信(Client server side transfer characters, both of which can communicate with each other)
UDPEchoClient
- Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undou
代码
- 完成一个简单的回射服务器程序,包括服务器和客户端两部分,将实现以下功能: 1.客户端与服务器通过发送和接收报文进行通信; 2.服务器和客户端最高支持60000个并发连接; 3.报文长度设置为可变长度,以便进行压力测试; 4.本实验完成了EPOLL单线程事件驱动版本,并基于EPOLL服务器架构编写压力发生器,测试了服务器在不同并发条件下的性能(Complete a simple server program, including the server