搜索资源列表

  1. matlab实现几种基本的通信仿真技术

    1下载:
  2. 这是我收集的几个通信基础理论的Matlab仿真实现,包括bpsk、qpsk、ofdm以及信号衰减和延迟的仿真。尽管不是我本人原创,但比较都经典。文件为*.m格式-This is my collection of several communications infrastructure theory Matlab Simulation, including BPSK, QPSK, and the OFDM signal attenuat
  3. 所属分类:编程文档

    • 发布日期:2024-05-17
    • 文件大小:5120
    • 提供者:武昌盛
  1. 手持机GPRS通信程序

    0下载:
  2. 同上,是用68K328的处理器的手持机,主要用在GPRS的通信方面的程序,有想要的朋友赶快下,这方面的东西不太多,好的也不好找!-68K328GPRS
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:1582080
    • 提供者:胡显辉
  1. 用VC++实现与USB驱动程序的通信

    1下载:
  2. VC++实现与USB进行通讯的代码;介绍如何与USB进行通讯了-VC and USB communication code; How to communicate with a USB
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:91136
    • 提供者:刘海峰
  1. 局域网多用户通信

    0下载:
  2. 基于TCP/IP的网络通信技术实现了面向连接的用户与服务器间点对点异步通信,本文在该基础上应用了多线程以及共享数据结构技术,使网络服务器具有了多用户间数据转发的功能,进而解决了局域网多用户间的通信问题。-TCP/IP-based network communications technology to achieve a connection-oriented users and server asynchronous point-to
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:847872
    • 提供者:苏正荣
  1. 高级通信程序

    0下载:
  2. 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 4.数据通信和数据具体应用完全分离,扩展性良好,本例中只做一个上传文件的例子,你可以在不用改动通信核心的
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:214016
    • 提供者:sr
  1. 点对点通信

    0下载:
  2. 是一个本科生的毕业设计和论文,包含双机的通信,以及数据的传输。-is an undergraduate and graduate design papers, including a two-aircraft communications and data transmission.
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-17
    • 文件大小:99328
    • 提供者:黑水
  1. 一个非常好的串口通信控制程序VB的

    1下载:
  2. 一个非常好的串口通信控制程序,VB的通信,不好找的,机会不多,请各位下载!-a very good serial communication control procedures, VB communications, not easy to find, and few opportunities, please download!
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:14336
    • 提供者:胡显辉
  1. fskdet

    0下载:
  2. 基于matlab的通信系统仿真系列--FSK解调(相干解调方式)-Matlab-based communications system simulation series-- FSK demodulator (Coherent demodulation method)
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:selena
  1. specanal

    0下载:
  2. 基于matlab的通信系统仿真系列。A simulated oscilloscope and a simulated spectrum analyzer。供刚接触到matlab通信系统仿真的朋友使用。-Matlab-based communications system simulation series. A simulated oscilloscope and a simulated spect rum analyzer. Matl
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:selena
  1. dsb_jt

    0下载:
  2. DSB的解调程序,基于matlab的通信系统仿真系列。供刚接触到matlab的朋友使用-DSB demodulation process, Matlab-based communications system simulation series. For begin to friends using Matlab
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:无忧
  1. DLLCallDemo

    0下载:
  2. 操作系统上机实验报告,进程间的通信,1. 选择Windows2000环境提供的进程通信工具:文件映射(filemap)、管道(Pipe或NamedPipe)、套接字(socket)完成同一机器上的两个进程、不同机器上的两个进程或不同操作系统下的两个进程之间的通信。-experimental operating system on the plane, inter-process communication, 1. Choose Wind
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-17
    • 文件大小:1002496
    • 提供者:钱青鱼
  1. MAX485yupcjidetongxin

    0下载:
  2. 介绍MAX485芯片的使用和采用MAX485接口的通信电路,给出MCS251单片机与PC机之间的点对点串行通信程序设计-MAX485 chip on the use and the use of MAX485 communications interface circuits, SCM is MCS251 between PC and the point-to-point serial communication program des
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-17
    • 文件大小:209920
    • 提供者:isaura
  1. IPC

    0下载:
  2. 进程间的通信机制对于计算机人员来说显得尤为重要,此程序的简单的实现了某些功能。-Inter-process communication mechanism for computer personnel is particularly important that this procedure a simple realization of a certain function.
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:223232
    • 提供者:Long
  1. DataComm

    0下载:
  2. 这个是使用自定义消息实现进程间的通信,好码,简单使用-This is to use a custom message to achieve inter-process communication, good code, simple to use
  3. 所属分类:通讯编程

    • 发布日期:2024-05-17
    • 文件大小:78848
    • 提供者:张伟平
  1. jincheng1

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程1!-Through shared memory to achieve inter-process communication! This is the process of 1!
  3. 所属分类:系统编程

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李逆
  1. jincheng2

    0下载:
  2. 通过共享内存实现进程间的通信!这个是进程2!-Through shared memory to achieve inter-process communication! This is the process of 2!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李逆
  1. tx

    0下载:
  2. 这个是一个代码实现进程间的通信及其具体解释!-This is a code to achieve inter-process communication and its detailed explanation!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:李逆
  1. 080618104650

    0下载:
  2. 简单管道通信,介绍了如何通过pipe实现父子进程间的通信-Simple pipeline communications, through the introduction pipe realize how the process of communication between father and son
  3. 所属分类:Windows编程

    • 发布日期:2024-05-17
    • 文件大小:38912
    • 提供者:michael
  1. pipe.c

    0下载:
  2. 这是一个管道实现的简单源程序,实现进程间的通信和管理 -This is a pipeline to achieve a simple source code to achieve inter-process communication and management
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:肖欣
  1. DSB-AM

    0下载:
  2. 信号BSK-AM调制的代码基于matlab的通信系统仿真系列。刚接触到matlab的朋友使用-BSK-AM signal modulation code matlab-based communications system simulation series.刚接触to friends using matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:4096
    • 提供者:mengnan
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org