Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
標(biāo)簽: Object-oriented Deterministic Complete notation
上傳時間: 2014-11-29
上傳用戶:kr770906
PE可執(zhí)行文件的鑲?cè)胧匠绦虻木帉懛椒笆纠?鑲?cè)胧胶箝T程序&原程序) 由于Microsoft公司的Windows系統(tǒng)是當(dāng)前大部分個人電腦所使用的操作系統(tǒng) 主要包括win95,98,me,nt4,2000,xp等,而這些系統(tǒng)所使用的可執(zhí)行文件的格式基 本上是PE結(jié)構(gòu)的。這里的可執(zhí)行文件的鑲?cè)胧匠绦蚓褪轻槍E結(jié)構(gòu)的可執(zhí)行文件。 這里先簡單說一下PE文件框架結(jié)構(gòu): DOS MZ header DOS stub//在不支持 PE文件格式的操作系統(tǒng)中它將簡單顯示一個錯誤提示 PE header//含了許多PE裝載器用到的重要信息 Section table//每個Section的信息 Section 1 Section 2 Section 3.... 由于SectionAlignment 塊對齊的原因每個Section之間都會產(chǎn)生很多空間, 鑲?cè)胧匠绦虻拇a可以放在Section之間的空位上,比較方便的方法是把代碼放在 最后一個Section的末尾,然后更改Misc.VirtualSize和SizeOfRawData這兩個位 于Section table的IMAGE_SECTION_HEADER結(jié)構(gòu)數(shù)組的成員。如果代碼十分的長, 有時候會造成鑲?cè)氲拇a無法被完全加載而產(chǎn)生錯誤,這時需要更改SizeOfImage 在IMAGE_NT_HEADERS 結(jié)構(gòu)中。 在不同的WINDOWS版本中api調(diào)用地址也有不同,為了解決這個問題可以更改引 入表讓加載器
標(biāo)簽: Microsoft Windows 程序 200
上傳時間: 2015-01-13
上傳用戶:luopoguixiong
留言本 需要修改的地方都有注釋 你可以自行修改 主要有l(wèi)ogin.jsp和jdbc.java里面關(guān)系都數(shù)據(jù)庫連接部分 jdbc你修改編譯之后請放到WEB-INF\classes\wu目錄下面 數(shù)據(jù)庫采用的是mysql 建表語言是: CREATE TABLE liuyan_temp ( id int(6) NOT NULL auto_increment, url varchar(100) default # , ip varchar(20) default NULL, email varchar(50) default # , qq varchar(20) default NULL, sj varchar(30) default NULL, content text, xm varchar(20) default 沒有姓名 , KEY id (id) ) TYPE=MyISAM
標(biāo)簽: jdbc WEB-INFclasseswu login java
上傳時間: 2014-01-10
上傳用戶:songyue1991
CBC下寫的串口編程,API函數(shù)實例 I wish this site had been around when I was trying to figure out how to make serial communications work in Windows95. I, like many programmers, was hit with the double-whammy of having to learn Windows programming and Win95 serial comm programming at the same time. I found both tasks confusing at best. It was particularly frustrating because I had, over the years, written so much stuff (including lots of serial comm software) for the DOS environment and numerous embedded applications. Interrupt driven serial comm, DMA transfer serial comm, TSR serial comm, C, assembler, various processors... you name it, it had written it. Yet, everything I knew seemed upside-down in the message-driven-callback world of Windows.
上傳時間: 2014-06-20
上傳用戶:cccole0605
英文名為:《Data.Protection.and.Information.Lifecycle.Management》內(nèi)容為:數(shù)據(jù)維護(hù)計劃的統(tǒng)一框架,數(shù)據(jù)維護(hù)的策略標(biāo)準(zhǔn),使用政策驅(qū)動(policy-driven)數(shù)據(jù)維護(hù)及數(shù)據(jù)生命周期(DLM)管理來提高安全、降低成本等。
標(biāo)簽: Information Protection Management Lifecycle
上傳時間: 2014-01-08
上傳用戶:banyou
自動升級,實現(xiàn)pb自動升級,程序名稱: 自動升級系統(tǒng) 版本: 1.1 開發(fā)者: 李建忠(ljz6600@126.com) 程序文件: update.exe 功能: 實現(xiàn)升級一臺機(jī)子上的程序,所有其它機(jī)子的程序自動升級. 開發(fā)工具: PB6.5 (也適用于PB7、PB8、PB9、PB10) 運(yùn)行環(huán)境: 基于數(shù)據(jù)庫(SQL2000測試通過,其它如Oracle,MySQL,Sybase應(yīng)該沒問題) 特點(diǎn): 1.支持多個模塊,支持一個模塊多個文件. 2.文件位置可不為當(dāng)前目錄. 3.可自動壓縮文件,然后上傳,提高上傳與下載速度. 4.update.exe可自動升級(注:僅隨新系統(tǒng)升級時升級!!!) 使用說明: 1.先創(chuàng)建表,見Table.txt 2.工程所包含的文件,可在uo_updown.uf_check()中定義. (參看原有的!) 3.創(chuàng)建工程時, 請不要把update.pbl生成PBD,這樣保證在同一目錄,可以多個 工程能正確自動升級. 歡迎您提出寶貴意見. ljz6600(ljz6600@126.com) 2004.11.25
標(biāo)簽: 自動升級
上傳時間: 2013-12-10
上傳用戶:www240697738
This firmware translates a PS/2 mouse to a USB mouse. The translator firmware is entirely interrupt driven (with the exception of sending the data via USB to the host.) An interrupt is generated when the PS/2 start bit is received, at which time the firmware will begin its receive routine. In addition to this interrupt, every 168ms a timer overflow interrupts the main program and implements one state of the mouse state machine. This state machine handles sending bytes to and translating bytes received from the PS/2 mouse automatically. All of this is done in the background while the main program runs in the foreground. The only operation that the main program implements is sending mouse data to the PC via USB.
標(biāo)簽: firmware mouse translates translator
上傳時間: 2015-04-26
上傳用戶:cuiyashuo
新聞采集系統(tǒng)1.0.2 For 4.03(2005.05.15更新) 【使用環(huán)境】 本系統(tǒng)是基于動易4.03免費(fèi)版的基礎(chǔ)上的新聞采集系統(tǒng),只能用于4.03版本。 本系統(tǒng)采用了ASP + Access編寫,您必須保證您的主機(jī)已經(jīng)安裝微軟IIS5.0或者更高版本, 同時支持Access數(shù)據(jù)庫、XMLHTTP組件才能運(yùn)行本系統(tǒng),如要保存文件還需要支持FSO組件。 【更新說明】 1、配色模板改為默認(rèn) 2、更新數(shù)據(jù)時檢查更加詳細(xì) 3、"公用"過濾不起作用的問題 4、增加解析swf文件功能 5、修正穩(wěn)定模式(有限制新聞數(shù)量時)不能正常采集的錯誤 6、修正了列表中批量添加時數(shù)字只能按升序 7、修正了無法刪除過濾記錄的錯誤 8、修正了過濾管理分頁鏈接的錯誤 9、增加了table,tr,td表格過濾的功能 10、其它一些不是問題的問題
上傳時間: 2015-05-01
上傳用戶:asasasas
How to Use Tables With the JTable (in the API reference documentation) class you can display tables of data, optionally allowing the user to edit the data. JTable doesn t contain or cache data it s simply a view of your data. Here s a picture of a typical table displayed within a scroll pane
標(biāo)簽: documentation the reference display
上傳時間: 2013-12-23
上傳用戶:ayfeixiao
Shows how to use all list selection modes, using a list selection listener that s shared between a table and list.
標(biāo)簽: selection list listener between
上傳時間: 2015-05-04
上傳用戶:jichenxi0730
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1