上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: yum install "pkgconfig(gstreamer-app-0.10)" 阅读全文
posted @ 2015-08-27 20:52 20118281131 阅读(526) 评论(0) 推荐(0) 编辑
摘要: 概述在Linux环境下,pthread库提供的pthread_create()API函数,用于创建一个线程。线程创建失败时,它可能会返回ENOMEM或EAGAIN。这篇文章主要讨论线程创建过程中碰到的一些问题和解决方法。创建线程首先,本文用的实例代码example.c:/* example.c*/#... 阅读全文
posted @ 2015-02-26 12:51 20118281131 阅读(1320) 评论(0) 推荐(0) 编辑
摘要: Valgrind 概述体系结构Valgrind 是一套Linux下,开放源代码(GPL V2)的仿真调试工具的集合。Valgrind由内核(core)以及基于内核的其他调试工具组成。内核类似于一个框架(framework),它模拟了 一个CPU环境,并提供服务给其他工具;而其他工具则类似于插件 (p... 阅读全文
posted @ 2015-02-26 12:47 20118281131 阅读(244) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2015-01-16 10:07 20118281131 阅读(3) 评论(0) 推荐(0) 编辑
摘要: matrix ViewProjMatrix;vector Blue = {0.0f, 0.0f, 1.0f, 0.0f};struct VS_INPUT{ vector position : POSITION;};struct VS_OUTPUT{ vector position : P... 阅读全文
posted @ 2014-07-30 17:52 20118281131 阅读(880) 评论(0) 推荐(0) 编辑
摘要: #ifndef MY_FRAME__HH__#define MY_FRAME__HH__#include struct IDirect3D9; struct IDirect3DDevice9; class QD3DWidget : public QWidget { Q_OBJECT pub... 阅读全文
posted @ 2014-07-24 16:35 20118281131 阅读(427) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-07-09 09:58 20118281131 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2014-07-07 20:37 20118281131 阅读(6) 评论(0) 推荐(0) 编辑
摘要: cc@cc:~$ dpkg -L libtilibtiff5 libtiffxx5 libtimezonemap1 libtinyxml2-0.0.0 libtiff5-dev libtimedate-perl libtinfo5 ... 阅读全文
posted @ 2014-07-07 16:48 20118281131 阅读(1838) 评论(0) 推荐(0) 编辑
摘要: 1.安装带有调试信息的libc: sudo apt-get install libc6-dbg 2.下载libc源码 a.选定一个放置源码的目录并进入,如 /home/kent/dev-os/libc6-source b.执行sudo apt-get source libc6, 会把... 阅读全文
posted @ 2014-07-07 16:42 20118281131 阅读(226) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页