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

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

銷(xiāo)售預(yù)(yù)測(cè)(cè)

  • 替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G

    替代加密: A B C D E F G H I J K L M N O P Q R S T U V W 密文 Y Z D M R N H X J L I O Q U W A C B E G F K P 明文 X Y Z T S V I HAVE A DREAM!# 密文?? 用ARM編程實(shí)現(xiàn)替代加密。

    標(biāo)簽: 加密

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

    上傳用戶:qq521

  • 在C8051中用I/O口模擬SPI的C代碼.

    在C8051中用I/O口模擬SPI的C代碼.

    標(biāo)簽: C8051 SPI 模擬 C代碼

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

    上傳用戶:498732662

  • cmac 訓(xùn)練簡(jiǎn)單線性函數(shù)程序,z = sin(x + y),為c++程序

    cmac 訓(xùn)練簡(jiǎn)單線性函數(shù)程序,z = sin(x + y),為c++程序

    標(biāo)簽: cmac sin 程序 單線

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

    上傳用戶:bakdesec

  • linux組播代碼 #! /bin/sh gcc -Wall mcastclient.c -o mcastclient gcc -Wall mcastserver.c -o mcastserve

    linux組播代碼 #! /bin/sh gcc -Wall mcastclient.c -o mcastclient gcc -Wall mcastserver.c -o mcastserver #./mcastserver 230.1.1.1 7838 #./mcastclient 230.1.1.1 7838 192.168.100.1 12345

    標(biāo)簽: mcastclient Wall mcastserver mcastserve

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

    上傳用戶:lepoke

  • Arduino 數(shù)位I/O的標(biāo)準(zhǔn)測(cè)試程式

    Arduino 數(shù)位I/O的標(biāo)準(zhǔn)測(cè)試程式,利用讀取輸入的數(shù)位訊來(lái)控制輸出的數(shù)位訊號(hào),文中有詳細(xì)的描述與介紹說(shuō)明。

    標(biāo)簽: Arduino 程式

    上傳時(shí)間: 2017-05-23

    上傳用戶:6546544

  • Stanley B Lippman和J o s é e L a j o i e寫(xiě)的c++ primer 中文版(第三版)。

    Stanley B Lippman和J o s é e L a j o i e寫(xiě)的c++ primer 中文版(第三版)。

    標(biāo)簽: Stanley Lippman primer

    上傳時(shí)間: 2017-06-12

    上傳用戶:talenthn

  • CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` c

    CC = gcc clist: clist.c $(CC) `gtk-config --cflags` clist.c -o clist `gtk-config --libs` clean: rm -f *.o clist *.bak

    標(biāo)簽: clist gtk-config cflags CC

    上傳時(shí)間: 2017-06-12

    上傳用戶:開(kāi)懷常笑

  • c++ Ngô n ngữ C cho vi đ iề u khiể n Các tài liệ u tham khả o, e

    c++ Ngô n ngữ C cho vi đ iề u khiể n Các tài liệ u tham khả o, ebook. Programming Microcontrollers in C (Ted Van Sickle) C Programming for Microcontrollers (Joe Pardue SmileyMicros.com ) Programming 16-Bit PIC Microcontrollers in C (Jucio di jasio ) C Programming for AVR Programming embedded system I,II (Michael J . Pont ) ( các tài liệ u này đ ã down load về )

    標(biāo)簽: 7919 7873 7843 7875

    上傳時(shí)間: 2017-07-29

    上傳用戶:壞壞的華仔

  • HI-TECH PICC C的使用說(shuō)明

    HI-TECH PICC C 的使用說(shuō)明. 這里我們只講述了PICC C 與標(biāo)準(zhǔn)C 的不同,它不是一本C 語(yǔ)言的教程, 并且我們假定你有C 語(yǔ)言的基礎(chǔ). 為了對(duì)PIC 單片機(jī)有更好的支持,PICC 在標(biāo)準(zhǔn)C 的基礎(chǔ)上作了一些擴(kuò)充:􀁺 定義I/O 函數(shù),以便在你的硬件系統(tǒng)中使用<stdio.h>中定義的函數(shù)。􀁺 用C 語(yǔ)言編寫(xiě)中斷服務(wù)程序􀁺 用C 語(yǔ)言編寫(xiě)I/O 操作程序􀁺 C 語(yǔ)言與匯編語(yǔ)言間的接口1-1 與標(biāo)準(zhǔn)C 的不同PICC 只在一處與標(biāo)準(zhǔn)C 不同:函數(shù)的重入。因?yàn)镻IC 單片機(jī)的寄存器及堆棧有限,所以PICC 不支持可重入函數(shù)。1-2 支持的PIC 芯片PICC 支持很多PIC 單片機(jī),支持PIC 單片機(jī)的類型在LIB 目錄下的picinfo.ini文件中有定義。1-3 PICC 包含一些標(biāo)準(zhǔn)庫(kù)1-4 PICC 編譯器可以輸出一些格式的目標(biāo)文件,缺省設(shè)置為輸出Bytecraft 的'COD'格式和 Intel 的'HEX'格式。你可以用表1-1 中的命令來(lái)指定輸出格式。

    標(biāo)簽: HI-TECH PICC 使用說(shuō)明

    上傳時(shí)間: 2013-10-10

    上傳用戶:781354052

  • Xilinx UltraScale:新一代架構(gòu)滿足您的新一代架構(gòu)需求(EN)

      中文版詳情瀏覽:http://www.elecfans.com/emb/fpga/20130715324029.html   Xilinx UltraScale:The Next-Generation Architecture for Your Next-Generation Architecture    The Xilinx® UltraScale™ architecture delivers unprecedented levels of integration and capability with ASIC-class system- level performance for the most demanding applications.   The UltraScale architecture is the industr y's f irst application of leading-edge ASIC architectural enhancements in an All Programmable architecture that scales from 20 nm planar through 16 nm FinFET technologies and beyond, in addition to scaling from monolithic through 3D ICs. Through analytical co-optimization with the X ilinx V ivado® Design Suite, the UltraScale architecture provides massive routing capacity while intelligently resolving typical bottlenecks in ways never before possible. This design synergy achieves greater than 90% utilization with no performance degradation.   Some of the UltraScale architecture breakthroughs include:   • Strategic placement (virtually anywhere on the die) of ASIC-like system clocks, reducing clock skew by up to 50%    • Latency-producing pipelining is virtually unnecessary in systems with massively parallel bus architecture, increasing system speed and capability   • Potential timing-closure problems and interconnect bottlenecks are eliminated, even in systems requiring 90% or more resource utilization   • 3D IC integration makes it possible to build larger devices one process generation ahead of the current industr y standard    • Greatly increased system performance, including multi-gigabit serial transceivers, I/O, and memor y bandwidth is available within even smaller system power budgets   • Greatly enhanced DSP and packet handling   The Xilinx UltraScale architecture opens up whole new dimensions for designers of ultra-high-capacity solutions.

    標(biāo)簽: UltraScale Xilinx 架構(gòu)

    上傳時(shí)間: 2013-11-13

    上傳用戶:瓦力瓦力hong

主站蜘蛛池模板: 邵阳县| 淮滨县| 新津县| 车致| 嘉禾县| 徐闻县| 晋中市| 子长县| 金溪县| 顺昌县| 二手房| 五常市| 揭西县| 迭部县| 韶山市| 阳西县| 额敏县| 德令哈市| 宜川县| 安泽县| 正安县| 永定县| 广德县| 龙门县| 彰化县| 苗栗市| 伊宁市| 尚义县| 太保市| 蓬莱市| 新疆| 邹城市| 普兰店市| 阳城县| 庆元县| 克拉玛依市| 台南县| 湟中县| 宝坻区| 泰宁县| 和政县|