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

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

followIng

  • 基于雙ATmega128的安檢力學(xué)試驗機(jī)設(shè)計

    針對當(dāng)前安檢力學(xué)試驗機(jī)所能完成的試驗種類單一、自動化程度低等問題,提出一種以ATmega128單片機(jī)為核心控制器的安檢力學(xué)試驗機(jī)的設(shè)計。詳細(xì)闡述了該安檢力學(xué)試驗機(jī)各個組成部分的設(shè)計原理和方案,并且給出了各部分的軟件設(shè)計思想和操作流程。經(jīng)過大量測試試驗表明:設(shè)計的安檢力學(xué)試驗機(jī)可以完成多達(dá)十余種的力學(xué)安檢試驗,完全符合相關(guān)國家標(biāo)準(zhǔn),并且具有數(shù)據(jù)采集精度高、傳輸速度快、操作安全簡便等特點,實現(xiàn)了安檢設(shè)備的多功能化、數(shù)字化和自動化。 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.

    標(biāo)簽: ATmega 128 安檢 試驗機(jī)

    上傳時間: 2013-11-05

    上傳用戶:a67818601

  • dsPIC30F產(chǎn)品手冊

    dsPIC30F產(chǎn)品手冊 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

    標(biāo)簽: dsPIC 30F 30 產(chǎn)品手冊

    上傳時間: 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

    標(biāo)簽: FREERTOS 移植 文檔

    上傳時間: 2013-10-13

    上傳用戶:13162218709

  • AT89C2051驅(qū)動步進(jìn)電機(jī)的電路和源碼

    AT89C2051驅(qū)動步進(jìn)電機(jī)的電路和源碼:AT89C2051驅(qū)動步進(jìn)電機(jī)的電路和源碼 程序: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 */ } }

    標(biāo)簽: C2051 2051 89C AT

    上傳時間: 2013-11-21

    上傳用戶:boyaboy

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

    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

    標(biāo)簽: 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.

    標(biāo)簽: 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

    標(biāo)簽: Transceiver Virtex Wizar GTP

    上傳時間: 2013-10-23

    上傳用戶:leyesome

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

    ZBT SRAM控制器參考設(shè)計,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.

    標(biāo)簽: xilinx SRAM VHDL ZBT

    上傳時間: 2013-11-24

    上傳用戶:31633073

  • UART 4 UART參考設(shè)計,Xilinx提供VHDL代碼

    UART 4 UART參考設(shè)計,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.

    標(biāo)簽: UART Xilinx VHDL 參考設(shè)計

    上傳時間: 2013-11-07

    上傳用戶:jasson5678

  • ALTERA編程電纜數(shù)據(jù)手冊

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

    標(biāo)簽: ALTERA 編程電纜 數(shù)據(jù)手冊

    上傳時間: 2013-10-10

    上傳用戶:上善若水

主站蜘蛛池模板: 田林县| 左贡县| 海兴县| 定边县| 博湖县| 清河县| 建平县| 蓬溪县| 英吉沙县| 西乡县| 兴海县| 临颍县| 宝兴县| 青岛市| 丽江市| 扬州市| 甘谷县| 南皮县| 漳平市| 阿荣旗| 布拖县| 佛坪县| 丰都县| 平邑县| 旬阳县| 江北区| 鲜城| 宣武区| 涿州市| 五指山市| 疏附县| 泽州县| 龙里县| 岳普湖县| 牟定县| 镇平县| 永吉县| 东光县| 璧山县| 乾安县| 阿瓦提县|