2010/03/29

[perl] gnuplot

-- 2006/03/30 bbs backup --
*
http://lug.fh-swf.de/perl/
gnuplot module

[c++] map

-- 2010 --
However, map is implemented with RB-tree to get relatively balance performance for any data.
If it is required a true hash table and not to re-implement one. Try this! But you have to use gcc.


#include

__gnu_cxx::hash_map variables; 


The initial space of hash table can be defined with the table __stl_prime_list[]. It lists some prime
numbers to reduce collision of data or you can define it by yourself.

-- 2006/01/18 bbs backup --
原本寫好了list base的資節作業
但是覺得用搜尋的太慢了  而且寫起來很複雜
所以把他改成hash base的
正好可以學一學map的用法 從來沒用過

2010/03/28

STL china

http://www.stlchina.org/

[latex] bibtex

-- 2010 --
How the citation be displayed depends on the bibliography style.
I suggest to save author's full name in the file. It may display the
acronym if the style assigns. We don't spend too much effort on it.

-- 2005/10/26 bbs backup --
為了要引入參考資料而設計的工具

[latex] utf8 vim

-- 2005/10/21 bbs backup --
結果我又回到vim的懷抱

[latex] save utf8 file

--2010--
Now I use vim. Vim does not add BOM in files.

--2005/09/27 bbs backup --
檔頭有問題要儲存成
utf8 without BOM

[latex] utf8

-- 2010 --
Now I use vim.
-- 2005/09/15 bbs backup -- 
參考
http://www.ece.uci.edu/~chou/unicode-tex.html