CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 线程 通信

搜索资源列表

  1. 线程模拟路由器

    0下载:
  2. 利用线程模拟路由器,实现路由器DV和LS算法,路由器之间的通信利用socket完成。界面上显示路由表。
  3. 所属分类:通讯编程

    • 发布日期:2010-11-11
    • 文件大小:49999
    • 提供者:esue181
  1. CseriesPort类

    0下载:
  2. CseriesPort类支持多线程串口通信,是一个功能强大的用于驱动串口通信的第三方类。
  3. 所属分类:驱动编程

    • 发布日期:2011-07-11
    • 文件大小:7002
    • 提供者:ye1989
  1. 消息缓冲队列实现通信

    0下载:
  2. 一个线程通过消息队列把消息传送给其他的线程
  3. 所属分类:源码下载

  1. AndroidThread

    0下载:
  2. 一个android线程通信的例子,基于android1.6-an example for thread communication in android, which is version 1.6.
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:49732
    • 提供者:liumy
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. Linuxprogram

    0下载:
  2. linux下c编程指南,包括创建进程,文件操作,时间概念,信号处理函数,进线程通信,以及linux下c编译器-c under linux Programming Guide, including the establishment of processes, file operations, the time the concept of signal processing functions, into the threads of communication, as well as linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:65932
    • 提供者:lijiachang01
  1. MultiThread

    0下载:
  2. 多线程编程中几个要点,如线程通信手段,数据同步方法等-Multi-threaded programming in a few key points, such as thread means of communication, data synchronization method
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:201404
    • 提供者:张艺
  1. KeChengSheJi

    0下载:
  2. (1)能允许多个用户登录,为每个用户建立进程或线程,并进行进程管理; (2)能为进程模拟分配内存,并设计一个跟踪该内存模拟分配的进程或线程,记录内存分配的结果; (3)能模拟文件系统管理,进程可以对文件系统(包括文件和目录)进行读、写、创建、删除、打开、关闭等操作; (4)能模拟进程通信管理,用户之间可以相互通信交流; (5)最好能采用类似于Windows的窗口界面; -(1) to allow multiple users to log on, for each user
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-07
    • 文件大小:1290436
    • 提供者:唐吟
  1. TCPThread

    0下载:
  2. 客户端与服务器之间通过TCP多线程进行双向通信-Between the client and server through the TCP multi-threaded two-way communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:7628
    • 提供者:asfds
  1. Demo_Message_Pool

    0下载:
  2. 三个线程通信,一个线程负责计算,一个线程负责显示-Three-thread communication, a thread responsible for computing, one thread is responsible for display
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-07
    • 文件大小:42777
    • 提供者:vita
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架-CSerialPort based on serial communication framework for multi-threaded
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:63761
    • 提供者:yangfan
  1. Realization-of-Multithread-Program-Based-on-Callba

    0下载:
  2. 本文给出了基于回调函数的多线程应用程序实现方法。通过回调函数开辟子线程,而采用回调函数的消息响应函数实现具体的数据处理。因回调函数的消息响应函数可作为VC + + 某个类的成员函数,故可调用该类的其他成员函数和成员变量,从而避免了因采用过多的全局变量进行线程通信而降低系统效率-The met hod for realizing multit hread program based on callback function and Visual c++ is given in this paper
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-23
    • 文件大小:170429
    • 提供者:陈建刚
  1. linux_proxy

    0下载:
  2. linux下的c网络编程,对于防火墙的入门有一定的帮助了解-firewall
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:25224
    • 提供者:wpneu
  1. RS232toEthernet

    0下载:
  2. 为调试设备编写的RS232转以太网通信软件。 均使用异步通信方式,RS232使用API编写,以太网使用Sockte类。程序中使用了两个独立线程,线程间以消息方式传递数据,本程序中包括:RS232异步通信、Sockte异步通信、用户界面线程、线程间通信。-Equipment prepared for debugging RS232 to Ethernet communications software. Only use asynchronous communication mode, RS2
  3. 所属分类:Communication

    • 发布日期:2017-06-14
    • 文件大小:21642604
    • 提供者:Huangxiangjun
  1. VisualC

    1下载:
  2. 《Visual C++实践与提高——串口通信与工程应用篇》第二版目录 第1章Visual C++集成开发环境 第2章C++语法基础 第3章C++面向对象 第4章串行通信原理与设计 4.1串行通信基本概念 4.2串行传输协议 4.3串行接口标准 4.4串口硬件设计 第5章 串口调试 第6章使用MSComm控件编程 第7章使用WinAPI串口编程 第8章多线程编程 第9章TAPI编程 第10章计算机与单片机通信 第11章计算机与PLC通信
  3. 所属分类:Windows Develop

    • 发布日期:2016-08-07
    • 文件大小:28168757
    • 提供者:康元青
  1. VCXIANCHENG

    0下载:
  2. 一个简单的线程通信程序,对学习线程的朋友很有帮助-good
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:35413
    • 提供者:lcd
  1. socketServer

    0下载:
  2. 服务端socket,通过监听某一端口实现多线程通信的socket源代码-Server socket, through the listening port to achieve a multi-threaded communication socket source code
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:1488
    • 提供者:zjj
  1. Cjingdianwenti100

    0下载:
  2. c语言的经典问题,进程通信,线程通信,网络编程 tcp/ip,udp-c language of classical problems, process communication, thread communication, network programming tcp/ip, udp
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:27236
    • 提供者:legend
  1. threadExample

    0下载:
  2. symbian 线程通信,相关原子操作示例-the symbian thread communication and atomic opertator
  3. 所属分类:Symbian

    • 发布日期:2017-03-29
    • 文件大小:71478
    • 提供者:spark
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架~!串口多线程编程~!加强学习串口编程-Based on the serial multi-thread communication CSerialPort framework ~! Serial multi-threaded programming ~! Serial programming to enhance learning
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:63683
    • 提供者:林子建
« 1 2 3 4 5 6 78 9 10 11 12 ... 49 »
搜珍网 www.dssz.com