This programme is to control DC motor in a certain speed using PWM. The target speed is "r", it is the speed in 1s. The sample rate is 0.1s, so the actual speed target is "rc"=r/10. The "r" and "rc" are integer, and the range of "r" is from 50 to 100. Keep rc=r/10!!! The array "speed1" and "speed2" are the control result, in 0.1s and 1s. The length of "speed1" is 2400, and "speed2" is 240. The "pw" and "nw" are the parameters of PWM. The test will last 4 min.
標(biāo)簽: speed programme is control
上傳時間: 2014-11-22
上傳用戶:jyycc
Introduction: 1. Macro1: AddFailureModeCol is used to the test report generated from GNPO Rpt Tools i. You can just open the test report, apply AddFailureModeCol 2. Macro2: DPHU_Match is for the test report after meeting i. You open the DPHU_Format_26Dec.xls, then apply DPHU_Match, after the program starts to run, you select the after-meeting test report from which you want to generate a dphu report. ii. Use “Save As” instead of “Save” to save the generated dphu report. Because later on you still want to use the DPHU_Format_26Dec.xls as a template.
標(biāo)簽: AddFailureModeCol Introduction generated Macro1
上傳時間: 2016-08-09
上傳用戶:爺?shù)臍赓|(zhì)
delphi 寫的delphi的程序 Handel is a free, standalone development tool created with Delphi 3 that enables you to create, compile, and run projects. Handel also supports Form Design Environments such as Delphi and can open and write units, projects, and forms created with Delphi 2 or 3. However, it is not perfectly compatible with Delphi.
標(biāo)簽: delphi development standalone created
上傳時間: 2014-01-18
上傳用戶:jing911003
This application report presents basic code for initializing and operating the TMS320LF240x DSP devices. Two functionally equivalent example progra ms are presented: one written in assembly language and the other in C language. Detailed discussions of each program are provided that explain numerous compiler and assembler directives, code requirements, and hardware-related requirements. The programs are ready to run on either the TMS320LF2407 Evaluation Module (EVM) or the eZdsp LF2407 development kit. However, they are also intended for use as a code template for any TMS320LF240x (LF240x) or TMS320LF240xA (LF240xA) DSP target system.
標(biāo)簽: initializing application operating presents
上傳時間: 2013-12-19
上傳用戶:tzl1975
實現(xiàn)8比特字節(jié)的RS糾錯編碼,可以指定極性校驗字節(jié)數(shù)目,能產(chǎn)生的最大校驗序列長度為255字節(jié)(含極性校驗字節(jié)).This is an implementation of a Reed-Solomon code with 8 bit bytes, and a configurable number of parity bytes. The maximum sequence length (codeword) that can be generated is 255 bytes, including parity bytes.
上傳時間: 2016-08-24
上傳用戶:思琦琦
www.trolltech.com推薦的學(xué)習(xí)Qt的權(quán)威書籍 自制的Pdf版Code Less Create More Deploy Everywhere Using Trolltech s Qt you can build industrial-strength C++ applications that run natively on Windows, Linux/Unix, Mac OS X, and embedded Linux without source code changes.
標(biāo)簽: Everywhere trolltech Trolltech Create
上傳時間: 2013-12-29
上傳用戶:妄想演繹師
AC97 Sample Driver and Related Code Samples. This directory contains a sample AC97 adapter driver and several related code samples. These samples need to be compiled with the Windows .NET or Windows XP build environment but are binary compatible with older operating systems like Windows 2000. To build the samples, enter any Windows .NET or Windows XP build environment and run build –cZ from this directory. The AC97 sample driver also runs in Windows 98 Second Edition or Windows Me, but the property page DLL and control panel application do not. For more information, please refer to the readme.htm files in each subdirectory. The INF file in the driver directory installs all of the samples in the subdirectories. The header file in this directory defines the private property used by each of the samples.
標(biāo)簽: directory contains Related Samples
上傳時間: 2014-07-06
上傳用戶:鳳臨西北
This sample displays a basic integer calculator powered by the 8051 microcontroller. Although Keil C51 has a full floating point math library the evaluation version is restricted to 2k of object code, so we have constrained this sample to integer maths in order to fit within this limit. The program for this design was written in C using the Keil uVision 2 IDE for which Proteus VSM provides a Debug Monitor driver. Instructions for configuring Proteus to run in conjunction with the Keil environment can be found by editing the 8051 microcontroller on the schematic (point at it and press CTRL-E) and then clicking on the help button on the Edit Component dialogue form.
標(biāo)簽: microcontroller calculator Although displays
上傳時間: 2014-12-01
上傳用戶:edisonfather
俄羅斯方塊,畫面比較好看 哦 運行時必需按轉(zhuǎn)了 ANT 如果已安裝,就直接雙擊Build.bat 然後雙擊Run.bat 關(guān)於代碼中的注釋如果出現(xiàn)亂碼,你就把原始檔案用word打開 然後 工具->語言->中文簡繁轉(zhuǎn)換
標(biāo)簽: 俄羅斯方塊
上傳時間: 2016-08-28
上傳用戶:xjz632
void InitGoertzel(void) 作用:初始化算法參數(shù) 用法:采用算法進(jìn)行檢測前執(zhí)行一次,如果需要改變參數(shù),調(diào)用SetParameter() float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口 作用:對采集下來的音頻數(shù)據(jù)用算法處理,返回一個結(jié)果 參數(shù):sampleData-音頻數(shù)據(jù)緩沖地址指針; length-緩沖區(qū)尺寸(音頻數(shù)據(jù)數(shù)量),字節(jié)數(shù); 返回值:返回算法結(jié)果。 void SetParameter(DWORD set_SampleRate, DWORD set_TargetFreq, DWORD set_BlockSize) 作用:設(shè)置算法參數(shù); 參數(shù):set_SampleRate-音頻數(shù)據(jù)抽樣速率; set_TargetFreq-目標(biāo)信號頻率; set_BlockSize-算法數(shù)據(jù)塊尺寸(采樣點); 用法:調(diào)用本函數(shù)后,需要調(diào)用一次InitGoertzel(void)才會生效
標(biāo)簽: void InitGoertzel 算法 初始化
上傳時間: 2016-09-20
上傳用戶:sssl
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1