完整的S語言詞法分析器, 包含文件說明: parser.cpp 詞法分析C++源碼 Scanner.exe 詞法分析程序 key.txt 是關鍵字表 s.txt 測試源碼表 程序運行生成: symble.txt 符號表 token.txt 單詞表
上傳時間: 2016-03-14
上傳用戶:it男一枚
Motoko it s a 2D library to handle the graphical user interface of the game. It supports the basic controls of the windows GUI look like: PictureBox, TextBox, ListBox, LabelBox, ControlListBox, ComboBox, Button, CheckButton, Dialog, Panel, HScrollBar and VScrollBar. It uses the library CRM32Pro, so the CRM32Pro devkit will be needed to develop any application with Motoko, and it s contained in the Motoko devkit. The Motoko library is under the LGPL license, so read first the license if you want to make any change to the library.
標簽: the graphical interface supports
上傳時間: 2013-12-20
上傳用戶:yoleeson
Eckel’s book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus
標簽: construction clearly explain rethink
上傳時間: 2013-12-13
上傳用戶:caixiaoxu26
simulink s函數,用C寫的CRC校驗和解校驗的程序,原理簡單,但是可以用來做學習simulink的好例子。
上傳時間: 2016-04-01
上傳用戶:mhp0114
it s a Menagement System of salary,the codes contain the instruction for the design,and it is rutining on visual c++ and sql. please download it.
標簽: the instruction Menagement contain
上傳時間: 2013-12-09
上傳用戶:lili123
Expert C Programming: Deep C Secrets By Peter van der Linden. Have you ever noticed that there are plenty of C books with suggestive names like C Traps and Pitfalls, or The C Puzzle Book, or Obfuscated C and Other Mysteries, but other programming languages don t have books like that? There s a very good reason for this!
標簽: Programming Secrets noticed Expert
上傳時間: 2013-12-12
上傳用戶:wqxstar
*** *** *** *** *** *** *** *** *** *** *** *** *** * assniffer v0.1 alpha, Copyright (C) 2004, Cockos Incorporated ******************************************************************************* Usage: assniffer output_directory [-d deviceindex] [flags (see below)] -nopromisc disables promiscuous mode -allports watches ports other than 80/8080 (slower) -nosubdirs does not create subdirectories, uses filename for whole url Default MIME extension replaces URL s extension, or: -nomime does not make extensions based on MIME type -addmime makes MIME extensions appended to URL -debugfn adds debug info to filenames
標簽: assniffer Copyright alpha 2004
上傳時間: 2014-01-24
上傳用戶:yyyyyyyyyy
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it s useful to implement "View file" feature in your Delphi/C++Builder application. The following view modes are implemented: Text, Binary, Hex, Unicode: all files, of unlimited size. Plain file dump is shown. Used ATBinHex component: only visible part of file is loaded into memory. Modes are suitable for huge files and files of unknown type. RTF/UTF-8: RTF and UTF-8 encoded texts. File is shown using RichEdit control. Image: all general image formats: BMP JPG ICO GIF PNG... File is shown using ATImageBox component. Multimedia: all file types supported by MS Windows Media Player: AVI MPEG WMV MP3... File is shown using WMP ActiveX control. Internet: all file types supported by MS Internet Explorer: HTML XML DOC XLS... File is shown using MSIE ActiveX control. Plugins: all files supported by Total Commander Lister plugins.
標簽: component ATViewer Builder various
上傳時間: 2013-12-24
上傳用戶:小鵬
實現最優二叉樹的構造;在此基礎上完成哈夫曼編碼器與譯碼器。 假設報文中只會出現如下表所示的字符: 字符 A B C D E F G H I J K L M N 頻度 186 64 13 22 32 103 21 15 47 57 1 5 32 20 57 字符 O P Q R S T U V W X Y Z , . 頻度 63 15 1 48 51 80 23 8 18 1 16 1 6 2 要求完成的系統應具備如下的功能: 1.初始化。從終端(文件)讀入字符集的數據信息,。建立哈夫曼樹。 2.編碼:利用已建好的哈夫曼樹對明文文件進行編碼,并存入目標文件(哈夫曼碼文件)。 3.譯碼:利用已建好的哈夫曼樹對目標文件(哈夫曼碼文件)進行編碼,并存入指定的明文文件。 4.輸出哈夫曼編碼文件:輸出每一個字符的哈夫曼編碼。
上傳時間: 2014-11-23
上傳用戶:shanml
基于UDP實現E-Mail傳輸 工作過程描述: 客戶端描述: 1. Client(以下簡稱C端)端將郵件以規定的大小封裝為符合要求的UDP包。 2. 將封裝好的UDP包發出,并等待Server(以下簡稱S端)端收到相應的UDP包后返回的回應Acknowledge(以下簡稱為ACK)。若收到的為Positive ACK,則繼續發包;若收到的為Negtive ACK,則將應發的包重發。 3. 直到C端將所有要發的包都發完,并都已經收到S端的回應,最后發一個End包,直接關閉此進程。 服務器端描述: 1. S端啟動服務進程,并監聽相應端口。 2. 若收到C端發出的有關請求,按如下情況給出相應的反映: a. 將收到的包進行檢測,若收到的包有錯則拋棄(discard),并發給C端一個negtive ACK。 b. 將收到的包進行檢測,若收到的包正常,則將此包進行解包,將內容輸出至一臨時文件;并發給C端一個positive ACK。 3.依次收到來自C斷的包,直到收到end為止,并關閉此進程,轉回監聽狀態。
上傳時間: 2014-12-08
上傳用戶:sxdtlqqjl