The latest release, ver 1.16 of the ARM (7TDMI, 720T, 920T) port for uC/OS-II V2.61 (and higher) includes ports for the following platforms:
1. S3c2410x ( ARM920T from Samsung ) on SMDK2410 eval board.
2. LPC2xxx - LPC210x & LPC213x ( ARM7TDMI-S from Philips ) on IAR s Kickstart & OLIMEX boards.
3. EP7312 ( ARM720T from CIRRUS ) on CDK238 eval board. Should also work on boards based on the CS89712.
Tool-chains: gcc 3.3.2, ADS 1.2 & SDT 2.51.
Op-modes: Pure ARM & ARM-THUMB interworked.
Endianess: Big endian & Little endian modes
GNU Make 使用手冊(cè)(中譯版)目前,在網(wǎng)上雖然有一些著作,但都不能全面的解釋Linux源代碼中各級(jí)的Makefile文件,因此本人認(rèn)真閱讀了GNU Make 使用手冊(cè)(3.79)版原文,在此基礎(chǔ)上翻譯了該手冊(cè),以滿足對(duì)Linux源代碼有興趣或者希望采用gcc編寫程序但對(duì)缺乏GNU Make全面了解之人士的需要。
This the implementation of structural SVM for training complex alignment models for protein sequence alignment, especially for homology modeling. The structural SVM algorithm can incorporate many relevant features like secondary structure, relative exposed surface area, profiles and their various interaction into the alignment model. It was developed under Linux and compiles under gcc, built upon the svm^light software by Thorsten Joachims.