magicat
2010年4月27日 星期二
CUDA programming under Compute-Exclusive Mode
›
How can I tell my programs to choose the available device automatically It is very simple to make your program automatically choose the righ...
2010年4月19日 星期一
How to Step TAB for SCREEN
›
#編輯 .screenrc vi ~/.screenrc caption always "%{= bK} %{= bG} [%n]%t @ %H %{-} %= %{= bR} %l %{-} | %{= bG} %Y-%m-%d %{-}" hard...
2010年4月8日 星期四
strtok 應用
›
char* strtok(char* str, const char* delimiters) 用途:將字串切割成tokens 用法: #include <iostream> #include <string.h> using nam...
2010年4月7日 星期三
解決ssh 連線登入問題
›
3.3 - ssh (1) takes a long time to connect or log in Large delays (more that 10 seconds) are typically caused a problem with name resolut...
2010年3月24日 星期三
UNSIGNED INT
›
un signed 修飾字是用於正數變數, 在32位元 int的範圍是 -2147483648~2147483647, 加上修飾字 un signed int, 其範圍是 0~4294967295. 補充: sbyte 型別代表的是帶正負號的 8 ...
‹
›
首頁
查看網路版