【正文】
畢竟 “經(jīng)師易得,人師難求 ”,希望借此機(jī)會(huì)向 戴 老師表示最衷心的感謝! 此外,本 課題 最終得以順利完成,也是與 網(wǎng)絡(luò)教研室 其他老師的幫助分不開(kāi)的,雖然他們沒(méi)有直接參與我的 設(shè)計(jì) 指導(dǎo),但在 開(kāi)題時(shí)也給我提供了不少的意見(jiàn),提出了一系列可行性的建議,他們是 杜穎 老師, 劉宏沈 老師, 張興 老師等,在此向他們表示深深的感謝! 在未來(lái)的日子里,我會(huì)更加努力的學(xué)習(xí)和工作,不辜負(fù)父母對(duì)我的殷殷期望!作為一名遼寧工業(yè)大學(xué)電子與信息工程學(xué)院走出的畢業(yè)生,我會(huì)以昂揚(yáng)的斗志面臨接下來(lái)的機(jī)遇和挑戰(zhàn),為母校爭(zhēng)光! 謹(jǐn)以此文獻(xiàn)給所有關(guān)心和幫助過(guò)我的人們,謝謝! 本科生畢業(yè)設(shè)計(jì)(論 文) 37 附 錄 1. 外文文獻(xiàn) Introduction To Objects The progress of abstraction All programming languages provide abstractions. It can be argued that the plexity of the problems you’re able to solve is directly related to the kind and quality of abstraction. By “kind” I mean, “What is it that you are abstracting?” Assembly language is a small abstraction of the underlying machine. Many socalled “imperative” languages that followed (such as FORTRAN, BASIC, and C) were abstractions of assembly language. These languages are big improvements over assembly language, but their primary abstraction still requires you to think in terms of the structure of the puter rather than the structure of the problem you are trying to solve. The programmer must establish the association between the machine model (in the “solution space,” which is the place where you’re modeling that problem, such as a puter) and the model of the problem that is actually being solved (in the “problem space,” which is the place where the problem exists). The effort required to perform this mapping, and the fact that it is extrinsic to the programming language, produces programs that are difficult to write and expensive to maintain, and as a side effect created the entire “programming methods” industry. The alternative to modeling the machine is to model the problem you’re trying to solve. Early languages such as LISP and APL chose particular views of the world (“All problems are ultimately lists” or “All problems are algorithmic,” respectively). PROLOG casts all problems into chains of decisions. Languages have been created for constraintbased programming and for programming exclusively by manipulating graphical symbols. (The latter proved to be too restrictive.) Each of these approaches is a good solution to the particular class of problem they’re designed to solve, but when you step outside of that domain they bee awkward. The objectoriented approach goes a step further by providing tools for the programmer to represent elements in the problem space. This representation is general enough that the programmer is not constrained to any particular type of problem. We refer to the elements in the problem space and their representations in the solution space as “objects.” (You will also need other objects that don’t have problemspace analogs.) The idea is that the program is allowed to adapt itself to the lingo of the problem by adding new types of objects, so when you read the code describing the 本科生畢業(yè)設(shè)計(jì)(論 文) 38 solution, you’re reading words that also express the problem. This is a more flexible and powerful language abstraction than what we’ve had before. Thus, OOP allows you to describe the problem in terms of the problem, rather than in terms of the puter where the solution will run. There’s still a connection back to the puter: each object looks quite a bit like a little puter—it has a state, an。本論文是在我的指導(dǎo)老師 戴勃 老師的親切關(guān)懷與細(xì)心指導(dǎo)下完成的。離校日期已日趨臨近,畢業(yè)論文的的完成也隨之進(jìn)入了尾聲。 本科生畢業(yè)設(shè)計(jì)(論 文) 33 參考文獻(xiàn) [1]張 玉樹(shù) .SQL Serve 數(shù)據(jù)庫(kù)程序設(shè)計(jì) [M].北京:人民郵電出版社, 2021: 35105 [2]賈洪峰 .精通 SQL 2021 程序設(shè)計(jì) [M].北 京:清華大學(xué)出版社 ,2021: 4385 [3]潘文林 .數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)開(kāi)發(fā)實(shí)戰(zhàn) [M].北京:中國(guó)水力水電出版社 ,2021: 213321 [4]宋坤 .數(shù)據(jù)庫(kù)系統(tǒng)開(kāi)發(fā)完全手冊(cè) [M].北京:人民郵電出版社, 2021: 1526 [5]李昭原等 .數(shù)據(jù)庫(kù)新進(jìn)展 .北京:人民郵電出版社 [M], 2021: 5358 [6](美)喬特溫,克瑞爾瑞 .關(guān)系數(shù)據(jù)庫(kù)和 SQL 編程 [M].北京:清華大學(xué) 出版社 ,2021: 2874 [7]伍俊良 . Java 編程思想 [M].北京:機(jī)械工業(yè)出版社, 2021: 89112 [8](美)埃克爾 .Java 編程思想(第四版) [M].北京:機(jī)械工業(yè)出版社, 2021:80117 [9]孫衛(wèi)琴 . Java 面向?qū)ο缶幊?[J].計(jì)算機(jī)與數(shù)字工程 , 2021: 2356 [10]( 美 ) Dennis kafura Java 面向?qū)ο蟪绦蚪坛?Simulink Component of MatLab[M]. Anesthesiology, 2021: 8397 [11](美 ) Chip Dawes Biju Thomas. OCP:Oracle8i DBA SQL與 PL/SQL學(xué)習(xí)指南 (英文原版 )[M] .北京:電子工業(yè)出版社, 2021: 33104 [12](美)法禾,羅伯森 .SQL 語(yǔ)言藝術(shù) .北京:電子工業(yè)出版社 [M], 2021: 2333 [13](美)喬特溫,克瑞爾瑞 .關(guān)系數(shù)據(jù)庫(kù)和 SQL 編程 [M].北京:清華大學(xué)出版社, 2021: 2746 [14]賽奎春 .SQL Server 數(shù)據(jù)庫(kù)開(kāi)發(fā)實(shí)例解析 [M].北京:機(jī)械工業(yè)出版社, 2021:1455 [15]陸昌輝、吳曉華 .SQL Server 核心技術(shù)揭秘 [M].北京:北京希望電子出版社,2021: 114135 [16]仲治國(guó) .ASP 動(dòng)態(tài)網(wǎng)站 :68 個(gè)典型模塊精解 [M].北京 : 北京希望電子出版社 ,2021: 144167 [17]宋昆、李嚴(yán)等 .SQL Server 數(shù)據(jù)庫(kù)開(kāi)發(fā)實(shí)例解析 [M].北京: 機(jī)械工業(yè)出版社 , 2021: 6596 [18]管西京 . ASP+Access 動(dòng)態(tài)網(wǎng)站案例開(kāi)發(fā) [M].北京 : 電子工業(yè)出版社 ,2021:72115 [19]麥中凡 、 呂慶中等 .計(jì)算機(jī)軟件技術(shù)基礎(chǔ) [M].北京: 高等教育出版社 , 1999:3376 本科生畢業(yè)設(shè)計(jì)(論 文) 34 [20]舒爾茨 .深入淺出 HTML.[M].北京 :人民郵電出版社 ,2021: 4584 [21]姚巍編. Visual Basic 數(shù)據(jù)庫(kù)開(kāi)發(fā)從入門(mén)到精通 [M].北京: 人民郵電出版社,2021: 6587 [22]趙燕燕 .ASP 技術(shù)在 Web 數(shù)據(jù)庫(kù)開(kāi)發(fā)中的使用 [J].河南職工醫(yī)學(xué)院學(xué)報(bào) ,2021: 143175 [23]王繼紅 .ASP+Access 網(wǎng)絡(luò)應(yīng)用技術(shù)的安全策略 [J].科技傳播 , 2021: 73133 [24]楊晶. 程序設(shè)計(jì)教程與實(shí)訓(xùn) [M].北京: 科學(xué)出版社 , 2021: 75137 [25]陸昌輝、吳曉華 .SQL Server 核心技術(shù)揭秘 [M].北京:北京希望電子出版社 ,2021: 122145 [26]劉韜,樓興華 .SQL Server 2021 數(shù)據(jù)庫(kù)系統(tǒng)開(kāi)發(fā)實(shí)例導(dǎo)航 [M].北京:人民郵電出版社, 2021: 76103 [27] 古樂(lè),史九林 .軟件測(cè)試技術(shù)概論 [M] .北京:清華大學(xué)出版社 .2021:6678 [28] 朱少民 .軟件質(zhì)量保證和管理 [M] .北京:清華大學(xué)出版社 .2021:3438 [29](美) Chip Dawes Biju Thomas. OCP:Oracle8i DBA SQL 與 PL/SQL 學(xué)習(xí)指南 (英文原版 )[M] .北京:電子工業(yè)出版社, 2021:1422 [30]王棟 .Visual Basic 程序設(shè)計(jì)實(shí)用教程 [M].北京:清華大學(xué)出版社, 2021:2335 [31]伍俊良 .Visual Basic 應(yīng)用與開(kāi)發(fā)教程 [M].北京:機(jī)械工業(yè)出版社, 2021:4457 [32]童愛(ài)紅 .VB 數(shù)據(jù)庫(kù)編程 [M].北京:清華大學(xué)出版社, 2021:5998 [33] Jeffrey Hoffer. Modern Database Management. Wrox Press, 2021 [34] Stephen Wynkoop. Special Edition Using SQL Wrox Press, 2021 [35] 林卓然 . VB 語(yǔ)言程序設(shè)計(jì) [M].北京 :電子工業(yè)出版社 ,2021: 124170. [36] 啟明工作室 .Visual Basic 數(shù)據(jù)庫(kù)應(yīng)用系統(tǒng)開(kāi)發(fā)與實(shí)例 [M].北京 :人民郵電出版社 ,2021:170260 [37] 胡劍宇 .SQL Server 數(shù)據(jù)庫(kù)管理標(biāo)準(zhǔn)教程 [M].北京 :北京理工大學(xué)出版社 ,2021:85300 [38] 趙慧勤 . SQL Server2021 實(shí)例教程 [M]. 北京 : 電子工業(yè)出版社 ,2021: 54130 [39]Kim, J., A WebBased Speaking Test Development Using Visual Basic [M]. Multimedia Assisted Language Learning, 2021