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

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

omap-l

  • David L. Carroll的遺傳算法的fortran源代碼

    David L. Carroll的遺傳算法的fortran源代碼

    標(biāo)簽: L. Carroll fortran David

    上傳時(shí)間: 2015-08-22

    上傳用戶:JIUSHICHEN

  • 關(guān)于IBM Blue Gene/L一些資料

    關(guān)于IBM Blue Gene/L一些資料

    標(biāo)簽: Blue Gene IBM

    上傳時(shí)間: 2015-08-28

    上傳用戶:xinzhch

  • 關(guān)于IBM Blue Gene/L上MPI實(shí)現(xiàn)的資料

    關(guān)于IBM Blue Gene/L上MPI實(shí)現(xiàn)的資料

    標(biāo)簽: Blue Gene IBM MPI

    上傳時(shí)間: 2015-08-28

    上傳用戶:huql11633

  • MD5 加 密的V i s u a l C + + S o u r c e C o d e .

    MD5 加 密的V i s u a l C + + S o u r c e C o d e .

    標(biāo)簽: MD5

    上傳時(shí)間: 2014-01-04

    上傳用戶:lunshaomo

  • by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See

    by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) the text of Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon

    標(biāo)簽: L. published Schwartz Edition

    上傳時(shí)間: 2014-11-29

    上傳用戶:kr770906

  • by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See

    by Randal L. Schwartz and Tom Phoenix ISBN 0-596-00132-0 Third Edition, published July 2001. (See the catalog page for this book.) Learning Perl, 3rd Edition. Table of Contents Copyright Page Preface Chapter 1: Introduction Chapter 2: Scalar Data Chapter 3: Lists and Arrays Chapter 4: Subroutines Chapter 5: Hashes Chapter 6: I/O Basics Chapter 7: Concepts of Regular Expressions Chapter 8: More About Regular Expressions Chapter 9: Using Regular Expressions Chapter 10: More Control Structures Chapter 11: Filehandles and File Tests Chapter 12: Directory Operations Chapter 13: Manipulating Files and Directories Chapter 14: Process Management Chapter 15: Strings and Sorting Chapter 16: Simple Databases Chapter 17: Some Advanced Perl Techniques Appendix A: Exercise Answers Appendix B: Beyond the Llama Index Colophon

    標(biāo)簽: L. published Schwartz Edition

    上傳時(shí)間: 2015-09-03

    上傳用戶:lifangyuan12

  • L為樁長

    L為樁長,r為計(jì)算點(diǎn)與樁軸線的水平距離,z為計(jì)算點(diǎn)距離地面深度。都取正值 %f1,f2,f3依次是點(diǎn)荷載、均布荷載以及三角形荷載下的Geddes應(yīng)力解函數(shù) %Ip,Ir,It依次是對(duì)應(yīng)三個(gè)荷載下的應(yīng)力系數(shù),負(fù)表示拉,正表示壓

    標(biāo)簽:

    上傳時(shí)間: 2014-05-23

    上傳用戶:xuanjie

  • 叉排序樹與平衡二叉排序樹基本操作的實(shí)現(xiàn) 用二叉鏈表作存儲(chǔ)結(jié)構(gòu) (1)以回車( )為輸入結(jié)束標(biāo)志,輸入數(shù)列L,生成二叉排序樹T; (2)對(duì)二叉排序樹T作中序遍歷,輸出結(jié)果; (3)計(jì)算

    叉排序樹與平衡二叉排序樹基本操作的實(shí)現(xiàn) 用二叉鏈表作存儲(chǔ)結(jié)構(gòu) (1)以回車( \n )為輸入結(jié)束標(biāo)志,輸入數(shù)列L,生成二叉排序樹T; (2)對(duì)二叉排序樹T作中序遍歷,輸出結(jié)果; (3)計(jì)算二叉排序樹T的平均查找長度,輸出結(jié)果; (4)輸入元素x,查找二叉排序樹T,若存在含x的結(jié)點(diǎn),則刪除該結(jié) 點(diǎn),并作中序遍歷(執(zhí)行操作2);否則輸出信息“無結(jié)點(diǎn)x”; (5)判斷二叉排序樹T是否為平衡二叉樹,輸出信息“OK!”/“NO!”;

    標(biāo)簽: 排序 基本操作 存儲(chǔ)結(jié)構(gòu)

    上傳時(shí)間: 2013-12-23

    上傳用戶:wab1981

  • 該源碼是一個(gè)問題的解決方法。問題是給你個(gè)長為L的串

    該源碼是一個(gè)問題的解決方法。問題是給你個(gè)長為L的串,串中可以出現(xiàn)n種字符,還給出m個(gè)子串,求有多少個(gè)長為n的只由這些字串組成的串。輸入例子:4 5 6 ABB BCA BCD CAB CDD DDA 結(jié)果為2.而5 4 5 E D C B A的結(jié)果為625

    標(biāo)簽: 源碼

    上傳時(shí)間: 2014-01-12

    上傳用戶:水中浮云

  • 鏈表L

    鏈表L,創(chuàng)建公有成員函數(shù)Split(A,B ),創(chuàng)建2個(gè)新表A,B,使的A 中含有L中奇數(shù)位置元數(shù),B中含L偶數(shù)位置元數(shù)

    標(biāo)簽:

    上傳時(shí)間: 2014-01-14

    上傳用戶:磊子226

主站蜘蛛池模板: 原阳县| 临汾市| 旬阳县| 邹平县| 长白| 满洲里市| 宝鸡市| 新竹市| 辽源市| 柘荣县| 塘沽区| 柳江县| 栾城县| 秦皇岛市| 偏关县| 阳春市| 江门市| 云浮市| 永新县| 和田县| 麻城市| 景洪市| 黑山县| 雷州市| 常熟市| 新津县| 西城区| 武定县| 滁州市| 山丹县| 兴安县| 成都市| 涟源市| 河东区| 双牌县| 韩城市| 忻城县| 固原市| 云霄县| 郴州市| 志丹县|