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

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

蜂窩網(wǎng)絡

  • *--- --- --- --聲明--- --- --- -----*/ /* VC6.0下運行通過 此程序為本人苦心所做

    *--- --- --- --聲明--- --- --- -----*/ /* VC6.0下運行通過 此程序為本人苦心所做,請您在閱讀的時候,尊重本人的 勞動。可以修改,但當做的每一處矯正或改進時,請將改進 方案,及修改部分發給本人 (修改部分請注名明:修改字樣) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005 補充: 程序存在問題: (1) follow集不能處理:U->xVyVz的情況 (2) 因本人偷懶,本程序為加入文法判斷,故 輸入的文法必須為LL(1)文法 (3) 您可以幫忙擴充:消除左遞歸,提取公因子等函數 (4) …… */ /*-----------------------------------------------*/ /*參考書《計算機編譯原理——編譯程序構造實踐》 LL(1)語法分析,例1: ERTWF# +*()i# 文法G[E]:(按此格式輸入) 1 E -> TR 2 R -> +TR 3 R -> 4 T -> FW 5 W -> * FW 6 W -> 7 F -> (E) 8 F -> i 分析例句:i*(i)# , i+i# 例2: 編譯書5.6例題1 SHMA# adbe# S->aH H->aMd H->d M->Ab M-> A->aM A->e 分析例句:aaabd# */

    標簽: 6.0 VC 運行 程序

    上傳時間: 2016-02-08

    上傳用戶:ayfeixiao

  • auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench o

    auxilary files for the Crypt Breakers Workbench (cbw). CBW is a multi-window integrated workbench of tools that help a cryptanalist read files encrypted with the BSD4.2 crypt command. Anyone may copy, modify, use, or redistribute this system. It was originally written by Robert W. Baldwin at MIT

    標簽: multi-window integrated Workbench workbench

    上傳時間: 2013-12-10

    上傳用戶:cjl42111

  • This document is an operation guide for the MPC8XXFADS board. It contains operational, functional a

    This document is an operation guide for the MPC8XXFADS board. It contains operational, functional and general information about the FADS. The MPC8XXFADS is meant to serve as a platform for s/ w and h/w development around the MPC8XX family processors. Using its on-board resources and its associated debugger, a developer is able to download his code, run it, set breakpoints, display memory and registers and connect his own proprietary h/w via the expansion connectors, to be incorporated to a desired system with the MPC8XX processor.

    標簽: operational MPC8XXFADS functional operation

    上傳時間: 2014-03-10

    上傳用戶:zsjinju

  • Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:d

    Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結束:dis即為所有點對的最短路徑矩陣 3)算法小結:此算法簡單有效,由于三重循環結構緊湊,對于稠密圖,效率要高于執行|V|次Dijkstra算法。時間復雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍色部分,可以更直觀地得到I,j的連通情況。

    標簽: Floyd-Warshall Shortest Pairs Paths

    上傳時間: 2013-12-01

    上傳用戶:dyctj

  • This program is copyrighted by it s author and you are granted a free license to use the program fo

    This program is copyrighted by it s author and you are granted a free license to use the program for non-commercial purposes. If you are interested in using the program for commercial purposes please contact Kevin W. Russell at CIS 71551,253 for licensing information.

    標簽: program copyrighted granted license

    上傳時間: 2016-02-18

    上傳用戶:wangzhen1990

  • unix環境高級編程英文版

    unix環境高級編程英文版,很經典的一本書 Advanced Programming in the UNIX® Environment: Second Edition By W. Richard Stevens, Stephen A. Rago Publisher: Addison Wesley Professional Pub Date: June 17, 2005 ISBN: 0201433079 Pages: 960

    標簽: unix 環境 高級編程 英文

    上傳時間: 2013-12-22

    上傳用戶:qiao8960

  • ucos移植使用-6個簡單任務功能: Task0 任務0 (P1.8 燈循環 亮 滅 ) Task1 任務1 (P1.9 燈循環 亮 滅 ) Task2 任務2 (P1.20 燈循環 亮

    ucos移植使用-6個簡單任務功能: Task0 任務0 (P1.8 燈循環 亮 滅 ) Task1 任務1 (P1.9 燈循環 亮 滅 ) Task2 任務2 (P1.20 燈循環 亮 滅 ) Task3 任務3 (P0.7 蜂鳴器循環 鳴 停 ) Task4 任務4 (595驅動的數碼管從0~9 循環顯示) Task5 任務5 (P1.21-P1.25LED燈 循環亮 滅)

    標簽: Task0 Task1 Task2 ucos

    上傳時間: 2016-02-27

    上傳用戶:whenfly

  • 單片機C51編寫的一個演示程序

    單片機C51編寫的一個演示程序,其中包含時鐘顯示,蜂鳴器,LED和鍵盤顯示模塊,其中蜂鳴器能演奏音樂

    標簽: C51 單片機 編寫 程序

    上傳時間: 2013-12-21

    上傳用戶:ANRAN

  • xilinx設計并完成一個10位的D/F轉換器

    xilinx設計并完成一個10位的D/F轉換器,輸入的數字量分別由按鍵K1,K2來調節,其中K1完成加1功能,而K2則完成減1功能,并把轉換的結構西哦女冠到BUZZ蜂鳴器上。

    標簽: xilinx 轉換器

    上傳時間: 2013-12-08

    上傳用戶:yoleeson

  • 編寫一個用SOR法解方程組Ax=b的計算機程序

    編寫一個用SOR法解方程組Ax=b的計算機程序,其中 要求程序中不存系數A,分別對不同的階數(例如n=15,80)取w=1.7,1.8,1.9,進行迭代,記錄近似解 達到 時所用迭代次數k,觀察松弛因子對收斂速度的影響。

    標簽: SOR Ax 編寫 方程

    上傳時間: 2013-12-25

    上傳用戶:wcl168881111111

主站蜘蛛池模板: 富源县| 阜平县| 遵义县| 云浮市| 西畴县| 南通市| 达孜县| 武城县| 郸城县| 遵化市| 永兴县| 东阳市| 平江县| 周宁县| 高平市| 澜沧| 吉安市| 施甸县| 昌乐县| 岳阳市| 新丰县| 正蓝旗| 垫江县| 松原市| 东海县| 绩溪县| 长岭县| 新乐市| 新和县| 凌云县| 阿拉善左旗| 禄丰县| 苏尼特左旗| 浪卡子县| 三穗县| 咸宁市| 襄樊市| 库车县| 汶上县| 九江县| 稷山县|