搜索资源列表
vb_winsock
- c/s模式socket编程,Visual Basic代码-c / s mode socket programming, Visual Basic code
Fgame_src
- 我自己做的一个基于C/S模式的网络游戏。下棋的。附带服务器端和客户端全部源代码。 单机运行的话需要运行一个服务端和两个客户端,就可以自己跟自己下棋了。-I do one based on C / S mode of online games. Chess-playing. Fringe server and the client all of the source code. The stand-alone operation need to run a server and two cli
带P2P文件传输 聊天功能客户服务端
- 一个C/S模式的带P2P的 聊天 文件传输 的软件,也获得优秀毕业论文。-a C / S mode chatting with P2P file transfer software, has been outstanding dissertation.
一对多
- 这是一个类似于QQ的代码!!了解Socket类和ServerSocket类中的重要方法。学会用Socket 类和ServerSocket类编写应用于网络之间的双向通信的程序.体会C/S模式。 -This is a code similar to the QQ! ! Understanding ServerSocket socket type and category of important ways. Learn how to use and ServerSocket socket typ
WinApp_client
- C/S模式的超级女声投票系统 用户在客户端投票的信息通过网络发送到服务器端来进行统计 -C / S model show voting system users in the client's information through the vote sent to the network server to statistics
JTalkingV2
- 多人聊天系统,使用者可自取昵称 架构为C/S模式PS:程序使用的Port是19390-people chatting system, users can self nickname framework for the C / S mode PS : procedures is the use of the Port 19390
myrmic
- c/s模式编程,利用了java的rmi技术,实现数据库的分布式编程,作的是关于一个简单的银行转帐系统-c / s mode programming, the use of java rmi technology, the Distributed Database Programming for the yes on a simple bank transfer system
wzqq
- 五子棋源码 ChessWZQ1.0 采用C/S模式编写 客户端和服务器端的交互有class Message中定义,有很好的可扩展性(见 Message 定义) 客户端负责界面维护和收集用户输入的信息,及错误处理 服务器维护各在线用户的基本信息和任意两个对战用户的棋盘信息,动态维护用户列表 鉴于Applet的下载速度太慢,故做成Application 用法: /class/ 1.先运行server.bat 2.再运行client.bat (里面的用户名可以
0032
- 前台界面可以使用vb,vc,pb等. 模式:c/s模式 基本功能:能够实现销售管理,商品管理,员工...学生考勤系统 郭清宇 用VB开发,从需求分析做起,每一阶段都有完整的文档.能运用学过的软件工程知识.设计系统... -prospects interface can be used vb, vc, pb so. Model : c / s mode basic functions : to achieve sales management, merchandise management,
C#应用程序开发全程演练
- 不错的电子数据,关于C#的,适合初学者或有一点经验的,值的一看,是winform,c/s模式的
CS模式开发实例
- C/S模式程序简单开发样例,可以学到多线程及socket方面的知识-C / S to develop a simple example, can learn multithreading socket and the knowledge
c/s即时通信软件
- JAVA 编辑的c/s模式即时通信软件
基于C#的学生学籍管理系统(C/S)
- 本系统是基于C#,通过使用ASP.NET技术实现的学生学籍管理系统,采用C/S结构模式设计的高效的学生学籍管理系统!
LanTestingSystem
- 局域网考试系统(c#源码),采用c/s模式开发,-LAN testing system (c# source code)
XNetFramework
- XNetFramework 是一个非常简单的.net网络通信框架,采用UDP实现,主要用于客户端-服务器模式,本框架实现模拟心跳包(实现断线等事件触发),消息封装等功能,利用本框架可以快速实现网络上基本 C/S模式的程序。-XNetFramework is a very simple. Net framework for network traffic, using UDP to achieve, mainly for the client- server model, the framewor
c-s-testing-system-(cPP-source-code)
- 使用C++语言,C/S模式开发设计的网上考试系统-c-s-testing system (c++ source code)
仓库管理系统(C#)
- c/s模式仓库管理系统,sql server + vs2012,C#编写,实现了仓库管理的核心操作出入库还有一些附属功能,上传的资料中,含有详细的设计报告,源码等资料
CS通信
- 基于C/S模式,用Java语言实现两个进程之间的通信。(Based on the C/S model, using Java language to achieve communication between the two processes.)
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
C#设计模式
- 来源:亚历山大的建筑模式、Gamma 等人(1995)创作的"Design Patterns: Elements of Reusable Software"。这本书通常被称作"Gang of Four"或"GoF",开创性的创造了《设计 模式》。 也有人说"三十六计"就是"模式"。(Source: Alexander's architecture model, Gamma et al. (