You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
p2l5wexnu/data/chapter2/preface.tex

9 lines
390 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

%# -*- coding: utf-8-unix -*-
\chapter{基于套接字的网络程序设计}
\label{chap:program}
本单元通过编写简单的UDP应用程序和适配常见应用层协议的TCP应用程序使学生能熟练掌握基本套接字编程
熟悉HTTP与SMTP等应用层协议
从而深入理解理解跨网络进程通信的原理和过程,
培养开发网络应用程序的能力。