main.html

来自「C++ TCPIP and UDPIP library of classes」· HTML 代码 · 共 53 行

HTML
53
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Main Page</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body bgcolor="#ffffff"><!-- Generated by Doxygen 1.2.13.1 --><h1>cplab3 documentation</h1><H3 align="center">Silesian University of Technology, Gliwice, Poland</H3><center><b>"Automatic Control, Robotics, Electronics, Telecommunication and Computer Science", sem. 3, gr. 2, sec. 3</b></center><pre><b>Program developed for CP Labs</b><b>Task:</b>   Develop C++ library of classes for TCP/IP and UDP/IP under Unix systems   with a programm which demostrates its usage.   This demo programm is similar to ICQ (client and server).<b>Problem analysis and solution method:</b>   The library allows TCP and UDP connections for server as well as client,   however it is not very universal :(      Serwer uses TCP/IP protocol. It sends messages recived from one client   to all other connected clients.   Client connects to the server, then sends and recives messages to/from its.   Application uses port number 3999.<b>Conclusions:</b>   bibliography:    - "Internetworking with TCP/IP"   Vol. III: "Client-Server Programming and Applies"   BSD Socket Version       Douglas E. Comer,  David L. Stevens       Department of C.S., Purdue University, West Lafayette, IN 47907   thanks:    -  Thanks to authors of <a class="el" href="http://anjuta.sourceforge.net/">anjuta</a> (IDE application), <a class="el" href="http://www.doxygen.org/">doxygen</a> (documentation generator) and other       open-source software for developing great tools which have saved us a lot of time and work    -  Thanks to "Browary Zywiec S.A." for making beer for us ;)</pre><p><hr><address><small>&copy; 2002 &nbsp; Marcin Caban 'Cabko' and Borys Wisniewski 'Boria'</small></address></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?