⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme14

📁 《Beginning linux programming》一书相应的源代码
💻
字号:
Chapter 14  -  Sockets.client1.c - a simple local client program.server1.c - a simple local server program.client2.c - a simple network client program.server2.c - a simple network server program.client3.c - client2.c amended to translate between host and network byte ordering.server3.c - server2.c amended to translate between host and network byte ordering.getname.c - a program that gets netork information using gethostbyname.getdate.c - a program that connects to a standard network service using sockets.server4.c - a program that serves multiple clients by using fork.select.c  - a program that uses the function select to check for activity on a range of file descriptors.server5.c - a program that serves multiple clients using the function select instead of fork.

⌨️ 快捷键说明

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