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

搜索资源列表

  1. multiThreading_demo_backup

    0下载:
  2. 侯杰 多线程编程的书籍源码 主要介绍多线程 通信编程-Hou Jie source multi-threaded programming book introduces the multi-threaded communication programming
  3. 所属分类:Communication

    • 发布日期:2017-05-24
    • 文件大小:7880170
    • 提供者:HCM
  1. testqt.tar

    0下载:
  2. Linux QT的测试程序 关于多线程,进程间通信的,服务器方向的-Linux QT testing procedures on the multi-threading, interprocess communication, the server direction
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:518812
    • 提供者:bjn118
  1. ThreadCommunication

    0下载:
  2. 线程通信代码,一个简单的例子充分说明了线程工作原理-it is about thread communication,althouth it is simple,show us the theory of thread working.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-04
    • 文件大小:218222
    • 提供者:yandong
  1. pc

    0下载:
  2. 运用java环境编程实现pc多线程通信,消费者与生产者关系-Pc java environment using multi-threaded programming communication between consumers and producers
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2016
    • 提供者:
  1. DTSConsole

    0下载:
  2. 串口通信程序源码实现多线程通信功能,大家共同学习吧。-Source implementation of serial communication program to send and receive functions, we learn it together.
  3. 所属分类:Com Port

    • 发布日期:2017-03-30
    • 文件大小:374014
    • 提供者:liuwei
  1. MutualThread

    0下载:
  2. 主要就用vc 做个多线程的程序,可以实现对话框的显示 利用工作者线程实现 用全局变量进行通信-Vc to be used primarily to multi-threaded program that can display the dialog box used to achieve realization of worker threads to communicate using global variables
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-26
    • 文件大小:8794428
    • 提供者:郑家良
  1. ServerProcess

    0下载:
  2. 关于线程通信, 主线程起动后,一直在监控, 当socket过来时, 立即响应去处理-It is about process
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7618
    • 提供者:zj
  1. shili23

    0下载:
  2. 线程通信 vc++6.0 MFC 编程实现 -Thread communication
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-17
    • 文件大小:65641
    • 提供者:张哲
  1. 123

    0下载:
  2. 介绍了基于TMS320F240 DSP的变频调速系统与PC机的串行通信设计方法,阐述了Win- dows 98环境下的多线程通信编程技术,并给出了VC++6.0、DSP汇编语言编写的主要程序段代码. -Introduced based on the variable speed system TMS320F240 DSP Serial communication with the PC design method described under Win-dows 98 multi-thr
  3. 所属分类:DSP program

    • 发布日期:2017-04-16
    • 文件大小:26039
    • 提供者:蔡丽
  1. MultiThread7

    0下载:
  2. 涉及主线程和用户线程通信、自定义消息等知识。可应用与后台计算 自己在VC中编译运行通过-This program can be used for calculating,so it is helpful in the Engeering product.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1902272
    • 提供者:时惜之
  1. 3

    0下载:
  2. JAVA多线程通信小程序,JAVA初学者适用-Multi-threaded JAVA applet communication, JAVA application for beginners
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:5501
    • 提供者:joon
  1. Receiving-and-sending-messages

    0下载:
  2. 线程间的消息接收与发送 可作为多个线程通信的基础代码-Thread to receive and send messages between multiple threads can be used as the basis for communication code
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:4528
    • 提供者:陈蓝
  1. server.tar

    0下载:
  2. Unix平台下即时通信系统开发服务器端程序。包括socket套接字的建立与侦听,以及多线程方式处理客户端socket发送的请求。-The community software run in UNIX platform,include building and listening socket,and using thread to reply client`s request.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-03
    • 文件大小:152395
    • 提供者:jww
  1. sockettest

    0下载:
  2. arm linux 多线程及线程通信 测试代码
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-25
    • 文件大小:24103
    • 提供者:liubing
  1. Thread_comm_dev.tar

    0下载:
  2. 这是我自己编写实现的一个基于设备驱动的本地进线程通信方法。该方法需要用到设备文件来联系两个没有亲缘关系的进线程。资料中包含Makefile文件,根据自己的Linux系统,可以编译出模块程序。里面附带了简单的例程用来进行测试。-This is what I have written to achieve a local-based device driver into the thread communication methods. Need to use the device file to
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:3024
    • 提供者:haohuiming
  1. BirthdayRemind

    0下载:
  2. 使用多线程对多个提醒时间点的同时提醒,用到多线程与主线程消息的传递,对学习多线程的通信有很大帮助,强烈推荐学习多线程通信的同学下载-Use of multiple threads on multiple reminders at the same time to remind, the main thread to use multi-threading and message passing, multi-threaded communication of learning helps a l
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-17
    • 文件大小:4968012
    • 提供者:kai
  1. server

    0下载:
  2. linux中socket多线程通信的服务器源代码-linux communication in multi-threaded socket server source code
  3. 所属分类:Linux Network

    • 发布日期:2017-03-27
    • 文件大小:1272
    • 提供者:仙鹤神针
  1. client

    0下载:
  2. linux中socket多线程通信的客户端源代码-linux communication in multi-threaded socket client source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:915
    • 提供者:仙鹤神针
  1. EventCore0.003

    0下载:
  2. EventCore是模拟windows消息机制,实现线程同步、线程通信、进程通信、事件驱动的一个开源项目。-EventCore is simulation Windows news mechanism, realize the thread synchronization, thread communication, communication, event-driven process of an open source project.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-03
    • 文件大小:105694
    • 提供者:刘书明
  1. duo-xiancheng-chuankoutongxin

    0下载:
  2. visual c ++6.0 写的多线程通信实例-visual c++6.0 to write multi-threaded communication instance
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-24
    • 文件大小:79669
    • 提供者:李刚
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 49 »
搜珍网 www.dssz.com