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

搜索资源列表

  1. ChatRoom

    0下载:
  2. 简单网络聊天室,socket通信,图形界面,多线程-Simple network chat rooms, socket communication, graphical interface, multithreading
  3. 所属分类:Java Develop

    • 发布日期:2017-12-04
    • 文件大小:47997
    • 提供者:Will
  1. javaChat

    0下载:
  2. 类似于QQ的聊天软件,使用了多线程服务器,可以发送QQ表情,对于多线程的使用,通信、表情添加等有很参考意义-Similar QQ chat software, the use of a multi-threaded server, you can send QQ expression, the use of multi-threading, communication, Wink, etc. There are a reference value
  3. 所属分类:Java Develop

    • 发布日期:2017-11-28
    • 文件大小:165307
    • 提供者:无佛浪人
  1. VCPPcode5

    0下载:
  2. 多线程,同步与异步,进程间通信,activeX控件,动态链接库,HOOK和数据库ODBC访问-Multi-threaded, synchronous and asynchronous, inter-process communication, activeX controls, dynamic link library, HOOK and database ODBC access
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-25
    • 文件大小:8316928
    • 提供者:梁汉文
  1. qxt

    0下载:
  2. 使用Delphi 7编写的短信猫程序,使用wavecom芯片的短信猫可用,符合wavecom类芯片的AT指令集,支持中文,可读、可发短信,使用com口进行通信,经测试可以使用,可以作为端口通信、短信猫AT指令、多线程处理等方面的学习资料。-The the available the use SMS cat program written by Delphi 7 wavecom chip SMS cat meet the wavecom class chip AT command set supp
  3. 所属分类:通讯编程

    • 发布日期:2013-11-20
    • 文件大小:8633857
    • 提供者:SEA
  1. clientANDserver

    0下载:
  2. 聊天室的实现要实现客户端(cilent)和服务端(server),客户端(client)和服务端(server)通过Socket建立必要的连接。并让服务端(server)程序监听一个众所周知的端口。当客户端(client)的连接请求到达时,如果服务端(server)同意建立连接,则将创建一个新的Soket并绑定到另一个端口,使用这个新建的Socket与该客户端(client)建立连接,而服务端(server)继续在与原来的端口监听,等待新的连接请求。 当连接建立后,通过输入/输出流并通过这
  3. 所属分类:Java Develop

    • 发布日期:2017-11-26
    • 文件大小:10206
    • 提供者:lanyulin
  1. UDP

    1下载:
  2. 利用UDP通信时,服务器端的程序有一个线程不停地监听客户端发来的数据报,等待客户的请求,服务器只有通过客户发来的数据报中的信息才能得到客户端的地址及端口-A thread stop to listen for client datagram using UDP traffic, the server-side program, wait for the customer' s request, the datagram server sent only through the inform
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:2470
    • 提供者:袁琴
  1. Thread

    0下载:
  2. java实现多线程,可有效模拟多线程之间的通信,尽心不同线程之间的信息传输。-Complish of multiThread with java programming lauage.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-11-17
    • 文件大小:16267
    • 提供者:陈鑫
  1. thread_clean

    0下载:
  2. 实现Linux下多线程之间的简单通信!包括创建进程,clean进程,join_thread等应用-Simple communication between the Linux multithreaded! Including the creation process, clean process, join_thread application
  3. 所属分类:Driver develop

    • 发布日期:2017-12-06
    • 文件大小:849
    • 提供者:行云
  1. Debug

    0下载:
  2. 先锋机器人的运动控制代码,4线程同时作用实现简单的机器人运动以及机器人之间的通信。具体运动为:机器人1从原点运动到坐标(0.1000),然后命令机器人2从坐标(1000.0)运动到原点。-The Pioneer robot motion control code to achieve a simple robot and robot communication between. Movement: robot a movement from the origin to the coordinat
  3. 所属分类:Process-Thread

    • 发布日期:2017-11-09
    • 文件大小:2238683
    • 提供者:刘泽阳
  1. netEngine.v1.0.0.1.tar

    0下载:
  2. 在linux下实现线程间通信,像windows下的postmessage-Communication between threads under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:6600
    • 提供者:高辉力
  1. SERIAL-COMMUNICATION

    0下载:
  2. 串行通信动态连接库,并已经测试,采用线程监视接收缓冲区,利用回调接口传送接收的数据,异步读写操作,非阻塞模式。-Serial communication dynamic link library, and has been tested using thread monitors the receive buffer, using callback interface to transmit and receive data, asynchronous read and write operat
  3. 所属分类:Com Port

    • 发布日期:2017-11-14
    • 文件大小:2012596
    • 提供者:drxingjian
  1. WinSock

    0下载:
  2. vc6.0写的,基于winAPI的通信程序,采用多线程实现-vc6.0 written, based on communication program in winAPI, multi-threaded implementation
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-30
    • 文件大小:3301827
    • 提供者:宋**
  1. TCPError

    0下载:
  2. 一个简单的ptp通信程序,可以作为设计多线程程序的基础程序-A a simple the ptp communications program, can be used as the basis of the program design multithreaded programs
  3. 所属分类:Java Develop

    • 发布日期:2017-12-03
    • 文件大小:1711
    • 提供者:万思源
  1. QQ

    0下载:
  2. 山寨版本QQ。。。基本通信功能已经实现,有些小功能还没有实现。。里面有线程,是个不错学习线程的例子-Cottage version of QQ. . . Basic communication function has been achieved, some features not yet implemented. . Inside thread, is an example of good learning thread
  3. 所属分类:Applet

    • 发布日期:2017-11-08
    • 文件大小:419368
    • 提供者:罗杰
  1. MapWinNetShareCli

    0下载:
  2. 局域网内Win32/Linux虚拟文件系统的通信程序,Linux作为服务端,Windows作为客户端. 当链接之后,Linux的共享目录内的文件可以被下载到windows端一个虚拟盘符上(这个虚拟盘符是映射在C盘新建的一个隐藏文件夹名为CliShareDir),可以操纵客户端上的文件,程序会依据客户端的映射目录上的文件的变化情况(包括新建,删除,编辑保存,重命名等等而更改服务端的相同的文件。使得看起来操作客户端的虚拟目录上的文件就如同操纵服务端的共享目录上的文件一样。) 本程序客
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:34653
    • 提供者:刘刚
  1. line_dial

    0下载:
  2. java多线程动画、网络通信编程,TCP网络通信读取仪表数据,动画显示于applet界面。-java multithreading animation, network communications programming, TCP network communication reading meter data, animation is displayed in the applet interface.
  3. 所属分类:Applet

    • 发布日期:2017-11-17
    • 文件大小:1737
    • 提供者:李萌
  1. 02_Linux_allCodes

    0下载:
  2. 达内培训Linux代码,杨强老师讲解,包括io、文件编程、进程、线程、信号、进程间通信、以及底层的网络编程、crc校验、抓包等-Linux code up to training, Yang Qiang teacher explain, io, file programming, processes, threads, signals, inter-process communication, as well as the underlying network programming, crc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:8488422
    • 提供者:唐老鸭
  1. THREAD

    0下载:
  2. linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:10238
    • 提供者:贾炜
  1. csform_MIDParent

    0下载:
  2. MDIParent窗体中集成C#基础编程,文件操作,窗体,XML,数据库,多线程串口通信等功能。此源码拥有丰富注释,方便初学者入门。-The MDIParent form the basis of integrated C# programming, file operations, forms, XML, database, multi-threaded serial communication and other functions. This source has extensive no
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-07
    • 文件大小:1026053
    • 提供者:
  1. chat_72689_72689

    0下载:
  2. C/S架构实现的简单linux shell端登陆,点对点通信,多线程技术-C/S architecture to achieve a simple linux shell end of the landing, Point-to-Point communication, multi-threaded technology
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:350314
    • 提供者:马邓勇
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com