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

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

電池監(jiān)測(cè)

  • 用MOSFET來替代“或”二極管以減少發熱和節省空間

    高可用性電信繫統采用冗餘電源或電池供電來增強繫統的可靠性。人們通常采用分立二極管來把這些電源組合於負載點處

    標簽: MOSFET 二極管 發熱

    上傳時間: 2013-10-29

    上傳用戶:ysjing

  • 采用4mmX4mm QFN封裝的通用型TFT LCD偏置電源和白光LED驅動器

    LTC3524 的 2.5V 至 6V 輸入電源範圍非常適合於那些從鋰離子電池或者多節堿性或鎳電池供電的便攜式設備。LCD 和 LED 驅動器的工作頻率均為 1.5MHz,因而允許使用纖巧、低成本的電感器和電容器。

    標簽: 4mmX4mm QFN LCD LED

    上傳時間: 2013-11-22

    上傳用戶:zzbbqq99n

  • 通過提升性能來縮減太陽能電池板的尺寸

    本設計要點介紹了兩款能夠增加太陽能電池板接收能量的簡單電路。在這兩款電路中,均由太陽能電池板給電池充電,再由電池在沒有陽光照射的情況下提供應用電路運作所需的電源。

    標簽: 性能 太陽能電池板 尺寸

    上傳時間: 2013-11-16

    上傳用戶:KSLYZ

  • 降壓-升壓型控制器簡化手持式產品的DCDC轉換器設計

    對於輸出電壓處於輸入電壓範圍之內 (這在鋰離子電池供電型應用中是一種很常見的情形) 的 DC/DC 轉換器設計,可供采用的傳統解決方案雖有不少,但迄今為止都不能令人非常滿意

    標簽: DCDC 降壓 升壓型 控制器

    上傳時間: 2013-11-19

    上傳用戶:urgdil

  • 纖巧型同步升壓轉換器在700mV條件下啟動

    由於性電池容易購買而且價格相對便宜,因此它為人們帶來了方便,並且成為了便攜式儀器以及室外消遣娛樂設備的電源選擇。

    標簽: 700 mV 同步升壓 轉換器

    上傳時間: 2014-01-07

    上傳用戶:xiaoyaa

  • 排序算法的性能比較 對不同類型的問題規模

    排序算法的性能比較 對不同類型的問題規模,測試各種介紹的排序算法的性能。統計他們的鍵值比較次數,鍵值移動次數以及運行時間并分析結果。 小型問題:N≈20 中型問題:N≈2000 大型問題:N≈200000. C 語言的32關鍵字如下: 實驗原理: 線性表的排序,快速,起泡,選擇,插入。

    標簽: 排序算法 性能比較

    上傳時間: 2013-12-20

    上傳用戶:lingzhichao

  • 1、 了解系統調用pipe()的功能和實際原理 2、 編寫一段程序

    1、 了解系統調用pipe()的功能和實際原理 2、 編寫一段程序,使用管道實現父子進程之間的通信 a) 使用系統調用fork()創建一個子進程 b) 子進程調用函數write()向父進程發送自己的進程ID和字符串” s sending a message to parent.\n”。 c) 父進程調用函數read()通過管道讀出子進程發來的消息,將消息輸出屏幕,然后終止

    標簽: pipe 系統調用 程序 編寫

    上傳時間: 2013-12-16

    上傳用戶:古谷仁美

  • This book is the most accurate and up-to-date source of information the STL currently available. ...

    This book is the most accurate and up-to-date source of information the STL currently available. ... It has an approach and appeal of its own: it explains techniques for building data structures and algorithms on top of the STL, and in this way appreciates the STL for what it is - a framework. Angelika Langer, Independent Consultant and C++ Report Columnist "A superbly authored treatment of the STL......an excellent book which belongs in any serious C++ developer s library." Jim Armstrong, President 2112 F/X, Texas. \n The C++ Standard Template Library (STL) represents a breakthrough in C++ programming techniques. With it, software developers can achieve vast improvements in the reliability of their software, and increase their own productivity.

    標簽: information up-to-date available currently

    上傳時間: 2015-10-31

    上傳用戶:CHINA526

  • 我用matlab寫的一個corner detector, 效果比現在流行的harris

    我用matlab寫的一個corner detector, 效果比現在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, 2:791-794, August 2004. Improved algorithm has been included in A Corner Detector based on Global and Local Curvature Properties and submitted to Optical Engineering.

    標簽: detector matlab corner harris

    上傳時間: 2013-12-30

    上傳用戶:569342831

  • RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digit

    RSA ( Rivest Shamir Adleman )is crypthograph system that used to give a secret information and digital signature . Its security based on Integer Factorization Problem (IFP). RSA uses an asymetric key. RSA was created by Rivest, Shamir, and Adleman in 1977. Every user have a pair of key, public key and private key. Public key (e) . You may choose any number for e with these requirements, 1< e <Æ (n), where Æ (n)= (p-1) (q-1) ( p and q are first-rate), gcd (e,Æ (n))=1 (gcd= greatest common divisor). Private key (d). d=(1/e) mod(Æ (n)) Encyption (C) . C=Mª mod(n), a = e (public key), n=pq Descryption (D) . D=C° mod(n), o = d (private key

    標簽: crypthograph information Adleman Rivest

    上傳時間: 2017-09-01

    上傳用戶:chfanjiang

主站蜘蛛池模板: 南投市| 绍兴市| 乐东| 新巴尔虎右旗| 沙河市| 文登市| 南宁市| 郧西县| 阳新县| 慈溪市| 巴南区| 阿勒泰市| 长乐市| 贺兰县| 顺平县| 林州市| 博罗县| 阿克苏市| 合水县| 吉安市| 通州市| 龙岩市| 丹阳市| 布尔津县| 耒阳市| 桦川县| 兴山县| 海口市| 佛冈县| 岳阳县| 高密市| 萍乡市| 海宁市| 青海省| 游戏| 宾川县| 海门市| 望城县| 广西| 道真| 全椒县|