搜索资源列表
antenna
- 移动通信信道建模、信源和信道编码、扩频调制技术、同步技术、分集和信道均衡技术、多 用户检测技术、智能天线技术、无线资源管理技术、 ... 本书将全面介绍以上各种技术, 内容涵 盖这些技术的起因、发展状况、基本原理、解决方案以及未来发展趋势等。 ... -mobile communication channel modeling, source and channel coding, spread-spectrum modulation, synchronization technology,
STBC_sim
- 这是一个无线通信空时码仿真程序,编码数据形成流进行同步传输,采用的是最大似然译码。-This is a wireless communications space-time simulation codes, encoding data flow synchronization formed transmission, using the maximum - likelihood decoding.
NetDownMTR
- ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
example
- 利用共享内存实现多线程间通信。 主线程派生子线程后即处于休眠状态,等待子线程结束时发出结束信号唤醒。在被唤醒后,主线程向屏幕输出结束信息! 线程A向共享内存中写入A~Z的大写字母。 线程B通过共享内存接收这些字母,并将其保存到/test.dat文件中。 注意线程之间的同步互斥! -Using shared memory communication between multi-threading. Derived from sub-thread after main thread
PCCS_8.22.7.0
- 用于symbain同步通信开发所用的.一般的包括联系人\短信都可以读取.-use for symbain sync developing. includeing contact and sms and mms.
TCPIP_Communication
- 利用多线程机制实现TCP/IP的简单通信,支持客户端与服务器端的同步通信。-Mechanisms using multi-threaded TCP/IP for simple communication, to support the client and server-side synchronous communication.
Phone
- 网络多媒体通信 1、编制一个网络多媒通信软件,实现: 在发送端采集话筒声音,通过网络实时传输到接收端,并在接收端播放出来。 2、通过使用TCP、UDP、变更分组大小来对比收发端声音同步情况及播放质量。 本实验技术不同于课上所讲的回调函数,利用了MFC的消息处理机制,用消息处理函数替代了回调函数,但整个流程是一样的。本程序采用C/S模式,其中Server端为项目PhoneToFile,Client端为项目Client,Server端的功能为采集声音数据并发送给客户端,Client
LANTIME
- Windows下基于TCP/IP的多线程通信,实现点对点聊天和系统时间同步功能。-Windows, TCP/IP-multi-threaded communication, to achieve point-chat and system time synchronization.
Race
- 采用多线程技术,利用socket通信。实现六个线程的跑步比赛,通过内核对象event,实现线程的同步。-Multi-threading technology, the use of socket communication. To achieve six threads running race through the kernel object event, to achieve thread synchronization.
83390098DP83640
- 这是介绍IEEE1588网络时钟同步的资料,非常有用,可以用在仪器设备同步,通信等行业.-This is to introduce the IEEE1588 network clock synchronization information, very useful synchronization can be used in equipment, communication and other industries.
shizhong
- 这是介绍IEEE1588网络时钟同步的资料,非常有用,可以用在仪器设备同步,通信等行业-e-This is to introduce the IEEE1588 network clock synchronization information, very useful synchronization can be used in equipment, communication and other industries-err
socket
- 能让我们对linux的系统和socket有一个叫深入的了解,且对网络服务器的架构有一定了解,通过实践,使我们知道在网络编程过程中所需要注意的一系列问题(如并行程序设计的问题)。当然,本次大作业还能使我们对“进程间通信”,“进程同步”和“信号量”等操作系统的知识进行巩固,从而服务于本次大作业。-Make our linux system and the socket are called in-depth understanding of the network server architectu
1
- 主题:进程的管道通信 内容:这是一个设计型实验,要求自行编制程序。 使用系统调用pipe()建立一条管道,两个子进程分别向管道写一句话: Child process1 is sending a message! Child process2 is sending a message! 父进程从管道读出来自两个子进程的信息,显示在屏幕上。 要求: 1) 父进程先接收子进程1发来的消息,然后再接收子进程2发来的消息。 2) 实现管道的互斥使用,当一个子进程正在对
SocketUDP
- 用Socket实现UDP协议下的网络通信,并采用同步传输技术实现了一个简单的UDP Serve-Socket UDP Serve
wangluobianchengshiyan(10)
- 1. 编写一个简单的TCP服务器和TCP客户机。 (1)可以使用控制台字符界面 (2)服务器可以依次和多个用户对话 2. 编写一个简单的UDP应用,要求实现简单的聊天(控制台界面,同步通信即可)。-1. Write a simple TCP server and TCP client. (1) the character can use the console interface (2) servers and multiple user sessions can be in t
likeQQ
- 仿QQ,提供登陆,注册,添加好友,聊天等功能。服务器端使用异步通信,客户端使用同步通信-Fake QQ, to provide land, registration, add friends, chat and other functions. Server using asynchronous communication, the client uses synchronous communication
OPCclienttext(xiug)
- 利用OPC自动化接口编写的OPC客户端测试程序,可以连接多个服务器,支持多个组对象,实现了同步和异步多种通信方式。-Prepared using OPC OPC Automation Interface client test program, you can connect multiple servers to support multiple group objects to achieve a variety of synchronous and asynchronous communi
CSharpSocket
- C# Socket 同步通信与异步通信 示例源码,清晰介绍CSharp中利用Socket实现网络通信。-C# Socket example of synchronous communication and asynchronous communication source, the use of a clear descr iption CSharp Socket network communication.
chat
- 在先前已上传的那个版本上做了一点改进: 1.将服务器与客户端之间的通讯命令做了处理,这次采用特殊编码格式的命令控制方式,摒弃了先前版本中采用的通过解码成字符串的命令格式,避免了解码过程中会出现的bug(特殊情况下此bug才会出现,表现为将内部命令作为消息正文打印出来。。。让我很受伤。。) 2.增加了闪屏振动功能(一看就知道模仿MSN的。。没创意。。。),可以群振,也可以点对点振,反正振你没商量! 3.修正了其他的一些小bug。 程序截图还是先前版本的
VC+++串口通信
- 实现串口的同步异步通信,基于vc++,win32控制应用台(Serial synchronous asynchronous communication, based on vc++, Win32 control application platform)