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

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

Programm<b>IN</b>g

  • 計(jì)算機(jī)彩色顯示器顯示色彩的原理與彩色電視機(jī)一樣

    計(jì)算機(jī)彩色顯示器顯示色彩的原理與彩色電視機(jī)一樣,都是采用R(Red)、G(Green)、B(Blue)相加混色的原理:

    標(biāo)簽: 計(jì)算機(jī) 彩色顯示器 色彩 彩色電視機(jī)

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

    上傳用戶:zhouchang199

  • DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, b

    DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.

    標(biāo)簽: performance incredibly therefore hardware

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

    上傳用戶:秦莞爾w

  • Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random n

    Generate 100 samples of a zero-mean white noise sequence with variance , by using a uniform random number generator. a Compute the autocorrelation of for . b Compute the periodogram estimate and plot it. c Generate 10 different realizations of , and compute the corresponding sample autocorrelation sequences , and . Compute the average autocorrelation sequence as and the corresponding periodogram for . d Compute and plot the average periodogram using the Bartlett method. e Comment on the results in parts (a) through (d).

    標(biāo)簽: zero-mean Generate sequence variance

    上傳時(shí)間: 2016-03-04

    上傳用戶:朗朗乾坤

  • QoS in ternet IP revolution - from “IP over everything” to “everything over IP” Current Internet g

    QoS in ternet IP revolution - from “IP over everything” to “everything over IP” Current Internet guarantee: Best Effort only.

    標(biāo)簽: everything over revolution Internet

    上傳時(shí)間: 2016-03-05

    上傳用戶:小眼睛LSL

  • 7段數(shù)碼是純組合電路

    7段數(shù)碼是純組合電路,通常的小規(guī)模專用IC,如74或4000系列的器件只能作十進(jìn)制BCD碼譯碼,然而數(shù)字系統(tǒng)中的數(shù)據(jù)處理和運(yùn)算都是2進(jìn)制的,所以輸出表達(dá)都是16進(jìn)制的,為了滿足16進(jìn)制數(shù)的譯碼顯示,最方便的方法就是利用VHDL譯碼程序在FPGA或CPLD中實(shí)現(xiàn)。本項(xiàng)實(shí)驗(yàn)很容易實(shí)現(xiàn)這一目的。例6-1作為7段BCD碼譯碼器的設(shè)計(jì),輸出信號LED7S的7位分別接如圖6-1數(shù)碼管的7個(gè)段,高位在左,低位在右。例如當(dāng)LED7S輸出為 "1101101" 時(shí),數(shù)碼管的7個(gè)段:g、f、e、d、c、b、a分別接1、1、0、1、1、0、1,接有高電平的段發(fā)亮,于是數(shù)碼管顯示“5”。

    標(biāo)簽: 數(shù)碼 組合電路

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

    上傳用戶:wff

  • 【實(shí)驗(yàn)名稱】遞歸子程序分析器的設(shè)計(jì)與實(shí)現(xiàn) 【實(shí)驗(yàn)?zāi)康暮鸵蟆? 設(shè)計(jì)、編制

    【實(shí)驗(yàn)名稱】遞歸子程序分析器的設(shè)計(jì)與實(shí)現(xiàn) 【實(shí)驗(yàn)?zāi)康暮鸵蟆? 設(shè)計(jì)、編制,調(diào)試一個(gè)典型的語法分析程序,實(shí)現(xiàn)對如下的遞歸子程序語法的分析,進(jìn)一步掌握常用的語法分析方法。 【實(shí)驗(yàn)內(nèi)容】 ① 本分析程序所分析的文法如下: G[E]: E->eBaA A->a|bAcB B->dEd|aC C->e|dC ② 針對上述文法編寫一遞歸子程序分析程序,該程序的輸入是任意符號串,輸出是本次輸入的符號串是否是該文法的句子的結(jié)論。 【環(huán)境】 Windows Pc 機(jī),任何版本的c語言 其中還包括java語言實(shí)現(xiàn)的程序

    標(biāo)簽: 實(shí)驗(yàn) 分析器 遞歸 程序

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

    上傳用戶:lanhuaying

  • 圖的深度遍歷

    圖的深度遍歷,輸出結(jié)果為(紅色為鍵盤輸入的數(shù)據(jù),權(quán)值都置為1): 輸入頂點(diǎn)數(shù)和弧數(shù):8 9 輸入8個(gè)頂點(diǎn). 輸入頂點(diǎn)0:a 輸入頂點(diǎn)1:b 輸入頂點(diǎn)2:c 輸入頂點(diǎn)3:d 輸入頂點(diǎn)4:e 輸入頂點(diǎn)5:f 輸入頂點(diǎn)6:g 輸入頂點(diǎn)7:h 輸入9條弧. 輸入弧0:a b 1 輸入弧1:b d 1 輸入弧2:b e 1 輸入弧3:d h 1 輸入弧4:e h 1 輸入弧5:a c 1 輸入弧6:c f 1 輸入弧7:c g 1 輸入弧8:f g 1 深度優(yōu)先遍歷: a b d h e c f g 程序結(jié)束.

    標(biāo)簽:

    上傳時(shí)間: 2016-04-04

    上傳用戶:lht618

  • Atheros無線芯片AR-6000系列wince 6驅(qū)動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware

    Atheros無線芯片AR-6000系列wince 6驅(qū)動源代碼(這東西我也沒用過別問我,我是搜別的wince資源搜到的) AR6K SDIO support. Requires firmware 1.1 on SD13 cards. readme: Atheros Communications AR6001 WLAN Driver for SDIO installation Read Me March 26,2007 (based on k14 fw1.1) Windows CE Embedded CE 6.0 driver installation. 1. Unzip the installation file onto your system (called installation directory below) 2. Create an OS design or open an existing OS design in Platform Builder 6.0. a. The OS must support the SD bus driver and have an SD Host Controller driver (add these from Catalog Items). b. Run image size should be set to allow greater than 32MB. 3. a. From the Project menu select Add Existing Subproject... b. select AR6K_DRV.pbxml c. select open This should create a subproject within your OS Design project for the AR6K_DRV driver. 4. Build the solution. 轉(zhuǎn)自Tony嵌入式,原文地址:http://www.cevx.com/bbs/dispbbs.asp?boardID=4&ID=11762&page=1

    標(biāo)簽: wince Requires firmware Atheros

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

    上傳用戶:bibirnovis

  • 華恒科技 HHCF5249-R3 技術(shù)手冊 第一章 產(chǎn)品簡介 第二章 軟件系統(tǒng) 第三章 硬件系統(tǒng) 第四章 機(jī)械特性 第五章 底板的硬件設(shè)計(jì) 第六章 售后服務(wù)及技術(shù)支持 附錄 附錄A 初

    華恒科技 HHCF5249-R3 技術(shù)手冊 第一章 產(chǎn)品簡介 第二章 軟件系統(tǒng) 第三章 硬件系統(tǒng) 第四章 機(jī)械特性 第五章 底板的硬件設(shè)計(jì) 第六章 售后服務(wù)及技術(shù)支持 附錄 附錄A 初始化 附錄B LINUX 常見術(shù)語 附錄C 常用LINUX 命令 附錄D GCC 與GDB 附錄E MAKEFILE 附錄F UCLINUX 系統(tǒng)分析 uClinux 簡介 uClinux 小型化的做法 uClinux 的開發(fā)環(huán)境 uClinux 的內(nèi)存管理 工具及內(nèi)核 附錄G 圖形界面(GUI)接口函數(shù)API 附錄H 參考資料

    標(biāo)簽: HHCF 5249 華恒科技 產(chǎn)品簡介

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

    上傳用戶:a6697238

  • 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a

    1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.

    標(biāo)簽: dimensions arbitrary function reverse

    上傳時(shí)間: 2016-04-16

    上傳用戶:waitingfy

主站蜘蛛池模板: 青阳县| 阳山县| 建德市| 瓦房店市| 华阴市| 榆树市| 青冈县| 湛江市| 涿州市| 大庆市| 闻喜县| 浦城县| 兰溪市| 营口市| 邛崃市| 三台县| 彩票| 古田县| 吴川市| 平武县| 遵化市| 九江市| 分宜县| 洪雅县| 博白县| 咸丰县| 静安区| 黑河市| 吉木乃县| 临西县| 五华县| 上杭县| 盖州市| 巴东县| 灵山县| 九龙县| 青浦区| 惠东县| 长白| 邢台市| 观塘区|