会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
GIS开发
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
12
下一页
2015年8月27日
Qt4.8.x Linux WebKit依赖库安装
摘要: yum install "pkgconfig(gstreamer-app-0.10)"
阅读全文
posted @ 2015-08-27 20:52 20118281131
阅读(565)
评论(0)
推荐(0)
2015年2月26日
pthread_create线程创建的过程剖析(转)
摘要: 概述在Linux环境下,pthread库提供的pthread_create()API函数,用于创建一个线程。线程创建失败时,它可能会返回ENOMEM或EAGAIN。这篇文章主要讨论线程创建过程中碰到的一些问题和解决方法。创建线程首先,本文用的实例代码example.c:/* example.c*/#...
阅读全文
posted @ 2015-02-26 12:51 20118281131
阅读(1407)
评论(0)
推荐(0)
应用 Valgrind 发现 Linux 程序的内存问题(转)
摘要: Valgrind 概述体系结构Valgrind 是一套Linux下,开放源代码(GPL V2)的仿真调试工具的集合。Valgrind由内核(core)以及基于内核的其他调试工具组成。内核类似于一个框架(framework),它模拟了 一个CPU环境,并提供服务给其他工具;而其他工具则类似于插件 (p...
阅读全文
posted @ 2015-02-26 12:47 20118281131
阅读(273)
评论(0)
推荐(0)
2015年1月16日
CentOS flightgear qgis编译
该文被密码保护。
阅读全文
posted @ 2015-01-16 10:07 20118281131
阅读(3)
评论(0)
推荐(0)
2014年7月30日
DX shader根据顶点设置颜色
摘要: 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
阅读(910)
评论(0)
推荐(0)
2014年7月24日
Qt_DX
摘要: #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
阅读(464)
评论(0)
推荐(0)
2014年7月9日
四元数插值,欧拉角转换
该文被密码保护。
阅读全文
posted @ 2014-07-09 09:58 20118281131
阅读(2)
评论(0)
推荐(0)
2014年7月7日
CMakeLists.txt
该文被密码保护。
阅读全文
posted @ 2014-07-07 20:37 20118281131
阅读(6)
评论(0)
推荐(0)
ubuntu libtiff-dev
摘要: cc@cc:~$ dpkg -L libtilibtiff5 libtiffxx5 libtimezonemap1 libtinyxml2-0.0.0 libtiff5-dev libtimedate-perl libtinfo5 ...
阅读全文
posted @ 2014-07-07 16:48 20118281131
阅读(1925)
评论(0)
推荐(0)
ubuntu 调试库
摘要: 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
阅读(281)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
12
下一页
公告