会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
linyilong
博客园
首页
新随笔
联系
订阅
管理
2010年10月23日
树的基本操作(C语言)
摘要: 代码
阅读全文
posted @ 2010-10-23 13:48 linyilong
阅读(580)
评论(0)
推荐(0)
编辑
管道
摘要: #include <stdio.h>FILE *popen(const char *command,const char *open_mode);int pclose(FILE *stream_to_close);代码代码读取大量数据:代码#include <unistd.h>int pipe(int file_descripter[2]);基本使用:代码利用fork调用管...
阅读全文
posted @ 2010-10-23 13:47 linyilong
阅读(244)
评论(0)
推荐(0)
编辑
公告