Location:
Search - CLOCK.COM d
Search list
Description: 数字计时器程序 Clock.asm -- Analogue Clock Demo
based on Charles Petzold s DIGCLOCK.C
Translated into assembly 20/9/99 by
Ron Thomas Ron_Thom@Compuserve.com -digital timer procedures Clock.asm -- Analogue Clock Demo b ased on Charles Petzold s DIGCLOCK.C Translate d into assembly by Ron Thomas 20/9/99 @ Ron_Thom compuserve.com
Platform: |
Size: 13351 |
Author: 刘明 |
Hits:
Description: 数字计时器程序 Clock.asm -- Analogue Clock Demo
based on Charles Petzold s DIGCLOCK.C
Translated into assembly 20/9/99 by
Ron Thomas Ron_Thom@Compuserve.com -digital timer procedures Clock.asm-- Analogue Clock Demo b ased on Charles Petzold s DIGCLOCK.C Translate d into assembly by Ron Thomas 20/9/99 @ Ron_Thom compuserve.com
Platform: |
Size: 13312 |
Author: 刘明 |
Hits:
Description: 用c语言编写的一个DOS下的图形圆盘钟表-Using c language graphics under a DOS disk watch
Platform: |
Size: 1024 |
Author: 轶凡 |
Hits:
Description:
PS2.c - FlashLite186 iç in PS/2 Klavye Fonksiyonlarý */
/* Lima Endustriyel Bilgisayar - www.lima.com.tr */
/* Haziran 2004 - Istanbul, Turkiye */
/* */
/* Konsol, INT2 ve PORTC nin 0 + 1. pinlerini kullaný r */
/* */
/* Klavyenin CLOCK sinyali INT2 ve PORTC nin 0. pinine */
/* DATA sinyali ise PORTC nin 1. pinine bað lý dý r */
/* */
/* Her iki aç ý k kolektö r sinyal 10k luk direnç lerle */
/* 5V a bað lanmý þ tý r-
PS2.c - FlashLite186 iç in PS/2 Klavye Fonksiyonlarý */
/* Lima Endustriyel Bilgisayar - www.lima.com.tr */
/* Haziran 2004 - Istanbul, Turkiye */
/* */
/* Konsol, INT2 ve PORTC nin 0 + 1. pinlerini kullaný r */
/* */
/* Klavyenin CLOCK sinyali INT2 ve PORTC nin 0. pinine */
/* DATA sinyali ise PORTC nin 1. pinine bað lý dý r */
/* */
/* Her iki aç ý k kolektö r sinyal 10k luk direnç lerle */
/* 5V a bað lanmý þ tý r
Platform: |
Size: 3072 |
Author: alinetmo |
Hits:
Description: PS2.c - FlashLite186 iç in PS/2 Klavye Fonksiyonlarý */
/* Lima Endustriyel Bilgisayar - www.lima.com.tr */
/* Haziran 2004 - Istanbul, Turkiye */
/* */
/* Konsol, INT2 ve PORTC nin 0 + 1. pinlerini kullaný r */
/* */
/* Klavyenin CLOCK sinyali INT2 ve PORTC nin 0. pinine */
/* DATA sinyali ise PORTC nin 1. pinine bað lý dý r */
/* */
/* Her iki aç ý k kolektö r sinyal 10k luk direnç lerle */
/* 5V a bað lanmý þ tý r-PS2.c - FlashLite186 iç in PS/2 Klavye Fonksiyonlarý */
/* Lima Endustriyel Bilgisayar - www.lima.com.tr */
/* Haziran 2004 - Istanbul, Turkiye */
/* */
/* Konsol, INT2 ve PORTC nin 0 + 1. pinlerini kullaný r */
/* */
/* Klavyenin CLOCK sinyali INT2 ve PORTC nin 0. pinine */
/* DATA sinyali ise PORTC nin 1. pinine bað lý dý r */
/* */
/* Her iki aç ý k kolektö r sinyal 10k luk direnç lerle */
/* 5V a bað lanmý þ tý r
Platform: |
Size: 24576 |
Author: alinetmo |
Hits:
Description: Avetis Ioannisyan
avetis@60ateight.com
Last Updated: 11/30/05
LMS Channel Adaptation
reset randomizers
randn( state ,sum(100*clock))
rand( state ,sum(100*clock))
numPoints = 5000
numTaps = 10 channel order
Mu = 0.001:0.001:0.01 iteration step size
input is guassian
x = randn(numPoints,1) + j*randn(numPoints,1)
choose channel to be random uniform
h = rand(numTaps, 1) + i*rand(numTaps, 1)
h = [1 0 0 0 1] testing only
h = h/max(h) normalize channel
convolve channel with the input
d = filter(h, 1, x)
initialize variables
w = []
y = []
in = []
e = [] error, f- Avetis Ioannisyan
avetis@60ateight.com
Last Updated: 11/30/05
LMS Channel Adaptation
reset randomizers
randn( state ,sum(100*clock))
rand( state ,sum(100*clock))
numPoints = 5000
numTaps = 10 channel order
Mu = 0.001:0.001:0.01 iteration step size
input is guassian
x = randn(numPoints,1) + j*randn(numPoints,1)
choose channel to be random uniform
h = rand(numTaps, 1) + i*rand(numTaps, 1)
h = [1 0 0 0 1] testing only
h = h/max(h) normalize channel
convolve channel with the input
d = filter(h, 1, x)
initialize variables
w = []
y = []
in = []
e = [] error, f
Platform: |
Size: 1024 |
Author: josh |
Hits:
Description: 使用到I/O控制、定时器、串口和液晶屏显示,程序每秒钟往串口打印一次PC2处的AD值,液晶屏同时也通过进度条及数值两种方式将AD值显示出来。串口使用USB-COM接口,波特率为115200,无硬件流控制。-The Blinky project is a simple program for the STM32F407Z
microcontroller using STM STM3240G-EVAL Evaluation Board, compliant
to Cortex Microcontroller Software Interface Standard (CMSIS v2.0).
Example functionality:
- Clock Settings:
- XTAL = 25.00 MHz
- SYSCLK = 168.00 MHz
- Sys Timer is used in interrupt mode
- LED blink with speed depending on potentiometer position
- colour LCD display shows init message and bargraph depending on potentiometer position
- AD settings: 12 bit resolution
- AD value is output onto serial port UART4
UART4 settings: 115200 baud, 8 data bits, no parity, 1 stop bit
The Blinky program is available in different targets:
STM32F407 Flash: runs from Internal Flash located on chip
(used for production or target debugging)
STM32F407 RAM: runs from Internal RAM located on chip
(may be used for target d
Platform: |
Size: 749568 |
Author: |
Hits: