浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月31日

摘要: 解决“possibly undefined macro: AC_PROG_LIBTOOL”-Aquester-ChinaUnix博客 解决“possibly undefined macro: AC_PROG_LIBTOOL” 2012-06-08 23:51:21分类: LINUX今天特别花1688在51buy.com上买了台同方的笔记本用于mooon的开发,先是安装了Fedora,觉得不好,想安... 阅读全文
posted @ 2013-01-31 18:03 lexus 阅读(2311) 评论(0) 推荐(0)

摘要: Using Automake and Autoconf with C++Using Automake and Autoconf with C++configure.ac (configure.in) - alxe_yu - 博客园configure.ac (configure.in)configure.ac (sometimes also named: configure.in) is an in... 阅读全文
posted @ 2013-01-31 18:01 lexus 阅读(459) 评论(0) 推荐(0)

摘要: ... 阅读全文
posted @ 2013-01-31 17:17 lexus 阅读(1178) 评论(0) 推荐(0)

摘要: POSIX 线程详解POSIX 线程详解一种支持内存共享的简捷工具 阅读全文
posted @ 2013-01-31 16:57 lexus 阅读(162) 评论(0) 推荐(0)

摘要: configure/make/make install的作用_骨骨学习笔记_百度空间configure/make/make install的作用这些都是典型的使用GNU的AUTOCONF和AUTOMAKE产生的程序的安装步骤。 ./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。 make是用来编译的,它从Ma... 阅读全文
posted @ 2013-01-31 16:56 lexus 阅读(154) 评论(0) 推荐(0)

摘要: autotools使用流程 - 春虎的日志 - 网易博客autotools使用流程 2010-04-15 00:29:16|分类: Linux基础 |标签: |字号大中小订阅3.7.1 autotools使用流程正如前面所言,autotools是系列工具,读者首先要确认系统是否装了以下工具(可以用which命令进行查看)。· aclocal· autoscan· autoconf· autohe... 阅读全文
posted @ 2013-01-31 16:52 lexus 阅读(251) 评论(0) 推荐(0)

摘要: autotools使用流程 - 春虎的日志 - 网易博客autotools使用流程 2010-04-15 00:29:16|分类: Linux基础 |标签: |字号大中小订阅3.7.1 autotools使用流程正如前面所言,autotools是系列工具,读者首先要确认系统是否装了以下工具(可以用which命令进行查看)。· aclocal· autoscan· autoconf· autohe... 阅读全文
posted @ 2013-01-31 16:48 lexus 阅读(252) 评论(0) 推荐(0)

摘要: autotools工具使用_少壮要努力_新浪博客 autotools工具使用 (2012-05-12 14:26:53) 转载▼ 标签: 杂谈 本人从事视频编解码研发工作达8年之久,一直使用FFMPEG,directdraw进行视频软件开发。希望有需要开发的联系我:电话:13764413903。QQ:1049568282。 附:本人有流媒体服务器方案,视频编解库(ffmpeg,directdr... 阅读全文
posted @ 2013-01-31 16:36 lexus 阅读(327) 评论(0) 推荐(0)

摘要: Using Automake and Autoconf with C++Using Automake and Autoconf with C++自动生成Makefile--autotools使用 - zheng_he_xiang的日志 - 网易博客自动生成Makefile--autotools使用 2011-07-31 22:10:59|分类: linux上层应用 |标签: |字号大中小订阅手工... 阅读全文
posted @ 2013-01-31 16:12 lexus 阅读(260) 评论(0) 推荐(0)

摘要: Using Automake and Autoconf with C++Using Automake and Autoconf with C++自动生成Makefile--autotools使用 - zheng_he_xiang的日志 - 网易博客自动生成Makefile--autotools使用 2011-07-31 22:10:59|分类: linux上层应用 |标签: |字号大中小订阅手工... 阅读全文
posted @ 2013-01-31 16:11 lexus 阅读(277) 评论(0) 推荐(0)

摘要: Autoconf, Automake, and Libtool: Table of ContentsTable of Contents1.1 What this book is 1.2 What the book is not 1.3 Who should read this book 1.4 How this book is organized 2.1 The Diversity of ... 阅读全文
posted @ 2013-01-31 15:38 lexus 阅读(225) 评论(0) 推荐(0)

摘要: Linux Tutorial: POSIX ThreadsThread Basics:Thread operations include thread creation, termination, synchronization (joins,blocking), scheduling, data management and process interaction. A thread does ... 阅读全文
posted @ 2013-01-31 15:17 lexus 阅读(336) 评论(0) 推荐(0)

摘要: 有一个pthread的简单例子wikipedia中的例子http://en.wikipedia.org/wiki/POSIX_Threads 阅读全文
posted @ 2013-01-31 15:16 lexus 阅读(235) 评论(0) 推荐(0)

摘要: How to install missing pthread manpages in Ubuntu?_孙建希_百度空间How to install missing pthread manpages in Ubuntu?Posted by Joys of Programming on inC/C++If you want tostart programming in Ubuntu, one of t... 阅读全文
posted @ 2013-01-31 15:10 lexus 阅读(299) 评论(0) 推荐(0)

摘要: pthread库进行多线程编程 - 组件工厂 - C++博客11 Threads1 Introduction不用介绍了吧…2 Thread Concepts1. Thread由下面部分组成:a. Thread IDb. Stackc. Policyd. Signal maske. Errnof. Thread-Specific Data3 Thread Identification1. pthre... 阅读全文
posted @ 2013-01-31 13:15 lexus 阅读(368) 评论(0) 推荐(0)

摘要: 流言终结者——C语言内存管理 http://my.oschina.net/michaelyuanyuan/blog/104421 阅读全文
posted @ 2013-01-31 00:41 lexus 阅读(245) 评论(0) 推荐(0)

摘要: Linux sendfile http://my.oschina.net/pzh0819/blog/105082 阅读全文
posted @ 2013-01-31 00:38 lexus 阅读(190) 评论(0) 推荐(0)

摘要: 深度学习(Deep Learning)算法简介 http://my.oschina.net/liangtee/blog/105372 阅读全文
posted @ 2013-01-31 00:36 lexus 阅读(284) 评论(0) 推荐(0)

摘要: Thinking in "++i" and "i++" http://my.oschina.net/u/938966/blog/106293 阅读全文
posted @ 2013-01-31 00:29 lexus 阅读(183) 评论(0) 推荐(0)

摘要: Python3伪装浏览器爬虫读取网页内容 http://my.oschina.net/isaced/blog/106380 阅读全文
posted @ 2013-01-31 00:28 lexus 阅读(251) 评论(0) 推荐(0)