文件名称:Linux-Programing-source-code
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 19kb
- 下载次数:
- 0次
- 提 供 者:
- 吴**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这些源码以简单的示例介绍了Linux应用程序编程的一些关键操作,主要涉及文件操作,进程,进程控制,进程通信以及多线程操作。每个短小精悍,便于学习。-A simple example of these source Linux application programming introduced a number of key operations, mainly related to file operations, process, process control, process communication, and multi-threaded operation. Each short and pithy, easy to learn.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
必修实验代码\1-3-1\hello.c
............\....2\test.c
............\....3\fun.c
............\.....\fun.h
............\.....\main.c
............\.....\makefile
............\2-1-1\file_creat.c
............\....2\file_cp.c
............\....3\time.c
............\..2-1\fork_pid.c
............\....2\vfork_pid.c
............\....3\execl.c
............\....4\wait.c
............\..3-1\pipe_rw.c
............\....2\fifo_read.c
............\.....\fifo_write.c
............\....3\sig_bus.c
............\....4\shm1.c
............\.....\shm2.c
............\.....\shm_com.h
............\..4-1\msg1.c
............\.....\msg2.c
............\..5-1\thread_struct.c
............\....2\thread_join.c
............\....3\thread_clean.c
............\..6-1\tcp_client.c
............\.....\tcp_server.c
............\....2\udp_client.c
............\.....\udp_server.c
............\....3\client.c
............\.....\server_thread.c
............\1-3-1
............\1-3-2
............\1-3-3
............\2-1-1
............\2-1-2
............\2-1-3
............\2-2-1
............\2-2-2
............\2-2-3
............\2-2-4
............\2-3-1
............\2-3-2
............\2-3-3
............\2-3-4
............\2-4-1
............\2-5-1
............\2-5-2
............\2-5-3
............\2-6-1
............\2-6-2
............\2-6-3
必修实验代码
............\....2\test.c
............\....3\fun.c
............\.....\fun.h
............\.....\main.c
............\.....\makefile
............\2-1-1\file_creat.c
............\....2\file_cp.c
............\....3\time.c
............\..2-1\fork_pid.c
............\....2\vfork_pid.c
............\....3\execl.c
............\....4\wait.c
............\..3-1\pipe_rw.c
............\....2\fifo_read.c
............\.....\fifo_write.c
............\....3\sig_bus.c
............\....4\shm1.c
............\.....\shm2.c
............\.....\shm_com.h
............\..4-1\msg1.c
............\.....\msg2.c
............\..5-1\thread_struct.c
............\....2\thread_join.c
............\....3\thread_clean.c
............\..6-1\tcp_client.c
............\.....\tcp_server.c
............\....2\udp_client.c
............\.....\udp_server.c
............\....3\client.c
............\.....\server_thread.c
............\1-3-1
............\1-3-2
............\1-3-3
............\2-1-1
............\2-1-2
............\2-1-3
............\2-2-1
............\2-2-2
............\2-2-3
............\2-2-4
............\2-3-1
............\2-3-2
............\2-3-3
............\2-3-4
............\2-4-1
............\2-5-1
............\2-5-2
............\2-5-3
............\2-6-1
............\2-6-2
............\2-6-3
必修实验代码