搜索资源列表
ElectronicsMap
- C#实现电子地图的设计与实现,该程序为web应用程序,采用MVC模式开发.
1
- 用C#开发基于C/S模式的系统,Client端拥有良好的用户界面,调用Winsock控件和API函数来实现控制操作,Server端主要是运用Winsock完成屏幕抓取、控制操作和数据传输。 本系统是基于windows系统的远程控制木马软件。实现的功能有:远程文件操作、注册表操作、进程操作、开机启动操作、网络连接操作、系统服务操作、发送信息、远程桌面查看、远程关机、注销、重启。-本次设计的远程控制木马它主要有控制端程序和服务端(木马程序)组成。控制端用以远程控制服务端的程序;木马
CSharp_chat
- 本资源是用C#编写的网络编程socket实验的聊天程序,功能强大,可以多人聊天(发送广播),也可以二人聊天等模式可以发送窗口抖动等功能。 并且本资源有非常详细的需求、设计、概要、实现、测试文档。可作为socket编程的重要参考资料-The resources are written with C# network programming socket experimental chat program, powerful, you can chat with people (to send
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
CSI_UDP
- 附件中提供多个网络通讯程序的源代码,使用/Visual c++的MFC设计,分别实现了UDP 和TCP模式的通讯-Annex provides a wide range of network communication program' s source code, use the/Visual c++ in MFC design, respectively, to achieve the UDP and TCP modes of communication
vcTCP
- 网络聊天室,其实质就是基于Internet的一种网络聊天软件。它可以在网络环境下进行实时的一对多或多对多的匿名交谈。网络聊天室软件的制作方法有很多种,比如用MFC 和Java等语言设计的就有很多,本毕业设计主要是利用MFC所提供的各种控件尤其是WinSock控件,基于C/S模式,设计了一个网络聊天室,圆满地实现在网络上实时聊天的功能。-Internet chat rooms, its essence is a network based on Internet chat software. It
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
duandianxuchuan
- 实现方法(VC++,基于TCP/IP协议)如下: 仍釆用服务器与客户模式,需分别对其设计与编程。 服务器端较简单,主要就是加入待传文件,监听客户,和传送文件。而那些断点续传的功能,以及文件的管理都放在客户端上。-it is cool,you must do it .you need it,it is ok ,C++ is very important.so so so a a a a 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
C_Sharp_Socket
- 这是一篇基于 Socket 进行网络编程的入门文章,我对于网络编程的学习并不够深入, 这篇文章是对于自己知识的一个巩固,同时希望能为初学的朋友提供一点参考。文章大体分 为四个部分:程序的分析与设计、C#网络编程基础(篇外篇)、聊天程序的实现模式、程序实 现。
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
design
- 将23中设计模式用C++实现了一遍,对常用的设计模式进行总结,希望对你有帮助!-Will be 23 design patterns in c++ implementation, to summarize the commonly used design patterns, hope to help you!