C_MINUS 編譯器 源代碼 《便宜原理及實(shí)踐》附錄B
標(biāo)簽: C_MINUS 編譯器 源代碼 實(shí)踐
上傳時(shí)間: 2016-06-30
上傳用戶:FreeSky
、該個(gè)詞法分析器要求至少能夠識(shí)別以下幾類單詞: a. 關(guān)鍵字:else if int return void while共6個(gè),所有的關(guān)鍵字都是保留字,并且必須是小寫; b. 標(biāo)識(shí)符:識(shí)別與C語(yǔ)言詞法規(guī)定相一致的標(biāo)識(shí)符,通過(guò)下列正則表達(dá)式定義:ID = letter (letter | digit)*; c. 常數(shù):NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|..|z|A|..|Z|,digit = 0|..|9,包括整數(shù),如123, -123, +123等;小數(shù),如123.45, +123.45, -123.45;科學(xué)計(jì)數(shù)法表示的常數(shù),如+1.23e3,-2.3e-9; d. 專用符號(hào):+ - * / < <= > >= == != = , ( ) [ ] { } /* */;
標(biāo)簽: return while else void
上傳時(shí)間: 2013-12-08
上傳用戶:gtf1207
按照Clifford A . Shaffer《數(shù)據(jù)結(jié)構(gòu)與算法分析(第二版)》指導(dǎo),用C#實(shí)現(xiàn)的B+樹(shù),接口定義良好。最好重寫“從文件載入新建樹(shù)部分”的代碼以提高建樹(shù)效率。實(shí)現(xiàn)細(xì)節(jié)之一:當(dāng)“需要插入子節(jié)點(diǎn)的節(jié)點(diǎn)”已滿而相鄰節(jié)點(diǎn)未滿時(shí)會(huì)平分兩者節(jié)點(diǎn)而不是分裂該節(jié)點(diǎn)。
標(biāo)簽: Clifford Shaffer 數(shù)據(jù)結(jié)構(gòu) 算法分析
上傳時(shí)間: 2016-07-02
上傳用戶:362279997
Run the SQL script given to you to create a Library database. Note that each row in the Book table denotes a book copy. Thus, if the library carries three copies of the title "DBMS", there will be three rows in the Book table, one for each copy. Write the SQL statements to do the following against the database
標(biāo)簽: the database Library script
上傳時(shí)間: 2014-08-29
上傳用戶:nanxia
看n2實(shí)例 #Create a simulator object set ns [new Simulator] #Define different colors for data flows #$ns color 1 Blue #$ns color 2 Red #Open the nam trace file set nf [open out-1.nam w] $ns namtrace-all $nf set f0 [open out0.tr w] set f1 [open out1.tr w] #Define a finish procedure proc finish {} { global ns nf $ns flush-trace #Close the trace file close $nf #Execute nam on the trace file exit 0 } #Create four nodes set n0 [$ns node] set n1 [$ns node] set n2 [$ns node] set n3 [$ns node] #Create links between the nodes $ns duplex-link $n0 $n2 1Mb 10ms
標(biāo)簽: simulator Simulator different Create
上傳時(shí)間: 2016-07-02
上傳用戶:wfl_yy
Accurate estimates of the autocorrelation or power spectrum can be obtained with a parametric model (AR, MA or ARMA). With automatic inference, not only the model parameters but also the model structure are determined from the data. It is assumed that the ARMASA toolbox is presen
標(biāo)簽: autocorrelation parametric estimates Accurate
上傳時(shí)間: 2013-12-29
上傳用戶:3到15
6自由度puma機(jī)器人仿真程序源碼。This is PUMA3d.M, a 3D Matlab Kinematic model of a Puma robot located in the robotics lab of Walla Walla University. The file uses CAD data converted to Matlab using cad2matdemo.m, which is located on the Mathworks central file exchange. % % This file is still being developed, for the latest version check the % Mathworks central file exchange.
標(biāo)簽: robot Kinematic located Matlab
上傳時(shí)間: 2013-12-23
上傳用戶:清風(fēng)冷雨
Smart antennas for wireless communication - With MATLAB (Gross F.B. - 2005 - McGraw-Hill)
標(biāo)簽: F.B. communication McGraw-Hill antennas
上傳時(shí)間: 2013-12-22
上傳用戶:蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)蟲(chóng)
包含 hdm32gs12-b 的仿真原理圖
上傳時(shí)間: 2016-07-07
上傳用戶:lacsx
針對(duì) hdm32gs12-b 的 C語(yǔ)言 單片機(jī)代碼
上傳時(shí)間: 2016-07-07
上傳用戶:l254587896
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1