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

搜索资源列表

  1. UDPcommuncation

    0下载:
  2. 实现UDP的客户端与服务器的通信程序,它是通多线程来实现,很较大的学习价值。-The realization of UDP client and server communication program, which is multi-threaded pass to achieve, it is the larger the value of learning.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-10
    • 文件大小:15309
    • 提供者:qin
  1. ChatSystem

    0下载:
  2. 运用服务器端多线程来实现一个真正意义上的聊天室应用程序,该程序包括客户端和服务器二部分构成,采用Socket通信机制,服务器程序为Server.java,客户端程序为Client.java。首先启动服务器程序,再启动Client程序,当启动时服务器端首先要询问客户的姓名,然后给所有在场的用户发布新用户加入的消息,当客户端发出新消息时,服务器会将该消息发给所有在场的用户,当再次启动Client,有新用户加入时,服务器会继续做同样的工作,每当有客户输入bye时,服务器将断开与该客户的连接,同时在服务
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7306
    • 提供者:yyb
  1. EVC

    0下载:
  2. EVC下的编程实例,包含图形编程,线程,文件与注册表,控件,通信等.很好的学习资料-Programming under EVC example, contain graphical programming, threads, files and registry, control, communications and so on. A very good learning materials
  3. 所属分类:Windows CE

    • 发布日期:2017-05-20
    • 文件大小:5506647
    • 提供者:邵帅
  1. CoreJava

    0下载:
  2. 一、Java概况介绍 二、基本数据类型,控制语句 三、Java中的类,方法,属性 四、封装,继承,多态 五、修饰符,一些简单的设计模式 六、接口,抽象类,类的类型,异常 七、集合 八、java中的图形界面 九、多线程及线程间通信 十、I/o流,网路知识,及socket编程。 -One, Java sheets Second, the basic data types, control statements III, Java classes, methods,
  3. 所属分类:IT Hero

    • 发布日期:2017-04-06
    • 文件大小:375452
    • 提供者:蒋中华
  1. Linux

    0下载:
  2. 对windows平台程序开发到Linux平台的程序开过渡做了说明,即使初次接触Linux也能很快上手.剖析了Linux应用开发的主要专题,例如进程,进程间通信,线程,网络,图形及数据库。-On the windows platform to Linux platform for development of procedures to open the transition to do a note, even if the initial contact with Linux can be q
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:313058
    • 提供者:hehe
  1. Sieral_Multithread

    0下载:
  2. 串口通信处理的多个线程需要协调运行,一个线程必须等待另一线程结束才能开始,在处理一个线程的同时必须把其余待处理的线程挂起等待,以减少其余待处理线程对CPU的资源占用,正处理的线程一旦处理结束则通过线程间的通信发出信号来击活被挂起的线程中的一个线程进入处理。-Serial communication processing necessary to coordinate multiple threads running, a thread must wait until the end of the
  3. 所属分类:Com Port

    • 发布日期:2017-04-15
    • 文件大小:7835
    • 提供者:闻伟
  1. GTKxiancheng

    0下载:
  2. 本文研究了嵌入式Linux的多线程的属性、线程的创建方法、线程间的数据处理以及线程间互斥等关键问题,并将多线程设计思想应用于在某控制系统的温度巡检用户界面设计,实现了串行通信和用户界面操作的快捷响应。-none
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-17
    • 文件大小:94843
    • 提供者:rejoiceliberty
  1. GTK_MySQ-LTCP_IP

    0下载:
  2. 在Linux平台下采用两种高级环境GTK+2.0和MySQL设计基于TCP/IP的网络聊天室,利用Linux操作系统的多线程技术和套接字编程技术.用GTK+2.0和MySQL开发数据库关键技术,详细说明了系统的通信原理和软件的设计与实现方法.-This paper introduces TCP/IP-based the chatrooms in network under the Linux environment with two advanced GTK+2.0 and MySQL usin
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-06
    • 文件大小:608641
    • 提供者:rejoiceliberty
  1. multi_thread_dwm

    0下载:
  2. 多线程同步机制在应用程序与驱动程序通信中的应用-multi_thread
  3. 所属分类:Project Design

    • 发布日期:2017-04-28
    • 文件大小:23831
    • 提供者:hesi
  1. Socket

    0下载:
  2. 实现了Socket的异步通信,包括线程间通信,双端队列通信等功能。-Socket implementation of the asynchronous communication, including inter-thread communications, double-ended queue communications functions.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:257187
    • 提供者:Kelly Li
  1. jAVA

    0下载:
  2. 实现http的多项功能,post功能,多线程功能,错误检测机制等等。实现Ftp上传下载数据的功能 能够与FTP服务器建立连接 商量通信端口 上传和下载数据 权限的控制 -Http implementation of a number of functions, post functions, multi-threaded functions, error detection mechanisms and so on. Implementation Ftp upload dow
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:554471
    • 提供者:陈猪猪
  1. FileCThread1

    0下载:
  2. 本科时候编写的一个关于多线程网络通信的程序,对理解网络通信尤其是Winsock有帮助作用-about Winsock
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-19
    • 文件大小:5245896
    • 提供者:happydou
  1. linux_process

    0下载:
  2. 基于linux的系统编程程序,有进程控制,进程间通信,线程等,都是本人练习写的,注释详尽-Based on the linux system programming procedures, there is process control, interprocess communications, threads and so on are all written in my practice, notes in detail
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:8004
    • 提供者:黄山
  1. Serial_and_gprs_xp_WINCE

    0下载:
  2. 文件说明: 1 XP/2000 下异步方式串口类 SerialPort.h SerialPort.cpp 2 WinCE 下 同步方式串口类(本为阻塞方式,但读写都用了独立的线程,妙哉!) CESeries.h CESeries.cpp 3兼容 WinCE , XP/2000 平台的串口类,同步方式 TSerial.h TSerial.cpp
  3. 所属分类:Windows CE

    • 发布日期:2017-03-24
    • 文件大小:259025
    • 提供者:虎成
  1. TCP_Socket

    1下载:
  2. 一个多线程c/s通信类,此类实现了复杂的消息机制,能同时运行多个客服端进行通信。-A multi-threaded c/s communications, implementation of such a complex message mechanism can simultaneously run multiple customer client communication.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-02
    • 文件大小:570465
    • 提供者:heyouzhang
  1. VISUALC

    0下载:
  2. .c++语法及编程技巧 2.vc开发环境设置和边缘调试技巧。 3.键盘鼠标输入处理技巧 4.常用控件使用技巧 5.对话框技巧 6.窗口界面处理技巧 7.文件,文件夹,磁盘操作技巧 8.数据库操作 9.进程线程和dll操作技巧 10.多媒体的处理技巧 11.通信的操作技巧 12.com组件技术操作技巧 13.系统编程技巧-. c++ syntax and programming skills set and development environme
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-15
    • 文件大小:4081314
    • 提供者:杨敬
  1. TCPcclient

    0下载:
  2. 局域网即使通信,采用多线程实现,可实现群聊,和单聊。-LAN even if the communications, the use of multi-threaded implementation, can achieve a group chat, and single-chat.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-28
    • 文件大小:271480
    • 提供者:renzhe
  1. ThreadedServer

    0下载:
  2. 计算机网络多线程编程 实现服务器客户端通信-Computer networks, multi-threaded programming client server communications
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-14
    • 文件大小:4342
    • 提供者:肖潇
  1. Modem

    0下载:
  2. 基于c++的多线程串口Modem远程数据通信,包含串口通信的内容,非常实用,欢迎下载。-C++ based on the multi-threaded remote Modem serial data communications, including serial communication of content, very useful, please download.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:65667
    • 提供者:孟祥平
  1. SerialPort

    0下载:
  2. 在工业控制中,串口是常用的计算机与外部串行设备之间的数据传输通道,由于串行通信方便易行,所以应用广泛。该实例是一个多线程的串口处理程序-In industrial control, are commonly used in computer serial port and external serial device data transmission between the channels, because of the convenient option of serial communi
  3. 所属分类:Com Port

    • 发布日期:2017-04-29
    • 文件大小:56817
    • 提供者:师童
« 1 2 ... 21 22 23 24 25 2627 28 29 30 31 ... 50 »
搜珍网 www.dssz.com