程序框圖到代碼的自動轉(zhuǎn)換研究.doc
約55頁DOC格式手機(jī)打開展開
程序框圖到代碼的自動轉(zhuǎn)換研究,本文共計55頁,16089字;摘要:程序框圖與源代碼的自動轉(zhuǎn)換是軟件工程領(lǐng)域研究的一個重要課題,有諸多不同的技術(shù)和方法。本文采用的方法是首先對程序框圖之間的各種關(guān)系及其含義進(jìn)行解析,將之分解為順序執(zhí)行關(guān)系、判斷嵌套關(guān)系、循環(huán)嵌套關(guān)系和跳轉(zhuǎn)嵌套關(guān)系,在此基礎(chǔ)上生成一個自動轉(zhuǎn)換系統(tǒng)。該系統(tǒng)包括用...
內(nèi)容介紹
此文檔由會員 霜天盈月 發(fā)布
程序框圖到代碼的自動轉(zhuǎn)換研究
本文共計55頁,16089字;
摘要:程序框圖與源代碼的自動轉(zhuǎn)換是軟件工程領(lǐng)域研究的一個重要課題,有諸多不同的技術(shù)和方法。本文采用的方法是首先對程序框圖之間的各種關(guān)系及其含義進(jìn)行解析,將之分解為順序執(zhí)行關(guān)系、判斷嵌套關(guān)系、循環(huán)嵌套關(guān)系和跳轉(zhuǎn)嵌套關(guān)系,在此基礎(chǔ)上生成一個自動轉(zhuǎn)換系統(tǒng)。該系統(tǒng)包括用戶接口控制模塊、圖形符號解析模塊、代碼生成模塊、編譯執(zhí)行模塊等。自動生成的仿C語言在本系統(tǒng)開發(fā)環(huán)境中能正確運(yùn)行。
關(guān)鍵詞: 程序框圖,代碼,自動轉(zhuǎn)換
The procedure frame diagram arrives automatic conversion research of the code
The automatic conversion of the procedure frame diagram and the source code is an important topic of the software engineering realm research, also having many different techniques and method.The method of this text adoption carries on the resolution to various relation and its meanings between the procedure frame diagram first, relating to its decomposition for the in proper order performance, judgment the set relation, circulation the set relation and jump to turn a relation, born on this foundation an imitates the language
目 錄
摘要 1
Abstract 1
第1章 引言 2
第2章 程序流程圖自動轉(zhuǎn)換為代碼的基本思想 4
2.1 基本思想 4
2.2 實現(xiàn)自動轉(zhuǎn)換的基本步驟 4
第3章 系統(tǒng)架構(gòu) 6
3.1 硬件系統(tǒng)和開發(fā)平臺 6
3.2 系統(tǒng)樣式…………………………………………………………………………….…6
3.3 功能模塊 6
3. 4 需求分析……………………………………………………………………………………….…..7
第4章 系統(tǒng)實現(xiàn) 8
4.1 系統(tǒng)開發(fā)環(huán)境 8
4.2 系統(tǒng)樣式 8
4.3 程序流程圖的識取 10
4.3.1 識取預(yù)處理 10
4.3.2 圖形的操作和存儲 10
4.4 圖形數(shù)據(jù)的解析與生成………………………………………………………………11
4.4.1 數(shù)據(jù)與關(guān)系的定義 11
4.4.2 關(guān)系的解析 15
4.4.3 代碼生成算法 44
4.5 代碼的執(zhí)行 48
4.5.1 代碼的編繹 48
4.5.2 代碼的運(yùn)行 48
第5章 實驗與結(jié)果 48
5.1 結(jié)果分析 49
5.2 程序的局限性 51
第6章 總結(jié)與啟示 52
致謝…………………………………………………………………………………………………………53
參考文獻(xiàn) 53
參考文獻(xiàn)
[5] 徐家福,戴敏,呂建,F(xiàn)GSPEC語言文本,南京大學(xué)計算機(jī)軟件研究所,1988。
[6] 楊枝靈,王開等. Visual C++數(shù)字圖像獲取、處理及應(yīng)用. 北京:人民郵電出版社,2002.
[7] 潘錦平。軟件開發(fā)技術(shù)。上??蒲谐晒嘉墨I(xiàn)出版社,1985。
[8] 徐慧 等。Visual C++數(shù)字圖像實用工程案例精選.北就.人民郵電出版,2003.1。
[9] 丁忠俊。模塊庫管理系統(tǒng),計算機(jī)工程與應(yīng)用,1992,4。
[10] 何克清。計算機(jī)軟件工程學(xué)。武漢:武漢大學(xué)出版社,1983。
本文共計55頁,16089字;
摘要:程序框圖與源代碼的自動轉(zhuǎn)換是軟件工程領(lǐng)域研究的一個重要課題,有諸多不同的技術(shù)和方法。本文采用的方法是首先對程序框圖之間的各種關(guān)系及其含義進(jìn)行解析,將之分解為順序執(zhí)行關(guān)系、判斷嵌套關(guān)系、循環(huán)嵌套關(guān)系和跳轉(zhuǎn)嵌套關(guān)系,在此基礎(chǔ)上生成一個自動轉(zhuǎn)換系統(tǒng)。該系統(tǒng)包括用戶接口控制模塊、圖形符號解析模塊、代碼生成模塊、編譯執(zhí)行模塊等。自動生成的仿C語言在本系統(tǒng)開發(fā)環(huán)境中能正確運(yùn)行。
關(guān)鍵詞: 程序框圖,代碼,自動轉(zhuǎn)換
The procedure frame diagram arrives automatic conversion research of the code
The automatic conversion of the procedure frame diagram and the source code is an important topic of the software engineering realm research, also having many different techniques and method.The method of this text adoption carries on the resolution to various relation and its meanings between the procedure frame diagram first, relating to its decomposition for the in proper order performance, judgment the set relation, circulation the set relation and jump to turn a relation, born on this foundation an imitates the language
目 錄
摘要 1
Abstract 1
第1章 引言 2
第2章 程序流程圖自動轉(zhuǎn)換為代碼的基本思想 4
2.1 基本思想 4
2.2 實現(xiàn)自動轉(zhuǎn)換的基本步驟 4
第3章 系統(tǒng)架構(gòu) 6
3.1 硬件系統(tǒng)和開發(fā)平臺 6
3.2 系統(tǒng)樣式…………………………………………………………………………….…6
3.3 功能模塊 6
3. 4 需求分析……………………………………………………………………………………….…..7
第4章 系統(tǒng)實現(xiàn) 8
4.1 系統(tǒng)開發(fā)環(huán)境 8
4.2 系統(tǒng)樣式 8
4.3 程序流程圖的識取 10
4.3.1 識取預(yù)處理 10
4.3.2 圖形的操作和存儲 10
4.4 圖形數(shù)據(jù)的解析與生成………………………………………………………………11
4.4.1 數(shù)據(jù)與關(guān)系的定義 11
4.4.2 關(guān)系的解析 15
4.4.3 代碼生成算法 44
4.5 代碼的執(zhí)行 48
4.5.1 代碼的編繹 48
4.5.2 代碼的運(yùn)行 48
第5章 實驗與結(jié)果 48
5.1 結(jié)果分析 49
5.2 程序的局限性 51
第6章 總結(jié)與啟示 52
致謝…………………………………………………………………………………………………………53
參考文獻(xiàn) 53
參考文獻(xiàn)
[5] 徐家福,戴敏,呂建,F(xiàn)GSPEC語言文本,南京大學(xué)計算機(jī)軟件研究所,1988。
[6] 楊枝靈,王開等. Visual C++數(shù)字圖像獲取、處理及應(yīng)用. 北京:人民郵電出版社,2002.
[7] 潘錦平。軟件開發(fā)技術(shù)。上??蒲谐晒嘉墨I(xiàn)出版社,1985。
[8] 徐慧 等。Visual C++數(shù)字圖像實用工程案例精選.北就.人民郵電出版,2003.1。
[9] 丁忠俊。模塊庫管理系統(tǒng),計算機(jī)工程與應(yīng)用,1992,4。
[10] 何克清。計算機(jī)軟件工程學(xué)。武漢:武漢大學(xué)出版社,1983。