搜索资源列表
xiaoquwuyeguanlixitong
- 本文件采用了c/s结构的分布式应用系统,因此,在运行客户端程序前,首先要执行应用程序服务器程序server.exe,然后才能够执行客户端应用程序client.exe-this document using the c / s structure of the distributed application system, the client operating procedures, First to implement the application server process serve
gaoxiaoshujuchaxusystem
- 此案例是多层分布式应用程序,需要首先执行服务器应用程序prdmdemo3.exe,以便注册服务器程序,然后才能够正常调试和运行客户端程序-this case is the multi-tier distributed applications, need First Executive prdmdemo3.exe server applications for registration server, before the normal debugging and running client
Visual_Basic_6.0_Database
- 《VISUAL BASIC 6数据库编程大全》配套源码 《VISUAL BASIC 6数据库编程大全》简洁而专业地指导Visual Basic 程序员如何利用微软的Visual Basic 企业版进行设计和创建数据库应用程序。内容覆盖了VB6程序员所要了解的八个方面,并为数据库程序员提供了经常会遇到的各种问题的必要解决方案。同时讲述了如何将这些技术结合在一起,创建正在莛发展的客户机/服务器,以及基于Web的应用程序。附带的光盘含盖了书中例举的程序代码,极大地方便读者学习和使用VB6进行程序开
python_code
- python源码,包含进程、多线程控制,客户端服务器模拟,数据结构等-python source, contains process, multi-thread control, client server simulation, data structures, etc.
MySimpleClient
- 一个简单的客户端程序,能够进行发送数据,当服务器接收到后回返回相关的信息给客户端。-a simple client program, is capable of sending data When the server receives back after the return of relevant information to the client.
chap03
- udp协议的开发源代码,里面包含客户端代码,服务器端代码,以及基于多线程的udp程序-udp protocol development source code, which contains the client code, server-side code, and the udp-based multi-threaded program
delphiwebservice
- 撰写Web Service 建立Soap Server应用程序 选择应用程序类型 建立新的程序单元,定义Web Service的输出接口 建立新的程序单元,实现Web Service的输出接口 将Web Service应用程序分发,到虚拟目录 输出WSDL等待客户端调用 -Write a Web Service application set up Soap Server application type selection procedure for the es
webgamemodel
- 网络游戏建模书的源代码,内容涵盖了网络通讯知识,游戏逻辑,游戏客户端,服务端及游戏大厅的设计,以及数据库的设计方法。-this book introduce web programing ,web game design method,the point making game client and server,database
dengluxitong
- 输入用户名,密码 进行登录 b.只有用户名、密码都不为空的情况下,提交页面(使用Javascr ipt脚本验证) c.如果当前页面是由checklogin.jsp重定向过来的,进行相关信息的显示 c.1 用户名不存在 c.2 密码错误 c.3 用户超过5次登录,锁定该页面,禁止用户登录30分钟后,开放(可以客户端实现[比较麻烦]/也可服务器端实现[容易]) -Enter the user name, password to
ATcp-basedChatRoomProgram
- 是一个基于TCP的聊天室程序,可以实现多人同时登录。先运行server端,再进行客户端登陆》-Is a TCP-based chat room program that enables people to simultaneously log on. First run the server side, then client-side landing "
liaotian
- 实现客户与服务器端的聊天,功能一般,希望下载的朋友们多多提建议-To achieve the client and server-side chat, functions in general, want to download lot of friends who make recommendations
UDPExample
- 程序名称:UDPExample.cpp 功 能:控制台命令状态运行的UDP通信程序 调试环境:VC++.NET 2003 说 明:充当服务器进程时的运行方式:UDPExample 端口号 充当客户进程时的运行方式:UDPExample 端口号 服务器IP地址 服务器端口号-Program Name: UDPExample.cpp function: state of the console commands to run UDP communication program de
tutorial-j2me-client-server-database_2
- scr ipt cari data parsing dari xml ke java 2 micro edition.
VC_advanced_program_development
- 本代码是visual c++高级编程及其项目应用开发一书中的源代码,涉及到进程与线程通信、文件操作、dll及COM编程、socket编程、数据库编程的编码例子。此外,还有用COM应用程序框架进行服务器与客户端进行通信、界面设计方面的项目代码;材料信息管理项目代码、利用ATL设计通用查询与打印模块代码,供大家学习。-This code is visual c++ advanced programming and its application to develop a book project s
up_time
- 利用UDP协议和WindowsMFC套接实现客户端和服务器的通讯,包括回发信息-Using UDP protocol and WindowsMFC client and server sockets to achieve communication, including the information back
NetChatingSeverandClient
- 利用UDP协议和WindowsMFC套接实现客户端和服务器的通讯,包括回发信息-Using UDP protocol and WindowsMFC client and server sockets to achieve communication, including the information back
Visual_C_Book_Prg
- 多线程文件传输的实例,实现多个线程传输同一个文件,在服务器端多个线程以共享方式打开一个需要传输的文件,然后各个线程分别读取各自的一部分数据并分别发送给客户端,客户端同样各个线程分别接收服务端对应的线程发送的文件数据,最后将接收的临时文件合并为最终完整的文件。-Examples of multi-threaded file transfer, transfer of multiple threads with a file on the server side multiple threads t
BmGl11
- 本系统基于B/S(浏览器+服务器)模式,采用ASP.NET+SQLServer开发环境。用户所有操作完全基于网络,客户端无须安装任何软件,仅仅知道登录地址即可随时随地登录该系统进行相应操作。对操作权限进行分级管理;可快速查询统计及打印各种所需信息。编码管理系统-The system is based on B/S (browser+ server) mode, using ASP.NET+SQLServer development environment. All user operations
UDP
- QT4开发实战 第11章 网络与通信——基于UDP的网络广播程序。程序包括UDP服务器端的编程,UDP客户端编程。-QT4 Chapter 11 Development combat network and communication- UDP-based network broadcast program. The program includes UDP server side programming, UDP client programming.
shiyan
- 实现客户机(CLIENT)类。定义字符型静态数据成员ServerName,保存其服务器名称;整型静态数据成员ClientNum,记录已定义的客户数量;定义静态函数ChangeServerName()改变服务器名称。在头文件client.h中定义类,在文件client.cpp中实现,在文件test.cpp 中测试这个类,观察相应的成员变量取值的变化情况。(需要给出main函数代码和运行结果) 完善Body类,将检测胖瘦的标准定义为静态数据成员并设计相应的静态成员函数。(最好给出main函数
