摘要: 转载自:傅里叶分析之掐死教程(完整版) https://zhuanlan.zhihu.com/p/19763358 作者:Heinrich链接:https://zhuanlan.zhihu.com/p/19763358来源:知乎著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。 谨 阅读全文
posted @ 2016-06-15 22:29 wj_hubei 阅读(455) 评论(0) 推荐(0)
摘要: poll函数与select函数的功能基本一样,其定义如下: #include <poll.h> int poll(struct pollfd fds[], nfds_t nfds, int timeout); 参数说明: struct pollfd{ int fd; //文件描述符 short ev 阅读全文
posted @ 2016-06-15 11:34 wj_hubei 阅读(1017) 评论(0) 推荐(0)