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

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

車(chē)輛網(wǎng)絡(luò)

  • XT_KeyBoard interface with 8951 using Assembler and Document for Key board delivered data details, W

    XT_KeyBoard interface with 8951 using Assembler and Document for Key board delivered data details, Which will help to dvelope for any processor and controller interface.

    標簽: XT_KeyBoard Assembler interface delivered

    上傳時間: 2014-01-09

    上傳用戶:鳳臨西北

  • 賦權有向圖中心問題 問題描述: 設G=(V,E)是一個賦權有向圖

    賦權有向圖中心問題 問題描述: 設G=(V,E)是一個賦權有向圖,v是G的一個頂點, v的偏心距定義為: Max {w∈ V,從w到v的最短路徑長度} G中偏心距最小的頂點稱為G的中心。試利用Floyd 算法設計一個求賦權有向圖中心的算法。

    標簽:

    上傳時間: 2017-08-17

    上傳用戶:klin3139

  • /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation proper

    /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation property. Four tessellated objects are drawn, * each with very different contours. When the w key is pressed, * the objects are drawn with a different winding rule. */

    標簽: demonstrates tessellation tesswind program

    上傳時間: 2013-12-10

    上傳用戶:星仔

  • This file contains all possible questions that the exam 2 could contain (SSD2 consideration), as w

    This file contains all possible questions that the exam 2 could contain (SSD2 consideration), as well as exercises that may require the practical examination, I hope they help, luck!

    標簽: consideration questions contains possible

    上傳時間: 2013-12-25

    上傳用戶:himbly

  • This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to

    This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2410X includes the following components separate 16KB Instruction and 16KB Data Cache, MMU to handle virtual memory management, LCD Controller (STN & TFT), NAND Flash Boot Loader, System Manager (chip select logic and SDRAM Controller), 3-ch UART, 4-ch DMA, 4-ch Timers with PWM, I/O Ports, RTC, 8-ch 10-bit ADC and Touch Screen Interface, IIC-BUS Interface, IIS-BUS Interface, USB Host, USB Device, SD Host & Multi-Media Card Interface, 2-ch SPI and PLL for clock generation.

    標簽: This microprocessor describes S3C2410X

    上傳時間: 2014-01-11

    上傳用戶:shizhanincc

  • for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix

    for entropy H = entropy(S) this command will evaluate the entropy of S, S should be row matrix H = entropy([X Y Z]) this command will find the joint entropy for the 3 variables H = entropy([X,Y],[Z,W]) this will find H(X,Y/Z,W).. you can use it for any combination of joint entropies Please validate this function before using it

    標簽: entropy evaluate command matrix

    上傳時間: 2017-09-10

    上傳用戶:caozhizhi

  • This is a comparison foundation construction of data example code, the function is quite complete, w

    This is a comparison foundation construction of data example code, the function is quite complete, was myself debugs the successful procedure, might again on Visual c++ the direct movement

    標簽: construction comparison foundation complete

    上傳時間: 2013-12-30

    上傳用戶:cxl274287265

  • 職業教育心理學

    1. 心理學家( )于1879年在德國的萊比錫大學建立了世界上第一個心理實驗室,從而使心理學成 為了一門獨立的科學。 A 艾賓浩斯(Ebbinghaus)B 繆勒(G.E.Muller)C 費希納(Fechner) D 馮特(W.Wundt) 2. 研究人的心理活動的一般規律的科學是指( )。 A 工程心理學 B 普通心理學 C 工程心理學 D 社會心理學

    標簽: 職業教育心理學

    上傳時間: 2015-03-10

    上傳用戶:FUCSAD

  • 越南 山陽港暨臺塑河靜鋼廠 安防系統規畫

    文件中規劃進行多系統的整合應用,包含了~~~ 微型雷達偵測系統 熱感紅外線攝影機 可見光紅外線攝影機 無線網路傳輸應用 後端警報管理平臺

    標簽: 安防系統 規畫建議

    上傳時間: 2015-03-18

    上傳用戶:戴斗笠的神秘人

  • Boost C++ Libraries 1.35.0

    Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平臺函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost 的函式庫是由 C++ 標準委員會的人開發的,同時部分函式庫的功能也已經成為 C++ TR1 (Technical Report 1,參考維基百科)、TR2、或是 C++ 0x 的標準了。 它的官方網站是:http://www.boost.org/,包含了 104 個不同的 library;由於他提供的函式庫非常地多,的內容也非常地多元,根據官方的分類,大致上可以分為下面這二十類: 字串和文字處理(String and text processing) 容器(Containers) Iterators 演算法(Algorithms) Function objects and higher-order programming 泛型(Generic Programming) Template Metaprogramming Preprocessor Metaprogramming Concurrent Programming 數學與數字(Math and numerics) 正確性與測試(Correctness and testing) 資料結構(Data structures) 影像處理(Image processing) 輸入、輸出(Input/Output) Inter-language support 記憶體(Memory) 語法分析(Parsing) 程式介面(Programming Interfaces) 其他雜項 Broken compiler workarounds 其中每一個分類,又都包含了一個或多個函式庫,可以說是功能相當豐富。

    標簽: Boost C++ Libraries

    上傳時間: 2015-05-15

    上傳用戶:fangfeng

主站蜘蛛池模板: 贵阳市| 翁牛特旗| 垣曲县| 石门县| 大方县| 三亚市| 芦山县| 康马县| 盐源县| 泸定县| 松阳县| 上杭县| 蓝田县| 昌都县| 长汀县| 兴仁县| 中山市| 广元市| 哈密市| 开原市| 上饶市| 正定县| 体育| 天全县| 张北县| 扶沟县| 青阳县| 富源县| 西藏| 河津市| 伽师县| 遂溪县| 寻乌县| 治多县| 台中市| 容城县| 高平市| 枣强县| 永吉县| 莱西市| 乌拉特前旗|