摘要: 下载 lisp in a box 包,地址:http://common-lisp.net/project/lispbox/,解压至任一目录安装 emacs : 进入 lispbox-x.x/emacs-x.xx/bin,点击运行 addpm.exe,为你自动安装,随即gnu emacs 出现在你"开始"-》“所有程序” 里启动 emacs, 按下 C-x C-f ,输入 ~,查找到默认home目录,比如是,c:/Users/Administrator/AppData/Roaming,在此目录下新建 _emacs文件,在文件里设置(add-to-list 'load- 阅读全文
posted @ 2012-03-11 20:21 maadiah 阅读(2209) 评论(0) 推荐(0) 编辑
摘要: http://blog.vvii.me/http://i.bbbug.com/blog/index.phpIT资讯:http://www.businessinsider.comhttp://www.aqee.net/http://www.itnews.com/softwarehttp://lxer.com/编译技术:http://www.sigma.me/2011/08/14/google-native-client-implementation.htmlhttp://www.lingcc.com/2010/06/03/10960/http://www.hellogcc.org/archive 阅读全文
posted @ 2012-03-02 13:29 maadiah 阅读(158) 评论(0) 推荐(0) 编辑
摘要: gedit:git config --global core.editor "gedit -s"the paramater "-s " means set the gedit mode to "standalone"Sublime Text 2git config --global core.editor "subl -w"the paramater "-w" means return until the file was closed. 阅读全文
posted @ 2012-02-27 15:35 maadiah 阅读(6461) 评论(0) 推荐(0) 编辑
摘要: http://zhangjunxin520.blog.163.com/blog/static/3050370320111018115611172/重启android机子,OK.神马bug都有 - . - 阅读全文
posted @ 2012-02-19 23:14 maadiah 阅读(3601) 评论(1) 推荐(0) 编辑
摘要: 1 #include "stdafx.h" 2 typedef int (*PFUN)(int,int);//定义函数指针 3 void main() 4 { 5 HMODULE hModule = ::LoadLibrary("dlltest.dll");//加载dll模块 6 PFUN newfun = (PFUN)::GetProcAddress(hModule,"fun");//函数映射,newfun->fun 7 int i = newfun(1,2); 8 printf("The result is %d\ 阅读全文
posted @ 2012-02-10 14:02 maadiah 阅读(444) 评论(0) 推荐(0) 编辑
摘要: OGRE 1.杰出的设计模式应用,可拓展性非常强。二次开发的上好选择。Irrlicht 1.简单精悍,容易上手WildMagic5 1.注重数学原理、资源回收调度,学术气息浓厚。更新缓慢KlayGE 1.运用大量最先进的技术,boost库,...国内大牛作品,你可以在opengpu.org 上和他交流 阅读全文
posted @ 2012-02-09 22:15 maadiah 阅读(2669) 评论(0) 推荐(0) 编辑
摘要: http://www.saltycrane.com/blog/2008/04/how-to-install-mercurial-10-on-cygwin/ 阅读全文
posted @ 2012-02-09 15:40 maadiah 阅读(375) 评论(0) 推荐(0) 编辑
摘要: http://jerome.jouvie.free.fr/opengl-tutorials/Lesson5.php 阅读全文
posted @ 2012-02-06 19:06 maadiah 阅读(323) 评论(0) 推荐(0) 编辑
摘要: http://www.cppblog.com/dyj057/archive/2012/01/21/346.html逐渐优化的singleton模式:普通->自动垃圾回收->模板->线程安全 阅读全文
posted @ 2012-02-06 15:39 maadiah 阅读(120) 评论(0) 推荐(0) 编辑
摘要: http://www.windameister.org/blog/2009/05/08/ogre-source-insight-extensibility-and-plugin/ 阅读全文
posted @ 2012-02-04 12:55 maadiah 阅读(201) 评论(0) 推荐(0) 编辑