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

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

跨層設(shè)(shè)計(jì)

  • MiniGUI移植指南V2.0.3

    MiniGUI是由北京飛漫軟件技術(shù)有限公司創(chuàng)辦的開源Linux圖形用戶界面支持系統(tǒng),經(jīng)過近些年的發(fā)展,MiniGUI已經(jīng)發(fā)展成為比較成熟的性能優(yōu)良的、功能豐富的跨操作系統(tǒng)的嵌入式圖形系統(tǒng)

    標(biāo)簽: MiniGUI移植指南V2.0.3.pdf

    上傳時(shí)間: 2015-06-05

    上傳用戶:wentery

  • miniStudio 用戶手冊(cè)-V1.0

    MiniGUI是由北京飛漫軟件技術(shù)有限公司創(chuàng)辦的開源Linux圖形用戶界面支持系統(tǒng),經(jīng)過近些年的發(fā)展,MiniGUI已經(jīng)發(fā)展成為比較成熟的性能優(yōu)良的、功能豐富的跨操作系統(tǒng)的嵌入式圖形系統(tǒng)

    標(biāo)簽: miniStudio 用戶手冊(cè)-V1.0-C.pdf

    上傳時(shí)間: 2015-06-05

    上傳用戶:wentery

  • 演算法評(píng)估

    演算法評(píng)估 用空間和時(shí)間評(píng)估演算法效能 時(shí)間複雜度(Time Complexity) 空間複雜度(Space Complexity) 效能評(píng)估 效能分析(Performance Analysis):事前評(píng)估 效能評(píng)估(Performance Measurement):效能量測(cè) 評(píng)估時(shí)均假設(shè)處理的資料量為n到無(wú)窮大

    標(biāo)簽: 演算

    上傳時(shí)間: 2015-06-13

    上傳用戶:18007270712

  • opengl庫(kù)

    很全的庫(kù).OpenGL(全寫Open Graphics Library)是個(gè)定義了一個(gè)跨編程語(yǔ)言、跨平臺(tái)的編程接口規(guī)格的專業(yè)的圖形程序接口。它用于三維圖像(二維的亦可),是一個(gè)功能強(qiáng)大,調(diào)用方便的底層

    標(biāo)簽: c++opengl庫(kù)

    上傳時(shí)間: 2015-06-27

    上傳用戶:Z1Zhang

  • opengl庫(kù)

    OpenGL(全寫Open Graphics Library)是個(gè)定義了一個(gè)跨編程語(yǔ)言、跨平臺(tái)的編程接口規(guī)格的專業(yè)的圖形程序接口。它用于三維圖像(二維的亦可),是一個(gè)功能強(qiáng)大,調(diào)用方便的底層...

    標(biāo)簽: opengl

    上傳時(shí)間: 2015-06-27

    上傳用戶:Z1Zhang

  • NCC 電容壽命計(jì)算

    探討電容可以使用的壽命,以便cost down

    標(biāo)簽: 電容元件

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

    上傳用戶:任金霞2018

  • numerical_analysis

    數(shù)値計(jì)算 how to write code

    標(biāo)簽: 數(shù)値計(jì)算

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

    上傳用戶:depsyq

  • 重疊20160121

    計(jì)算用,省時(shí)省力又方便古力大家多多運(yùn)用 計(jì)算用,省時(shí)省力又方便古力大家多多運(yùn)用

    標(biāo)簽: 重疊電2016012

    上傳時(shí)間: 2016-02-17

    上傳用戶:栗子zxw

  • linux

    簡(jiǎn)單命令使用grep等的使用 [zorro@isch ~]$ history     1  ifconfig     2  su     3  exit     4  ls     5  cd Desktop/     6  ls     7  tar zxcf VMwareTools-8.4.5-324285.tar.gz      8  tar zxvf VMwareTools-8.4.5-324285.tar.gz      9  cd  vmware-tools-distrib/    10  ls    11  ./vmware-install.pl     12  su    13  ls    14  cd ..    15  ls    16  rm VMwareTools-8.4.5-324285.tar.gz     17  rm -r vmware-tools-distrib    18  ls    19  make    20  ls    21  cd redis/    22  quit    23  ls    24  ca redis/    25  cd redis/    26  cd redis-2.8.17    27  make    28  cd redis-2.8.17    29  ls    30  cd redis-2.8.17    31  cd str    32  cd src    33  ls    34  ./redis-cli    35  ls    36  cd redis-2.8.17 tar.gz    37  make    38  cd src    39  ./redis-server .. /redis.conf    40  ./redis-cli    41  ./redis-server ../redis.conf    42  vi test1.sh    43  ./test1.sh    44  vi test.sh    45  ./test.sh    46  ls    47  chmod 777 test.sh    48  ./test.sh    49  vi express    50  $ grep –n ‘the’ express    51  clear    52  grep -n 'the' express    53  vi express    54  grep -n 'the' express    55  grep -vn 'the'express    56  grep -vn 'the' express    57  grep -in 'the' express    58  vi test2.c    59  grep -l 'the' *.c     60  grep -n 't[ae]st' express    61  grep -n 'oo' express    62  grep -n '[^g]oo' express    63  grep -n '[a^z]oo' express    64  grep -n '[0^9]' express    65  grep -n '^the' express    66  vi express    67  sed -e 'd' express    68  sed -e '1d' express    69  sed -e '1~7d' express    70  sed -e '$d' express     71  sed -e '1,/^$/d' express     72  ls    73  cd    74  pwd    75  history [zorro@isch ~]$ 

    標(biāo)簽: 簡(jiǎn)單命令使用

    上傳時(shí)間: 2016-05-24

    上傳用戶:12345678gan

  • SPSS教程

    迴歸分析的基本假設(shè) (一)固定自變項(xiàng)假設(shè)(fixed variable) (二)線性關(guān)係假設(shè)(linear relationship) (三)常態(tài)性假設(shè)(normality)

    標(biāo)簽: 回歸分析 主成分分析

    上傳時(shí)間: 2016-10-11

    上傳用戶:Gower's

主站蜘蛛池模板: 沙坪坝区| 资源县| 夏河县| 荥阳市| 沙洋县| 英山县| 磐安县| 汝城县| 灵璧县| 海淀区| 黔江区| 高尔夫| 庄浪县| 临清市| 台北县| 陆川县| 乐平市| 嘉祥县| 桑植县| 阜宁县| 东丽区| 德保县| 晋中市| 察雅县| 新平| 古丈县| 额敏县| 新建县| 托克逊县| 岳西县| 洪洞县| 班玛县| 洛南县| 永和县| 耒阳市| 廊坊市| 天柱县| 东安县| 潞城市| 隆德县| 东宁县|