CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - threads

搜索资源列表

  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. CyqLinux_ReadWorld_RSSReader

    0下载:
  2. ReadWorld RSS 聚合新闻 阅读器 XML 欢迎使用ReadWorldRSS阅读器 1 这个程序更改了我上回发布的《聚合新闻(RSS)阅读器》的一些错误。 2 新增了频道列表的拖放功能,及导入,导出(OPML)功能。 3 重新设计了一下界面 4 本程序是仿照《新郎点点通》设计的,其中没有使用线程,一些功能需要连接网络可能会暂时失去响应情谅解 5 欢迎大家使用提出宝贵意见。 6 -ReadWorld RSS feeds news reader we
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:729725
    • 提供者:水滴
  1. masm_Feiler_v1.0

    2下载:
  2. 多线程 网络传输 开发环境:Delphi7.0+WinXP,没用其他控件(除了Delphi自带的Indy) 传输协议:TCP/IP 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。 关键的服务器处理函数IdTCPSe
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:69644
    • 提供者:水滴
  1. HTTP代理服务器(czy)

    0下载:
  2. 本章实现了一个功能简单的HTTP代理服务器,本章主要介绍多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。-chapter achieve a simple function of the HTTP proxy server, this chapter introduces multi-threaded programming related knowledge, inc
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:62930
    • 提供者:chen
  1. 修改版的java聊天器

    0下载:
  2. 在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:10572
    • 提供者:炸鱼
  1. Socket-communcate

    0下载:
  2. Socket异步通信,线程,双端队列 网络实时通信。-Socket asynchronous communications, threads, double-cohort real-time communication network.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:129833
    • 提供者:宋小金
  1. AsyncSSLClient

    0下载:
  2. 配合异步socket使用SSL的例子。异步Socket可以使用很少的线程(最少只需要一个线程)就能管理大量的连接-with asynchronous socket using SSL example. Asynchronous Socket can use a few threads (at least only one thread) will be able to manage a large number of connections
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:24998
    • 提供者:xyzuvw
  1. mailsj

    0下载:
  2. 可在线收集邮件地址,可设定线程数。 结构比较简单,有需要的朋友可以研究一下。-can collect e-mail addresses online, a few threads can be set. Relatively simple structure, we need to see friends.
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:6083
    • 提供者:yan model
  1. newChatroom

    0下载:
  2. 使用多个线程,同时一个线程专用于处理用户之间的聊天,一个线程用于将用户的聊天信息保存入数据库-use of multiple threads, a thread devoted to the chat between users, a thread for users to chat to keep the database information
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:2079525
    • 提供者:张浩予
  1. testmanagerthread

    0下载:
  2. 本实例实现一个多线程的管理器。在应用程序中,可以进行多个线程的创建、执行和关闭等管理。-examples of the realization of a multithreaded manager. In the application process, can create multiple threads, implementation and management of closure.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:33950
    • 提供者:韩明军
  1. ForFtp

    0下载:
  2. 用于流量测试的FTP程序,包括线程、FTP异常处理-flow for the FTP testing procedures, including threads, FTP Exception Handling
  3. 所属分类:Ftp客户端

    • 发布日期:2008-10-13
    • 文件大小:62954
    • 提供者:QIN
  1. SafeFTPServer

    0下载:
  2. FTP服务器, 参考Server U的命令, 用多线程, 但没用完成端口, 上传下载都有速度控制, 权限控制调用接口-FTP server, the reference Server U orders using multiple threads, but useless completed ports, Upload have download speed control, access control Call Interface
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:319443
    • 提供者:ZXZ
  1. threadsofUNIX.RAR

    0下载:
  2. UNIX下的threat源程序文件,可以很好学习线程概念-under the threat of UNIX source code file, you can study the concept of threads
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:31528
    • 提供者:谢文生
  1. angel_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1812
    • 提供者:alex
  1. detect_thread

    0下载:
  2. 实验室的项目,管道机器人,分5个线程,体现通讯策略和应用层协议,利用CAN总线通迅,很有参考价值-laboratory project, the pipeline robot, the five - threads, embodied communications strategy and application layer protocol. CAN bus communication, great reference value
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2025
    • 提供者:alex
  1. Threads

    0下载:
  2. hreads:This sample demonstrates how to develop an advanced namedpipe server that is capable of servicing 5 instances. The application is an echo server where data isreceived from a client and echoed back to the client. Allthe pipe instances are servi
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:21258
    • 提供者:cuiyixin
  1. threadServeur.tar

    0下载:
  2. Language C, linux, Code-Block Sockets-Serveur-MultiClients(Threads)
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:9378
    • 提供者:eldin
  1. client-server-Threads

    0下载:
  2. FTP send-receive messages (client-server using threads)
  3. 所属分类:Linux Network

    • 发布日期:2017-03-25
    • 文件大小:1054
    • 提供者:Cristopher
  1. Pipe

    0下载:
  2. 一个双线程安全的Pipe实现。一个线程在端读,另一个线程在另一端写,可以用做线程间通信。-A two-threads safe Pipe implement. One thread writes on the in-side, and another thread reads on the other side. U can use it to communicate in two threads. It s safe!
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-23
    • 文件大小:3211
    • 提供者:Zephyr Shannon
  1. MONG

    1下载:
  2. mongoose v6.15,多线程http——server,线程数可设。从GitHub下载C语言原代码,在vc6里面编译成c++工程(multi-threads http_server, based on source code from Github. The project is conducted in VC6, converted from c language. The threads num can be edited in code.)
  3. 所属分类:网络编程

    • 发布日期:2021-02-14
    • 文件大小:3022848
    • 提供者:kyoosan
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com