搜索资源列表
CCS_V4.XX-crackCode composer studio V4.x crack
- Code composer studio V4.x crack For Platunim 有人问使用方法,加上来 1、将tiactutil.exe覆盖到安装目录的ccsv4\DebugServer\license目录下; 2、将mdex.dll覆盖到安装目录的ccsv4\DebugServer\win32\components目录下; 3、使用提供的full.lic作为license文件即可。 lmcrypt_tidspssw.exe的使用方法:将修改后的li
cdrtools-2.01.tar
- 刻录机,cdrtools2.01, 可以在ubuntu下实现多段刻录,也可以在ARM板上,不过,这得需要移植-You**need** either my "smake" program, the SunPRO make from /usr/bin/make (SunOS 4.x) or /usr/ccs/bin/make (SunOS 5.x) or GNU make to compile this program. Read READMEs/README.gmake for
fs_sup_fcbf
- Using Weka s feature selection algorithm X, the features on current trunk, each colum is a feature vector on all instances, and each row is a part of the instance Y, the label of instances, in single column form: 1 2 3 4 5 ... a.E = w
serie
- 1) Unpack: $ tar -zxvf caffa-sst 2) Enter folder with source code $ cd caffa-sst-v1.0 $ cd komega-menter-sst 3) Modify param.inc file according to mesh you have created NOTE: By this stage you should have created the mesh with th
编译原理词法分析器
- 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符