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

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

ETC

ETC(ElectronicTollCollection),中文翻譯是電子不停車收費(fèi)[9](電子收費(fèi)[9]),是高速公路或橋梁自動(dòng)收費(fèi)。通過安裝在車輛擋風(fēng)玻璃上的車載電子標(biāo)簽與在收費(fèi)站ETC車道上的微波天線之間進(jìn)行的專用短程通訊,利用計(jì)算機(jī)聯(lián)網(wǎng)技術(shù)與銀行進(jìn)行后臺(tái)結(jié)算處理,從而達(dá)到車輛通過高速公路或橋梁收費(fèi)站無需停車而能交納高速公路或橋梁費(fèi)用的目的。
  • 編譯原理作業(yè)

    編譯原理作業(yè),內(nèi)含可執(zhí)行程序,實(shí)驗(yàn)報(bào)告等。Operating compiler theory, containing the executable, laboratory reports, ETC.

    標(biāo)簽: 編譯原理

    上傳時(shí)間: 2015-11-06

    上傳用戶:epson850

  • Student result management system Use the C language realization system 2, the data structure mak

    Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface ETC. basic function 4, the each function mold piece request of system use the form of function realization 5, completion design mission combine write a course a design report. 6, student the existence document of the result information in

    標(biāo)簽: system realization management structure

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

    上傳用戶:1966640071

  • Return to a container object, can pass this object //Carry on management to the container, such as

    Return to a container object, can pass this object //Carry on management to the container, such as add to control a piece, with layout operation ETC.

    標(biāo)簽: container object management Return

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

    上傳用戶:rocketrevenge

  • UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether

    UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This is basically Joerg s port plus a little bit of changes and documentation by me. - YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE http://www.ucos-ii.com . The supplied project file assumes the portable source is in the ..\source directory. - Joerg has written couple document showing the stack frames ETC. but it is in German :-) They are included in this directory. - The Timer2 overflow interrupt is used for Timer Tick. If you want to change that, modify os_cpu_c.c and os_cpu_a.s - I have tested this using ATMega103 with and without external RAM using AVR Studio simulator. See test1.c test program. Both Code Compressed (PRO) and STD versions have been tested.

    標(biāo)簽: UCOS original Saether version

    上傳時(shí)間: 2015-11-14

    上傳用戶:ippler8

  • A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special at

    A system simulation environment in Matlab/Simulink of RFID is constructed in this paper. Special attention is emphasized on the analog/RF circuit.Negative effects are concerned in the system model,such as phase noise of the local oscillator,TX-RX coupling,reflection of the environment, AWGN noise,DC offset,I/Q mismatch,ETC.Performance of the whole system can be evaluated by changing the coding method,parameters of building blocks,and operation distance.Finally,some simulation results are presented in this paper.

    標(biāo)簽: environment constructed simulation Simulink

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

    上傳用戶:zhangliming420

  • 2007年最新的多種路徑規(guī)劃算法的仿真軟件包。At the later releases more world models and sample planners will be distribut

    2007年最新的多種路徑規(guī)劃算法的仿真軟件包。At the later releases more world models and sample planners will be distributed, for now only a few world models and controllers are uploaded within this package. Press Start to start the simulation. Enjoy :) A better tutorial will be prepared soon about using the simulator and adding new algorithms ETC.

    標(biāo)簽: distribut releases planners models

    上傳時(shí)間: 2015-11-22

    上傳用戶:wanghui2438

  • The sfloppy sample is a super floppy driver that resides in the directory \NtddkSrcStoragesfloppy. I

    The sfloppy sample is a super floppy driver that resides in the directory \\Ntddk\Src\Storage\sfloppy. It is a class driver for Super Floppy disk drives. It sits a level above the port driver (ATAPI, USB, ETC) in the driver stack, and brokers communication between the application level and the port driver. The floppy driver takes requests from filesystem drivers and then sends the appropriate SCSI_REQUEST_BLOCK (SRB) to the port driver. It is compatible with x86 and IA64 platforms.

    標(biāo)簽: NtddkSrcStoragesfloppy directory sfloppy resides

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

    上傳用戶:84425894

  • Avalon Interface Specification,The Avalon interface specification is designed to accommodate periphe

    Avalon Interface Specification,The Avalon interface specification is designed to accommodate peripheral development for the system-on-a-programmable-chip (SOPC) environment. The specification provides peripheral designers with a basis for describing the address-based read/write interface found on master and slave peripherals, such as microprocessors, memory, UART, timer, ETC.

    標(biāo)簽: Avalon Specification specification accommodate

    上傳時(shí)間: 2014-03-06

    上傳用戶:pompey

  • UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, wh

    UC Library Extensions UnderC comes with a pocket implementation of the standard C++ libraries, which is a reasonably faithful subset. This documentation describes those UnderC functions and classes which are not part of the C++ standard. UC Library Builtin functions: Most of these are standard C functions, but there are a few unique to the UnderC system which give you runtime access to the compiler. You may evaluate expressions, execute commands, compile code, ETC. * Expands the text in expr using the UnderC preprocessor, putting the result into buff. void uc_macro_subst(const char* expr, char* buff, int buffsize) * Executes a UC #-command, like #l or #help. uc_cmd() expects the name of the command, _without_ the hash, e.g. uc_cmd("l fred.cpp") or uc_cmd("help"). void uc_cmd(const char* cmd) * Evaluates any C++ expression or statement will return non-zero if unsuccessful.

    標(biāo)簽: implementation Extensions libraries standard

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

    上傳用戶:leehom61

  • 加強(qiáng)型S3C44B0原理圖

    加強(qiáng)型S3C44B0原理圖,包括LCD,ETC、FLASH、SDRAM等

    標(biāo)簽: S3C44B0 原理圖

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

    上傳用戶:alan-ee

主站蜘蛛池模板: 安陆市| 抚宁县| 呼伦贝尔市| 山阴县| 咸丰县| 布尔津县| 错那县| 清水县| 寿光市| 丰镇市| 开封市| 于田县| 禄劝| 徐汇区| 全州县| 新巴尔虎左旗| 余庆县| 德昌县| 江津市| 城口县| 开封县| 临安市| 花莲市| 保德县| 肇州县| 金坛市| 吉首市| 曲沃县| 会理县| 肃宁县| 昌都县| 金湖县| 安龙县| 南汇区| 兴文县| 孟村| 江都市| 土默特左旗| 呼图壁县| 黑龙江省| 永康市|