代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/265644/11259186
ptf pwm1.ptf
[pwm]
Generate Programming File=false
Design Entry Utilities=false
User Constraints=true
www.eeworm.com/read/265644/11259194
v pwm1.v
module pwm(clock,keyin,pwm_out);
input clock;
input [1:0] keyin;
output pwm_out;
reg [15:0] count,count1;
reg [9:0] pwm_count;
reg pwm_reg;
always @(posedge clock)
begi
www.eeworm.com/read/265527/11262182
hex pwm842.hex
:100A21000A0A414475433834322050574D204465F9
:100A31006D6F6E7374726174696F6E2050726F673F
:100A410072616D0A003D3D3D3D3D3D3D3D3D3D3DBC
:100A51003D3D3D3D3D3D3D3D3D3D3D3D3D3D3D3DC5
:100A61003D3D3D3D3D3
www.eeworm.com/read/265527/11262186
c pwm842.c
//pwm842.c
/*
Author: Eckart Hartmann Date:09/10/2003
Description of Software:
This program demonstrates the PWM functions
PwmCfg() , PwmW16() , PwmW8() .
Development progress: pwm834.df .
*
www.eeworm.com/read/265527/11262192
lst pwm842.lst
C51 COMPILER V5.50, PWM842 17/10/03 18:03:03 PAGE 1
DOS C51 COMPILER V5.50, COMPILATION OF MODULE PWM842
OBJECT MODULE PLACE
www.eeworm.com/read/410943/11263568
asm pwm脉宽调制.asm
;这是一个单片机进行脉宽调制(PWM) 直流电机调速测试程序.
;UNL2003提供电机驱动电流.(
www.eeworm.com/read/410943/11263570
hex pwm脉宽调制.hex
www.eeworm.com/read/410943/11263572
bin pwm脉宽调制.bin
www.eeworm.com/read/249654/12481909
v irclk_pwm.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function
www.eeworm.com/read/249654/12482123
v beep_pwm.v
//Legal Notice: (C)2005 Altera Corporation. All rights reserved. Your
//use of Altera Corporation's design tools, logic functions and other
//software and tools, and its AMPP partner logic function