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

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

Converting

  • Converting the raster to vector

    Converting the raster to vector

    標(biāo)簽: Converting raster vector the

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

    上傳用戶(hù):ls530720646

  • this is a code for Converting bcd to 7segment in fpga IC

    this is a code for Converting bcd to 7segment in fpga IC

    標(biāo)簽: Converting 7segment this code

    上傳時(shí)間: 2017-08-17

    上傳用戶(hù):xfbs821

  • ds18b20 programmable digital thermometer initialization write read functions also Converting temper

    ds18b20 programmable digital thermometer initialization write read functions also Converting temperature

    標(biāo)簽: initialization programmable thermometer Converting

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

    上傳用戶(hù):fredguo

  • a good tool for Converting text to speech in linux

    a good tool for Converting text to speech in linux

    標(biāo)簽: Converting speech linux good

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

    上傳用戶(hù):498732662

  • DN443 2.2V降壓型同步控制器

      Many telecommunications and computing applicationsneed high effi ciency step-down DC/DC converters thatcan operate from a very low input voltage. The highoutput power synchronous controller LT3740 is idealfor these applications, Converting input supplies rangingfrom 2.2V to 22V to outputs as low as 0.8V with loadcurrents from 2A to 20A. Applications include distributedpower systems, point-of-load regulation and conversionof logic supplies.

    標(biāo)簽: 443 2.2 DN 降壓型

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

    上傳用戶(hù):zhf01y

  • 基于單片機(jī)的數(shù)字化B超鍵盤(pán)設(shè)計(jì)

    針對(duì)目前使用的RS232接口數(shù)字化B超鍵盤(pán)存在PC主機(jī)啟動(dòng)時(shí)不能設(shè)置BIOS,提出一種PS2鍵盤(pán)的設(shè)計(jì)方法?;赪78E052D單片機(jī),采用8通道串行A/D轉(zhuǎn)換器設(shè)計(jì)了8個(gè)TGC電位器信息采集電路,電位器位置信息以鍵盤(pán)掃描碼序列形式發(fā)送,正交編碼器信號(hào)通過(guò)XC9536XL轉(zhuǎn)換為單片機(jī)可接收的中斷信號(hào),軟件接收到中斷信息后等效處理成按鍵。結(jié)果表明,在滿(mǎn)足開(kāi)機(jī)可設(shè)置BIOS同時(shí),又可實(shí)現(xiàn)超聲特有功能,不需要專(zhuān)門(mén)設(shè)計(jì)驅(qū)動(dòng)程序,接口簡(jiǎn)單,成本低。 Abstract:  Aiming at the problem of the digital ultrasonic diagnostic imaging system keyboard with RS232 interface currently used couldn?蒺t set the BIOS when the PC boot, this paper proposed a design method of PS2 keyboards. Based on W78E052D microcontroller,designed eight TGC potentiometers information acquisition circuit with 8-channel serial A/D converter, potentiometer position information sent out with keyboard scan code sequentially.The control circuit based on XC9536 CPLD is used for Converting the mechanical actions of the encoders into the signals that can be identified by the MCU, software received interrupt information and equivalently treatmented as key. The results show that the BIOS can be set to meet the boot, ultrasound specific functionality can be achieved at the same time, it does not require specially designed driver,the interface is simple and low cost.    

    標(biāo)簽: 單片機(jī) B超 數(shù)字化 鍵盤(pán)設(shè)計(jì)

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

    上傳用戶(hù):asdfasdfd

  • 開(kāi)放式匯編器系統(tǒng)的設(shè)計(jì)

    匯編器在微處理器的驗(yàn)證和應(yīng)用中舉足輕重,如何設(shè)計(jì)通用的匯編器一直是研究的熱點(diǎn)之一。本文提出了一種開(kāi)放式的匯編器系統(tǒng)設(shè)計(jì)思想,在匯編語(yǔ)言與機(jī)器語(yǔ)言間插入中間代碼CMDL(code mapping description language)語(yǔ)言,打破匯編語(yǔ)言與機(jī)器語(yǔ)言的直接映射關(guān)系,由此建立起一套描述匯編語(yǔ)言與機(jī)器語(yǔ)言的開(kāi)放式映射體系。基于此開(kāi)放式映射體系開(kāi)發(fā)了一套匯編器系統(tǒng),具有較高層次上的通用性和可移植性?!娟P(guān)鍵詞】指令集,CMDL,匯編器,開(kāi)放式 Design of Retargetable Assembler System Liu Ling Feng Wen Nan Wang Ying Chun Jiang An Ping Ji Li Jiu IME of Peking University, 100871【摘要】An assembler plays a very important role in the field of microprocessor verifications and applications, thus how to build a retargetable assembler system has been a hotspot in this field for long time. This paper presents a new method about the retargetable assembler system design.It provides a kind of language CMDL, code mapping description language. During the process of assembling, assembler languages are firstly translated to CMDL, and then mapped to the machine codes. In an other word, CMDL is inserted between assembler languages and machine codes during the translation procedure. As a medium code, CMDL has a lot of features, such as high extraction, strong descript capabilities. It can describe almost all attributes of assembler languages. By breaking the direct mapping relationship between assembler languages and machine codes, the complexities of machine codes are hided to the users, therefore, the new retargetable assembler system has higher retargetable level by Converting the mapping from assembler languages and machine codes to assembler languages and CMDL, and implementationof it becomes easier. Based on the new mapping system structure, a retargetable assemblersystem is developed. It proved the whole system has good retargetability and implantability.【關(guān)鍵詞】instruction set, symbol table, assembler, lexical analysis, retargetability

    標(biāo)簽: 開(kāi)放式 匯編器

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

    上傳用戶(hù):meiguiweishi

  • 一種實(shí)用的微機(jī)自動(dòng)配料秤系統(tǒng)

    一種實(shí)用的微機(jī)自動(dòng)配料秤系統(tǒng):介紹一種由單片機(jī)構(gòu)成的配料秤。敘述了秤的傳感器、變送器、信號(hào)的變換、硬件原理、軟件流程以及和DCS 系統(tǒng)構(gòu)成的單回路調(diào)節(jié)系統(tǒng),此系統(tǒng)可廣泛地應(yīng)用于各行業(yè)的配料控制中。關(guān)鍵詞:配料秤 單片機(jī) 單回路調(diào)節(jié)系統(tǒng) DCS 系統(tǒng) Abstract :A proportioning weigher based on single chip computer is introduced. Sensors , transmitters , signal Converting , principle of hardware ,software flowchart of proportioning weigher and single loop control system composed with DCS system are emphasized ,this system can be used in proportioning control of various trades extensively.Key Words :Proportioning Weigher ,Single Chip Computer ,Single Loop Control System ,Distributed Control System

    標(biāo)簽: 微機(jī) 自動(dòng) 配料秤

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

    上傳用戶(hù):zwei41

  • The touch screen driver reads input from touch screen hardware and converts it to touch events that

    The touch screen driver reads input from touch screen hardware and converts it to touch events that are sent to the input system. The driver is also responsible for Converting uncalibrated coordinates

    標(biāo)簽: touch screen converts hardware

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

    上傳用戶(hù):大三三

  • MPEG TS Utils application provides the user with a visual representation of the multiplexed stream s

    MPEG TS Utils application provides the user with a visual representation of the multiplexed stream structure of MPEG-2 Transport Streams (ISO/IEC 13818-1). The application allows the user to investigate the basic transport stream packets with their fields. The application also allows the user to manipulate with transport streams by filtering specified PIDs and exporting to file, demultiplexing to PES and ES streams, Converting multi-program TS to single-program TS.

    標(biāo)簽: representation application multiplexed the

    上傳時(shí)間: 2015-12-15

    上傳用戶(hù):小鵬

主站蜘蛛池模板: 合阳县| 五大连池市| 琼结县| 大丰市| 濉溪县| 东安县| 越西县| 交城县| 屏东县| 石台县| 静安区| 互助| 辽阳市| 十堰市| 宁都县| 铜山县| 高台县| 桃江县| 项城市| 屯留县| 扶沟县| 石屏县| 青州市| 兴城市| 方城县| 天祝| 云阳县| 安平县| 峨边| 罗定市| 莱阳市| 四平市| 台中县| 延庆县| 沾益县| 镇江市| 苍溪县| 莎车县| 清徐县| 定州市| 扎鲁特旗|