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

搜索资源列表

  1. 会话通信程序1

    0下载:
  2. 该实例完成一个服务器端和客户端简单的会话通信过程.要求主机上安装TCP/IP协议,并设定IP.服务器端和客户端使用同一台主机的不同端口号,服务器端使用的端口号为2000,客户端使用的端口号为3000. 服务器端程序先运行,首先初始化Winsock,然后创建套接字,在2000端口上进行绑定,接着在2000端口进行侦听,并进入等待状态.客户端后运行,同样首先初始化winsock,然后创建套接字,接着尝试和服务器端的连接.连接一旦建立,就可以在服务器端和客户端之间进行通信.客户端提示输入一个数字,比如
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:16921
    • 提供者:小亮
  1. 用Java实现Web服务器

    1下载:
  2. 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:10425
    • 提供者:雨岳
  1. stop&wait

    0下载:
  2. 个人开发的P2P的停等协议演示软件。 环境:DOS 开发工具:TURBO C2.0
  3. 所属分类:P2P编程

    • 发布日期:2008-10-13
    • 文件大小:1512
    • 提供者:hy
  1. frm

    0下载:
  2. 非常优秀而且稳定的防火墙代码(可工作于NT上,9X未做实验),虽然目前还在开发阶段,但是做到这个地步非常不易了。作者表示目前已解决所有困难的技术问题,更多的功能的加入只是时间问题,让我们拭目以待 -very good and stable firewall code (which can work in the NT, 9X done experiments), Although still stages of development, but to do this very diffi
  3. 所属分类:防火墙与安全工具

    • 发布日期:2008-10-13
    • 文件大小:80023
    • 提供者:老树
  1. baiyugood

    0下载:
  2. 服务器客户端,用于两极互相通信,还有客户端,稍候传送-client server for bipolar mutual communication, client, wait transmission
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:3748
    • 提供者:baiyu
  1. xmsn

    0下载:
  2. msn連線客戶端1.2 Just a note: I am not going to write out and explain everything that is in the code. This txt file will be an explanation of the Events and Methods in the UserControl. Please do not email me asking me about the protocol. Also, th
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:136451
    • 提供者:Samuel
  1. runcms14

    0下载:
  2. open source cms system ,wait big5 and bg code -open source cms system, wait big5 bg code
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:3778605
    • 提供者:2easy
  1. xmlpagetree

    0下载:
  2. 多数基于Internet的应用是通过B/S架构来实现的,在这些应用中,有时需要在浏览器上显示海量记录,例如目录很多的目录树。一般的,向浏览器传输这些海量记录需要等很长一段时间,本代码主要就是研究如何提高向浏览器传输海量记录的效率问题。-most Internet-based applications through the B / S structure to achieve, and in these applications, sometimes necessary in the brows
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:170536
    • 提供者:thinkry
  1. Asp.net123123123123

    0下载:
  2. Asp.net中实现同一用户名不能同时登陆(单点登陆) Web项目中经常遇到的问题就是同一用户名多次登陆的问题,相应的解决办法也很多,总结起来不外乎这几种解决办法:将登陆后的用户名放到数据库表中;登陆后的用户名放到Session中;登陆后的用户名放到Application中;登陆后的用户名放到Cache中。一般的这几种方法都是登陆了之后,如果没有正常退出,第二次登陆将不被允许。这样一般都会存在一个问题:如果用户没有正常退出系统,那么他接下来继续登陆的时候,因为Session没有过期等问题,
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:1719
    • 提供者:尹朕懋
  1. wait_msg

    0下载:
  2. 后台处理信息前台显示等待,这个控件消耗资源比较大,如果机器慢要慎用-background information processing outlook indicates wait, the more control the consumption of resources, if machines to slow up the
  3. 所属分类:浏览器

    • 发布日期:2008-10-13
    • 文件大小:1740
    • 提供者:Jason Lo
  1. linux_c_s

    0下载:
  2. 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h>
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:3930
    • 提供者:xxf
  1. pop3hot-src-0.2

    0下载:
  2. 邮件代理服务器,它可以从Hotmail上取得邮件,存于服务器上,等待用户再来去。-mail proxy server, it can make from Hotmail mail stored in the server. wait for the users to come.
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:740138
    • 提供者:Bruce
  1. client

    0下载:
  2. This program is a simple named pipe client that demonstrates the API calls needed to successfully develop a basic named pipe client application. When this application successfully connects to a named pipe, the message \"This is a test\" is writte
  3. 所属分类:Telnet客户端

    • 发布日期:2008-10-13
    • 文件大小:3509
    • 提供者:sean zhang
  1. IP&Qos基础

    0下载:
  2. IP网的QoS技术研究,介绍了排队类型,等待时延等。-IP Network QoS technology research, the type of queue and wait for the time delay.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:6253061
    • 提供者:李京津
  1. stop-and-wait

    0下载:
  2. 用python编写停等协议,学习python和gnuradio的朋友可以看下-The stop-and-wait protocol written in python, learning the python gnuradio friends can look
  3. 所属分类:Linux Network

    • 发布日期:2017-11-05
    • 文件大小:6663
    • 提供者:zhouhui
  1. 504687p5p6

    0下载:
  2. ARQ协议的实现 从单工停等到滑动窗口协议的实现-ARQ agreement to stop workers from a single to wait until the realization of Sliding Window Protocol
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:18785
    • 提供者:wangjiao
  1. proyecto1

    0下载:
  2. codigo fuente de protocolo ARQ stop and wait (IDLE ARQ)-codigo fuente de protocolo ARQ stop and wait (IDLE ARQ)
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:2656
    • 提供者:alvaro
  1. serverarq

    0下载:
  2. this an stop and wait arq implementation in socket-this is an stop and wait arq implementation in socket
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-07
    • 文件大小:10466
    • 提供者:som
  1. stop-and-wait

    0下载:
  2. 使用python编写的停止等待协议,实现简单的数据传输。-Written in python stop-and-wait protocol, simple data transfer.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-13
    • 文件大小:6512
    • 提供者:王涛
  1. stop-and-wait-ARQ

    0下载:
  2. 停等式ARQ协议的C语言实现,虽然不是很全,但也有一定的参考价值-Stop and wait ARQ protocol of the C language, although not very wide, but also has a certain reference value
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:782
    • 提供者:lalalalala
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com