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

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

complex-valued

  • Plot your multichannel data despite of being real or complex in Matlab. Mreshape reshapes your 3d d

    Plot your multichannel data despite of being real or complex in Matlab. Mreshape reshapes your 3d data by your desired arrangment. Mreshape4 reshape your 4d data

    標簽: your multichannel Mreshape reshapes

    上傳時間: 2017-05-07

    上傳用戶:gtf1207

  • Complex Wave Synthesizer

    Complex Wave Synthesizer

    標簽: Synthesizer Complex Wave

    上傳時間: 2013-12-17

    上傳用戶:sjyy1001

  • Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be

    Video-DVM is a very cheap DVM that shows how an output as complex as a videocomposite signal can be generated entirely in software: two I/O pins and three resistors are all the hardware required. Connected to any TV set it displays voltages, included max and min peaks, using both giant digits and an analog bar-display . A serial data output for computer data logging is provided, too.

    標簽: videocomposite Video-DVM complex output

    上傳時間: 2014-12-09

    上傳用戶:xuan‘nian

  • Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming la

    Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn. Once mastered, however, it can help you organize and process information with amazing efficiency and quickness.

    標簽: programming adaptable flexible Despite

    上傳時間: 2013-12-31

    上傳用戶:zhyiroy

  • Visual C++ is a powerful and complex tool for building 32-bit applications for Window 95 and Window

    Visual C++ is a powerful and complex tool for building 32-bit applications for Window 95 and Windows NT

    標簽: Window applications and for

    上傳時間: 2014-12-05

    上傳用戶:wxhwjf

  • 建立用于完成復數算術運算的類Complex。編寫一個程序測試該類。

    建立用于完成復數算術運算的類Complex。編寫一個程序測試該類。

    標簽: Complex 算術運算 程序 測試

    上傳時間: 2017-06-20

    上傳用戶:lifangyuan12

  • Hardware random number generators attempt to extract randomness directly from complex physical syst

    Hardware random number generators attempt to extract randomness directly from complex physical systems. In this way they create random outputs without requiring any seed inputs. In this paper we describe how to use Physical Random Functions (or Physical Unclonable Functions, PUFs) to create a candidate hardware random number generator.

    標簽: generators randomness Hardware directly

    上傳時間: 2013-12-20

    上傳用戶:縹緲

  • 定義一個復數類Complex

    定義一個復數類Complex,使得下面的代碼能夠工作 Complex c1(3,5); // 用復數3+5i初始化c1 Complex c2 = 4.5; // 用實參4.5初始化c2 c1.add(c2); // 將c1與c2相加,結果保存在c1中 c1.show(); // 將c1輸出(這時結果應該是7.5+5i)

    標簽: Complex 定義

    上傳時間: 2016-05-17

    上傳用戶:拉梅系數

  • 基于ARM和CPLD的可擴展嵌入式系統設計

    進入20世紀90年代后,隨著全球信息化、智能化、網絡化的發展,嵌入式系統技術獲得了前所未有的發展空間。 嵌入式系統的最大特點之_是其所具有的目的性或針對性,即每一套嵌入式系統的開發設計都有其特殊的應用場合與特定功能,這也是嵌入式系統與通剛的計算機系統最主要的區別。由于嵌入式系統是為特定的目的而設計的,且常常受到體積、成本、功能、處理能力等各種條件的限制。因此,如果可以最大限度地提高應用系統硬件上和軟件上的靈活性,就可以用最低的成本,最少的時間,快速的完成功能的轉換。 本課題的目的在于提出并設計一種基于ARM(Advanced RISC Machines)和CPLD(Complex Programmable Logic Device)的可擴展功能嵌入式系統平臺,并完成了系統的硬件設計和PCI(Peripheral Component Interconnect)橋的固件設計。設計過程中采用美國ALTIUM公司的ALTIUM DESIGNER 6.0 EDA軟件開發了系統的硬件部分。在整個硬件開發環節中,充分采用高速PCB(Printed Circuit Board)的設計原則,并進行全面的電路仿真試驗,保證了硬件系統的高度可靠性。本系統承襲了ARM7系列處理器高性能、低功耗、低成本的優點,并充分考慮到用戶的需要,擴展了多種常用的外部設備接口以及藍牙無線接口等,為將米各種可能的應用提供了完善的硬件基礎。概括總結起來本文具體工作如下: 1.完全自主設計了具有高擴展性的基于LPC2292嵌入式處理器的嵌入式系統應用開發平臺。基于該硬件平臺,可以實現許多基于ARM架構處理器的嵌入式應剛而無需對硬什系統作出大的改變,如多協議轉換器、CAN(Control Area Network)總線網關、以太網關、各種工業控制應用等。并在具體的設計實踐中,總結出了嵌入式系統硬件平臺的設計原則及設計方法。 2.完成了基于CPLD的PCI橋接芯片的同什設計,在ARM硬件平臺上成功擴展了PCI設備,成功解決了ARM處理器和PCI從設備之間通訊的問題。 3.完成了對所開發的嵌入式系統硬件平臺的測試工作,完成了基于AT89C51的PCI測試卡軟硬件設計。基于此測試卡,可以實現對系統中的PCI通訊功能進行有效測試,以保證整個硬件系統正常、高效、穩定地運行。本系統的設計完成,使其可以作為嵌入式應用的二次開發或實驗平臺,用于工業產品開發及高校相關專業的實踐教學。

    標簽: CPLD ARM 擴展 嵌入式系統設計

    上傳時間: 2013-05-22

    上傳用戶:sztfjm

  • PCB Design Considerations and Guidelines for 0.4mm and 0.5mm WLPs

    Abstract: Using a wafer-level package (WLP) can reduce the overall size and cost of your solution.However when using a WLP IC, the printed circuit board (PCB) layout can become more complex and, ifnot carefully planned, result in an unreliable design. This article presents some PCB designconsiderations and general recommendations for choosing a 0.4mm- or 0.5mm-pitch WLP for yourapplication.

    標簽: Considerations Guidelines and Design

    上傳時間: 2013-10-14

    上傳用戶:ysystc699

主站蜘蛛池模板: 安阳县| 新巴尔虎左旗| 兴义市| 定边县| 钦州市| 东台市| 沂源县| 理塘县| 若尔盖县| 安岳县| 彰化市| 大足县| 苏尼特右旗| 洪泽县| 和平县| 阿克陶县| 榆林市| 浮梁县| 济宁市| 丘北县| 砀山县| 庆城县| 明水县| 曲阜市| 永新县| 洛扎县| 勐海县| 老河口市| 呼玛县| 海淀区| 南雄市| 邵阳市| 永登县| 开平市| 蛟河市| 正阳县| 凌云县| 陇西县| 巧家县| 四会市| 上栗县|