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

搜索资源列表

  1. 与线程进行数据通信

    0下载:
  2. c#代码,与线程数据通信-c # code, and data communications threads
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:6947
    • 提供者:李想
  1. 实例56-多线程文件搜索

    0下载:
  2. 用多线程实现文件的搜索,从中可以学习多线程用法,里面也有通信的内容-using multithreading document search, can learn from multithreaded usage, they have the communication
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:30979
    • 提供者:lxy
  1. c++down远程线程注入

    2下载:
  2. c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in dll. Appropriate reference beg
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:77638
    • 提供者:fpx
  1. javasocket

    0下载:
  2. 1. socket通信:有客户端和服务端的socket代码。 2. 多线程:客户端和服务端各用一线程发送信息;服务端另有一监听线程,用于把超时的信息删除。 这里应用到了同步,使两个线程可以操作同一个map。 -1. Socket communications: There are client and service side of the socket code. 2. Multi-threading: client and server uses one threa
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:79247
    • 提供者:李玉琳
  1. Multithreading

    0下载:
  2. 本文着重探讨用多线程并行的方式通过多个串口进行并行通信。使用多线程进行串行 通信的文献已有一些,但都没涉及到多个串口并行的情况。本文介绍的多串口多线程通信方 法,使多个串口并行通信,从而实现大规模的数据采集与高速数据传输操作。 关键词:多线程;串行通信;同步 -This article focused on the use of multi-threaded parallel manner parallel through multiple serial communic
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-01
    • 文件大小:41744
    • 提供者:何平
  1. Example

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

    • 发布日期:2017-04-05
    • 文件大小:63902
    • 提供者:章九
  1. Example3

    0下载:
  2. 基于CSerialPort的串口多线程通信框架,设置串口参数,开启串口监测工作线程,串口监测工作线程监测到串口接收的数据、流控制时间或其他事件后,就以消息方式通知主程序,激发消息处理函数来进行数据处理。-CSerialPort-based multi-threaded serial communication framework, set serial port parameters, open the serial port monitoring thread, serial port mon
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:89248
    • 提供者:许书博
  1. clientServer_linux_multithread

    0下载:
  2. Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:10896
    • 提供者:joe
  1. red_line

    0下载:
  2. C#写的红外线通信源码值得初学借鉴学习,采用多线程实现。-C# source code written in the infrared communication is worth studying and learning from, the realization of multi-threading.
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:45160
    • 提供者:Kevin Dong
  1. MyChat

    0下载:
  2. 该程序基于TCP/UDP的多线程通信程序,同时即可作为服务器端又可做客户端-The program based on TCP/UDP communications of multi-threaded process, at the same time you can do as a server-side client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1951825
    • 提供者:许延
  1. socket Test

    1下载:
  2. 学习Java Socket 编程的基础程序,适合初学者学习。实现了多线程的网络客户端和服务器通信-Java Socket Programming learning the basis of procedures, for beginners to learn. The realization of the multi-threaded network client and server communications
  3. 所属分类:JSP源码/Java

    • 发布日期:2012-11-24
    • 文件大小:14255
    • 提供者:yuan
  1. pthread_exp

    0下载:
  2. 嵌入式 linux 线程创建、线程通信应用程序源代码及修改练习。-Embedded linux-thread creation, thread communication applications and modify the source code practice.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:35160
    • 提供者:薄大户
  1. CommTest

    0下载:
  2. 一个关于vb串口多线程通信的实例,可以看看。-Vb serial port on a multi-threaded communication instance, you can look at.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:1232737
    • 提供者:韩云飞
  1. VC_advanced_program_development

    2下载:
  2. 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
  3. 所属分类:source in ebook

    • 发布日期:2017-05-20
    • 文件大小:5685386
    • 提供者:wut
  1. MessageQueue

    0下载:
  2. linux下消息队列的C语言封装,以及示例代码。用于进程间和线程间通信。-Provide C-language package of message queue under linux as well as sample code. This package is used for inter-process communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:10016
    • 提供者:vividonly
  1. Thread

    0下载:
  2. ,在VC环境下线程间通信,由此可以简单理解线程通信-Thread
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:5969
    • 提供者:周明
  1. Socket异步通信,线程

    0下载:
  2. VC++写的Socket异步通信多线程例程(Socket asynchronous communication multithreading)
  3. 所属分类:网络编程

    • 发布日期:2017-12-26
    • 文件大小:231424
    • 提供者:Jefson
  1. TCPNetKit实例(多线程)

    0下载:
  2. 1.聊天室服务器端的创建。 2. 聊天室客户端的创建。 3. 实现客户与服务器的连接并通信。(1. the creation of the server side of the chat room. 2. the creation of the client of the chat room. 3. realize the connection and communication between the client and the server.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:1971200
    • 提供者:hhhhh~
  1. 基于网络通信&多路径&死胡同的java迷宫

    0下载:
  2. 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:14982144
    • 提供者:清于乐
  1. ProcessConnection

    1下载:
  2. C#进程通信,同时线程通过服务进程进行通信,改了几个小时,很好用!(C# process communication, something about threads communicate through the service process, modified for several hours, very good!)
  3. 所属分类:

    • 发布日期:2018-05-03
    • 文件大小:100352
    • 提供者:csunking
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com