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

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

following

  • 基于雙ATmega128的安檢力學試驗機設計

    針對當前安檢力學試驗機所能完成的試驗種類單一、自動化程度低等問題,提出一種以ATmega128單片機為核心控制器的安檢力學試驗機的設計。詳細闡述了該安檢力學試驗機各個組成部分的設計原理和方案,并且給出了各部分的軟件設計思想和操作流程。經過大量測試試驗表明:設計的安檢力學試驗機可以完成多達十余種的力學安檢試驗,完全符合相關國家標準,并且具有數據采集精度高、傳輸速度快、操作安全簡便等特點,實現了安檢設備的多功能化、數字化和自動化。 Abstract:  Currently, many mechanical security testing machines have only one function. The degree of automation of them is low. To solve those problems, a new kind of mechanical security testing machine, using ATmega128 micro-controller as its core controller, has been advanced. It describes the components of the machine. The principles and the scheme in the designing processes are presented in detail, and the software architecture and the operation processes of each part are given. After having done many testing, we have reached the following conclusions: the mechanical security testing machine presented can do over ten mechanical security tests complying with related national standards. It has high data acquisition accuracy and high transmission speed. The operation of the machine is simple and safe. In general, this machine is a multi-functional, highly automatic, digitalized security testing device.

    標簽: ATmega 128 安檢 試驗機

    上傳時間: 2013-11-05

    上傳用戶:a67818601

  • dsPIC30F產品手冊

    dsPIC30F產品手冊 High Performance Digital Signal Controllers This section of the manual contains the following topics:1.1 Introduction 1.2 Manual Objective 1.3 Device Structure1.4 Development Support  1.5 Style and Symbol Conventions 1.6 Related Documents 1.7 Revision History

    標簽: dsPIC 30F 30 產品手冊

    上傳時間: 2013-12-26

    上傳用戶:xzt

  • FREERTOS的官方移植文檔

    FeaturesThe following standard features are provided.• Choice of RTOS scheduling policy1. Pre-emptive:Always runs the highest available task. Tasks of identical priorityshare CPU time (fully pre-emptive with round robin time slicing).2. Cooperative:Context switches only occur if a task blocks, or explicitly callstaskYIELD().• Co-routines (light weight tasks that utilise very little RAM).• Message queues• Semaphores [via macros]• Trace visualisation ability (requires more RAM)• Majority of source code common to all supported development tools• Wide range of ports and examples

    標簽: FREERTOS 移植 文檔

    上傳時間: 2013-10-13

    上傳用戶:13162218709

  • AT89C2051驅動步進電機的電路和源碼

    AT89C2051驅動步進電機的電路和源碼:AT89C2051驅動步進電機的電路和源碼 程序:stepper.c stepper.hex/* * STEPPER.C * sweeping stepper's rotor cw and cww 400 steps * Copyright (c) 1999 by W.Sirichote */#i nclude c:\mc5151io.h /* include i/o header file */ #i nclude c:\mc5151reg.hregister unsigned char j,flag1,temp; register unsigned int cw_n,ccw_n;unsigned char step[8]={0x80,0xc0,0x40,0x60,0x20,0x30,0x10,0x90} #define n 400/* flag1 mask byte 0x01 run cw() 0x02 run ccw() */main(){ flag1=0; serinit(9600); disable(); /* no need timer interrupt */ cw_n = n; /* initial step number for cw */ flag1 |=0x01; /* initial enable cw() */while(1){ { tick_wait(); /* wait for 10ms elapsed */energize(); /* round-robin execution the following tasks every 10ms */ cw(); ccw(); } }}cw(){ if((flag1&0x01)!=0) { cw_n--; /* decrement cw step number */ if (cw_n !=0) j++; /* if not zero increment index j */ else {flag1&=~0x01; /* disable cw() execution */ ccw_n = n; /* reload step number to ccw counter */ flag1 |=0x02; /* enable cww() execution */ } }

    標簽: C2051 2051 89C AT

    上傳時間: 2013-11-21

    上傳用戶:boyaboy

  • MPC106 PCI橋/存儲器控制器硬件規范說明

    The Motorola MPC106 PCI bridge/memory controller provides a PowerPCªmicroprocessor common hardware reference platform (CHRPª) compliant bridgebetween the PowerPC microprocessor family and the Peripheral Component Interconnect(PCI) bus. In this document, the term Ô106Õ is used as an abbreviation for the phraseÔMPC106 PCI bridge/memory controllerÕ. This document contains pertinent physicalcharacteristics of the 106. For functional characteristics refer to theMPC106 PCI Bridge/Memory Controller UserÕs Manual.This document contains the following topics:Topic PageSection 1.1, ÒOverviewÓ 2Section 1.2, ÒFeaturesÓ 3Section 1.3, ÒGeneral ParametersÓ 5Section 1.4, ÒElectrical and Thermal CharacteristicsÓ 5Section 1.5, ÒPin AssignmentsÓ 17Section 1.6, ÒPinout Listings 18Section 1.7, ÒPackage DescriptionÓ 22Section 1.8, ÒSystem Design InformationÓ 24Section 1.9, ÒDocument Revision HistoryÓ 29Section 1.10, ÒOrdering InformationÓ 29

    標簽: MPC 106 PCI 存儲器

    上傳時間: 2013-11-04

    上傳用戶:as275944189

  • 87C576微控制器的在線編程

    The 87C576 includes two separate methods of programming theEPROM array, the traditional modified Quick-Pulse method, and anew On-Board Programming technique (OBP).Quick Pulse programming is a method using a number of devicepins in parallel (see Figure 1) and is the traditional way in which87C51 family members have been programmed. The Quick-Pulsemethod supports the following programming functions:– program USER EPROM– verify USER EPROM– program KEY EPROM– program security bits– verify security bits– read signature bytesThe Quick-Pulse method is quite easily suited to standardprogramming equipment as evidenced by the numerous vendors of87C51 compatible programmers on the market today. Onedisadvantage is that this method is not well suited to programming inthe embedded application because of the large number of signallines that must be isolated from the application. In addition, parallelsignals from a programmer would need to be cabled to theapplication’s circuit board, or the application circuit board wouldneed to have logic built-in to perform the programming functions.These requirements have generally made in-circuit programmingusing the modified Quick Pulse method impractical in almost all87C51 family applications.

    標簽: 87C576 微控制器 編程

    上傳時間: 2013-10-21

    上傳用戶:xiaozhiqban

  • Virtex-5 GTP Transceiver Wizar

    The LogiCORE™ GTP Wizard automates the task of creating HDL wrappers to configure the high-speed serial GTP transceivers in Virtex™-5 LXT and SXT devices. The menu-driven interface allows one or more GTP transceivers to be configured using pre-definedtemplates for popular industry standards, or from scratch, to support a wide variety of custom protocols.The Wizard produces a wrapper, an example design, and a testbench for rapid integration and verification of the serial interface with your custom function Features• Creates customized HDL wrappers to configureVirtex-5 RocketIO™ GTP transceivers• Users can configure Virtex-5 GTP transceivers toconform to industry standard protocols usingpredefined templates, or tailor the templates forcustom protocols• Included protocol templates provide support for thefollowing specifications: Aurora, CPRI, FibreChannel 1x, Gigabit Ethernet, HD-SDI, OBSAI,OC3, OC12, OC48, PCI Express® (PCIe®), SATA,SATA II, and XAUI• Automatically configures analog settings• Each custom wrapper includes example design, testbench; and both implementation and simulation scripts

    標簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-23

    上傳用戶:leyesome

  • ZBT SRAM控制器參考設計,xilinx提供VHDL代碼

    ZBT SRAM控制器參考設計,xilinx提供VHDL代碼 Description:   Contains the following files     readme.txt appnote_zbtp.vhd appnote_zbtf.vhd appnote_zbt.ucf Platform:   All Installation/Use:   Use 'unzip' on the .zip file and 'gunzip' followed by 'tar -xvf' on the .tar.gz file.

    標簽: xilinx SRAM VHDL ZBT

    上傳時間: 2013-11-24

    上傳用戶:31633073

  • UART 4 UART參考設計,Xilinx提供VHDL代碼

    UART 4 UART參考設計,Xilinx提供VHDL代碼 uart_vhdl This zip file contains the following folders:  \vhdl_source  -- Source VHDL files:      uart.vhd  - top level file      txmit.vhd - transmit portion of uart      rcvr.vhd -  - receive portion of uart \vhdl_testfixture  -- VHDL Testbench files. This files only include the testbench behavior, they         do not instantiate the DUT. This can easily be done in a top-level VHDL          file or a schematic. This folder contains the following files:      txmit_tb.vhd  -- Test bench for txmit.vhd.      rcvr_tf.vhd  -- Test bench for rcvr.vhd.

    標簽: UART Xilinx VHDL 參考設計

    上傳時間: 2013-11-07

    上傳用戶:jasson5678

  • ALTERA編程電纜數據手冊

      You can use the ByteBlasterMV? download cable to do the following:

    標簽: ALTERA 編程電纜 數據手冊

    上傳時間: 2013-10-10

    上傳用戶:上善若水

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
午夜精品久久久久久99热| 91久久久精品| 久久夜色精品一区| 欧美电影打屁股sp| 国产精品视频xxx| 在线免费不卡视频| 午夜精品一区二区三区四区| 美国十次了思思久久精品导航| 欧美伦理一区二区| 精品成人在线视频| 亚洲永久字幕| 欧美日本亚洲视频| 在线电影院国产精品| 欧美一区二区三区四区夜夜大片| 欧美精品一区二区在线观看| 国产乱码精品一区二区三区五月婷 | 欧美剧在线观看| 国产欧美日韩高清| 亚洲午夜精品国产| 欧美母乳在线| 亚洲精品一区中文| 欧美a级片网| 亚洲激情av在线| 久久免费视频在线| 国产综合久久久久影院| 午夜精品久久久久久久99水蜜桃| 欧美日韩不卡视频| 亚洲精品自在在线观看| 久久综合精品国产一区二区三区| 国产美女一区| 香蕉成人伊视频在线观看| 国产精品腿扒开做爽爽爽挤奶网站| 一区二区三区久久精品| 欧美激情精品久久久| 亚洲精品国精品久久99热| 欧美波霸影院| 99re66热这里只有精品4| 欧美剧在线免费观看网站| 亚洲乱码精品一二三四区日韩在线| 美女主播精品视频一二三四| 一色屋精品视频在线观看网站| 久久国产精品一区二区| 激情视频一区| 欧美日本精品在线| 亚洲午夜国产一区99re久久| 欧美色图首页| 亚洲午夜在线观看| 国产精品无人区| 久久久久久久高潮| 亚洲国内自拍| 国产精品久久久久久久久借妻| 亚洲一区日本| 一区二区在线不卡| 欧美激情一区二区三区| 亚洲一区二区不卡免费| 国产欧美一区二区三区国产幕精品| 欧美怡红院视频| 亚洲承认在线| 欧美日韩ab| 欧美在线视频免费播放| 亚洲精品1区| 国产精品毛片在线看| 久久久久免费视频| 一本久久精品一区二区| 国产欧美亚洲视频| 欧美激情第1页| 亚洲深夜福利网站| 国内成人在线| 国产精品高清在线| 久久亚洲综合色| 亚洲综合视频一区| 亚洲伦理在线免费看| 国产伦精品免费视频 | 国产乱码精品1区2区3区| 久久国产日韩欧美| 亚洲免费高清| 激情另类综合| 国产精一区二区三区| 欧美日本韩国一区二区三区| 久久精品91久久香蕉加勒比| 亚洲精品国久久99热| 国产日韩精品一区二区浪潮av| 欧美极品在线播放| 久久天堂av综合合色| 亚洲一二三四久久| 亚洲日本一区二区三区| 国产精品美女久久福利网站| 欧美va天堂va视频va在线| 欧美一区二区视频在线| 一个色综合av| 日韩亚洲在线观看| 91久久亚洲| 亚洲精品四区| 亚洲日本aⅴ片在线观看香蕉| 国产亚洲亚洲| 国产日韩高清一区二区三区在线| 欧美亚韩一区| 欧美午夜不卡在线观看免费 | 99re66热这里只有精品3直播| 国产综合视频在线观看| 国产伦精品一区二区三区| 欧美私人啪啪vps| 欧美日韩成人在线| 欧美日本韩国在线| 噜噜噜久久亚洲精品国产品小说| 亚洲在线视频观看| 亚洲欧美在线高清| 欧美一区二区免费视频| 午夜欧美视频| 久久精品成人| 久久久人成影片一区二区三区观看| 午夜欧美视频| 欧美一区2区视频在线观看| 亚洲欧美在线一区二区| 亚洲欧美在线高清| 欧美中文字幕在线播放| 久久精品国产99精品国产亚洲性色 | 久久资源在线| 猫咪成人在线观看| 免费日韩视频| 欧美日韩国产精品一区| 欧美调教视频| 国产精品视频yy9099| 国产欧美日韩激情| 在线观看的日韩av| 亚洲免费观看| 9久re热视频在线精品| 一区二区三区av| 亚洲午夜高清视频| 欧美怡红院视频| 麻豆freexxxx性91精品| 欧美日韩国产一级片| 国产精品www994| 国产欧美一区二区三区国产幕精品| 黑人操亚洲美女惩罚| 亚洲第一毛片| 亚洲一级片在线观看| 久久久久久久999精品视频| 欧美日韩亚洲综合一区| 国产精品网站在线播放| 亚洲高清激情| 一区二区三区高清不卡| 久久久噜噜噜久噜久久| 欧美揉bbbbb揉bbbbb| 国产亚洲精品aa午夜观看| 亚洲精品一区二区三区av| 午夜精品久久久99热福利| 久久精品国产亚洲精品| 欧美国产丝袜视频| 国产欧美日韩伦理| 亚洲精品一区二区三区在线观看| 欧美亚洲三级| 另类图片综合电影| 国产欧美不卡| 亚洲国产va精品久久久不卡综合| 一区二区高清| 亚洲视频国产视频| 性欧美videos另类喷潮| 欧美午夜精品久久久久久人妖| 国外成人免费视频| 亚洲欧美日韩精品久久亚洲区| 欧美人与禽猛交乱配| 在线免费观看日本一区| 欧美在线一二三区| 国产欧美一区二区三区久久 | 亚洲人成7777| 久久精品日产第一区二区三区| 欧美视频在线观看一区| 亚洲免费观看高清在线观看| 久久成人精品无人区| 国产伦精品一区二区三区| 亚洲午夜精品久久久久久app| 欧美福利视频在线| 亚洲大黄网站| 欧美1区2区| 亚洲人成网站在线播| 欧美大片在线影院| 亚洲激情亚洲| 欧美日韩国产色视频| 亚洲美女淫视频| 欧美精品播放| 一本色道久久综合亚洲精品婷婷 | 黄色精品网站| 久久婷婷丁香| 亚洲精品国产精品久久清纯直播| 欧美成人xxx| 亚洲国产精品成人| 欧美日韩视频免费播放| 在线一区二区三区做爰视频网站 | 久久国产毛片| 极品少妇一区二区三区| 麻豆国产精品777777在线| 91久久久国产精品| 欧美午夜寂寞影院| 欧美一区二区黄| 在线日韩成人| 欧美日韩精品免费观看视一区二区| 在线亚洲免费视频| 国内成人在线| 欧美日在线观看|