上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 136 下一页
摘要: Scene Management -- scene graph http://blog.csdn.net/soilwork/article/details/3977539 仅供个人学习使用,请勿转载,勿用于任何商业用途。 下面是一个简化的游戏引擎数据流,每一帧,scene data作为数据源,输入到物理/碰撞检测和AI子系统,子系统更新所有物体的状态(包括位置,光照信息等等),之后数据流... 阅读全文
posted @ 2011-09-28 17:25 katago 阅读(409) 评论(0) 推荐(0)
摘要: http://qt.nokia.com/learning/online/talks/developerdays2010/tech-talks/scene-graph-a-different-approach-to-graphics-in-qt/ http://labs.qt.nokia.com/2010/05/18/a-qt-scenegraph/ **** http://zc... 阅读全文
posted @ 2011-09-28 16:47 katago 阅读(521) 评论(0) 推荐(0)
摘要: shell字符串的截取的问题: 一、Linux shell 截取字符变量的前8位,有方法如下: 1.expr substr “$a” 1 8 2.echo $a|awk ‘{print substr(,1,8)}’ 3.echo $a|cut -c1-8 4.echo $ 5.expr $a : ‘\(.\\).*’ 6.echo $a|dd ... 阅读全文
posted @ 2011-09-28 09:34 katago 阅读(185) 评论(0) 推荐(0)
摘要: 链接: http://elinux.org/Toolchains http://buildroot.uclibc.org/buildroot.html http://crosstool-ng.org/ -----------------------------------------------------------------------------------------------... 阅读全文
posted @ 2011-09-27 14:42 katago 阅读(318) 评论(0) 推荐(0)
摘要: 1、root是管理员,是最高权限的象征,系统一般从安全角度默认禁用,通过su或sudo获取root权限; 2、rootfs是根文件系统,linux系统的根目录的挂载点是/,roofs是根目录下的所有的文件集合,是一个可以运行的系统的组织。 3、chroot是把目标地址作为根目录来使用,这个目录下边是一个可以运行的系统组织,当然PATH中必须要有shell才行。 4、sysroot是交叉编译时... 阅读全文
posted @ 2011-09-27 12:48 katago 阅读(740) 评论(0) 推荐(0)
摘要: 从Pre-alpha(准预览版本)发展到Alpha(预览版本)、Beta(测试版本)、Released candidate (最终测试版本)至最后的Gold(完成版)。 汉漢▼ http://zh.wikipedia.org/wiki/%E8%BB%9F%E4%BB%B6%E7%89%88%E6%9C%AC%E9%80%B1%E6%9C%9F http://en.wiki... 阅读全文
posted @ 2011-09-27 09:30 katago 阅读(507) 评论(0) 推荐(0)
摘要: linguist 打开 qt-everywhere-opensource-src-4.7.0/translations/qt_zh_CN.ts ,查找相关 阅读全文
posted @ 2011-09-26 17:30 katago 阅读(149) 评论(0) 推荐(0)
摘要: /dev/sde1 /mnt vfat rw,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0 windows下fat和ntfs也有这样的问题。比如建立a.txt A.txt,第二个会提示重命名。 参考: h... 阅读全文
posted @ 2011-09-26 15:30 katago 阅读(347) 评论(0) 推荐(0)
摘要: myCalendarWidget->setLocale(QLocale::Chinese); http://www.qtcentre.org/threads/24183-QCalendarWidget-and-dynamic-language-switching 阅读全文
posted @ 2011-09-26 11:29 katago 阅读(429) 评论(0) 推荐(0)
摘要: shell字符串的截取的问题: 一、Linux shell 截取字符变量的前8位,有方法如下: 1.expr substr “$a” 1 8 2.echo $a|awk ‘{print substr(,1,8)}’ 3.echo $a|cut -c1-8 4.echo $ 5.expr $a : ‘\(.\\).*’ 6.echo $a|dd bs=1 co... 阅读全文
posted @ 2011-09-23 15:06 katago 阅读(218) 评论(0) 推荐(0)
上一页 1 ··· 92 93 94 95 96 97 98 99 100 ··· 136 下一页