代码搜索:1KHZ
找到约 286 项符合「1KHZ」的源代码
代码结果 286
www.eeworm.com/read/200690/15427543
asm daima1.asm
ORG 0000H
LJMP MAIN
ORG 000BH
LJMP T0INT
ORG 0100H
MAIN: MOV SP,#60H
CLR P1
MOV TMOD,#0H ;设置工作方式
MOV TL0,#0CH
MOV TH0,#0F0H ;设置波特率
SETB TR0
SETB ET0
SETB EA
www.eeworm.com/read/186259/8949176
c main.c
//==========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed
www.eeworm.com/read/378112/9250676
c main.c
//==========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed
www.eeworm.com/read/375858/9347294
c main.c
//==========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed
www.eeworm.com/read/351135/10678312
c main.c
//==========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed
www.eeworm.com/read/305802/13760608
c main.c
//============================================================================
// 工程名称: Car_Radar
// 功能描述: 超声波倒车雷达
// IDE环境: SUNPLUS u'nSPTM IDE 2.0.0(or later)
// 涉及的库: CMacro1016.lib
www.eeworm.com/read/491082/6440352
c main.c
//==========================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Technology Co. And shall not be distributed
www.eeworm.com/read/394823/7095155
v divided_frequency.v
module Divided_Frequency(_1kHz,_500Hz);
input _1kHz;
output _500Hz;
reg _500Hz;
always@(posedge _1kHz)
_500Hz
www.eeworm.com/read/394823/7095286
v divided_frequency.v
module Divided_Frequency(_1kHz,_500Hz);
input _1kHz;
output _500Hz;
reg _500Hz;
always@(posedge _1kHz)
_500Hz
www.eeworm.com/read/394823/7095421
v divided_frequency.v
module Divided_Frequency(_1kHz,_500Hz);
input _1kHz;
output _500Hz;
reg _500Hz;
always@(posedge _1kHz)
_500Hz