I-List: Create Your Own Lists of Links
I-List is a very helpful links share platform to share your collected links. It provides
I-List is a very helpful links share platform to share your collected links. It provides
In current days, our college students meet the problem while compiling the CURL library in
推薦的資料來源: http://www.vr.ncue.edu.tw/esa/a1001/ch07.pdf http://www.esdesigner.com.tw/esd/article/RS232.pdf http://tinyurl.com/c3o73eg http://www.bandcoach.net/LarryDIY@PALMisLIFE/null_modem.htm http://bbs3.nsysu.edu.tw/txtVersion/boards/math-asm/M.867852899.A.html http://www.ftdichip.com/Support/Documents/ProgramGuides/FTChipIDPG11.pdf [The one of driver supprt documents for UART
[筆記一下自己學Autoconf, Automake這一類的GNU Build Tool。][2013/07/14 更新:把linker 引用libraries的順序寫得更清楚一些。] 身為常常用Linux的程式設計師兼MIS人員來說,在Linux系統上面要編譯程式是很家常便飯的事情。最常用的指令是./configure; make; make install ,筆者稱之為「大三元」。只是如果今天角色互換,變成我們來開發程式,並且把程式以開放原始碼的方式發送出去,該怎麼做呢?其實上述說的大三元指令,是由GNU Build System提供的aclocal, autoconf, automake幫你產生configure
I’ve made up of some frameworks for auto updating program. If you want to make
This post is to note some materials for Linux ioctl function: ioctl: hdio Linux kernel
GNU MP(簡稱GMP)是一個可以進行大數運算(Big number operation)的函式庫,使用C++實作,要應用此函式庫開發的話,要注意它使用LGPL3的License。這個函式庫的出現,對於資訊安全研究領域的人員,是一大利多,可以讓開發人員輕鬆使用大數運算,進行各種資料加解密或簽章的資安技術開發。目前最新版本是5.0.2版,筆者建議讀者可到它的官網下載,閱讀開發文件後,便可輕鬆開發程式。 參考文獻 GNU MP官網 酷!學園 “什麼是GMP?” Multiprecision arithmetic library (64bit library)
Function Pointer(C)、Delegate(C#)和Function Object(C++)這三個是一樣的功能,所以在此一併討論。 詳全文請至:http://www.cnblogs.com/oomusou/archive/2007/05/02/734290.html
剛好找到一些關於控制RS232的資源,先將教學紀錄起來,等有空再來寫!1. 黃裕煒老師教的Linux RS-232程式設計2. Serial Programming Guide for POSIX Operating Systems (出自 Study-Area的這篇)3. RS-232 for Linux and Win32