CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 服务器编程

搜索资源列表

  1. 24232613

    0下载:
  2. 了解服务器的内部结构,对LOCK有一个 更高层次的认识。 建议有3年C++编程的朋友参考。-understanding of the internal structure of the server, right LOCK have a higher level of awareness. Proposal 3 years C programming reference to a friend.
  3. 所属分类:其他数据库

    • 发布日期:2008-10-13
    • 文件大小:80191
    • 提供者:黄玲
  1. Networking

    0下载:
  2. Java网络编程方面,包括服务器、Socket、http等方面的12个程序-Java programming networks, including servers, Socket, http and so the 12 procedures
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:24605
    • 提供者:朱桂添
  1. QQExample

    0下载:
  2. 这是一个仿QQ聊天示例源码。包括:VC++项目源文件(客户端、服务器端),可执行文件(客户端、服务器端)。可供学习C++网络编程参考。(QQClient,QQServer)-This is a fake QQ Chat example source. Including : VC projects source document (client, server side), executable files (client, server side). Learning Network for
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:202185
    • 提供者:林瑞伦
  1. TCP自环程序

    0下载:
  2. 这是一个简单的socket编程的例子,它是基于TCP协议的,从中可以看出用TCP建立连接时客户端和服务器端的程序流程,可以用来测试本地环路。-This is a simple example of the programming socket, which is based on TCP, can be seen with the establishment of TCP connections client and server-side program flow can be used to
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:86283
    • 提供者:李京津
  1. MTServer

    0下载:
  2. 一个很好的网络服务器程序, 说明了服务器的基本编程方式,并很好的说明了服务器多线程处理方式,对初学网络编程的朋友有很好的指导意义-a good network server that the server's basic programming, and a good example of a multi-threaded server approach to network programming when a friend is a good guide
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:19467
    • 提供者:李明
  1. lt

    0下载:
  2. 类似于QQ的局域网聊天软件,包括服务器端和客户端程序,采用tcp/ip socket多线程编程,服务器端主要负责客户端用户的注册登陆,用户资料的获取.客户端负责与其他客户端进行信息控制与传递(包括聊天和传送文件). -similar to the LAN QQ chat software, including server and client, using tcp / ip socket multithreaded programming, the server-client primaril
  3. 所属分类:ICQ/即时通讯

    • 发布日期:2008-10-13
    • 文件大小:248690
    • 提供者:耿丹飞
  1. vbproxy

    1下载:
  2. vb编写的代理服务器的编程 我们一般常用的Internet代理服务器是用微软的Proxy Server 2.0 。但我们可以自己动手编写一个简单、小型的Proxy Server我们一 般常用的Internet代理服务器是用微软的Proxy Server 2.0 。但我们可以自己动手编写一个简单、小型的Proxy Server 我们一般常用的Internet代理服务器是用微软的Proxy Server 2.0 。但我们可以自己动手编写一个简单、小型的Proxy Server-vb prepared
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:10123
    • 提供者:华强
  1. sockInWeb

    0下载:
  2. 此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用\"阻塞SOCKET\"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用\"非阻塞SOCKET\",以其提高程序的效率。那么有没有办法使用\"阻塞SOCKET\"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:20175
    • 提供者:lcm
  1. 2005040211033719165

    0下载:
  2. 用vc实现的http代理服务器,属于socket编程-vc used to achieve the http proxy server, belonging to socket programming
  3. 所属分类:代理服务器

    • 发布日期:2008-10-13
    • 文件大小:6849
    • 提供者:李烁
  1. tcpfiletransfers

    0下载:
  2. TCP/IP编程实现远程文件传输,包括服务器端和客户端程序,在Sco Unix System v3.2及Sco TCP/IP Rumtime环境下调试通过。-TCP / IP programming remote file transfer, including the server and client programs, in Sco Unix System v3.2 and sco TCP / IP Rumtime through debugging environment.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2192
    • 提供者:潘振瑶
  1. 1742

    0下载:
  2. unix网络编程实例源代码。(包括客户和服务器端并已经通过编译)-example source code. (Including client and server-side and has adopted compiler)
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:69506
    • 提供者:dan
  1. Java_net(1-11)20031225

    0下载:
  2. 掌握网络基础概念利用Java语言在传输层进行编程UDP、TCP利用Java语言在应用层进行编程SMTP、POP3、HTTP掌握服务器端编程技术Servlet利用Java语言进行简单的分布式计算RMI、CORBA-grasp the concept of network infrastructure using Java language in the transport layer programming UDP, TCP use the Java language in the applica
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:250779
    • 提供者:we
  1. 控键

    0下载:
  2. 采用vb编程,实现在Timer控件中调用RDS技术把采集到的发动机振动信号数据传送到远程的服务器数据库中-used vb programming, to achieve the Timer control Calling RDS technology to the acquisition of the engine vibration signal data to a remote database server
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:任之颖
  1. 34534645758678

    0下载:
  2. 网络编程 有一个服务器 和一个客户端-network programming with a server and a client
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:63010
    • 提供者:家以
  1. PRG1_1

    0下载:
  2. prg1_1.c : 简单的网络编程实例。该实例是一个客户端程序,它首先连接到一个标准时间服务器上,从服务器读取当前时间,然后显示时间。-prg1_1.c : simple network programming examples. The example is a client program, it is first connected to a standard time on the server, from the server to read the current time, an
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:1081
    • 提供者:bby
  1. mhttpd-2.0.1.tar

    0下载:
  2. 一个非常example的minimal http服务器,用非常纯粹的c++完成,可以作为学习c++和socket编程的最佳例子!-example of a very minimal http server, with very pure c completed, could serve as learning c socket programming and the best example!
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:36515
    • 提供者:陶河
  1. ServerBB

    0下载:
  2. 一个服务器的程序,用来接收客户端的数据,采用了异步的socket编程-a server process to receive the client data, the use of asynchronous socket programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:28560
    • 提供者:阿飞发
  1. ServerAA

    0下载:
  2. 一个客户端程序,用来连接服务器程序,采用了异步socket编程-a client program, used to connect to the server using the asynchronous socket programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:44825
    • 提供者:阿飞发
  1. ClientBB

    0下载:
  2. 一个复杂的服务器程序,采用CSocket类,适合刚接触网络编程人员-a complex server using CSocket category, for counting network programmers
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:29364
    • 提供者:阿飞发
  1. 网页制作

    0下载:
  2. 摘要本问介绍如何建立基于adsl的接入技术和asp的编程技术,在以windwos xp+iis+sql为服务器,建立一个简单的个人网站bbs。简单实现参观者能够自由注册成为论坛用户,能够畅所欲言,实现信息共享从而达到交流的目的-Abstract asked how adsl-based access technologies and asp programming technology, in the windwos xp iis sql server to establish a simple
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:873373
    • 提供者:李湘
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com