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

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

location

  • Specification (GB)_TTI Messages via Traffic Message Coding-location Referencing for ALERT-C (GB-T 20

    Specification (GB)_TTI Messages via Traffic Message Coding-location Referencing for ALERT-C (GB-T 20612.3-2006, 200611)

    標(biāo)簽: Coding-location Specification Referencing Messages

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

    上傳用戶:362279997

  • location based services

    location based services

    標(biāo)簽: location services based

    上傳時(shí)間: 2017-07-06

    上傳用戶:hzy5825468

  • GSM Call Flow MS Terminated Call Procedure Mobile - Originating Call Procedure INTRA_VLR location UP

    GSM Call Flow MS Terminated Call Procedure Mobile - Originating Call Procedure INTRA_VLR location UPDATING OR IMSI ATTACH( in old VLR )

    標(biāo)簽: Procedure Call Originating Terminated

    上傳時(shí)間: 2017-07-28

    上傳用戶:mpquest

  • zigbee location examples

    zigbee location examples

    標(biāo)簽: location examples zigbee

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

    上傳用戶:lps11188

  • Some time ago, I stated in another article that I d take the idea of location broadcasting and devel

    Some time ago, I stated in another article that I d take the idea of location broadcasting and develop a mobile solution as a follow-up. The problem back then was I had no means to get location data off of a cell phone, or a way to make it useful. My, how times have changed since then! In this article, I ll demonstrate how to get your phone s GPS coordinates…

    標(biāo)簽: broadcasting location another article

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

    上傳用戶:李夢(mèng)晗

  • shoushou-220.rar

    Name ShouShou; location everywhere; shoushou.rar 220m

    標(biāo)簽: shoushou 220

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

    上傳用戶:pkkkkp

  • 汽車牌照的自動(dòng)定位和識(shí)別程序源代碼

    ·詳細(xì)說(shuō)明:汽車牌照的自動(dòng)定位和識(shí)別程序源代碼-source code for automatic license plate location and recognition文件列表:   車牌定位   ........\ChildFrm.cpp   ........\ChildFrm.h   ........\ColorTable.h   ...

    標(biāo)簽: 汽車牌照 自動(dòng)定位 程序 源代碼

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

    上傳用戶:Divine

  • 基于AVR單片機(jī)的閉環(huán)控制系統(tǒng)

      針對(duì)科研實(shí)驗(yàn)中對(duì)拉壓千斤頂加載過(guò)程控制的需要,采用ATmega128單片機(jī)控制步進(jìn)電機(jī)進(jìn)而實(shí)現(xiàn)對(duì)執(zhí)行系統(tǒng)的電動(dòng)泵站實(shí)行自動(dòng)控制。對(duì)力和位移的數(shù)據(jù)采集與處理及用步進(jìn)電機(jī)控制電動(dòng)泵站手柄的技術(shù)細(xì)節(jié)作了重點(diǎn)描述。通過(guò)單片機(jī)的A/D變換器對(duì)AMP放大模塊采集的電橋信號(hào)作量化處理,千斤頂?shù)牟倏厥直恢靡离妱?dòng)油泵閥門開(kāi)啟的方向和大小作若干定位,單片機(jī)根據(jù)力或位移傳感器信號(hào),實(shí)時(shí)控制步進(jìn)電機(jī)驅(qū)動(dòng)手柄旋轉(zhuǎn)到相應(yīng)操控位置。   Abstract:   This article describes the use of ATmega128 AVR microcontroller series of DBS electric pumping stations and QF100/200 separate twoway hydraulic jack to automate the process of manipulating the work of the technical content. Articles on force and displacement data acquisition and processing, and stepper motor control electric pump with the handle of the key technical details were described. Through the MCU’s A / D converter module is collected on the AMP amplification quantify the signal bridge, jack handle position control valve opening according to the direction of electric pumps for a number of positioning and size of the microcontroller based on force or displacement sensor signals, real-time control stepper motor drive control handle rotate to the appropriate location.  

    標(biāo)簽: AVR 單片機(jī) 閉環(huán)控制

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

    上傳用戶:hasan2015

  • Mini2440啟動(dòng)代碼詳解

    BIT_SELFREFRESH EQU (1<<22) ;定義SDRAM自刷新標(biāo)志位 16 17 ;Pre-defined constants 預(yù)定義6種工作模式 18 USERMODE EQU 0x10 ;用戶模式 19 FIQMODE EQU 0x11 ;快速中斷模式 20 IRQMODE EQU 0x12 ;中斷模式 21 SVCMODE EQU 0x13 ;監(jiān)管模式 22 ABORTMODE EQU 0x17 ;異常中斷模式 23 UNDEFMODE EQU 0x1b ;未定義模式 24 25 MODEMASK EQU 0x1f ;模式掩碼 26 NOINT EQU 0xc0 ;取消中斷 27 28 ;The location of stacks;設(shè)置6種工作模式的堆棧的起始地址 29 ;在option.inc中定義了_STACK_BASEADDRESS EQU 0x33ff8000 30 UserStack EQU (_STACK_BASEADDRESS-0x3800) ;0x33ff4800 ~ 31 SVCStack EQU (_STACK_BASEADDRESS-0x2800) ;0x33ff5800 ~ 32 UndefStack EQU (_STACK_BASEADDRESS-0x2400) ;0x33ff5c00 ~ 33 AbortStack EQU (_STACK_BASEADDRESS-0x2000) ;0x33ff6000 ~ 34 IRQStack EQU (_STACK_BASEADDRESS-0x1000) ;0x33ff7000 ~ 35 FIQStack EQU (_STACK_BASEADDRESS-0x0) ;0x33ff8000 ~

    標(biāo)簽: Mini 2440 啟動(dòng)代碼

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

    上傳用戶:m62383408

  • 嵌入式文件系統(tǒng)ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to t

    嵌入式文件系統(tǒng)ucfs.zip This project should serve as an "easy start" with /FS. All paths are relative to the project file. You should therefore be able to copy the entire directory (including all subdirectories) to any location on your harddrive.

    標(biāo)簽: relative project should paths

    上傳時(shí)間: 2015-04-28

    上傳用戶:zhliu007

主站蜘蛛池模板: 岑溪市| 张家界市| 师宗县| 上栗县| 安福县| 濉溪县| 绥棱县| 鄂伦春自治旗| 保亭| 桃园市| 玉田县| 沙坪坝区| 安康市| 屯昌县| 马尔康县| 合肥市| 屏边| 衡东县| 客服| 五台县| 分宜县| 额敏县| 瑞金市| 大余县| 积石山| 连南| 中西区| 江华| 原阳县| 菏泽市| 五台县| 菏泽市| 裕民县| 辽中县| 渝北区| 哈密市| 正定县| 高要市| 满洲里市| 崇左市| 弥渡县|