http://www.x3dom.org/http://www.oschina.net/p/x3domx3dom的思路非常优秀并且可行,借助于WebGL的春风,将X3D带到了死而复生的境地。
分类:
其他好文 时间:
2014-05-02 11:40:21
阅读次数:
259
弄了个vim对c++的补全,主要参考自:http://vim.wikia.com/wiki/C%2B%2B_code_completion首先确定vim编辑.cc或者.cpp文件时当前自动补全函数,在命令模式下输入:set
omnifunc?如果得到的结果为:omnifunc=ccomplete#C...
分类:
编程语言 时间:
2014-05-02 11:38:09
阅读次数:
373
ARC中block块作为属性的使用笔记block较难理解,根据在内存中的分布情况就分为3种类型,根据使用的情形又分为很多很多种。虽然用起来容易,但使用不当会造成内存泄露,虽然都是这么说,但你真的研究过为什么会泄露吗?为什么有些时候外部变量进入block的时候会导致引用计数+1呢?本人做过MRC以及A...
分类:
其他好文 时间:
2014-05-02 11:36:01
阅读次数:
281
Mysql-proxy安装配置作者:lixiuran 日期:2014年5月2日相关软件包以后提供!
一、安装前准备1.mysql-proxy安装前所需依赖包libevent1.xorhigher(1.3borlaterispreferred)lua5.1.xorhigher(使用5.2版本编译时会出...
分类:
数据库 时间:
2014-05-02 11:31:41
阅读次数:
396
vbs获取当前时间日期的代码,文章来源:脚本学堂。获取当前日期方法一:Currentdate1=date()msgbox
Currentdate1获取当前日期方法二:Currentdate2=year(Now)&"-"&Month(Now)&"-"&day(Now)msgbox
Currentdat...
分类:
其他好文 时间:
2014-05-02 11:27:20
阅读次数:
314
迷宫代码:截图如下:package com.zxl.maze;/* *
抽象类表示选择不同的算法*/public abstract class AbstractMap{ /* * 得到数据*/ public abstract
boolean[][] getData(int m,i...
分类:
编程语言 时间:
2014-05-02 11:25:12
阅读次数:
282
Write an efficient algorithm that searches for
a value in anmxnmatrix. This matrix has the following properties:Integers in
each row are sorted from l...
分类:
其他好文 时间:
2014-05-02 10:41:53
阅读次数:
267
横看成岭侧成峰,计算视觉大不同。观看的角度不同,成像自然不同,这对计算机视觉来说,是个大麻烦。但计算机视觉应用如此广泛,却又有不得不研究的理由。指纹机大家都用过吧,这不过是冰山之一角。产品检测,机器人,医学成像等等,都有计算机视觉的身影。学习计算机视觉,OpenCV
是个不错的选择。下载安装到指定位...
分类:
其他好文 时间:
2014-05-02 09:56:18
阅读次数:
413
Given a sorted array and a target value, return
the index if the target is found. If not, return the index where it would be if
it were inserted in or...
分类:
其他好文 时间:
2014-05-02 09:54:11
阅读次数:
269
版本控制工具CVS,SVN,bitkeeper,git,mercurial;分布式的版本控制工具opensuse 初始文件
/etc/rc.local2,openSuSE开机自启动脚本设置启动程序的设置比较特殊,以openSUSE 11和10
sp2为例。openSUSE的启动较分散,主要有/etc...
分类:
其他好文 时间:
2014-05-02 09:51:58
阅读次数:
419