Welcome![Sign In][Sign Up]
Location:
Search - client - server c application

Search list

[WinSock-NDISwzqq

Description: 五子棋源码 ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application 用法: /class/ 1.先运行server.bat 2.再运行client.bat (里面的用户名可以修改,serverAddress也可以,不过我是按localhost调的) 3.可同时启动多个Client :)-renju source ChessWZQ1.0 using C / S mode to prepare the client and server side of the interaction is defined Message class, a very good scalability (see Message definitions) client interface for maintenance and the collection of user input information, and error handling server maintenance of the online user basic information and arbitrary two chessboard screen user information, dynamic user list in view of the Applet download speed is too slow, and it caused Application Usage : / class / 1. first running server.bat 2. re-running client.bat (inside the user can modify, can serverAddress but I was stressed by localhost) 3. to be launched at the same time a number of Client :)
Platform: | Size: 59445 | Author: rody | Hits:

[Otherwangluowzq

Description: ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application 用法: /class/ 1.先运行server.bat 2.再运行client.bat (里面的用户名可以修改,serverAddress也可以,不过我是按localhost调的) 3.可同时启动多个Client :)-ChessWZQ1.0 C / S mode to prepare the client and server side interaction with clas 's Message definition, a very good extensibility (see Message definitions) client interface for maintenance and the collection of user input information, error handling and maintaining the server online users basic information and arbitrary two-time users of the chessboard information, Dynamic User List in view of safeguarding Applet download speed is too slow. it caused Application Usage : / class / 1. Operation server.bat first two. re-running client.bat (inside the user may modify, serverAddress can, However, I was transferred by the localhost) 3. may also started a number of Client :)
Platform: | Size: 49339 | Author: 庄宁文 | Hits:

[TCP/IP stack68_wzq

Description: ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application-ChessWZQ1.0 C / S mode to prepare the client and server side interaction with clas 's Message definition, a very good extensibility (see Message definitions) client interface for maintenance and the collection of user input information, error handling and maintaining the server online users basic information and arbitrary two-time users of the chessboard information, Dynamic User List in view of safeguarding Applet download speed is too slow, and it caused Application
Platform: | Size: 58511 | Author: 留朋雨 | Hits:

[Other resourceManagementInformationSystem

Description: 本系统分两个子功能: 一:学生事务 统计学生的入学,缴费情况;考试报名情况;毕业设计情况 二:教务 学生的课程、教室安排;课程表打印;老师的课程,教室安排,课程表打印以及工作量统计。 本系统开发需要掌握ASP、数据库等开发技术,运用网页排版工具Dreamweaver MX以及图像处理工具进行界面制作。 根据已经掌握的资料,查询相关英文资料并进行翻译。 查询有关系统的相关资料,查找Web数据库资料,熟悉数据库的创建、管理以及优化。掌握ADO客户端数据库访问技术和应用开发过程。 准备工作: 安装所需的开发工具:网页排版工具:Dreamweaver MX,编程工具:C++ Builder 6.0,数据库系统:SQL Server 2000,计算机一台及网络环境 -the system in two sub-functions : a : Student Affairs statistics student enrollment, payment; Examination of applications; Graduation of two : academic courses students, classroom arrangements; Print curriculum; teachers courses, classroom arrangement, Print curriculum and workload statistics. Development of the system need to master ASP, database technology, use web publishing tool Dreamweaver MX and image processing tools for the production of the interface. According to available information, inquiries and information related to the English translation. Inquiries regarding the relevant information, the Web search database information with database creation, management and optimization. ADO master client database access and application development process. Preparations : the installation
Platform: | Size: 178194 | Author: 吕文奎 | Hits:

[Ftp ServerTinyFtpServer

Description: 一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就心血来潮写了一个供大家参考,该Ftp Server只实现了有限的几个常用命令,进一步的应用要让大家去扩展,呵呵,记得扩展后以后不吝mail给我一份哦。该Ftp Server在Win自带FTP客户,Cute-Ftp 4.x下测试通过。include file:ftpserver.cpp,ftpserver.dspftpserver.dswoverlap.cpp,stdafx.hstdafx.c-a console-based applications TinyFtpServer, tinyle to find a lot of FTP Client client source code, but we did not find Server, it was an impulse for your reference, the Ftp Server only achieved a limited number of commands, the further application to let you expand, huh, The expanded recall hearing after a mail to me, oh. The Ftp Server Win own FTP client, Cute- Ftp 4.x under test. Include file : ftpserver.cpp, ftpserver.dspftpserver.dswoverlap.cpp, stdafx.hstdafx.c
Platform: | Size: 13312 | Author: 乐浩军 | Hits:

[TCP/IP stackJBSocketServerTestSource

Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
Platform: | Size: 110592 | Author: 王小文 | Hits:

[Delphi VCLDBISAM 4.08

Description: Client/Server版本 DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.-Client/Server edition DBISAM compiles directly into your application with no external libraries required. Runtime package support is also provided if so desired. It has a very small footprint and does not require any forms support in Delphi 6, C++Builder 6, and Kylix 2 and higher, which helps keep the size of non-UI applications like services or web applications to a minimum.
Platform: | Size: 5497856 | Author: akay | Hits:

[Internet-Networkgpage.tar

Description: 项目描述: g-page is a client/server application designed to send text messages to pagers and PCS phones with short messaging capabilites. g-page 是一款客户端/服务器应用程序,用来给呼机或PCS电话发送短消息。 -Project Description : g-page is a client/server application designed to send text messages to pagers and PCS phones with short messaging capabilites. G-page is a client/server application that used to Pagers or PCS phone short message.
Platform: | Size: 212992 | Author: 夏雨 | Hits:

[Internet-Networkwzqq

Description: 五子棋源码 ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application 用法: /class/ 1.先运行server.bat 2.再运行client.bat (里面的用户名可以修改,serverAddress也可以,不过我是按localhost调的) 3.可同时启动多个Client :)-renju source ChessWZQ1.0 using C/S mode to prepare the client and server side of the interaction is defined Message class, a very good scalability (see Message definitions) client interface for maintenance and the collection of user input information, and error handling server maintenance of the online user basic information and arbitrary two chessboard screen user information, dynamic user list in view of the Applet download speed is too slow, and it caused Application Usage :/class/1. first running server.bat 2. re-running client.bat (inside the user can modify, can serverAddress but I was stressed by localhost) 3. to be launched at the same time a number of Client :)
Platform: | Size: 59392 | Author: rody | Hits:

[SQL ServerManagementInformationSystem

Description: 本系统分两个子功能: 一:学生事务 统计学生的入学,缴费情况;考试报名情况;毕业设计情况 二:教务 学生的课程、教室安排;课程表打印;老师的课程,教室安排,课程表打印以及工作量统计。 本系统开发需要掌握ASP、数据库等开发技术,运用网页排版工具Dreamweaver MX以及图像处理工具进行界面制作。 根据已经掌握的资料,查询相关英文资料并进行翻译。 查询有关系统的相关资料,查找Web数据库资料,熟悉数据库的创建、管理以及优化。掌握ADO客户端数据库访问技术和应用开发过程。 准备工作: 安装所需的开发工具:网页排版工具:Dreamweaver MX,编程工具:C++ Builder 6.0,数据库系统:SQL Server 2000,计算机一台及网络环境 -the system in two sub-functions : a : Student Affairs statistics student enrollment, payment; Examination of applications; Graduation of two : academic courses students, classroom arrangements; Print curriculum; teachers courses, classroom arrangement, Print curriculum and workload statistics. Development of the system need to master ASP, database technology, use web publishing tool Dreamweaver MX and image processing tools for the production of the interface. According to available information, inquiries and information related to the English translation. Inquiries regarding the relevant information, the Web search database information with database creation, management and optimization. ADO master client database access and application development process. Preparations : the installation
Platform: | Size: 178176 | Author: 吕文奎 | Hits:

[Internet-NetworkQchat

Description: 基于UDP的客户_服务器聊天应用的实现,里面是具体的实现代码,是可以运行的-UDP-based client server chat application _ realize, realize there is a specific code that can be run
Platform: | Size: 43008 | Author: zhao | Hits:

[Internet-Networkp2p

Description: 一个简单的p2p共享文件的程序,用c语言开发,包括server端和peer端,自定义了一套应用层的传输协议,对于理解socket编程有很大的帮助-A simple procedure for p2p file sharing, using c language development, including peer client and server-side, since the definition of a set of application-layer transport protocol, for understanding the socket programming of great help
Platform: | Size: 28672 | Author: lucy | Hits:

[ICQ-IM-ChatBasic_ClientServer_Chat

Description: Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.-Client Server Chat application using TCP IP built in c# .net 2.0 Everything to get you started. I have review and tested the application and confirm that it work very well. Voip and video over ip all built in.
Platform: | Size: 101376 | Author: nik | Hits:

[Linux-UnixudpServer.c

Description: UDP server program to listen client application
Platform: | Size: 1024 | Author: kiran | Hits:

[OtherQt_QSharedMemory_Example_v1_2_en

Description: This Qt C++ application demonstrates how to share memory between processes. The client GUI application and the server executable share memory through QSharedMemory. The example has two shared memory areas: one for the client to command the server, and another for the server to respond to the client. The example application has been tested to work on Maemo and Symbian with the Qt 4.6.2 release.
Platform: | Size: 90112 | Author: 何庆茹 | Hits:

[Internet-Networkwinsocket(C)

Description: 毕业设计中用到的很好的参考资料,当然如果你实在是懒,可以稍微改改就能当自己的毕业设计了,winsocket局域网文件传输系统源代码+项目论文。主要是利用tcp进行文件传输,突出点在于将客户端与server整合成了一个程序,而且是属于控制台程序,操作简单,阅读源码当然也更清晰。够厚道了吧,管理员速度加分-Graduation well used in reference, of course, if you are really lazy, you can change a little change can be when their final project, winsocket LAN file transfer system source code+ project papers. Tcp mainly used for file transfer, the outstanding point is that the client and server integration into a program, and may be console application, simple operation, the source for of course more clearly. Enough of the right kind, the administrator speed bonus
Platform: | Size: 131072 | Author: luopan | Hits:

[Internet-Networktcp_ip-communication-programming

Description: 本例中,我们首先要用WinSockets类来编写一个C/S(Client/Server)程序,C/S程序包含一个服务器端和一个客户端,服务器程序接收到客户端程序发来的数据后,将数据从串口1(COM1)发送出去,我们可以用串口调试助手来接收这些数据。-In this case, first we WinSockets class to write a C/S (Client/Server) program, C/S program includes a server and a client, the server application to receive client data sent, it will data from the serial port 1 (COM1) to send out, we can use serial debugging assistant to receive the data.
Platform: | Size: 91136 | Author: 借方鋆 | Hits:

[Internet-NetworkTcpSrv--TcpLient

Description: 服务器端与客户端申请连接的C++程序设计-The client and server-side application connection
Platform: | Size: 1350656 | Author: 李嘉骏 | Hits:

[Windows DevelopkepOPC Client

Description: 本源码是基于C++开发的OPC客户端程序开发实例。 OPC(OLE for Process Control)是根据Microsoft的OLE(现在Active)、COM(部件对象模型)和DCOM(分布式部件对象模型)技术所要求的功能制定的一个开放和互用式的用户界面标准,它保证了自动化/控制应用程序和区域系统/设备之间的互用。它以OLE/COM机制作为应用程序级的通讯标准,采用CLIENT/SERVER模式。 OPC规范中提供了两套接口方案,即定制接口和自动化接口。定制接口效率高,通过该接口能够发挥OPC服务器的最佳性能,采用C++语言的客户一般采用定制接口方案;自动化接口使解释性语言和宏语言访问OPC服务器成为可能(The source code is based on C++ development OPC client program development examples. OPC (OLE for Process Control) is based on the Microsoft OLE (now Active), COM (component object model) and DCOM (Distributed Component Object Model) technology requires a functional formulation of an open and interoperable style user interface standard, it guarantees the interoperability of automation / control applications and system / region between devices. It uses the OLE/COM mechanism as the application level communication standard and adopts the CLIENT/SERVER mode. The OPC specification provides two sets of interface schemes, namely, custom interfaces and automated interfaces. Custom interface and high efficiency, the best performance can play through the interface of the OPC server, using C++ language customers generally use custom interface scheme; automation interface enables explanatory language and macro language possible to access the OPC server)
Platform: | Size: 476160 | Author: 下载来的 | Hits:

[.netC# 基于CS结构的局域网考试系统源码

Description: C/S模式是一种普遍应用的网络计算模式。传统的C/S模式是两层结构,在这种模式下,网络中的计算机分为两个有机部分:客户机和服务器。服务器只负责各种数据的处理和维护,为各个客户机应用程序管理数据;客户机包含文档处理软件、决策支持工具、数据查询等应用逻辑程序,通过网络使用SQL语言发送、请求和分析从服务器接收数据。(The C/S model is a ubiquitous network computing model. The traditional C/S model is a two-layer structure, in which the computer in the network is divided into two organic parts: the client and the server. The server is responsible for handling and maintaining all kinds of data, and managing data for each client application; The client includes application logic programs such as document processing software, decision support tools, data queries, and so on, using the network to send, request, and analyze data from the server using SQL language.)
Platform: | Size: 2672640 | Author: ZZZ先生 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net