搜索资源列表
CS结构客户端自动升级
- 最新客户端自动升级程序 增强一些功能: 不重复下载, 上传时自动填写版本号。 softup.pbl ——上传文件 softupgrade.pbl ——下载文件 表结构: create table softupgrade( filever varchar(20), filename varchar(20), filedata long raw, primary key(filever ,filename )) -breaks automatic update features several en
简明CS结构网络聊天室改进版
- c/s结构的网络聊天程序,vb.net开发,基于tcp/ip协议-c / s structure of the network chat program, vb.net development, based on tcp / ip agreement
CS结构的分布式运算
- 这是一个CS结构的分布式运算的源码,编写精巧,便于学习.-This is a CS structure of the source code distributed computing, to prepare workmanship, ease of learning.
基于CS结构的小游戏
- 这是一个基于CS结构的小游戏的源码,编写精巧,便于学习.-This is a structure based on CS small source of the game, to prepare workmanship, ease of learning.
cs
- cs结构的一个公交车系统好有使用价值啊下吧--- --- ---
wanyeyouxi
- 必须系统参数 [SYSTEM] 默认推荐人ID introducer=1 延时显示大厅,因网页加载慢,可以根据情况输入秒数,等网页加载完成再显示大厅 WaitTime=0 自动升级程序,版本号 Ver=3980 TML=844ab24317 服务器IP SvrList=网通服务器:www.euqq.com:10000,电信服务器:www.euqq.com:10000,铁通服务器:www.euqq.com:10000,联通服务器
c-s-connect
- linux下,以CS结构建立的通讯机制,包括服务器端和客户端,包括IP,端口等处理以及绑定,代码设计成启动的时候手动输入IP,适用强,为了避免80端口被占用,所以端口也设置成手动,用的时候请注意-under linux to CS structure established communications mechanisms, including the server-side and client, including IP, port, such as processing and bind
FileDownCSCode
- CS结构的文件下载系统服务端和客户端的源码-CS structure File Download System Services client and the client source code
a
- linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
CS
- 一个简单的CS结构。实现了登录、注册的功能。-A simple structure of the CS. Implementation of the sign, the registered function.
src
- 关于聊天室的程序,CS结构,功能简单-Procedures on the chat rooms, CS Structure
Cs
- 是一个例程,就是实现了CS结构的远程控制,如果运行客户端以及管理端,那么管理端可以远程关闭或者对客户端进行其他操作!典型的CS模式的操作!-Is a routine, the CS structure is to realize remote control, if the operation and management of client-side, then turn off remote management of client or the client to carry out ot
dispsink
- CS结构的简单实现,是windows下的C++代码-CS to achieve a simple structure, is under the windows of the C++ code
communicatesoftware
- 一个用java实现的聊天室程序 CS结构 供java初学者参考 需要在本机上自己配一下 数据库-With the realization of a java chat room procedures CS reference structure for java beginners need to own this machine with some database
Delphi.Design.CS.registration.code.maintenance
- Delphi登记维护CS结构设计代码Delphi Design CS registration code maintenance -Delphi Design CS registration code maintenance
用CS结构求解矩阵乘法问题
- 用C/S结构求解矩阵乘法问题。假定有多台电脑互联网中并使用TCP/IP进行通信。我们要使用一个客户和几个服务器求解N×N的矩阵乘法问题。客户通过srvcfg.txt文件所获取所有的服务器程序必要的信息,如服务器的个数,IP地址或主机名。例如,一个“srvcfg.txt”文件的内容为: 3 149.150.167.123 149.150.162.182 149.150.169.250 表示有3个服务器及相应的IP地址。 然后,建立于所有服务的Socket连接和I/O流。客户从c
CS-functions
- jsp在聊天室基础上使用CS结构添加了更多功能如历史记录及上传功能的小程序-jsp in the chat room to add more features based on the historical record and upload functions as a small program
CS-point-to-point
- CS结构点对点信息交互系统——客户端,服务器-CS structure point to point information interactive system- client, server
C# 基于CS结构的局域网考试系统源码
- C/S模式是一种普遍应用的网络计算模式。传统的C/S模式是两层结构,在这种模式下,网络中的计算机分为两个有机部分:客户机和服务器。服务器只负责各种数据的处理和维护,为各个客户机应用程序管理数据;客户机包含文档处理软件、决策支持工具、数据查询等应用逻辑程序,通过网络使用SQL语言发送、请求和分析从服务器接收数据。(The C/S model is a ubiquitous network computing model. The traditional C/S model is a two-lay