搜索资源列表
vanchattool
- 局域网聊天工具,C课程设计 采用C/S模式 -LAN chatting tool, C curriculum design using C / S mode
myqq
- 自己写的一款c/s模式的仿QQ界面的程序,有需要的可以参考下设计界面....服务器端采用mdb数据库,visual c++ 7.1开发
JJYY
- 中南大学《网络与通信课程设计》制作聊天工具相应的源码,采用delphi的winsock编写,C/S模式,功能绝对齐全,界面好看,包括登陆,注册,数据库,添加好友,查看聊天记录等,是网上流行的JJYY版本的增强版,其中用到一些控件(可在“delphi盒子”网下载)。服务器端需要的控件已经添加到源程序中,可运行通过,客户端控件不全,暂时不能运行,如有疑问,可给我发邮件:xianghupan@yahoo.com.cn
chat
- 基于C/S模式的聊天室,面向对象设计,winsoucket编程
1
- 用C#开发基于C/S模式的系统,Client端拥有良好的用户界面,调用Winsock控件和API函数来实现控制操作,Server端主要是运用Winsock完成屏幕抓取、控制操作和数据传输。 本系统是基于windows系统的远程控制木马软件。实现的功能有:远程文件操作、注册表操作、进程操作、开机启动操作、网络连接操作、系统服务操作、发送信息、远程桌面查看、远程关机、注销、重启。-本次设计的远程控制木马它主要有控制端程序和服务端(木马程序)组成。控制端用以远程控制服务端的程序;木马
TCP
- TCP 实现C/S模式的聊天程序的设计 源码及基本原理-TCP to achieve C/S model design chat program source code and the basic principles of
Networkrealtimecommunication
- 网络实时通讯软件的设计与实现,本系统将实现局/广域网下Peer-to-Peer即时通讯功能,C/S模式,主要架构分为三个主模块:Client端,Server端-Network real-time communication software design and implementation, the system will achieve the Board/WAN under the Peer-to-Peer instant messaging features, C/S mode, the
WinsockChat
- 一款C/S模式设计的基于Winsock的VB网络聊天室,可以互相传输文件,而且界面清新漂亮,程序分为客户端和服务端,可以指定IP、端口或域名,需要先运行服务端才能够启动客户端,聊天时可发送类似QQ的表情符号、设定字体颜色及大孝设定窗口透明度、总之修改功能还真不少,还可以显示在线人员列表,自己下载体验一下吧。-A C/S mode Winsock-based network of VB chat rooms, you can transfer files with each other, and
Chat
- C/S模式的即时通信软件的开发源码,包括服务器端程序设计和客户端程序设计。 -C/S model of the open source instant messaging software, including server-side programming and client-side programming.
vcTCP
- 网络聊天室,其实质就是基于Internet的一种网络聊天软件。它可以在网络环境下进行实时的一对多或多对多的匿名交谈。网络聊天室软件的制作方法有很多种,比如用MFC 和Java等语言设计的就有很多,本毕业设计主要是利用MFC所提供的各种控件尤其是WinSock控件,基于C/S模式,设计了一个网络聊天室,圆满地实现在网络上实时聊天的功能。-Internet chat rooms, its essence is a network based on Internet chat software. It
Register
- C/S模式下客户端在线注册码验证程序设计 分析winsock等网络编程技术 相关设计的协议体系结构 网络程序流程图和设计方案 -C/S mode, the client online registration code verification process design and analysis related to winsock programming and other network protocol architecture design process flowc
VBcontrolclient
- 利用VB编程软件,基于Winsock编程实现网络监控。该系统设计基于C/S模式,局域网通信。实现客户端程序。-Using VB programming software, network monitoring based on Winsock programming. The system design is based on C/S mode, LAN communications. To achieve the client program.
VBcontrolserver
- 本设计利用VB编程软件,基于Winsock编程实现网络监控。该系统设计基于C/S模式,通过计算机局域网网络通信,实现服务器程序。-This design using VB programming software, network monitoring based on Winsock programming. The system design is based on C/S mode, local area network communications through the compute
Chat
- 局域网即时聊天系统,C/S模式;java TCP Socket;多线程程序设计;java图形界面设计;私聊;群聊;更新用户列表;上、下线提醒;脏话过滤-LAN instant messaging system, C/S mode java TCP Socket multi-threaded programming java graphical user interface design whisper group chat update the user list on the a
vnc_unixsrc
- 现阶段基于windows平台下的远程控制软件相当多,各种开发语言参差不齐。本课题基于C/S架构,实现了Linux平台下的远程控制,整个系统运用成熟的Perl和C语言,根据软件设计模式思想,实现了x-windows远程桌面支持、远程命令行模式以及安全连接支持,比纯粹的命令行环境更方便工作和学习,具有一定的科学性、安全性、创新性。-Nowadays the overflow of Remote control software which is based on windows platform i
CPPchat
- 网络工程课程设计,本程序采用TCP/IP协议的套接字功能完成,并在C/S模式的基础上建立的,拥有一个Server客户端以及Client客户端,并能够实现两个客户端的相互通信-Network engineering course design, the program uses TCP/IP protocol socket function to complete, and established on the basis of the C/S mode, with a Server Client
Netchat
- 既是网络聊天程序是实现在小型局域网中的用户聊天的程序。开发该软件利用MFC设计,使用的是Visual C++6.0开发平台。基本原理:采用的是典型的C/S模式,利用Socket技术,通过连接网络端口使得各个客户端连接上服务器而实现聊天功能。 主要方法与技术:通过面向对象的设计方法,利用WinSock进行通信。 -Both user chat program is realized in a small LAN network chat program. Using MFC designe
spider-cpp-master
- 基于Linux平台的网络爬虫程序设计,用c++语言实现,不仅高效而且用到了很多面向对象的设计模式 -Linux-based web crawler program design, using c++ language, not only efficient but also used a lot of object-oriented design patterns
DMS
- 数据采集系统(DMS),基于linux操作系统的数据采集系统,应用的UML建模、设计模式、多线程、网络编程以及Pro*c/c++数据库等技术实现数据的操作。-Data Acquisition System (DMS), linux-based operating system, data acquisition systems, UML modeling applications, design patterns, multi-threading, network programming and
Struts2-Spring-JDBC-
- 为了减少开发成本 , 缩短开发周期 , 提高程序的健壮性和可扩展性 , 依据M V C设计模式的基本思想, 提出一种基于St ruts2, Spri ng框架和JDBC 的J2EE应用开发策略, 以此构建一个开发高效、 运行稳定的J2EE~ 层架构。-In order to reduce development costs, shorten development cycles, improve program robustness and scalability, according to t