magicat
2014年1月17日 星期五
GnuPlot references
›
地圖/統計圖/3d 函數圖/實驗報告圖 -- Gnuplot 純畫圖 (作者: 洪朝貴老師) http://user.frdm.info/ckhung/b/ma/gnuplot.php Gnuplot 入門教學 http://randle.wordpress.com/20...
2013年12月20日 星期五
Upgrade to CentOS 6.5 from CentOS 6.4
›
yum clean all yum update glibc* yum* rpm* python* yum update reboot cat /etc/redhat-release ## Output ## CentOS release 6.5 (Final) ...
2013年7月30日 星期二
GDB: Missing separate debuginfos
›
Fixed GDB: Missing separate debuginfos 1. 修改 /etc/yum.repos.d/CentOS-Debuginfo.repo, set enabled=1 2. yum install yum-utils 3. debuginfo...
2012年10月17日 星期三
Translate int to string
›
#include < iostream > #include < string > #include < sstream > using namespace std; string int2str( int & ); in...
2012年10月16日 星期二
判斷奇偶數
›
利用位元運算來判斷奇偶數 if ( ( value & 1 ) == 0 ) cout << "偶數" ; else cout << "奇數";
‹
›
首頁
查看網路版