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

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

J-LINK

  • 經典c程序100例==1--10 【程序1】 題目:有1、2、3、4個數字

    經典c程序100例==1--10 【程序1】 題目:有1、2、3、4個數字,能組成多少個互不相同且無重復數字的三位數?都是多少? 1.程序分析:可填在百位、十位、個位的數字都是1、2、3、4。組成所有的排列后再去       掉不滿足條件的排列。 2.程序源代碼: main() { int i,j,k printf("\n") for(i=1 i<5 i++)    /*以下為三重循環*/  for(j=1 j<5 j++)    for (k=1 k<5 k++)    {     if (i!=k&&i!=j&&j!=k)    /*確保i、j、k三位互不相同*/     printf("%d,%d,%d\n",i,j,k)    }

    標簽: 100 程序 10 數字

    上傳時間: 2014-01-07

    上傳用戶:lizhizheng88

  • ADT串的實現:主要包括以下操作:§ copy(s1,s2)把串s1復制到s2 § concat(s,s1,s2)連接S1,S2

    ADT串的實現:主要包括以下操作:§ copy(s1,s2)把串s1復制到s2 § concat(s,s1,s2)連接S1,S2,結果放在S中 § delete(s,i,j)將串s中從第i個字符開始的連續j個字符刪除,如果i+j>s.len則一直刪除到串尾 § insert(s,s1,i)將串S1插入串S的第i個字符后

    標簽: concat copy ADT 操作

    上傳時間: 2013-12-11

    上傳用戶:奇奇奔奔

  • 此為編譯原理實驗報告 學習消除文法左遞規算法

    此為編譯原理實驗報告 學習消除文法左遞規算法,了解消除文法左遞規在語法分析中的作用 內含 設計算法 目的 源碼 等等.... 算法:消除左遞歸算法為: (1)把文法G的所有非終結符按任一種順序排列成P1,P2,…Pn 按此順序執行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的規則改寫成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是關于Pj的所有規則; 消除關于Pi規則的直接左遞歸性 END (3)化簡由(2)所得的文法。即去除那些從開始符號出發永遠無法到達的非終結符的 產生規則。

    標簽: 編譯原理 實驗報告 算法

    上傳時間: 2015-03-29

    上傳用戶:極客

  • 誤差分析的方法有多種

    誤差分析的方法有多種,例如,威點遜(J. H. Wilkison)針對的計算機的浮點運算提出的“向后誤差分析”,這是一種先驗估計誤差的方法,較以往的“向前誤差分析”在矩陣運算的舍入誤差估計上有較好的結果,以而使矩陣的誤差分析獲得了突破性的進展,使不少用向前誤差分析難于判定可靠性的數值方法獲得新的進展。

    標簽: 誤差分析

    上傳時間: 2013-12-09

    上傳用戶:FreeSky

  • LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interfa

    LIBSVM is an integrated software for support vector classification. LIBSVM provides a simple interface where users can easily link it with their own programs.

    標簽: LIBSVM classification integrated software

    上傳時間: 2015-04-04

    上傳用戶:alan-ee

  • 調用過程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combinin

    調用過程 CM = Confusion_matrix(train_predicts, train_targets) [combining_predicts, errorrate] = combining_NB(DP, test_targets, CM) DP,三維數組,(i,j,k)為第k個樣本的DP矩陣 targets 為 0 1 2

    標簽: combining_predicts Confusion_matrix train_predicts train_targets

    上傳時間: 2015-04-04

    上傳用戶:it男一枚

  • 求解網絡中的最短路徑。假設某個計算機網絡有n個站點

    求解網絡中的最短路徑。假設某個計算機網絡有n個站點,依次編號為1,2,…,n;有的站點之間有直接的線路連接(即這兩個站點之間沒有其它站點),有的站點之間沒有直接的線路連接。如果用三元組(i,j,f)來表示該網絡中的站點I和站點j之間有直接的線路連接且它們之間的距離為f 當已知該網絡各站點之間的直接連接情況由m個三元組(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)確定時,要求計算出對于網絡中任意一個站點g(1≤g≤n)到其余各站點的最短距離。

    標簽: 網絡 最短路徑 站點 計算機網絡

    上傳時間: 2013-12-27

    上傳用戶:asdkin

  • 算法ebook(10部算法經典著作的合集) 算法ebook> 10部算法經典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Hor

    算法ebook(10部算法經典著作的合集) 算法ebook> 10部算法經典著作的合集 chm格式 (1)Fundamentals of Data Structures by Ellis Horowitz and Sartaj Sahni (2)Data Structures, Algorithms and Program Style Using C by James F. Korsh and Leonard J. Garrett (3)Data Structures and Algorithm Analysis in C by Mark Allen Weiss (4)Data Structures: From Arrays to Priority Queues by Wayne Amsbury (5)Information Retrieval: Data Structures & Algorithms edited by William B. Frakes and Ricardo Baeza-Yates (6)Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, and Ronald L. Rivest (7)Practical Data Structures in C++ by Bryan Flamig (8)Reliable Data Structures in C by Thomas Plum (9)Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California (10)DDJ Algorithms and Data Structures Articles

    標簽: ebook Fundamentals Structures Ellis

    上傳時間: 2015-04-04

    上傳用戶:tfyt

  • The Small C compiler translates a subset of the C language into assembly language. It runs under P

    The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.

    標簽: language translates compiler assembly

    上傳時間: 2015-04-08

    上傳用戶:Avoid98

  • linux 環境下 elf可執行文件格式標準 包括程序裝載

    linux 環境下 elf可執行文件格式標準 包括程序裝載,load,link過程。

    標簽: linux elf 環境 可執行

    上傳時間: 2015-04-09

    上傳用戶:遠遠ssad

主站蜘蛛池模板: 长葛市| 阿鲁科尔沁旗| 屯留县| 定兴县| 枣庄市| 嫩江县| 临澧县| 廊坊市| 福安市| 平江县| 广河县| 若羌县| 汝南县| 徐汇区| 同仁县| 南昌县| 惠水县| 轮台县| 沁源县| 顺义区| 抚远县| 大石桥市| 太仓市| 德惠市| 临江市| 佛学| 博爱县| 蒙阴县| 宿州市| 航空| 蚌埠市| 河北区| 十堰市| 钟祥市| 泊头市| 彭阳县| 浑源县| 正定县| 河池市| 临澧县| 永顺县|