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

搜索资源列表

  1. TCP--Client

    0下载:
  2. TCP协议实现文件传输,与TCP Server服务端配合使用-TCP protocol file transfer, and the server with the use of TCP Server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-24
    • 文件大小:7919245
    • 提供者:李寻欢
  1. styleman_network

    0下载:
  2. styleman_network网络引擎v1.0简要说明: 本网络引擎100 保证数据包完整性,程序健壮无bug,无内存泄露,而且是线程安全的.服务端客户连接无限制. 引擎功能无任何限制.具体使用可参看例子. CreateNetXXX 和DestroyNetXXX 必须成对使用. 创建了当然要销毁. 网络引擎服务端默认30秒超时的心跳包时间.即客户连接到服务端,至少30秒以内要发送一包数据给服务端.可以自己设置心跳超时时间. 网络引擎服务端默认1
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:108062
    • 提供者:asdffd
  1. vctjz

    0下载:
  2. VC++ 套接节连接,分客户端和服务器,在客户端设置服务端IP后可连接服务器,测试服务器是否连接。 -Section VC++ socket connections, sub-client and server, the client IP after setting the server connection server, test server is connected.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:26186
    • 提供者:
  1. chats

    0下载:
  2. VC++局域网聊天的简易实现,主要是服务端与客户端相结合的一个例子,有着一个像QQ一样的客户端登录程序,只是一个雏形,功能方面并没有真正实现聊天,通过它可简单热身一下,了解一些基本原理。 -VC++ LAN chat easy to achieve, mainly to serve the client and customer Duanxiang with an example, with a like QQ as a client login procedure, just a prot
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-02
    • 文件大小:68153
    • 提供者:madud00004
  1. service

    0下载:
  2. 一个即时通讯,这部分是服务端的代码只写了一部分代码,以后慢慢改进-A real-time communication, this part of the server-side code is written only part of the code, after improving slowly
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-08
    • 文件大小:2506
    • 提供者:kisslips
  1. tcp

    0下载:
  2. 基于tcp的服务端-客户端通信,服务端实现转发信息,存储信息,上线下线提示等功能。客户端登陆-用户名为:stu1->stu20,密码均为123.-Tcp-based services to end- client communications, the server forwards the information to achieve, storage information, tips and other functions on the line off the assembly l
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:6829
    • 提供者:jack
  1. dictcs

    0下载:
  2. C/S结构VC++英汉电子词典网络版,带数据库,主程序由客户端与服务端组成,客户端主要用来连接服务端,有一个方便操作的界面,便于查询单词,服务端则配合数据库,接收来自客户端的数据,根据发来的请求查询数据库,并将数据返回给客户端。 -C/S structure of VC++ online English Electronic Dictionary with databases, the main program by the client and server components, the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-22
    • 文件大小:209616
    • 提供者:madud00008
  1. p2p-transfer

    0下载:
  2. 源码实现了p2p的客户端与服务端的多线程断点传输-Source implementation of the p2p client and service side of the multi-threaded transfer breakpoint
  3. 所属分类:P2P

    • 发布日期:2017-04-10
    • 文件大小:1880997
    • 提供者:leiyu
  1. UDP

    0下载:
  2. 基于UDP的计算机监控系统的设计与实现,共有客户端以及服务端两个软件的设计代码 -UDP-based computer control system design and implementation, a total of two client and server software design code
  3. 所属分类:Remote Control

    • 发布日期:2017-05-16
    • 文件大小:4419391
    • 提供者:林茂洪
  1. YunQianopen-sourceIM

    0下载:
  2. 云骞开源IM(Lesktop 2.1.2.10)是一款使用ASP.NET,Ajax和Comet等技术开发的轻量级IM。主要功能特点如下: 1、云骞开源IM的服务端实际上就是一个ASP.NET网站,因此不需要使用独立服务器,仅需要一个支持.NET2.0的Web空间即可将IM部署到互联网上。 2、只需要拷贝两个文件夹,并在页面中嵌入一行代码,就可以将IM集成到自己的网站或企业内部的OA系统中。 数据库配置: Lesktop默认使用SQLite数据库,您可以修改Lesktop/Web.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-17
    • 文件大小:4772079
    • 提供者:刘成飞
  1. Server

    0下载:
  2. 网巴管理系统的服务端源程序,里面用了观察者、单件设计模式,用MVC架构。-Network management system server Palestinian source, which used the observer, one-piece design patterns, using MVC architecture.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-01
    • 文件大小:594131
    • 提供者:xiaofu
  1. daima

    0下载:
  2. 实现简单的聊天功能,有客户端和服务端,能够对话-Simple chat function, a client and server, to dialogue
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-04-07
    • 文件大小:2729
    • 提供者:罗大
  1. socket--Db

    0下载:
  2. 客户端与服务端socket,实现对oracle Db读写-socket connect DB
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:26779
    • 提供者:beshuson
  1. vcyb

    0下载:
  2. 一个探究VC++ 异步通信原理与实例的代码,程序同样是基于C/S结构的,分服务端与客户端。 -A VC++ asynchronous communication to explore principles and examples of code, the program also is based on the C/S structure, the sub-server and client.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-05
    • 文件大小:43623
    • 提供者:
  1. java-chat-program

    0下载:
  2. java简单的聊天程序,运行环境(JRE 1.5或以上版本),包含服务端源代码和客户端源代码。-simple java chat program, runtime environment (JRE 1.5 or later) that contains the source code server and client source code.
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-23
    • 文件大小:19659
    • 提供者:蔡明
  1. sendmessage

    0下载:
  2. 点对点定时发送消息,服务端接收,VC++代码,程序包括服务端和客户端,服务端有点占资源,打开后电脑很卡,客户端打开后即向服务端发送消息,服务端接受后即可显示出来,比较典型的点对点消息程序,QQ最基础的聊天模块也是由此扩展的。 -Time point to send the message, the server receives, VC++ code, the program includes server and client, the server a little share of r
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:39059
    • 提供者:madud00021
  1. send_file

    0下载:
  2. Vc++ 点对点文件传输源程序,相对简单的那种,需要在客户端指定IP地址,在服务端浏览所要发送的文件,点确认即可。程序面向VC++初学者,简洁明了,作为初级网络编程实例值得参阅。 -Vc++ peer to peer file transfer source, the kind of relatively simple, you need to specify the IP address of the client, the server sends the file you want t
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-03
    • 文件大小:383583
    • 提供者:madud00022
  1. Chat-system

    0下载:
  2. 本程序用VC编写,实现了在局域网和广义网中基本聊天功能!包含客户端与服务端两个程序包!!!服务端程序可以显示在线人员,能发送广播和踢人功能!!!是一个小型聊天室的精缩版!!! -LAN and generalized network chat system this procedure, realized using VC write in LAN and generalized nets of basic chat function! Contains client and server tw
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-17
    • 文件大小:5053894
    • 提供者:baitao
  1. communication-and-configuration

    0下载:
  2. 一个典型的SOCKET通信的实现。服务端得功能在指定的端口上监听,等待客户端的连接。-A typical implementation of SOCKET communication. Feature server may listen on the specified port, waiting for client connections.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:6201
    • 提供者:刘后清
  1. P2PQQ.RAR

    1下载:
  2. P2P即时通讯源码(DELPHI编写),无加密,组件齐全,调试非常简单方便! 发送联机或脱机消息,同时可自定义消息字体、颜色、大小等信息,支持插入表情符号,屏幕截取。 支持多人消息群发等功能;在线即时语音、视频聊天 穿透网关防火墙,可在互联网和局域网任意对话 系统采用先进的点对点通讯技术,消息(包括文本、语音、视频、文件)的 传输大多数情况不需要经服务器中转而直接发往接收者所使用的机器,传输速度更快。 而且因服务器仅仅只是起着维护用户状态列表的功能,因此占用资源极少,
  3. 所属分类:P2P

    • 发布日期:2017-07-02
    • 文件大小:47881216
    • 提供者:lxh
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com