- 博客(10)
- 资源 (5)
- 收藏
- 关注
原创 Use GIL
<br />This article is a simple example about how to use GIL to generate histogram.<br /> <br />usually, a png file is managed as a image view of gil. also, a image view could be treated as 2D array. To generate histogram, we should just make a relation bet
2011-01-06 22:15:00
751
原创 Morton Code
<br />莫顿码,实现了一维与二维(或多维)的转换。它通过交叉存储两个数的位产生一个数,即莫顿码。<br />可以应用于为一个整数对产生一个唯一索引。<br /> <br />例如,对于坐标系中的坐标点使用莫顿编码生成的莫顿码,可以唯一索引对应的点。这些索引为“Z”形排序。<br /> <br />计算莫顿码:<br /> <br />有两种方式,一交叉分离计算,二查询对应的莫顿表计算。例如,计算两个unsigned short的莫顿码<br /> <br />1 交叉分离<br /> <br /
2010-12-30 20:26:00
10073
原创 Install libpng on Windows
libpng is the library to give the approach to png read&write.libpng uses zlib to complete the compress&uncompress job, so the we assume the zlib has installed previously.
2010-12-28 21:20:00
4516
原创 POSIX style
<br />The named "POSIX" style is regarding command line style.<br /> <br />POSIX is some program under UNIX platform, and we call the command line style "POSIX" style which is the same as those programs. This style is used common in GNU.<br /> <br />For e
2010-11-26 22:19:00
829
原创 Setup Boost
<br />Boost is so good a thing for c++ developer. Although have not try it yet, but just have a little look, that I can not wait to try it .<br /> <br />now let me setup it.<br /> <br />1. get the source from http://www.boost.org/. the source code should
2010-11-18 22:14:00
744
原创 Setup log4cxx in Windows
<br />About log4cxx , check here http://logging.apache.org/log4cxx/index.html<br /> <br />then it is about set things:<br /> <br />what we will do is to build our own dll or lib of loc4cxx,<br /> <br />1. get sources apache-log4cxx-0.10.0;<br /> <br />2.
2010-11-16 20:45:00
592
原创 Setup Cygwin
<br />As to setup log4cxx under windows, Cygwin should be config before.<br />There are following steps:<br /> <br />Start from the link http://www.cygwin.com/<br /> <br />1. Get a setup.exe of Cygwin, which is used to download sorce of Cygwin from web si
2010-11-16 20:19:00
347
转载 中英文术语对照
#define 定义 预定义abstract 抽象的 抽象的abstraction 抽象体、抽象物、抽象性 抽象体、抽象物、抽象性access
2008-04-01 19:05:00
517
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人