- 博客(5)
- 资源 (7)
- 收藏
- 关注
原创 监听网口变化
#include #include #include #include #include #include #include #include #include int main(int argc, char *argv[]) { int fd; struct sockaddr_nl sa; char buf[32];
2015-04-22 21:32:52
663
原创 cgo应用
程序主目录: . |-- bin |-- pkg `-- src `-- test |-- k.c |-- k.go `-- k.h k.h ------------------------ void test(); k.c: -------------------
2015-04-22 21:29:29
355
原创 创建新会话
#include #include #include #include int main(int argc, char *argv[]) { pid_t pid; pid = fork(); if (pid == 0) { printf("--------------------------------\n");
2015-04-22 21:26:07
627
原创 c学习笔记
1.新增关键字: inline restrict _BOOl _Complex _Imaginary 2.输出前缀 %#x, %#o 3.short类型使用h前缀 4. \f 活动位置移到下一页的开始处 \n 活动位置移到下一行的开始处 \r 活动位置移到当前行的开始处 5.limits.h inttypes.h 6.size_t用%zd输出 pt
2015-04-22 21:21:49
295
原创 产品开发
做软件的不停地在想,到底什么样的产品才是用户真正迫切需要?而真正需要的人又都在想,到底有没有现成的,好用且便宜的软件,最好免费?然后,两种人在黑暗中摸索,直到有一天他们想遇,一个新的产品产生了。 然后,巨大的市场吸引了大量的资金投入,于是山寨开始。 要想在激烈的竞争中胜出,必需深层次挖掘出用户的需求,并能引导采用更好的解决方案,最好能降低用户的学习时间。于是新的微创新产品出世了。 为什么中国
2014-06-22 07:58:42
475
机器学习实战
2017-10-24
mastering machine learning with scikitlearn.epub
2017-10-25
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅