搜索资源列表
serverclient
- TCP/IP协议是网络通信的基础性协议,通过实验深入理解和掌握基于TCP/IP协议的网络通信概念、原理以及网络客户机/服务器模型的感念,熟悉常用的Windows API函数的用法,利用C++语言实现流式套接字的网络通信编程。 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为本地127.0.0.1,客户、服务器端口为6000。服务器先运行进入等待连接状态,客户端与服务器连接后开始通信。 实验项目的实验方法概述: 实验采用C/S结构,使用TCP/IP协议,服务器IP地址为
UDP
- 讲述了UDP程序的实现方法,并用C语言编程实现了一个UDP程序,该程序能实现广播功能和多播功能,能进行广播消息和多播消息的接发。通过本章的分析,想读者展示了UDP程序的实现过程,广播和多播的区别与共同点-UDP procedures described implementations, and programming using C language, a UDP program, the program can be for broadcast and multicast functions
Server
- 运用套接字编程实现tcp协议的服务器功能,具体采用c语言来实现-The use of socket programming tcp protocol server function, specific language used to achieve c
cPPPRIMEPLUS4
- C++语言的发展方向以及C++程序员的关注点,已经从以往注重运行时效率,转向到千方百计地提高程序员的编程效率上。随着标准库的广泛使用,现在已经能够比以往更高效地学习和使用C++。本版充分体现了这样的可能性-C++ language, as well as the development of C++ programmer' s attention has been focused on from the previous run-time efficiency, shift to do e
code
- TCP异步通信编程实例,基于C#语言开发,实现异步通信面向连接的程序设计。-failed to translate
tcpudpsocket.tar
- 用C语言自己写的LINUX下socket网络编程通信的程序,包括三个源码,比较全面,TCP和UDP编程都有,可以通过socket获得主机的IP,在服务器和客户端这间发送文本消息,希望对初学者有帮助。-Written in C language with its own socket network programming under LINUX communication procedures, including the three source code, a more comprehens
TCP
- TCP 收发数据编程 C语言版 包括客户端和服务器端-TCP send and receive data programming C language version of both client and server side
tanshishe
- 贪食蛇程序,用c语言编程,只能用c编译软件运行,(如turboC等)需先设置BGi所在的文件夹,如程序中的D:\\TCPP\\BGI-Snake program, with c language programming c compiler software can only run, (such as turboC, etc.) should first set the folder where BGi, such as the procedures in the D: \ \ TCPP \
TCP-IP
- tcp_ip编程实现文件传输(C语言)-tcp_ip file transfer programming (C language)
MessageRelaySystem
- socket编程,TCP中继服务器,c语言实现-TCP iterative client-server interaction using BSD socket interface in C programming language
winsock_easyExample
- 用C语言写的winsock2网络编程简单例子,能实现局域网以及外网的通信-Written in C language programming winsock2 simple example network, LAN and external networks to achieve communication
cSOCKET
- C语言SOCKET编程指南 入门资料C语言SOCKET编程指南 入门资料-C LanguageSocket programming technology C LanguageSocket programming technology
tcpsercli
- 基于C语言的TCP编程,包括服务器端和客户端。-C language-based TCP programming, including server and client.
1
- 网络编程 端口扫描器 c语言实现 暂时只能扫描一个端口-Network port scanner c language programming can only scan one port temporarily
TCPIPPSocketsPInPCP2nd
- 《TCP/IPSockets编程(C语言实现)(第2版)》为开发成熟且功能强大的Web应用程序提供所需的知识和技巧。《TCP/IPSockets编程(C语言实现)(第2版)》以教学指南的方式,帮助读者掌握在C语言环境下,用套接字实现客户—服务器项目开发的任务和技术。《TCP/IPSockets编程(C语言实现)(第2版)》的本版次增加了对最新技术的介绍,如对IPv6的支持,以及更详细的编程策略等内容。-" TCP/IPSockets programming (C language) (2
Socket_training
- socket编程,在windows环境实现tcp/ip通信,c语言源码-socket programing
ping
- 该源码用c语言编写,属于网络编程,该ping程序是完成网络层的ICMP协议中的ping命令,可以测试发出的ping包和接收的ping包。-The source code using C language, belonging to network programming, the ping program is to complete the network layer of the ICMP protocol in the ping command, you can send Ping pac
socket_learn-master
- 使用C语言实现socket多线程编程,入门级的小程序,适合初学者学习。-The use of C language socket multi-threaded programming, entry-level small procedures for beginners to learn.
TCP_IP socket编程
- 《TCP Sockets编程》通过循序渐进的方式,从最基础的概念到高级别的Ruby封装器,再到更复杂的应用,提供了开发成熟且功能强大的应用程序所必备的知识和技巧,帮助读者掌握在Ruby语言环境下,用套接字实现项目开发的任务和技术。 《TCP Sockets编程》适合对TCP套接字感兴趣的读者阅读。(TCP/IP Sockets in C: Practical Guide for Programmers, 2nd Edition is a quick and affordable way t
socket_src
- 用C++ 语言实现的SOCKET网络编程的UDP协议,实现基本通信(SOCKET network programming UDP protocol implemented in C++ language to realize basic communication)