资源简介
TCP/IP网络编程(随书代码)
代码片段和文件信息
#include
#include
#include
#include
int main(void)
{
int fd1 fd2 fd3;
fd1=socket(PF_INET SOCK_STREAM 0);
fd2=open(“test.dat“ O_CREAT|O_WRONLY|O_TRUNC);
fd3=socket(PF_INET SOCK_DGRAM 0);
printf(“file descriptor 1: %d\n“ fd1);
printf(“file descriptor 2: %d\n“ fd2);
printf(“file descriptor 3: %d\n“ fd3);
close(fd1);
close(fd2);
close(fd3);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 443 2009-10-21 16:08 Chapter1 家胶内靛\fd_seri.c
文件 1050 2009-10-27 16:15 Chapter1 家胶内靛\hello_client.c
文件 1127 2013-12-19 09:43 Chapter1 家胶内靛\hello_client_win.c
文件 1299 2009-10-28 08:47 Chapter1 家胶内靛\hello_server.c
文件 1339 2009-10-27 16:33 Chapter1 家胶内靛\hello_server_win.c
文件 740 2009-07-28 06:00 Chapter1 家胶内靛\low_open.c
文件 749 2009-08-26 18:35 Chapter1 家胶内靛\low_read.c
文件 1286 2009-09-01 09:32 Chapter10 家胶内靛\echo_client.c
文件 1453 2009-09-15 02:50 Chapter10 家胶内靛\echo_mpclient.c
文件 1858 2009-11-23 15:47 Chapter10 家胶内靛\echo_mpserv.c
文件 402 2009-10-30 08:37 Chapter10 家胶内靛\fork.c
文件 1265 2009-09-15 02:17 Chapter10 家胶内靛\remove_zombie.c
文件 416 2009-09-10 17:23 Chapter10 家胶内靛\sigaction.c
文件 423 2009-09-10 15:02 Chapter10 家胶内靛\signal.c
文件 616 2009-09-09 03:51 Chapter10 家胶内靛\wait.c
文件 589 2009-09-09 20:25 Chapter10 家胶内靛\waitpid.c
文件 375 2009-09-16 15:31 Chapter10 家胶内靛\zombie.c
文件 2132 2009-11-23 15:58 Chapter11 家胶内靛\echo_storeserv.c
文件 340 2009-09-14 19:02 Chapter11 家胶内靛\pipe1.c
文件 562 2009-09-14 19:59 Chapter11 家胶内靛\pipe2.c
文件 576 2009-09-14 21:19 Chapter11 家胶内靛\pipe3.c
文件 1286 2009-08-26 18:37 Chapter12 家胶内靛\echo_client.c
文件 2030 2009-09-18 09:41 Chapter12 家胶内靛\echo_selectserv.c
文件 2099 2009-09-28 07:40 Chapter12 家胶内靛\echo_selectserv_win.c
文件 800 2009-09-17 07:50 Chapter12 家胶内靛\select.c
文件 1572 2009-10-27 21:15 Chapter13 家胶内靛\oob_recv.c
文件 1939 2009-10-27 21:23 Chapter13 家胶内靛\oob_recv_win.c
文件 929 2009-10-27 21:14 Chapter13 家胶内靛\oob_send.c
文件 1006 2009-10-27 21:23 Chapter13 家胶内靛\oob_send_win.c
文件 1303 2009-10-27 21:20 Chapter13 家胶内靛\peek_recv.c
文件 789 2009-10-27 21:20 Chapter13 家胶内靛\peek_send.c
............此处省略94个文件信息
相关资源
- arm cortex m0 rtl code
- Xcode 12.3(16F156)安装包.zip
- windows 64位系统下安装Code Warrior6.3方法
- Zxing-Code_128一维码
- CODE128A 字体
- Code 128 字体
- INBarcodeOCR条码识别组件,识别率及速
- code39条形码字体
- 飞思卡尔68HC08Metrowerks_CodeWarrior开发软
- codewarrior使用指南中文版
- Code Warrior License 破解,各个版本可用
- Codewarrior HCS12 V5.1 license
- codewarrior6.3 win10环境可以安装的破解
- Codesys变成入门手册
- patchedcode.bin
- 奥科网关M1000B配置手册.docx
- icm20948_Sensor_Code.zip
- OzCode3.X Patch 注册机
- Qt实现Code39条形码
- shellcoder编程揭秘
- 黄金矿工源码
- G-code-Interpreter,G代码解释器
- 程序员输入法unicode版
- 维吾尔文字符集unicode编码表
- 维吾尔文unicode编码表
- J2ME的RPG游戏Demo
- Windows程序设计 中英中文是完美版本
- 制作证书工具(MakeCert.ext Cert2Spc.e
- RAD CODEGEAR 2010 [Delphi2010] 正式版 序列号
- Xenocode+Postbuild+2010+for+.NET程序混淆器(
评论
共有 条评论