發表文章

目前顯示的是 2010的文章

字串 請小心空白字元的存在

string a = "fixed_index "; string b = "fixed_index"; a 不等於 b 歐 ...多了一個空白字元 真的是超級鳥bug

matlab code 整合至 VC 筆記

鑒於 花太多時間在搞matlab和VC的整合 所以 把最後的解決方案做一下整理 第一步 最重要! 要選擇正確的matlab版本 vc2008 版本 請使用matlab2009b版本 1.mbuild -setup 2.mcc -W cpplib:vaMatlablib -T link:lib addmatrix.m multiplymatrix.m eigmatrix.m -v 3.MCRinstaller 要安裝 4.把產生出來的檔案放到 include資料夾 5.vaMatlablib.lib放到對應的lib資料夾 6.vaMatlablib.dll放到執行檔的位置 7.include下列資料夾 \extern\include\win32 \extern\include 8.加入 "mclmcrrt.lib" "vaMatlablib.lib" \extern\lib\win32\microsoft 9.#include "vaMatlablib.h" 10. inittialfunction if (!mclInitializeApplication(NULL,0)) { std::cerr return -1; } if( !vaMatrixlibInitialize() ) { std::cerr return -1; } 11. 主體 try { .....巴拉巴拉巴拉 } catch (const mwException& e) { std::cerr return -2; } catch (...) { std::cerr return -3; } 11. terminate vaMatlablibTerminate(...

認同

說穿了...只是想要尋找一種認同 真的是讓我覺得很無奈.

正常

似乎快要到來了 希望一次成功

有一天我一定會想念

有多少的日子 我痛恨 這種不知手措的日子 我痛恨 這種漫無目的的日子 不過 有一天 我一定會想念 這裡和善的氣氛 這裡天真的氣息 不過 不是現在

雜感

很想跟老師說 我真的只是想要走 真的不是每一個人 都是研究的料 將近三年的時間 我可以確定我自己的已經學了很多東西 但是 創新這一件事情 我覺得確實是缺乏的 我嘗試的只是解決問題 但是或許那些問題 根本就是不是那麼重要 可是我的人生時間 你到底 有沒有把別人的時間當做時間 你有壓力我也有壓力 可是 我的能耐就是只有這樣 你這樣一直逼我 又能夠怎麼樣 操!!!!

Viccson 無聊人的荒唐事: 我的感覺

Viccson 無聊人的荒唐事: 我的感覺

我的感覺

圖片
心情大概 就是這樣吧

Something(1)

Mmmm.... It's a long time I don't have a new article about my pernal feeling. All bellow this is kind of complex feeling from my souls. I believe that the movie can touch my heart is the one sould touch my life. Last night, I went to see a movie "Couples Retreat"(伴侶度假村) with my college classmate. After that, I really feel I got something from the movie. Part of this is hard to expand to other guys. So, I decide to recommend to you guys about the movie. Waht movie is "couples retreat"? It's about one couple are going to divorse. But, they want to do something to avoid that happen. So, they decide to go to the camp about relationship. However, this kind of camp is expensive or you get a team(several couples) to join this. Because of this , they invite their friends to join thus. Most of friends are supposed to be having a party in this trip. Finally, the trip is the trap. Most of this is kind of different and complex situatins between those couples. I thi...