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

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

binairy-stored

  • 基于PIC18F1320微控制器的信號采集系統

      便攜式信號采集在機器健康診斷系統中有較高的應用價值。機器健康診斷的信號特點是包括低頻信號。本文研究是為了實現簡易而且低成本的低頻便攜式信號采集。以Microchip公司單片機PIC18F1320為核心設計信號采集電路,實現了信號的采集和保存。系統采用串行電可擦除芯片24LC32A保存數據,經過有線通信,信號數據由串行口通過MAX232芯片輸送到微型計算機接收和保存,最后繪制出信號波形。 微型計算機程序采用Visual Basic編程。研究成功采樣頻率為3 kHz的復雜信號,證明該方案符合設計要求。   Abstract:   Portable signal acquisition is useful in machine health monitoring systems. The signal characteristics of machine health monitoring includes low frequency signals. The goal of this study is to realize simple, inexpensive and portable low frequency signal sampling. This paper provides the project of signal acquisition system design based on PIC18F1320 microcontroller manufactured by the Microchip Technology Incorporation to achieve signal sampling and storage. The system adopted EEPROM 24LC32A to store the signal data. The microcomputer received data via wired link with the MAX232 IC through the serial port. The microcomputer program, programmed in Visual Basic, received the data, stored it and plotted the signal. The study successfully samples 3kHz complicated signals and thus meets the design requirement.

    標簽: F1320 1320 PIC 18F

    上傳時間: 2013-11-19

    上傳用戶:moerwang

  • 基于C8051F930的管道溫度壓力遠程監測系統

       為解決輸油管道溫度壓力參數實時監測的問題,設計了以C8051F930單片機作為控制核心的超低功耗輸油管道溫度壓力遠程監測系統。現場儀表使用高精度電橋采集數據,通過433 MHz短距離無線通信網絡與遠程終端RTU進行通信,RTU通過GPRS網絡與PC上位機進行遠程數據傳輸,在上位機中實現數據存儲和圖形化界面顯示,從而實現輸油管道溫度壓力參數的實時監測和異常報警。經實驗證明,該系統的12位數據采集精度滿足設計要求,漏碼率小于1%,正常工作時間超過5個月,能實時有效地監測輸油管道的溫度壓力參數,節省大量人工成本,有效預防管道參數異常造成的經濟損失和環境污染。 Abstract:  In order to solve the problems on real-time monitoring of pipeline temperature and pressure parameters, the ultra-low power remote pipeline temperature and pressure monitoring system was designed by using the single chip processor C8051F930 as the control core. The high-precision electric bridge was used in field instruments for data collection, the 433MHz short-range wireless communication network was used to make communication between field instrument and RTU, the GPRS was used by the RTU to transmit data to the PC host computer, and the data was stored and displayed in the PC host computer, so the real-time monitoring and exception alerts of pipeline temperature and pressure parameters were achieved. The experiment proves that the system of which error rate is less than 1% over five months working with the 12-bit data acquisition accuracy can effectively monitor the pipeline temperature and pressure parameters in real time, it saves a lot of labor costs and effectively prevents environmental pollution and economic losses caused by abnormal channel parameters.

    標簽: C8051F930 溫度 壓力 遠程監測系統

    上傳時間: 2013-11-07

    上傳用戶:cuibaigao

  • STM32啟動代碼

    The bootloader is stored in the internal boot ROM memory (system memory) of STM32devices. It is programmed by ST during production. Its main task is to download theapplication program to the internal Flash memory through one of the available serialperipherals (USART, CAN, USB, etc.). A communication protocol is defined for each serialinterface, with a compatible command set and sequences

    標簽: STM 32 啟動代碼

    上傳時間: 2014-09-06

    上傳用戶:417313137

  • 基于(英蓓特)STM32V100的串口程序

    This example provides a description of how  to use the USART with hardware flowcontrol and communicate with the Hyperterminal.First, the USART2 sends the TxBuffer to the hyperterminal and still waiting fora string from the hyperterminal that you must enter which must end by '\r'character (keypad ENTER button). Each byte received is retransmitted to theHyperterminal. The string that you have entered is stored in the RxBuffer array. The receivebuffer have a RxBufferSize bytes as maximum. The USART2 is configured as follow:    - BaudRate = 115200 baud      - Word Length = 8 Bits    - One Stop Bit    - No parity    - Hardware flow control enabled (RTS and CTS signals)    - Receive and transmit enabled    - USART Clock disabled    - USART CPOL: Clock is active low    - USART CPHA: Data is captured on the second edge     - USART LastBit: The clock pulse of the last data bit is not output to                      the SCLK pin

    標簽: V100 STM 100 32V

    上傳時間: 2013-10-31

    上傳用戶:yy_cn

  • This code implements the basic functions for an I2C slave device using the SSP module. All I2C funct

    This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.

    標簽: implements I2C functions the

    上傳時間: 2015-04-02

    上傳用戶:邶刖

  • SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service

    SDP Search and Record generator OVERVIEW: Recognizing the difficulty in creating an SDP service description and search from scratch, Microsoft is providing a sample utility in bthnscreate.cxx to automatically create a service or record. This utility can be run to create an SDP record or to setup an SDP Service, Attribute, or ServiceAttribute search based on information stored in a human readable file.

    標簽: Recognizing difficulty SDP generator

    上傳時間: 2015-04-16

    上傳用戶:dyctj

  • 用LPC213X系列的PWM來產生語音。語音數據來源于PC機轉換后得到的。最大可以是16位的。 由于是PWM所以輸出端口需要低通濾波才能夠得到比較干凈的聲音。 可以經過修改使用LPC2132以上的

    用LPC213X系列的PWM來產生語音。語音數據來源于PC機轉換后得到的。最大可以是16位的。 由于是PWM所以輸出端口需要低通濾波才能夠得到比較干凈的聲音。 可以經過修改使用LPC2132以上的ARM的D/A來產生。 This project outputs audio on PWM0 using wave samples that are stored in the on-chip Flash ROM.

    標簽: LPC PWM 213X 2132

    上傳時間: 2014-11-07

    上傳用戶:zhanditian

  • 內容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, mani

    內容如下: 1.The history of the computerized database 2.SQL Data Statements--those used to create, manipulate, and retrieve data stored in your database example statements include select, update, insert, and delete 3.SQL Schema Statements--those used to create database objects, such as tables, indexes, and constraints 4.How data sets can interact with queries 5.The importance of subqueries 6.Data conversion and manipulation via SQL s built-in functions 7.How conditional logic can be used in Data Statements

    標簽: computerized Statements database history

    上傳時間: 2015-04-25

    上傳用戶:ardager

  • The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: he

    The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)

    標簽: ptfsf following the contains

    上傳時間: 2013-11-28

    上傳用戶:風之驕子

  • Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensione

    Routine mampres: To obtain amplitude response from h(exp(jw)). input parameters: h :n dimensioned complex array. the frequency response is stored in h(0) to h(n-1). n :the dimension of h and amp. fs :sampling frequency (Hz). iamp:If iamp=0: The Amplitude Res. amp(k)=abs(h(k)) If iamp=1: The Amplitude Res. amp(k)=20.*alog10(abs(h(k))). output parameters: amp :n dimensioned real array. the amplitude-frequency response is stored in amp(0) to amp(n-1). Note: this program will generate a data file "filename.dat" . in chapter 2

    標簽: dimensione parameters amplitude response

    上傳時間: 2013-12-19

    上傳用戶:xfbs821

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
翔田千里一区二区| 99re成人精品视频| 亚洲久久成人| 亚洲美女性视频| 亚洲第一精品夜夜躁人人躁 | 国内精品久久久久影院 日本资源| 欧美日韩在线高清| 国产精品xxxxx| 国产精品日韩在线一区| 国产一区二区三区久久久久久久久| 国产一区二区视频在线观看| 欧美午夜精品理论片a级按摩 | 国语精品中文字幕| 一区二区日韩免费看| 一区二区三区久久网| 亚洲欧美成人网| 欧美激情在线免费观看| 精品不卡在线| 欧美在线视频不卡| 国产精品成人免费精品自在线观看| 国产农村妇女精品一区二区| 一区二区三区欧美日韩| 欧美国产精品专区| 国产自产2019最新不卡| 亚洲专区一区| 欧美特黄a级高清免费大片a级| 国产真实精品久久二三区| 亚洲一级在线观看| 欧美日韩国产在线| 亚洲精品字幕| 欧美伦理91i| 99精品热6080yy久久| 国产精品xxxav免费视频| 亚洲欧美日韩专区| 国产精品亚洲人在线观看| 午夜精品国产| 精品9999| 国产乱肥老妇国产一区二| 欧美亚洲综合另类| 亚洲激情婷婷| 国产精品永久免费观看| 老司机免费视频一区二区三区| 亚洲国产视频一区| 国产欧美日韩在线观看| 另类图片综合电影| 校园激情久久| 亚洲一区二区久久| 亚洲美女视频| 欧美日韩亚洲综合一区| 久久国产日本精品| 亚洲一级影院| 欧美日韩一区在线播放| 精品不卡一区| 欧美三级第一页| 国内激情久久| 久久综合久久综合久久| 蜜桃av综合| 国产精品一区久久久| 亚洲人成网站在线播| 久久国产直播| 国产伦精品一区二区三区四区免费| 激情视频一区二区三区| 小嫩嫩精品导航| 伊人久久大香线| 亚洲尤物在线视频观看| 欧美黑人在线观看| 在线成人中文字幕| 久久久久一本一区二区青青蜜月| 欧美涩涩网站| 国产精品99久久久久久宅男| 美国十次成人| 99精品视频一区| 欧美色图首页| 亚洲欧美综合| 好吊色欧美一区二区三区视频| 久久久国产亚洲精品| 曰韩精品一区二区| 欧美高清视频| 午夜国产精品视频免费体验区| 国产一区二区中文| 在线一区二区日韩| 国产精品高清网站| 久久精品国产免费观看| 亚洲精品一区二区三区蜜桃久 | 国产精品高清网站| 久久人体大胆视频| 一区二区三区福利| 国产一区二区三区精品久久久| 欧美一区二区三区婷婷月色 | 亚洲性线免费观看视频成熟| 欧美性猛片xxxx免费看久爱| 欧美一区在线视频| 亚洲国产精品久久人人爱蜜臀 | 国产午夜精品久久久| 欧美高清在线视频| 久久精品日韩| 亚洲欧美国产精品桃花| 亚洲精品看片| 亚洲福利视频一区二区| 亚洲女女女同性video| 亚洲国产mv| 红桃视频欧美| 韩国精品在线观看| 国产午夜精品理论片a级大结局 | 国产日韩一区二区| 欧美午夜免费影院| 欧美日韩精品不卡| 麻豆精品网站| 老司机精品福利视频| 久久综合给合久久狠狠色| 欧美在线视频二区| 久久尤物视频| 女人天堂亚洲aⅴ在线观看| 麻豆乱码国产一区二区三区| 亚洲一区欧美二区| 久久精品视频在线看| 久久精品综合| 免费成人高清视频| 欧美日韩国产亚洲一区| 欧美日韩在线一区二区三区| 国产伦精品一区二区三区免费迷| 国产精品亚洲视频| 韩曰欧美视频免费观看| 亚洲欧洲日韩在线| 一级成人国产| 欧美制服丝袜| 欧美精品一区二区视频| 国产精品国产| 91久久久久久国产精品| 宅男噜噜噜66一区二区66| 久久aⅴ国产欧美74aaa| 欧美精品在线极品| 国产亚洲欧美日韩在线一区| 亚洲欧洲一区二区三区| 先锋资源久久| 欧美三级电影一区| 亚洲国产精品成人久久综合一区| 亚洲一区二区视频在线观看| 免费亚洲婷婷| 欧美韩日视频| 亚洲精品视频在线播放| 可以免费看不卡的av网站| 狠久久av成人天堂| 久久午夜精品一区二区| 国产视频观看一区| 欧美在线首页| 91久久精品www人人做人人爽 | 欧美日韩国产限制| 亚洲剧情一区二区| 欧美激情影音先锋| 亚洲午夜av| 国产一区二区福利| 男男成人高潮片免费网站| 亚洲激情电影在线| 欧美日韩三级电影在线| 亚洲一区二区三区高清不卡| 国产精品国色综合久久| 欧美一级电影久久| 国产精品99免费看| 开元免费观看欧美电视剧网站| 亚洲人成人一区二区在线观看| 欧美金8天国| 午夜精品久久久久久久| 狠狠色狠狠色综合日日五| 欧美日韩国产a| 亚洲日本一区二区| 国产精品视频免费观看| 欧美www视频| 久久久精品性| 亚洲在线视频免费观看| 在线观看欧美日韩| 国产精品男人爽免费视频1| 久久婷婷人人澡人人喊人人爽| 亚洲大片在线| 国产精品久久久999| 老司机亚洲精品| 亚洲一区二区三区精品在线| 另类图片综合电影| 久久网站免费| 亚洲中字在线| 中文无字幕一区二区三区| 好看不卡的中文字幕| 欧美性猛交一区二区三区精品| 女主播福利一区| 亚洲素人在线| 亚洲精品中文字幕在线| 亚洲国产精品第一区二区| 国产精品美女一区二区在线观看| 欧美成人免费全部| 欧美日韩成人网| 欧美国产精品va在线观看| 免费成人毛片| 欧美日韩在线视频一区| 欧美华人在线视频| 久久亚洲国产精品一区二区| 欧美日一区二区三区在线观看国产免| 亚洲一区综合| 亚洲网站视频| 夜夜精品视频一区二区| 亚洲美女毛片|