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

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

r<b>And</b>omizer

  • 輕易學(xué)好C++編程技巧 - 進(jìn)楷 (香港科技大學(xué)筆記 19課) 內(nèi)容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R

    輕易學(xué)好C++編程技巧 - 進(jìn)楷 (香港科技大學(xué)筆記 19課) 內(nèi)容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) Lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review

    標(biāo)簽: Pointers Dynamic Objects review

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

    上傳用戶:chfanjiang

  • Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

    Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).

    標(biāo)簽: Subsequence sequence Problem Longest

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

    上傳用戶:busterman

  • C語言是在 70年代初問世的。一九七八年由美國(guó)電話電報(bào)公司(AT&T)貝爾實(shí)驗(yàn)室正式 發(fā)表了C 語言。同時(shí)由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRA

    C語言是在 70年代初問世的。一九七八年由美國(guó)電話電報(bào)公司(AT&T)貝爾實(shí)驗(yàn)室正式 發(fā)表了C 語言。同時(shí)由B.W.Kernighan和 D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一書。通常簡(jiǎn)稱為《K&R》,也有人稱之為《K&R》標(biāo)準(zhǔn)。但是,在《K&R》中并 沒有定義一個(gè)完整的標(biāo)準(zhǔn)C語言,后來由美國(guó)國(guó)家標(biāo)準(zhǔn)學(xué)會(huì)在此基礎(chǔ)上制定了一個(gè)C 語言 標(biāo)準(zhǔn),于一九八三年發(fā)表。通常稱之為ANSI C。 當(dāng)代最優(yōu)秀的程序設(shè)計(jì)語言

    標(biāo)簽: Kernighan Ritchit PROGRA THE

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

    上傳用戶:chens000

  • 5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中

    5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中,兩位的操作控制碼control暫存在寄存器C中,按照control碼的不同,分布實(shí)現(xiàn)下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 運(yùn)算結(jié)果暫存在寄存器D中,然后輸出。

    標(biāo)簽: 操作 寄存器 輸入 暫存

    上傳時(shí)間: 2014-01-18

    上傳用戶:yyyyyyyyyy

  • 5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中

    5位的操作數(shù)X和Y輸入后暫存在寄存器A和B中,兩位的操作控制碼control暫存在寄存器C中,按照control碼的不同,分布實(shí)現(xiàn)下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 運(yùn)算結(jié)果暫存在寄存器D中,然后輸出。

    標(biāo)簽: 操作 寄存器 輸入 暫存

    上傳時(shí)間: 2014-01-09

    上傳用戶:凌云御清風(fēng)

  • basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code

    basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code compiler which*/ /*can be used as a comfortable command shell for */ /* any program. The actual compiler is found in */ /*compiler.c.*/ /*The functions m_fctptr() and user_server()*/ /*build an interface to an

    標(biāo)簽: basic NeuroBasic Project package

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

    上傳用戶:xymbian

  • A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB -

    A simple object to store a color and perform Hex/RGB conversions. methods included ColorSetRGB - ColorGetHex RGBToHex(r, g, b) hexToRGB(hex) ColorBlend(colorFrom, colorTo) ColorBlendGetColor(alpha) ColorBlendToString()

    標(biāo)簽: ColorSetRGB conversions included methods

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

    上傳用戶:chenxichenyue

  • C語言是在70年代初問世的。一九七八年由美國(guó)電話電報(bào)公司(AT&T)貝爾實(shí)驗(yàn)室正式發(fā)表了C語言。同時(shí)由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING

    C語言是在70年代初問世的。一九七八年由美國(guó)電話電報(bào)公司(AT&T)貝爾實(shí)驗(yàn)室正式發(fā)表了C語言。同時(shí)由B.W.Kernighan和D.M.Ritchit合著了著名的“THE C PROGRAMMING LANGUAGE”一書。通常簡(jiǎn)稱為《K&R》,也有人稱之為《K&R》標(biāo)準(zhǔn)。但是,在《K&R》中并沒有定義一個(gè)完整的標(biāo)準(zhǔn)C語言,后來由美國(guó)國(guó)家標(biāo)準(zhǔn)學(xué)會(huì)在此基礎(chǔ)上制定了一個(gè)C 語言標(biāo)準(zhǔn),于一九八三年發(fā)表。通常稱之為ANSI C。

    標(biāo)簽: PROGRAMMING Kernighan Ritchit THE

    上傳時(shí)間: 2014-11-12

    上傳用戶:思琦琦

  • B型剩余電流保護(hù)器設(shè)計(jì)

    隨著光伏發(fā)電系統(tǒng)快速發(fā)展,以及電動(dòng)汽車充電樁的普及,傳統(tǒng)的剩余電流保護(hù)器無法滿足實(shí)際需求。介紹了一款B型剩余電流保護(hù)器,采用磁調(diào)制剩余電流互感器和零序電流互感器采集剩余電流。根據(jù)GB/T 22794—2017標(biāo)準(zhǔn)要求,可識(shí)別1 kHz及以下的正弦交流、帶和不帶直流分量的脈動(dòng)直流、平滑直流等剩余電流信號(hào)。經(jīng)信號(hào)調(diào)理電路將電壓信號(hào)送到單片機(jī)進(jìn)行采集和判斷。通過試驗(yàn)測(cè)試,該樣機(jī)在測(cè)試精度和速度上均符合國(guó)家標(biāo)準(zhǔn)的相關(guān)要求。The rapid development of photovoltaic power generation systems and the popularity of electric vehicle charging piles make the traditional residual current protective devices unable to meet the actual demand.This paper proposed a type B residual current protective device,which uses the magnetically modulated residual current transformer and the zero sequence current transformer to acquire the residual current.According to the requirements of GB/T 22794—2017,the type B residual current protective device can detect sinusoidal AC residual current of 1kHz and below 1kHz,pulsating DC residual current with and without DC component,smooth DC residual current and so on.The signal processing circuit sends the voltage signal to the MCU for acquisition and judgment.Through experimental tests,the device meets the relevant requirements of national standards in terms of test accuracy and speed.

    標(biāo)簽: 電流保護(hù)器

    上傳時(shí)間: 2022-03-27

    上傳用戶:

  • 21世紀(jì)大學(xué)新型參考教材系列 集成電路B 荒井

    21世紀(jì)大學(xué)新型參考教材系列 集成電路B 荒井

    標(biāo)簽: 大學(xué) 教材 集成電路

    上傳時(shí)間: 2013-04-15

    上傳用戶:eeworm

主站蜘蛛池模板: 石屏县| 云龙县| 桐庐县| 汉阴县| 武平县| 桂东县| 新密市| 博乐市| 乌海市| 东辽县| 梅河口市| 二连浩特市| 汝南县| 崇州市| 祁连县| 安乡县| 肃宁县| 商丘市| 乐亭县| 昌江| 徐闻县| 松原市| 浦江县| 白银市| 安龙县| 砀山县| 苏尼特左旗| 玛曲县| 华阴市| 固原市| 深泽县| 蒲城县| 塔城市| 临武县| 台北市| 盐山县| 禄丰县| 克拉玛依市| 兴山县| 墨脱县| 桑日县|