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

搜索资源列表

  1. cardframe20140123

    0下载:
  2. windows多线程的一个框架,线程间通信,定义了标准的业务接口,用户根据自己的需要实现业务接口。- a framework for multi-threaded windows, inter-thread communication, defines a standard service interface, users achieve business interface according to your needs....
  3. 所属分类:Console

    • 发布日期:2017-05-11
    • 文件大小:2209984
    • 提供者:andy
  1. MutilThread8

    0下载:
  2. 基于VC++的多线程实例,该例程演示了如何使用自定义消息进行线程间通信。首先,主线程向CCalculateThread线程发送消息WM_CALCULATE,CCalculateThread线程收到消息后进行计算,再向主线程发送WM_DISPLAY消息,主线程收到该消息后显示计算结果。 -Examples VC++ based multithreading, which is routine demonstrates how to use a custom message for inter-th
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-15
    • 文件大小:3597443
    • 提供者:秦继文
  1. PayLog

    0下载:
  2. 本系统是生成日志文件的系统,采用activeMq进行通信,采用多线程生成日志文件,适应环境是业务系统向日志系统发送数据,日志系统收到后进行处理-This system is the system generates a log file, using activeMq communication, multi-threading to generate log files, business systems to adapt to the environment is sending data
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3964329
    • 提供者:夏微凉
  1. Chat

    1下载:
  2. 利用多线程技术编写的一个图形界面网络聊天室程序,在一个程序中同时实现接收端和发送端的功能,只需要在聊天双方各自的机器上安装本程序,在聊天室,输入对方主机的IP地址,就可以与对方进行通信了。-The use of multi-threading technology to prepare a graphical interface Internet chat room procedures, in one program while achieving the receiver and trans
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-11
    • 文件大小:2414441
    • 提供者:jenny
  1. SerialAssist

    0下载:
  2. 基于多线程程串口通信类,并附带一个简单的例子,被动接收,自动发送-Based on multi-threaded process serial communications, and comes with a simple example, a passive receiver, automatically sends
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:228277
    • 提供者:可乐
  1. lesson16

    0下载:
  2. 该程序主要完成了进程间、多线程的通信,采用MFC机制,完成线程同步,通过该程序可以很好的理解线程间的通信-The program completed a major inter-process, multi-threaded communication, using MFC mechanism, thread synchronization is completed through the program can be a very good understanding of communica
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-19
    • 文件大小:5281277
    • 提供者:无言
  1. tcp1

    0下载:
  2. 通信应用软件设计 名字和IP地址转换 多线程编程 广播与多播-Communication application software design name and IP address translation multithreaded programming broadcast and multicast
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:770907
    • 提供者:丁雪梅
  1. example

    0下载:
  2. 利用VC++6.0编程实现线程间的通信,简单易懂。-Examples of communication between threads
  3. 所属分类:Communication

    • 发布日期:2017-04-17
    • 文件大小:29987
    • 提供者:王新波
  1. LinuxLab

    0下载:
  2. Linux基本实验,包括进程通信、多线程、进程锁等使用实例-Linux basic experiments, including interprocess communication, multi-threading, locks and other processes using examples
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3672
    • 提供者:vincent
  1. 8_10

    0下载:
  2. 多人聊天室 1、在Linux下采用socket实现多进程间的通信 2、采用TCP/IP协议进行数据传输 3、服务端采用多线程技术支持多用户同时登陆 4、支持客户端之间直接通信-Chat room 1, using multi-socket communication between processes in Linux 2, using the TCP/IP protocol for data transmission 3, the server uses mu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:12230
    • 提供者:尤晓峰
  1. Chapter15

    0下载:
  2. 基于windows的多线程服务通信源码,线程与进程的实例-Examples of multi-threaded windows based service communication source, threads and processes
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-27
    • 文件大小:35032
    • 提供者:李某
  1. OSMonitor

    0下载:
  2. 开源项目。安卓手机进程管理,进程监听,线程号与通信套接字对应。-Open source project. Android phones process management, process monitoring, and communications sockets corresponding number of threads.
  3. 所属分类:android

    • 发布日期:2017-05-20
    • 文件大小:5377656
    • 提供者:Ye Yfan
  1. Socket-in-Linux

    0下载:
  2. 实现Linux环境下Socket大并发通信,多线程实现,最大到上万并发量-Achieve large concurrent communication under Linux Socket
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:2268
    • 提供者:徐志磊
  1. chat

    0下载:
  2. socket通信,有客户端有服务端,实现的功能比较小,就是使用了多线程和图形设计,对java有兴趣的可以-socket communication
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:13157
    • 提供者:陈康
  1. UDPThread

    0下载:
  2. UDP通信的多线程模式,有服务器端和客服端。服务器端可以同时接受多个客服端的连接和消息发送!-UDP communication multithreaded mode, the server side and the end of the service. The server can accept multiple clients at the same time connection and message!
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-25
    • 文件大小:450995
    • 提供者:马云飞
  1. Project

    0下载:
  2. 包里的内容为一个在linux下的网络编程的例子,其中用到的技术包括,socket通信,连接oracle数据库,makefile生成可执行程序,以及线程池技术控制多个客户端同时访问终端带来的压力。-Contents of the bag as an example of network programming under linux, which uses techniques include, socket communication, connect oracle database, make
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:96533
    • 提供者:leiyangkai
  1. TcpSend

    0下载:
  2. UDP接收数据例子,Socket通信例子,多线程例子 -udp RECEIVE DATA Socket,Thread
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:1904
    • 提供者:chenghuiqing
  1. service-and-cilent

    0下载:
  2. 客户端与服务器端通信!!对初学者了解线程与进程非常有帮助。-Client and server-side communications!! Thread for beginners to understand the process very helpful.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:16587
    • 提供者:oijho
  1. Com_Test

    0下载:
  2. winCE COM 通信设计源代码,通过线程方式接收数据-The COM test of WinCE6.0
  3. 所属分类:Windows CE

    • 发布日期:2017-05-16
    • 文件大小:3916939
    • 提供者:
  1. MFConsoleApplication1

    0下载:
  2. G120模块初学程序,有IO,中断,定时,线程,通信等基本功能-G120 module beginner procedures, IO, interrupt, timer basic functions, threads, communication, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:7055
    • 提供者:刘伟
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com