中文字幕在线一区二区在线,久久久精品免费观看国产,无码日日模日日碰夜夜爽,天堂av在线最新版在线,日韩美精品无码一本二本三本,麻豆精品三级国产国语,精品无码AⅤ片,国产区在线观看视频

      Delphi軟件設(shè)計畢業(yè)論文英文參考文獻(xiàn)翻譯

      時間:2024-09-13 08:48:38 論文范文 我要投稿
      • 相關(guān)推薦

      Delphi軟件設(shè)計畢業(yè)論文英文參考文獻(xiàn)翻譯

      Delphi英文參考文獻(xiàn)翻譯
      Borland 公司的Delphi

      Delphi軟件設(shè)計畢業(yè)論文英文參考文獻(xiàn)翻譯

      Delphi是一個集成開發(fā)環(huán)境(IDE),使用的是由傳統(tǒng)Pascal語言發(fā)展而來的Object Pascal語言。它在本質(zhì)上是一個代碼編輯器而不是一種語言,但是由于Delphi是幾乎是市場上唯一的一個使用Pascal語言的產(chǎn)品,因此有的時候Delphi也成為了人們稱呼Object Pascal的代名詞。Borland公司已經(jīng)把Object Pascal語言改稱為Delphi語言。

      從核心上說Delphi 其實是一個Pascal編譯器。自從15 年前Anders Hejlsberg 寫下第一個Turbo Pascal編譯器以來,Borland 就一直在推動著Pascal編譯器向前發(fā)展,而Delphi 5 是邁出的又一步。Turbo Pascal具有穩(wěn)定、優(yōu)雅以及編譯速度快等特點,Delphi 5 也不例外,它綜合了數(shù)十年來編譯器的經(jīng)驗和最新的32 位優(yōu)化編譯技術(shù)。雖然近年來編譯器的功能有了顯著增加,它的速度卻只減慢了很少。另外,Delphi 的性能仍然非常穩(wěn)定。下面就讓我們循著記憶的足跡再回過頭去看一看Delphi 以前的各個版本以及每一版本發(fā)行的背景。

      Delphi實際上是Pascal語言的一種版本,但它與傳統(tǒng)的Pascal語言有天壤之別。一個Delphi程序首先是應(yīng)用程序框架,而這一框架正是應(yīng)用程序的“骨架”。在骨架上即使沒有附著任何東西,仍可以嚴(yán)格地按照設(shè)計運行。您的工作只是在“骨架”中加入您的程序。缺省的應(yīng)用程序是一個空白的窗體(Form),您可以運行它,結(jié)果得到一個空白的窗口。這個窗口具有Windows窗口的全部性質(zhì):可以被放大縮小、移動、最大最小化等,但您卻沒有編寫一行程序。因此,可以說應(yīng)用程序框架通過提供所有應(yīng)用程序共有的東西,為用戶應(yīng)用程序的開發(fā)打下了良好的基礎(chǔ)。

      Delphi是全新的可視化編程環(huán)境,為我們提供了一種方便、快捷的Windows應(yīng)用程序開發(fā)工具。它使用了Microsoft Windows圖形用戶界面的許多先進(jìn)特性和設(shè)計思想,采用了彈性可重復(fù)利用的完整的面向?qū)ο蟪绦蛘Z言(Object-Oriented Language)、當(dāng)今世界上最快的編輯器、最為領(lǐng)先的數(shù)據(jù)庫技術(shù)。對于廣大的程序開發(fā)人員來講,使用Delphi開發(fā)應(yīng)用軟件,無疑會大大地提高編程效率,而且隨著應(yīng)用的深入,您將會發(fā)現(xiàn)編程不再是枯燥無味的工作——Delphi的每一個設(shè)計細(xì)節(jié),都將帶給您一份欣喜。

      面向?qū)ο蟮某绦蛟O(shè)計(Object-Oriented Programming,簡記為OOP)是Delphi誕生的基礎(chǔ)。OOP立意于創(chuàng)建軟件重用代碼,具備更好地模擬現(xiàn)實世界環(huán)境的能力,這使它被公認(rèn)為是自上而下編程的優(yōu)勝者。它通過給程序中加入擴(kuò)展語句,把函數(shù)“封裝”進(jìn)Windows編程所必需的“對象”中。面向?qū)ο蟮木幊陶Z言使得復(fù)雜的工作條理清晰、編寫容易。

      說它是一場革命,不是對對象本身而言,而是對它們處理工作的能力而言。對象并不與傳統(tǒng)程序設(shè)計和編程方法兼容,只是部分面向?qū)ο蠓炊鴷骨樾胃。除非整個開發(fā)環(huán)境都是面向?qū)ο蟮,否則對象產(chǎn)生的好處還沒有帶來的麻煩多。

      而Delphi是完全面向?qū)ο蟮模@就使得Delphi成為一種觸手可及的促進(jìn)軟件重用的開發(fā)工具,從而具有強(qiáng)大的吸引力。

      一些早期的具有OOP性能的程序語言如C++, Pascal, Smalltalk等,雖然具有面向?qū)ο蟮奶卣鳎荒茌p松地畫出可視化對象,與用戶交互能力較差,程序員仍然要編寫大量的代碼。Delphi的推出,填補(bǔ)了這項空白。您不必自己建立對象,只要在提供的程序框架中加入完成功能的代碼,其余的都交給Delphi去做。欲生成漂亮的界面和結(jié)構(gòu)良好的程序絲毫不必絞盡腦汁,Delphi將幫助您輕松地完成。它允許在一個具有真正OOP擴(kuò)展的可視化編程環(huán)境中,使用它的Object Pascal語言。這種革命性的組合,使得可視化編程與面向?qū)ο蟮拈_發(fā)框架緊密地結(jié)合起來。

      Delphi具有以下的特性:基于窗體和面向?qū)ο蟮姆椒,高速的編譯器,強(qiáng)大的數(shù)據(jù)庫支持,與Windows編程緊密結(jié)合,強(qiáng)大而成熟的組件技術(shù)。但最重要的還是Object Pascal語言,它才是一切的根本。 Object Pascal語言是在Pascal語言的基礎(chǔ)上發(fā)展起來的,簡單易學(xué)。

      在Delphi眾多的優(yōu)勢當(dāng)中,它在數(shù)據(jù)庫方面的特長顯得尤為突出:適應(yīng)于多種數(shù)據(jù)庫結(jié)構(gòu),從客戶機(jī)/服務(wù)機(jī) 模式到多層數(shù)據(jù)結(jié)構(gòu)模式;高效率的數(shù)據(jù)庫管理系統(tǒng)和新一代更先進(jìn)的數(shù)據(jù)庫引擎;最新的數(shù)據(jù)分析手段和提供大量的企業(yè)組件。

      Delphi是著名的Borland公司開發(fā)的可視化軟件開發(fā)工具。“真正的程序員用c,聰明的程序員用Delphi”,這句話是對Delphi最經(jīng)典、最實在的描述。Delphi被稱為第四代編程語言,它具有簡單、高效、功能強(qiáng)大的特點。和VC相比,Delphi更簡單、更易于掌握,而在功能上卻絲毫不遜色;和VB相比,Delphi則功能更強(qiáng)大、更實用。可以說Delphi同時兼?zhèn)淞薞C功能強(qiáng)大和VB簡單易學(xué)的特點。它一直是程序員至愛的編程工具。

      盡管歷史很重要,但更重要的是Delphi的未來。以歷史為導(dǎo)引,我們可以肯定在未來的很長一段時間內(nèi),Delphi都將繼續(xù)是一種優(yōu)秀的Windows開發(fā)工具。Delphi英文參考文獻(xiàn)翻譯
      The history of the Borland Delphi


      Delphi is a new visual programming environment, we provide a convenient, fast Windows applications development tools. It uses Microsoft Windows graphical user interface of many advanced features and design ideas, using a flexible reusable integrity of the object-oriented programming languages (Object-Oriented Language), the world's fastest editor who most leads database technology. For all the developers speaking, the use of Delphi software development and application, will no doubt greatly enhance the efficiency of programming, and along with the in-depth application, you will find the programming work is no longer dull - every Delphi detailed design, will bring you a joy.

      From the core Delphi said it is a Pascal compiler. Since the 15 former Anders Hejlsberg wrote a Turbo Pascal compiler, Borland has been in the promotion of the Pascal compiler development, and Delphi 5 is a further step. Turbo Pascal stable, elegant and fast compiler features such as Delphi 5 is no exception, which integrated a few decades of experience and compiler of the three latest two optimizing compiler technology. Although the functions of the compiler in recent years a significant increases, its speed will slow down only a few. In addition, Delphi performance remained very stable. Below Let us follow the footsteps of memories come back to look at the Delphi previous versions of the various versions of each issue, as well as the background.

      Delphi is an integrated development environment (IDE), using the traditional Pascal language developed from the Object Pascal language. It, in essence, is a code editor rather than a language, but because Delphi is almost the only one to use the Pascal language products, Delphi also sometimes referred to as a people synonymous with Object Pascal. Borland has the Object Pascal language renamed Delphi language.

      Delphi is actually a version of the Pascal language, but with traditional Pascal language worlds apart. Delphi program is a first application framework, and application of this framework is the "skeleton." In skeleton, even in the absence of attachment anything can still be strictly in accordance with the design and operation. Your work is in the "skeleton" to your procedure. The default application is a blank form (Form), you can run it, and the results are getting a blank window. Windows window is the window of the full nature: can be magnified narrow, Mobile, the largest of the smallest, and so on, but you did not prepare his party procedures. Therefore, it can be said that application framework through the provision of all the things there are applications for the development of user applications laid a good foundation.

      OOP (Object-Oriented Programming, Jane recorded as OOP) is the basis of the birth of Delphi. OOP planned on creating software reuse code, a better simulate real-world environment capacity, it was generally acknowledged to be the winners of top-down programming. Through the process of accession to the expansion of statements, the function “packaging” the Windows programming necessary “objects". Object-oriented programming language makes clear grapple with the complexity of the work, the preparation easier.

      That it is a revolution, and not the object itself, but rather on their ability to handle the case. With the traditional procedure does not object design and programming method compatible only part of the object-oriented instead situation worse. Unless the entire object-oriented development environment is, otherwise, the benefits of object also have not brought more trouble.

      And Delphi is completely object-oriented; it is at your fingertips Delphi as a promotion tool for the development of software reuse, which has powerful appeal.

      Some of the early performance of OOP programming languages such as C + +, Pascal, Smalltalk, and so on, although with the object-oriented features, but not easy to draw visual objects, and user interaction and limited capacity, programmers still have to prepare a lot of codes of he introduction of Delphi to fill this gap. You do not have to build their own object, as long as the procedures provided in the framework of accession to complete the function of the code, and the rest have to do to Delphi. To generate beautiful interface and well-structured procedures do not have the slightest racked his brains, Delphi will help you easily completed. It allows a true OOP in the expansion of the visual programming environment and use it the Object Pascal language. This revolutionary combination makes visual programming and object-oriented framework for the development of closely integrated.

      Delphi has the following features: form-based and object-oriented methods, the high-speed compiler, and strong database support, closely integrated with Windows programming, the powerful and mature component technology. But the most important thing is Object Pascal language, it is the entire fundamental. Object Pascal language in the Pascal language is developed on the basis of, and easy to learn.

      Many advantages in Delphi, it's expertise in the database is particularly conspicuous: adapted to a variety of database structure, from the client / server model to the multi-storey structure of the data model; efficient database management system and a new generation of more sophisticated database engine; the latest data analysis tools and provide a large number of enterprise components.

      Borland Delphi is the famous develops visualization software development tools. "The real programmers use c, smart programmers with Delphi" This sentence is the most classic Delphi, the most realistic description. Delphi called fourth-generation programming language; it is simple, efficient and powerful features. And VC compared Delphi more simple and easy to grasp, and the functional but in no way inferior; and compared with VB, Delphi is a more powerful, more useful. It can be said that both the VC Delphi at the same time powerful and easy to learn the characteristics of VB. It has always been a love of programming tools programmers.

      Although history is very important, but more important is Delphi future. Guided by history, we can be sure in the future for a very long time, Delphi will continue to be an excellent Windows development tools

      【Delphi軟件設(shè)計畢業(yè)論文英文參考文獻(xiàn)翻譯】相關(guān)文章:

      英文參考文獻(xiàn)02-20

      翻譯資料參考文獻(xiàn)格式11-18

      什么是畢業(yè)論文參考文獻(xiàn)03-26

      畢業(yè)論文參考文獻(xiàn)的整理12-09

      法律畢業(yè)論文參考文獻(xiàn)11-19

      畢業(yè)論文的參考文獻(xiàn)精選范文05-16

      畢業(yè)論文的參考文獻(xiàn)作用03-28

      java畢業(yè)論文參考文獻(xiàn)05-11

      英文論文參考文獻(xiàn)03-29

      主站蜘蛛池模板: 亚洲一区二区在线免费观看视频| 亚洲区一区二区中文字幕| 久久久久久免费播放一级毛片| 女性| 超碰自拍成人在线观看| 午夜国产精品视频在线 | 久久精品无码一区二区三区不卡| 亚欧视频无码在线观看| 亚洲综合国产成人丁香五月小说| 中文字幕精品一区二区日本| 庐江县| 国产在线高清无码不卡| 亚洲熟妇免费在线视频| 亚洲变态另类色图天堂网| 久久精品国产只有精品96| 阿拉善左旗| 乐业县| 乃东县| 日本亚洲一级中文字幕| 国产真实乱XXXⅩ视频| 久久99一本色道亚洲精品| 日韩精品极品视频在线免费| 秋霞国产av一区二区三区| 铜梁县| 遵义县| 亚洲av永久青草无码精品| 日本一区二区在线视观看| 国产精品玖玖资源站大全| 色偷偷亚洲第一综合网| 日本精品免费一区二区三区| 亚洲AⅤ樱花无码| 亚洲成aⅴ人片在线观看天堂无码 国产精品一区二区三区色 | 兴业县| 白河县| 台南县| 萨迦县| 四平市| 美女被射视频在线观看91| 日日骚一区二区三区中文字幕| 缙云县| 伊人不卡中文字幕在线一区二区 |