亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

pascal

pascal的名稱是為了紀念十七世紀法國著名哲學家和數學家Blaisepascal而來的,它由瑞士NiklausWirth教授于六十年代末設計并創立的。pascal語言語法嚴謹,層次分明,程序易寫,可讀性強,是第一個結構化編程語言。pascal語言廣泛用于各種軟件,程序分為名稱(program后自擬)、設置(var后規定)、開始(begin)、程序(正文)、讀取(read/readln)、結束(end),結構層次強,嚴謹而又緊密。
  • 質性測試

    質性測試,小于32767一個最小的質數,使用pascal編寫

    標簽: 測試

    上傳時間: 2013-12-17

    上傳用戶:ruan2570406

  • CnCodeFormater Readme Author: passos Email: passos@cnpack.orgpassos@21cn.com Last Update:20

    CnCodeFormater Readme Author: passos Email: passos@cnpack.orgpassos@21cn.com Last Update:2003-12-16 Directories \CnParser Object pascal 璇硶瑙f瀽鍣? \DCU 嫻嬭瘯宸ョ▼DCU杈撳嚭鐩綍 \Test 嫻嬭瘯宸ョ▼ Surpport Simple Stamtment can work The others language future need to be test ... Not Surpport Class type declare still cause error. And so on ... TODO Modify TCnCodeFormater s Class declare section. Add Scaner.ForwardToken future. any thing that I forget ...

    標簽: passos CnCodeFormater orgpassos Author

    上傳時間: 2013-12-10

    上傳用戶:541657925

  • Delphi Win32核心API參考光盤源碼 本書包含了常用的Windows API函數

    Delphi Win32核心API參考光盤源碼 本書包含了常用的Windows API函數,從窗口創建和消息處理函數到內存管理和文本輸出函數。每一個函數均包含語法,函數作用的描述,可接受的常數值,返回值,相關函數的交叉引用,以及這些函數在Delphi的Object pascal中的使用范例。 本書是暢銷的Delphi開發人員系列叢書的一本,并針對Windows 2000做了更新和修訂。這個新版本是32位Delphi下最易用的和最權威的圖書,為微軟Windows應用程序接口開發提供了正確且全面的指導。本書包含了常用的Windows API函數,從窗口創建和消息處理函數到內存管理和文本輸出函數。每一個函數均包含語法,函數作用的描述,可接受的常數值,返回值,相關函數的交叉引用,以及這些函數在Delphi的Object pascal中的使用范例。無論你是一個對Windows編程開發有經驗的Delphi程序員,還是中級水平的Delphi程序員,本書都能幫助你擴展Delphi組件和對象的功能,并演示Win32 API可以為你做什么。

    標簽: API Windows Delphi Win

    上傳時間: 2013-12-10

    上傳用戶:梧桐

  • FastReport is reporting tool component. It consists of report engine, design

    FastReport is reporting tool component. It consists of report engine, designer and preview. It written on 100 Object pascal and can be installed in Delphi 2-7 and C++Builder 1-6. Also available cross-platform version FR CLX for Delphi 6,7 C++ Builder 6 and Kylix 1,2,3 - check out webpage to get latest information.

    標簽: FastReport component reporting consists

    上傳時間: 2014-01-20

    上傳用戶:壞壞的華仔

  • 電子書

    電子書,DP 語言的開始至開發的內部的一些精華pascal精要.rar

    標簽: 電子書

    上傳時間: 2013-12-25

    上傳用戶:z754970244

  • castle 給出一個城堡的地圖

    castle 給出一個城堡的地圖,求其中的連通房間數,最大房間的面積,拆除某個墻壁連通兩間屋子后可形成的最大房屋面積。應用pascal的遞歸函數來實現計算功能。

    標簽: castle 地圖

    上傳時間: 2017-05-15

    上傳用戶:asdfasdfd

  • 數據結構中所有重要知識點的演示

    數據結構中所有重要知識點的演示,有C或pascal兩種語言。絕對是個好東西!

    標簽: 數據結構

    上傳時間: 2013-12-21

    上傳用戶:fnhhs

  • 編譯課上做的小程序

    編譯課上做的小程序,用四種分析方法分別實現(LL1,算符優先,遞歸下降,簡單詞法分析) 完成對正則文法所描述的pascal語言子集單詞符號的詞法分析程序。 <標識符>→字母︱ <標識符>字母︱ <標識符>數字 <無符號整數>→數字︱ <無符號整數>數字 <單字符分界符> →+ ︱- ︱* ︱ ︱(︱) <雙字符分界符>→<大于>=︱<小于>=︱<小于>>︱<冒號>=︱<斜豎>* <小于>→< <等于>→= <大于>→> <冒號> →: <斜豎> →/ 識別語言的保留字 :begin end if then else for do while and or not

    標簽: 編譯 程序

    上傳時間: 2014-06-29

    上傳用戶:sjyy1001

  • This book has been written to support a practically oriented course in programming language transla

    This book has been written to support a practically oriented course in programming language translation for senior undergraduates in Computer Science. More specifically, it is aimed at students who are probably quite competent in the art of imperative programming (for example, in C++, pascal, or Modula-2), but whose mathematics may be a little weak students who require only a solid introduction to the subject, so as to provide them with insight into areas of language design and implementation, rather than a deluge of theory which they will probably never use again students who will enjoy fairly extensive case studies of translators for the sorts of languages with which they are most familiar students who need to be made aware of compiler writing tools, and to come to appreciate and know how to use them. It will hopefully also appeal to a certain class of hobbyist who wishes to know more about how translators work.

    標簽: practically programming oriented language

    上傳時間: 2013-12-10

    上傳用戶:我干你啊

  • 一些算法的實現

    一些算法的實現,用的是pascal,包括數論、圖論、高精度計算、排序算法、背包問題等。

    標簽: 算法

    上傳時間: 2014-01-26

    上傳用戶:aa54

主站蜘蛛池模板: 五指山市| 新建县| 桂林市| 颍上县| 旺苍县| 莒南县| 大名县| 马关县| 隆回县| 鸡泽县| 临邑县| 汉阴县| 元谋县| 东阳市| 连平县| 巴南区| 梅河口市| 明溪县| 依安县| 洛宁县| 大同县| 南京市| 龙海市| 宾川县| 紫阳县| 香格里拉县| 桃源县| 通城县| 清徐县| 闵行区| 靖安县| 中卫市| 海南省| 英山县| 吉林市| 五河县| 西和县| 宁远县| 寿阳县| 遂宁市| 塔城市|