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

蟲(chóng)蟲(chóng)首頁(yè)| 資源下載| 資源專(zhuān)輯| 精品軟件
登錄| 注冊(cè)

可編程<b>器件</b>

  • 摘要:AD9852是美國(guó)ANALOGDEVICES公司生產(chǎn)的新型直接數(shù)字頻率合成器(DDS)

    摘要:AD9852是美國(guó)ANALOGDEVICES公司生產(chǎn)的新型直接數(shù)字頻率合成器(DDS),具有頻率轉(zhuǎn)換速度快(小于lt~s)、頻譜純度高、工作溫度范圍寬(一25℃~+85℃)、集成度高等特點(diǎn),是一種使用方便靈活、功能較強(qiáng)的芯片。AD9852由帶有48位相位累加的數(shù)控振蕩器、可墑程參考時(shí)鐘倍乘器、反向正弦濾波器、計(jì)數(shù)倍乘器、兩個(gè)300MHz12住數(shù)模轉(zhuǎn)換器、高速模擬比較器和接口邏輯組成。可用于本振合成回路,高精度時(shí)鐘發(fā)生器和FSK//3PSK調(diào)制。文中介紹了AD9852的工作原理、引腳功能以廈具體應(yīng)用。

    標(biāo)簽: ANALOGDEVICES 9852 DDS AD

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

    上傳用戶(hù):kiklkook

  • We have a group of N items (represented by integers from 1 to N), and we know that there is some tot

    We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.

    標(biāo)簽: represented integers group items

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

    上傳用戶(hù):jeffery

  • The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical)

    The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).

    標(biāo)簽: converts Toolbox complex logical

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

    上傳用戶(hù):a673761058

  • 51單片機(jī)模擬i2c完整源代碼

    51單片機(jī)模擬i2c完整源代碼,經(jīng)過(guò)測(cè)試,可應(yīng)用于i2c器件通信!

    標(biāo)簽: i2c 51單片機(jī) 模擬 源代碼

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

    上傳用戶(hù):電子世界

  • MAX7219編程指南

    MAX7219編程指南,包括C例程,器件說(shuō)明。

    標(biāo)簽: 7219 MAX 編程指南

    上傳時(shí)間: 2016-07-15

    上傳用戶(hù):15736969615

  • ㆒ 般㆟ 對(duì) C++ templates 的粗淺印象

    ㆒ 般㆟ 對(duì) C++ templates 的粗淺印象,大約停留在「容器(containers)」的製作㆖ 。稍有研究 則會(huì)發(fā)現(xiàn),templates衍生出來(lái)的 C++ Generic Programming(泛型編程)技術(shù),在 C++ 標(biāo)準(zhǔn)程 式庫(kù)㆗ 已經(jīng)遍㆞ 開(kāi)花結(jié)果。以 STL為重要骨幹的 C++ 標(biāo)準(zhǔn)程式庫(kù),將 templates 廣泛運(yùn)用於容 器 (containers) 、演算法 (algorithms) 、仿函式 (functors) 、配接器 (adapters) 、配置器 (allocators) 、 迭代器(iterators)㆖ 頭,無(wú)處不在,無(wú)役不與,乃至於原有的 class-based iostream都被改寫(xiě)為 template-based iostream。

    標(biāo)簽: templates 12690 12703

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

    上傳用戶(hù):rocwangdp

  • 這個(gè)是去年寫(xiě)的東東。 以前公司一直使用易飛ERP

    這個(gè)是去年寫(xiě)的東東。 以前公司一直使用易飛ERP,也因此自學(xué)了Delphi(本人以前一直使用VFP), 這是第一個(gè)模擬易飛界面的東東。 以前有進(jìn)過(guò)易飛俱樂(lè)部論壇(http://www.dcmsclub.com)的朋友可能有下載過(guò)。 裏面使用到的都是D7裏自帶的標(biāo)準(zhǔn)組件. 認(rèn)識(shí)一些共同研究易飛及Delphi編程方面的朋友. 由于本人也在處于入門(mén)階段,非常感謝盒子及各位朋友的幫助。3Q! 先把MainMenu.exe文件改名下(可不要覆蓋掉原來(lái)易飛的文件啊), 解壓復(fù)制到易飛安裝目錄下的c_dsbin文件夾裏 如 易飛安裝在D盤(pán)的Conductor 文件夾,則解壓至D:\Conductor\c_dsbin 注:本源碼只供新手參考,有錯(cuò)的請(qǐng)指出。

    標(biāo)簽: ERP

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

    上傳用戶(hù):lanhuaying

  • 這是我用Verilog寫(xiě)的DES加解密程序,準(zhǔn)確的說(shuō)這是一份實(shí)驗(yàn)報(bào)告,里面不但有程序還有簡(jiǎn)單的注釋[主要是針對(duì)仿真的波形的],我主要寫(xiě)的是主控部分,密鑰生成部分參考了下版原康宏的程序.該程序即可加密也

    這是我用Verilog寫(xiě)的DES加解密程序,準(zhǔn)確的說(shuō)這是一份實(shí)驗(yàn)報(bào)告,里面不但有程序還有簡(jiǎn)單的注釋[主要是針對(duì)仿真的波形的],我主要寫(xiě)的是主控部分,密鑰生成部分參考了下版原康宏的程序.該程序即可加密也可解密,選用CycloneII器件即能跑到100Mhz以上.

    標(biāo)簽: Verilog 程序 DES

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

    上傳用戶(hù):refent

  • 漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    漢諾塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    標(biāo)簽: the animation Simulate movement

    上傳時(shí)間: 2017-02-11

    上傳用戶(hù):waizhang

  • 一個(gè)簡(jiǎn)單的RPG遊戲DEMO源碼

    一個(gè)簡(jiǎn)單的RPG遊戲DEMO源碼,遊戲?qū)W院的教材里有配套說(shuō)明,非常適合初學(xué)C++編程的人參考

    標(biāo)簽: DEMO RPG

    上傳時(shí)間: 2017-03-19

    上傳用戶(hù):gxrui1991

主站蜘蛛池模板: 宽甸| 张家川| 金平| 墨玉县| 正定县| 乌鲁木齐县| 横峰县| 乃东县| 威远县| 达日县| 乌兰察布市| 务川| 合江县| 青海省| 博白县| 临海市| 墨脱县| 霍州市| 墨脱县| 深州市| 公安县| 阜康市| 莫力| 绵竹市| 乐业县| 南投县| 沛县| 容城县| 阜宁县| 江油市| 溧阳市| 顺义区| 尚义县| 闻喜县| 华蓥市| 永城市| 舒城县| 隆德县| 张家港市| 武邑县| 桦南县|