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

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

復(fù)(fù)合半導(dǎo)(dǎo)體

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video.

    標(biāo)簽: bottleneck developed the concept

    上傳時間: 2014-12-03

    上傳用戶:ikemada

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. Hardware reference

    標(biāo)簽: bottleneck developed the concept

    上傳時間: 2016-03-18

    上傳用戶:極客

  • The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the d

    The PCI Local bus concept was developed to break the PC data I/O bottleneck and clearly opens the door to increasing system speed and expansion capabilities. The PCI Local bus moves high speed peripherals from the I/O bus and places them closer to the system’s processor bus, providing faster data transfers between the processor and peripherals. The PCI Local bus also addresses the industry’s need for a bus standard which is not directly dependent on the speed, size and type of system processor. It represents the first microprocessor independent bus offering performance more than adequate for the most demanding applications such as full-motion video. User Manual

    標(biāo)簽: bottleneck developed the concept

    上傳時間: 2014-01-15

    上傳用戶:努力努力再努力

  • 基于MATLAB/Simulink的汽車ABS半實物仿真,本文所研究的是一種基于MATLAB/Simulink的汽車防抱死剎車系統(tǒng)(ABS)的半實物仿真的方法。本方法利用Simulink提供的模型建立

    基于MATLAB/Simulink的汽車ABS半實物仿真,本文所研究的是一種基于MATLAB/Simulink的汽車防抱死剎車系統(tǒng)(ABS)的半實物仿真的方法。本方法利用Simulink提供的模型建立車輛的傳動系模型、自動變速箱模型和ABS模型等。所建成的這套半實物仿真系統(tǒng)既可在軟件環(huán)境下對汽車進行仿真,也可以通過I/O接口與ABS系統(tǒng)相連接以觀察系統(tǒng)的仿真效果,檢驗控制算法的合理性。通過合理改變相應(yīng)參數(shù),本系統(tǒng)還可以模擬實際汽車在不同工況下的工作情況,極大提高了汽車電子設(shè)備的研發(fā)工作的效率。同時,本系統(tǒng)也可用于教學(xué)演示。

    標(biāo)簽: Simulink MATLAB ABS 汽車

    上傳時間: 2016-05-10

    上傳用戶:xuanchangri

  • Ex4-22 單射函數(shù)問題 « 問題描述: 設(shè)函數(shù)f將點集S = {0,1, , n -1}映射為f (S) = { f (i) | iÎ S} Í

    Ex4-22 單射函數(shù)問題 « 問題描述: 設(shè)函數(shù)f將點集S = {0,1, , n -1}映射為f (S) = { f (i) | iÎ S} Í S 。單射函數(shù)問題要 從S中選取最大子集X Í S 使f (X )是單射函數(shù)。 例如,當(dāng)n=7, f (S) = {1,0,0,2,2,3,6} Í S 時, X = {0,1,6} Í S 是所求的最大子集。 « 編程任務(wù): 對于給定的點集S = {0,1, , n -1}上函數(shù)f,試用抽象數(shù)據(jù)類型隊列,設(shè)計一個O(n)時 間算法,計算f的最大單射子集。 « 數(shù)據(jù)輸入: 由文件input.txt 提供輸入數(shù)據(jù)。文件的第1 行有1 個正整數(shù)n,表示給定的點集 S = {0,1, , n -1}。第2 行是f (i)的值,0 £ i < n。 « 結(jié)果輸出: 程序運行結(jié)束時,將計算出的f的最大單射子集的大小輸出到output.txt中。 輸入文件示例 輸出文件示例 input.txt 7 1 0 0 2 2 3 6 output.txt 3

    標(biāo)簽: Iacute 61516 laquo Icirc

    上傳時間: 2016-05-28

    上傳用戶:tyler

  • { OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f

    { OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er req->tbsRequest->requestorName->type=GEN一 DIRNAME req->tbsRequest->requestorName->d.dim=X509一 NAM幾dup(name) } if(!(req->tbsRequest->requestList=sk-OCSP ONEREQ_new(N〔幾L))) goto er if(extensions && (!(req->tbsRequest->requestExtensions = ext dup(extensions)))) goto er return req if (req) OCSP REQUEST free(req) return NULL ) 刀此函數(shù)用于一個新的合法的OCSP請求加入列表中

    標(biāo)簽: REQUEST OCSP NULL req

    上傳時間: 2014-01-17

    上傳用戶:lanjisu111

  • 基于J2EE的物流信息系統(tǒng)的設(shè)計與實現(xiàn) 介紹了J2EE 體系結(jié)構(gòu)、Mv c模式等相關(guān)概念和技術(shù)

    基于J2EE的物流信息系統(tǒng)的設(shè)計與實現(xiàn) 介紹了J2EE 體系結(jié)構(gòu)、Mv c模式等相關(guān)概念和技術(shù),并重點探討了 目 前比 較受歡迎的三種開源框架( s t r ut s框架、S Pr i n g框架和H i b e m a t e 框架)。 分析了他們的體系結(jié)構(gòu)、 特點和優(yōu)缺點。 根據(jù)J ZE E的分層結(jié)構(gòu),結(jié)合We b應(yīng)用 的特點, 將三種框架進行組合設(shè)計, 即表現(xiàn)層用S t r ut s框架、 業(yè)務(wù)邏輯層用S P ri n g 框架、持久層用比b ema t e 框架,從而來構(gòu)建物流信息系統(tǒng)。這種整合框架使各 層相對獨立, 減少各層之間的禍合程度,同時加快了系統(tǒng)的開發(fā)過程,增強了系 統(tǒng)的可維護性和可擴展性,初步達(dá)到了分布式物流信息系統(tǒng)的設(shè)計目標(biāo)。 經(jīng)過以上分析,結(jié)合物流系統(tǒng)的業(yè)務(wù)需求,進行了相關(guān)的實現(xiàn)。最后,系統(tǒng) 運用先進的A ja x技術(shù)來增強Ui層與服務(wù)器的異步通信能力, 使用戶體驗到動態(tài) 且響應(yīng)靈 敏的桌 面級w e b應(yīng)用程序。 通過江聯(lián)公司的試運行結(jié)果,系統(tǒng)達(dá)到了 渝瞇。 并 且 對 江 聯(lián) 公 司 提 出 了 基 于 R F I D 的 解 決 方 案 的 實 施 計 劃 。

    標(biāo)簽: J2EE 物流信息 模式

    上傳時間: 2016-06-01

    上傳用戶:ynsnjs

  • C51實用程序(45個) I/O、定時器、中斷、看門狗、計數(shù)器、軟件AD、VB串口、93c06驅(qū)動、24c02系列驅(qū)動、7219、20045、軟件陷阱、串口中斷、碼值轉(zhuǎn)換、AVR通訊、IIC、D

    C51實用程序(45個) I/O、定時器、中斷、看門狗、計數(shù)器、軟件AD、VB串口、93c06驅(qū)動、24c02系列驅(qū)動、7219、20045、軟件陷阱、串口中斷、碼值轉(zhuǎn)換、AVR通訊、IIC、DS1302、DS1820、SPI、1602、12232、12864、T6963、1330、PC鍵、鍵盤輸入法、智能化、飛機游戲、貪吃蛇、多級菜單實例等

    標(biāo)簽: 93c06 24c02 20045 7219

    上傳時間: 2016-06-17

    上傳用戶:hasan2015

  • 建立一個傳送和接收SMS訊息的應(yīng)用程式。SMSTalk是一個對話方塊導(dǎo)向的、多執(zhí)行緒應(yīng)用程式

    建立一個傳送和接收SMS訊息的應(yīng)用程式。SMSTalk是一個對話方塊導(dǎo)向的、多執(zhí)行緒應(yīng)用程式,監(jiān)視SMS讀取佇列以及提供使用者一個方法來組合和傳送SMS訊息。

    標(biāo)簽: SMSTalk SMS 程式 接收

    上傳時間: 2016-06-24

    上傳用戶:gundamwzc

  • 熟悉D/A轉(zhuǎn)換芯片的使用 把待轉(zhuǎn)換的數(shù)據(jù)送D/A芯片TLC5615

    熟悉D/A轉(zhuǎn)換芯片的使用 把待轉(zhuǎn)換的數(shù)據(jù)送D/A芯片TLC5615,開啟D/A轉(zhuǎn)換 用萬用表或者示波器觀察輸出口(CON36)的電壓 硬件要求:撥碼開關(guān)S8全部置ON 其他撥碼開關(guān)全部置O

    標(biāo)簽: 5615 TLC 轉(zhuǎn)換芯片 轉(zhuǎn)換

    上傳時間: 2013-12-15

    上傳用戶:zxc23456789

主站蜘蛛池模板: 东方市| 醴陵市| 北流市| 岑溪市| 崇礼县| 交口县| 乌恰县| 通州区| 广安市| 威信县| 尉犁县| 玉树县| 阿图什市| 五台县| 汝阳县| 巩义市| 平原县| 都江堰市| 新营市| 开阳县| 吉安市| 慈溪市| 无锡市| 同心县| 高青县| 大化| 诸城市| 巴塘县| 惠安县| 马公市| 团风县| 容城县| 三台县| 邯郸市| 卢氏县| 洛隆县| 宜城市| 永川市| 东兰县| 汤阴县| 大邑县|