-- 2009/11/14 bbs backup --
不好意思玩太晚了
因為最近上班都在聽廣播,我要推薦奇美古典音樂網,
但想用foobar來放時竟然沒辦法解析,而且hichannel
用微軟的東西,導致我的電腦也不能放,先抓了
fourDollar(其實我見過他本人耶)的hiChannel.sh來執行,
他會直接取得
http://hichannel.hinet.net/player/radio/index.jsp?radio_id=#
從裡面取得真正的位址
mms://bcr.media.hinet.net/#
但我很好奇有些文章說hichannel的格式改變了,為了瞭解位址是怎麼
來的,就手動trace了一遍,反正最近也在trace code
2010/04/04
[latex] 段落與圖片表格間距
-- 2008/08/02 bbs backup --
http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html
http://www.eng.cam.ac.uk/help/tpl/textprocessing/squeeze.html
[latex] ieeetran citation
-- 2010 --
I expect it shows [1-10] for 10 continuous citations but [1]-[10] instead.
I cannot find any solution for it until I give up then try to trace codes
in IEEEtrans.cls.
I expect it shows [1-10] for 10 continuous citations but [1]-[10] instead.
I cannot find any solution for it until I give up then try to trace codes
in IEEEtrans.cls.
[latex] 表格小數點對齊置中欄寬 / dot(decimal point) aligned to the centerline of a table cell
\usepackage{dcolumn, array}
\newcolumntype{z}{D{.}{.}{-1}}
Defining a new command, z is as c, l, r in tabular environment. The z is replaced with D{.}{.}{-1} in tabular.
It seems like new command only can be 1 character.
D : D is the command of dcolumn
{.} : . is the character to be aligned
{.} : . is the character above to be replaced with.
-1 : centered. If it's a positive number, it represents the digits after decimal point
\newcolumntype{z}{D{.}{.}{-1}}
Defining a new command, z is as c, l, r in tabular environment. The z is replaced with D{.}{.}{-1} in tabular.
It seems like new command only can be 1 character.
D : D is the command of dcolumn
{.} : . is the character to be aligned
{.} : . is the character above to be replaced with.
-1 : centered. If it's a positive number, it represents the digits after decimal point
profiler
-- 2008/05/20 bbs backup --
http://vast.uccs.edu/~tboult/CS330/NOTES/profilers.ppt
#for timing
http://vast.uccs.edu/~tboult/CS330/NOTES/profilers.ppt
#for timing
gprof
-- 2008/05/14 bbs backup --
gnu profiler
show # of calls or # of execution time in tables
need -pg argument for gcc
gnu profiler
show # of calls or # of execution time in tables
need -pg argument for gcc
[c++] read binary
-- 2007/06/19 bbs backup --
suppose there're codes
while(!foo.eof()){
foo.getline(buf, num);
// do someting
}
it works
but binary maybe take this style or it read more once
suppose there're codes
while(!foo.eof()){
foo.getline(buf, num);
// do someting
}
it works
but binary maybe take this style or it read more once
A Short Introduction to Numerical Analysis
-- 2007/05/22 bbs backup --
The extreme difficulty of obtaining solutions by conventional mathematical
analysis has led in the past to the use of highly unrealistic models simply
because they led to equations that could be solved. In fact, the applied
mathematician has been engaged in a continual tussle with his conscience to
decide how far he could go in the direction of distorting his model in order
to make the equations tractable. The point is well made in the ancient jest
about the examination question that began 'An elephant whose mass can be
neglected...'
- M. V. Wilkes
A Short Introduction to Numerical Analysis
The extreme difficulty of obtaining solutions by conventional mathematical
analysis has led in the past to the use of highly unrealistic models simply
because they led to equations that could be solved. In fact, the applied
mathematician has been engaged in a continual tussle with his conscience to
decide how far he could go in the direction of distorting his model in order
to make the equations tractable. The point is well made in the ancient jest
about the examination question that began 'An elephant whose mass can be
neglected...'
- M. V. Wilkes
A Short Introduction to Numerical Analysis
訂閱:
文章 (Atom)