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

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

實(shí)時(shí)監(jiān)測(cè)

  • 高壓雙管反激變換器的設計

    高壓雙管反激變換器的設計:介紹一種雙管反激的電路拓撲,分析了其工作原理,給出了一些關鍵技術參數的計算公式,設計并研制成功的30W 380V AC5 0H z/510V DC/+15.1 V DC(1A )、+5.2VDC(2A)輔助開關電源具有功率密度高、變換效率高、可靠性高等優良的綜合性能。該變換器在高電壓輸人情況下有重要的應用價值。【關 鍵 詞 】變換器,輔助開關電源,雙管反激 [Abstract】 A n e wt opologyfo rd oubles witchfl ybackc onverteris in troduced.Th eo perationp rincipleis a nalyzeda nds ome for mulas for calculating key parameters for the topology are presented. The designed and produced auxiliary switching power supply,i. e. 30W 380V AC5 0H z/5 10V DC/+15.1 V DC《1A )、+5.2 V DC《2A ),hase xcellentc omprehensivep erformances sucha sh ighp owerd ensity, hi ghc onversione fficiencya ndh ighr eliability.Th isc onverterh asim portanta pplicationv aluef orh igh input voltag [Keywords ]converter,au xiliary switchingp owers upply,do ubles witchf lybac

    標簽: 雙管反激 變換器

    上傳時間: 2013-11-01

    上傳用戶:Ants

  • 魔陣的又一個實例。 你輸入一個素數

    魔陣的又一個實例。 你輸入一個素數,之後將會在相同的目錄下面 生成一個.txt文件,裏面有一個n*n的魔陣

    標簽:

    上傳時間: 2015-01-14

    上傳用戶:weiwolkt

  • 這是當初在學網路程式時所寫的

    這是當初在學網路程式時所寫的,所以有很多很多地方可以改進, 有心人士就拿去亂改吧! 先執行(server) Server 然後再開兩個 (Client) LoginFrame 就能連了。 那個密碼部份是假的,沒有啥用處,可以把它改成輸入ip , 當初是直接設 127.0.0.1,以方便測試。

    標簽: 程式

    上傳時間: 2014-12-03

    上傳用戶:jackgao

  • 這是一個簡單的小工具,有點類似我們使用form方式設計時,使用behaver方式讓各個form作轉場特效一樣,不過這個工具是針對各個movie clip,相信對一些Art設計師有一定的幫助囉, 使

    這是一個簡單的小工具,有點類似我們使用form方式設計時,使用behaver方式讓各個form作轉場特效一樣,不過這個工具是針對各個movie clip,相信對一些Art設計師有一定的幫助囉, 使用的是Transition manager方式完成,相信不久會有利用tween class方式的程式產生器吧..其實我還蠻需要的...因為help檔沒有,有時要參考指令,都要上網查一次

    標簽: form behaver movie clip

    上傳時間: 2013-12-17

    上傳用戶:hasan2015

  • 可實現MIMO-OFDM系統的adaptive_blind功能

    可實現MIMO-OFDM系統的adaptive_blind功能,並進行了詳細的測試

    標簽: adaptive_blind MIMO-OFDM 系統

    上傳時間: 2013-12-23

    上傳用戶:225588

  • 介紹ofdm通道估測的書籍內容很完整

    介紹ofdm通道估測的書籍內容很完整,可以對於OFDM實作有深刻了解

    標簽: ofdm

    上傳時間: 2014-01-01

    上傳用戶:13517191407

  • 演算法評估

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

    標簽: 演算

    上傳時間: 2015-06-13

    上傳用戶:18007270712

  • linux

    簡單命令使用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 ~]$ 

    標簽: 簡單命令使用

    上傳時間: 2016-05-24

    上傳用戶:12345678gan

  • N系列射頻同軸連接器

    N系列射頻同軸連接器

    標簽: 射頻 同軸連接器

    上傳時間: 2013-06-29

    上傳用戶:eeworm

  • protel99se 經典實例

    protel99se 經典實例protel99se 經典實例

    標簽: protel 99 se

    上傳時間: 2013-06-21

    上傳用戶:咔樂塢

主站蜘蛛池模板: 奇台县| 会泽县| 察雅县| 通化县| 房山区| 泰宁县| 文山县| 蒲江县| 周口市| 浦东新区| 昭苏县| 小金县| 巴南区| 阿拉善左旗| 新平| 孙吴县| 辽阳县| 楚雄市| 屏边| 广宗县| 同德县| 娄底市| 建阳市| 宜昌市| 邹城市| 镇赉县| 五台县| 绩溪县| 红桥区| 玉山县| 景泰县| 揭阳市| 恭城| 昆山市| 桑日县| 泸西县| 海南省| 南丰县| 永兴县| 积石山| 库车县|