搜索资源列表

  1. P2PServer

    0下载:
  2. P2P 程序服务端,具有很高的参考价值。-the server of P2P application,which is valueable to refer to.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2148
    • 提供者:
  1. ace_test1

    0下载:
  2. 该程序关于ACE的编成例子 用C++ 编写 简单易懂 该例子侧重客户端和服务端的编写 在Visual Studio .Net2003下编译通过 -the procedures on the formation of ACE examples in C + + easily understood examples focus on the client and server-side in the preparation of Visua
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:167920
    • 提供者:lingqinghua
  1. 聊天室_服务器

    0下载:
  2. 聊天室_服务器 C#开发的,一个聊天室的服务端,客户端与之相似。若有需要可联系本人-chat rooms _ C# development server, a chat room server, the client is similar. If I need to be linked
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:10638
    • 提供者:冯斌华
  1. p2p code

    0下载:
  2. 简单p2p服务端客户端源码. p2p server/client code.-simple peer-to-peer client-service source. Peer-to-peer server / client code.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:5498
    • 提供者:稀文
  1. MDIServer

    0下载:
  2. 提供服务端登陆验证程序(验证码随机改变,防止非法进入); 提供服务器控制程序,管理员可以允许、屏蔽和删除一个注册用户的登陆客户端; 任何改变访问地点的行为,都必须得到管理员的授权,否则无法登陆系统; 即使知道其他用户的密码也不能登陆系统。-provide certification services-landing procedures (Random Verification code change to preve
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:34418
    • 提供者:侯兴龙
  1. Filestrasform

    0下载:
  2. 用tcp协议来传输文件,这个程序分客户端和服务端.代码简单,适合初学者-using tcp agreement to transfer files, the procedure, the client and server. Code simple and suitable for beginners
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:35186
    • 提供者:黄双龙
  1. ssl加密协议通信

    0下载:
  2. ssl加密通信的客户端和服务端程序,包括安全证书的认证(linux)-ssl encrypted communications client and server-side procedures, including safety certificate authentication (linux)
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:4813
    • 提供者:赵强
  1. authen

    0下载:
  2. 采用非对称密钥加密方式的应用系统认证系统,系统包括服务端和客户端两部分,服务端运行在unix平台,客户端可以运行在unix和windows两种平台。-non-symmetric key encryption methods of application authentication system, the system including the server and client two parts, the server runni
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:772119
    • 提供者:罗小江
  1. 魔兽世界模拟器wowwow7.4

    0下载:
  2. 国外黑客反编译魔兽世界服务端后,用c#重新些的.压缩包里包含未经修改的源程序.支持目前9C的1.7版-foreign hackers decompile World of Warcraft server, c # re-use more of. Without compression bag containing changes of the source. 9C support for the current version 1.7
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:1307754
    • 提供者:毛虎
  1. 异步套接字监听

    0下载:
  2. 服务端和客户端都必须建立通信套接字,而且服务端应先进入监听状态,然后客户端套接字发出连接请求,服务端收到请求后,建立另一个套接字进行通信,原来负责监听的套接字仍进行监听。-server and the client must have a communications socket, but the server should first enter the state eavesdropping, and then sent the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:23823
    • 提供者:李斌
  1. 手机短消息服务的服务器和客户端.tar

    0下载:
  2. 手机短消息的服务器端和客户端的源代码 是应用于LINUX/UNIX开发环境的-phone short message server and client source code is used in Linux / UNIX development environment
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:93430
    • 提供者:李飞
  1. TcpSer

    0下载:
  2. FTP服务器示例 实现客户发出请求下载服务端文件的功能 服务器能同时响应多个客户的请求 编译方式: cc TcpSer.c -o TcpSer -lsocket-example FTP server for customers download service request issued by the document-server functionality can also respond to the request
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:2091
    • 提供者:木子
  1. Hook 系统服务隐藏端口源码及示例

    0下载:
  2. 这是一个Hook 系统服务隐藏端口源码及示例,希望对大家有所帮助-This is a hidden system services Hook port and source examples, we hope to help
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:35020
    • 提供者:赵郁馨
  1. 小型的售票系统

    1下载:
  2. 两个程序,一个服务端,一个客户端。多个客户可买票,通过通信队列实现消息的传送,如传票价,余下的票数等功能。-two procedures, a server, a client. A number of customers buying cohort achieved through communication of information transmission, such as Chuan fares, the remaining
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:2300
    • 提供者:程春
  1. timeserver1115.tar

    0下载:
  2. 时间同步客户端,基于SOCKET编程,服务端运行与WINDOWS下.前面已上传.-time synchronization client, based on Socket Programming, server running under Windows with. previous uploaded.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:12237
    • 提供者:孙刚
  1. wealsh_200512623259

    0下载:
  2. Wealsh 游戏更新器(网吧版) 本次更新主要为: 采用文件修改时间验证更新文件(之前是CRC32,速度受不了了)。 在服务端生成的更新文件列表内容如: \\accounts\\account.dat|317!2005-11-23(文件路径|大小!修改时间)。 文件对比准确率为99.99%,即能精确找出需要更新的文件。 当每下载完一个文件后将其修改时间更改成与服务器里面的文件一至。因此不用理会客户机与
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:829595
    • 提供者:范卫斌
  1. c-examples.tar

    0下载:
  2. ssl的客户端和服务端源代码,和大家分享 -ssl the client and server source code, and share
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:11496
    • 提供者:蝈蝈
  1. ftpd_1234

    0下载:
  2. 一个简单的FTP服务端软件,在嵌入式RTEMS里应用-a simple FTP server software in embedded applications RTEMS Lane
  3. 所属分类:Ftp服务器

    • 发布日期:2008-10-13
    • 文件大小:14128
    • 提供者:陈永
  1. GetTable

    0下载:
  2. 一个用gsoap实现的web服务程序,包括客户端和服务器端。实现了从服务端读取相应结构的数据。-gsoap achieve with a web service procedures, including the client and server side. Realizing from the server to read the data structure accordingly.
  3. 所属分类:xml/soap/webservice

    • 发布日期:2008-10-13
    • 文件大小:73974
    • 提供者:杰西卡
  1. Cshapmuima

    0下载:
  2. 用C#编写的*客户端服务端 不错的初学者学习的好案例-C# prepared by the Trojan client server true beginners a good case study
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:28496
    • 提供者:冰水杯馨
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org