K3:--- P1.6 K4:--- P1.7 BEEP:--- P3.7 K3 --- 控制按鍵 K4 --- 清零按鍵 開機顯示: SECOND-CLOCK 0 TIME 00:00:00:00 K3 --- 控制按鍵: 第一次按下時,開始計時。 顯示 BEGIN COUNT 1 TIME 00:00:01:88 第二次按下時,暫停計時。 顯示 PAUST COUNT 2 TIME 00:00:01:88 第三次按下時,累計計時。
標簽: SECOND-CLOCK K3 BEEP K4
上傳時間: 2016-05-10
上傳用戶:清風冷雨
I2C Slave module The module contains N accessable Registers when in read Process, all Registers are read at a time when in write Process, only the addressed register are Writeable.
標簽: Registers module accessable contains
上傳時間: 2016-05-13
上傳用戶:xauthu
pMatlab is a toolsbox from MIT for running matlab in parallel style on a multi-core PC or a cluster environment. These two documents summary the usage of pMatlab and running time measurements on three simple Monte Carlo simulation codes.
標簽: multi-core toolsbox parallel pMatlab
上傳時間: 2014-12-05
上傳用戶:zhliu007
There are two files in the zip folder. bpsk_spread.m and jakesmodel.m Steps for simulation: 1] Run jakesmodel.m first 2] Then run bpsk_spread.m . 3] Note that during the first run bpsk_spread.m has no rayleigh fading.This is because the corresponding code has been commented 4] The resulting performance is stored in BER_awgn. 5] Now uncomment the Rayleigh Fading code in bpsk_spread.m file. 6] Same time comment BER_awgn (line 112) and uncomment BER_ray variable. 7] Run the simulation. To compare the perfromances of the receiver using DSSS plot the BER_awgn and BER_ray
標簽: bpsk_spread jakesmodel simulation folder
上傳時間: 2016-05-19
上傳用戶:ynsnjs
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used together with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to get rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.
標簽: free-of-charge compatible KickStart modules
上傳時間: 2014-01-09
上傳用戶:498732662
the geometry of a diffraction grating, a common illustration in textbooks of optics, spectroscopy, and analytical chemistry. Sliders on the figures allow real-time interactive control of the incidence angle, grating ruling density (lines/mm), wavelength, and diffraction order.
標簽: illustration spectroscopy diffraction textbooks
上傳時間: 2016-06-04
上傳用戶:極客
This file contains a C++Builder 4 project called SimplyChaos-X ver 3.1 (SCX31). SCX31 is an encryption tool. I designed it as my graduation paper work. SCX31 is a symmetric stream cipher built on chaos function, one time pad cipher and inspiration from Ground Effect (aviation). The key length can be up to 40 characters (320 bits).
標簽: SimplyChaos-X SCX contains Builder
上傳時間: 2016-06-07
上傳用戶:nanshan
JLAB is a set of Matlab functions I have written or co-written over the past fifteen years for the purpose of analyzing data. It consists of four hundred m-files spanning thirty thousand lines of code. JLAB includes functions ranging in complexity from one-line aliases to high-level algorithms for certain specialized tasks. These have been collected together and made publicly available for you to use, modify, and --- subject to certain very reasonable constraints --- to redistribute. Some of the highlights are: a suite of functions for the rapid manipulation of multi-component, potentially multi-dimensional datasets a systematic way of dealing with datasets having components of non-uniform length tools for fine-tuning figures using compact, straightforward statements and specialized functions for spectral and time / frequency analysis, including advanced wavelet algorithms developed by myself and collaborators.
標簽: co-written functions the fifteen
上傳時間: 2014-01-26
上傳用戶:hjshhyy
很好的一本工具書,提供了C/C++函數查詢,分為以下幾個方面闡述,預處理命令、關鍵字、標準C的I/O,String,Charactor,Math,Time,Data,Memory,以及C++的I/O,String,及標準模版類。推薦。
標簽:
上傳時間: 2013-12-04
上傳用戶:huql11633
小程序應有如下功能: 1、登記。登記每位同學的上網卡號,押金(>=5 RMB)和上網時刻。 2、查詢。可以查詢每個上網卡號的上網時刻,上網的時間,押金和當前的費用。 3、結賬。根據卡號可以算出 應收金額,應找金額。 4、提醒。當某個上網卡號的 上網費用 >= 它的押金時應提醒管理員。 5、續費。當某個上網卡號的 上網費用 >= 它的押金,他可以再次交上一定金額的押金(>=5 RMB)。 6、修改費率。上網的費率應可以調整。默認的費率是1 RMB /1小時。 為了不讓機房賠本,應是這樣的收費模式:先付錢后上網。如上機就五角, 以后過半小時收五角。 7、總賬。一天下來管理員要知道這天他賺了多少RMB。 你需要考慮程序被意外結束等特殊情況。 如果你的程序是按系統時間進行計時,還應考慮系統時間被意外更改的特殊情況。總之,你應考慮一切會讓你的程序不能正常運行的特殊情況。 如果不知道怎么計時,你可以學習參考使用<time.h>中函數。 說明: a. 假定機房有150臺機器。 b. 假定初始的費率是1 RMB /1分鐘(便于測試)。
上傳時間: 2016-06-27
上傳用戶:gut1234567