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

搜索资源列表

  1. BlackSc

    0下载:
  2. 专门用于号码过滤功能的企业级应用软件!里面用到通信、多线程、数据库、文件处理等多项技术。-specialized filtering function for numbers of enterprise application software! Which uses communications, multi-threaded database, document processing and many other technologies.
  3. 所属分类:企业管理(财务/ERP/EIP等)

    • 发布日期:2008-10-13
    • 文件大小:103449
    • 提供者:Free Wang
  1. vcmultithreading

    0下载:
  2. 1.创建线程 2.实现线程间通信 3.利用线程同步技术保障数据安全 含有课件说明及实际程序源码-1. Build two threads. Communication between threads to achieve three. Use thread synchronization technology security of data that contain courseware and the practical procedures for FOSS
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:105235
    • 提供者:mypudn
  1. ProxyFinal

    0下载:
  2. 本程序包含3个程序:1,Java通信程序,JDK环境,具备完整的客户端和服务器端通信功能;2,VC版通信程序,具备通信和文件发送功能;3,代理程序,VC开发环境,能分别与Java、VC程序通信并进行对象传输,能控制无线网卡进行短信收发并对收到的信息自动转发。代理程序的网络端采用消息机制,Modem端采用多线程。-this program includes three procedures : 1, Java Communication Program, JDK environment, have
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:130796
    • 提供者:王维杰
  1. Communicationbetweenthecustomermachineandtheserver

    0下载:
  2. 这是一个java程序,实现客户机与服务器之间的通信。用多线程实现多客户与服务器之间的通信。-This is a java procedures, and client-server communication. Using multithreading and multi-client communications between the server.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:28586
    • 提供者:五香
  1. Rs232Communication

    0下载:
  2. 使用VC6开发,多线程实现串口的通信,对学习串口编程和使用串口调试有帮助-use VC6 development, multithreading serial communications, learning and the use of serial programming serial debugging help
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:57197
    • 提供者:李红
  1. Multi-thread_management_and_network_program

    0下载:
  2. 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:734694
    • 提供者:龚勋
  1. javaCSchat

    0下载:
  2. Java写的聊天室程序,采用C/S框架,利用Java的socket通信,在本地机上模拟聊天室功能,应用多线程实现多个用户同时通话。-write Java chat room procedures, C / S framework, use Java socket communication, the local machine simulated chat room function, Application of multithreading multiple users simultaneo
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:15239
    • 提供者:章献
  1. vcThreadSynchronization

    0下载:
  2. 在vc中利用父子间进程通信来实现的线程同步-use in vc process communication between father and son to achieve the synchronization thread
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:40905
    • 提供者:曾悦
  1. chap07Multithreading

    0下载:
  2. 多线程高级编程,为Visual C++.NET网络与通信高级编程范例第七章的配套源代码-multithreaded programming, for Visual C.NET network and communications senior programming paradigm Chapter VII of the supporting source code
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:99890
    • 提供者:liuzhenhua
  1. IPCDemo

    0下载:
  2. 线程之间通信实例。 希望大家喜欢-examples of communication between threads. Hope you like them.
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:29479
    • 提供者:海之东
  1. SCommunicte

    0下载:
  2. 线程间的通信通常采用共享全局变量,共享存储区来实现.本例介绍了使用共享存储区和自定义消息实现线程间的通信功能-communication between threads is usually used to share global variables. shared memory area to be achieved. The cases of the use of shared storage area and Message realization of the threads Comm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:38261
    • 提供者:李宇亮
  1. NetDownMTR

    0下载:
  2. ◆◆◆ 《FTP、HTTP 多线程断点续传下载文件》◆◆◆ FlashGet、网络蚂蚁想必大家都很熟悉,他们都是利用多线程同步下载的原理来提高下载速度,同时具有断点续传的功能,这些软件到底是如何实现的呢?答案在代码中揭晓。 代码中的 CDownloadMTR 类就是一个具有多线程断点续传功能的类,同时提供了测试例程。代码中未使用任何CInet类或InternetOpen()等函数,而是直接使用 SOCKET 连接,一步一步解析HTTP/FTP通信协议来完成会话和文件下载,具体细节请参
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:270943
    • 提供者:谢红伟
  1. VC++_SerialPort

    0下载:
  2. 串口通信编程的一个高级实例,采用了多线程,涉及到串口以及输入/输出同步和I/O重叠方面的知识,主要实现数据收发,请在VC++6.0及以上环境下编译 这个我搜了一下本站,好像连重名的都没有,-serial communication programming as a senior example of the use of multithreading, Serial involved and input / output synchronization and I / O overlap of
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:57196
    • 提供者:如歌
  1. serial_vc1

    0下载:
  2. 用VC写的串口通信程序(控件方式),多线程收发-VC write serial communication procedure (control mode), multithreading Transceivers
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:89873
    • 提供者:张江
  1. wljkComm

    0下载:
  2. 网络通信多线程串口编程,两个例子一个exe,一个是D-network communication multithreading serial programming, two examples of a exe, is a D
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:152411
    • 提供者:zhaobin
  1. c_s_udp_tcp

    0下载:
  2. 基于ace和wxWidgets结合使用的c/s结构的例子,server广播后,client对server发起连接,然后server启动接收线程,并将收到的数据通过单独的线程进行处理;该代码有以下特点:wxWidgets事件循环和ace的Reactor事件循环并行处理,定时器以及读写的并行处理,udp和tcp通信的并行处理,ui线程和通信线程的并行处理;有此例子,开发跨平台跨编译器的带图形界面的c/s程序易如反掌。-wxWidgets based ace and the combined use
  3. 所属分类:远程控制编程

    • 发布日期:2008-10-13
    • 文件大小:2088889
    • 提供者:wuyan
  1. multithread_application_in_control

    0下载:
  2. 一篇关于多线程串行通信在工业控制中的应用的论文,与大家一起学习。-on a multithreaded serial communication in industrial control applications in the papers, and we will study together.
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:136212
    • 提供者:dengxuebo
  1. vc++MuiltiThreadPCSerioCommunication

    0下载:
  2. 用vc++设计多线程串行通信程序,源码-vc design using multithreading serial communication procedures, source-huh
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:105913
    • 提供者:周健
  1. SerialPortComm

    0下载:
  2. 多线程串口通信程序-multithread serial communication program
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:87747
    • 提供者:南会
  1. RPG

    0下载:
  2. 用共享内存,信号灯,以及互斥锁实现进程,线程间的通信,来模拟三国问题-using shared memory, lights, and Mutex realization process, the communication between threads, to simulate the three issues
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2821
    • 提供者:李明
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 49 »
搜珍网 www.dssz.com