代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/229972/14310231
txt 自适应滤波器的仿真程序.txt
附:
自适应滤波器的仿真程序:
function LMS_adaptive_filter;%定义功能函数
samples_per_period=40;%周期采样频率
N=10*samples_per_period-1;%总采样次数
signal=sin(2*pi*0.02*[0:N-1]);%初始输入信号
figure;%作图1的第一子图
subplot(2,1,1);
p
www.eeworm.com/read/229771/14317455
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/229769/14317494
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/229559/14329904
c main.c
//===============================================================================================================
// The information contained herein is the exclusive property of
// Sunnnorth Tech
www.eeworm.com/read/228928/14357669
v s_to_p_tb.v
`timescale 1ns/1ns
module s_to_p_tb ;
reg sen_en;
reg rec_en;
reg mode;
reg rst;
wire [7:0] data;
reg clk;
reg ser_in;
reg [8:0] plus;
integer delay
www.eeworm.com/read/228928/14357672
bak s_to_p_tb.v.bak
`timescale 1ns/1ns
module s_to_p_tb ;
reg sen_en;
reg rec_en;
reg mode;
reg rst;
wire [7:0] data;
reg clk;
reg ser_in;
reg [8:0] plus;
integer delay
www.eeworm.com/read/228681/14369280
c main1.c
#include
#include
code char buffer[]={'W','e','l','l','c','o','m','e',' ','U','s','e',' ','M','3','!'};
void delay(unsigned int n) //延时
{
unsigned int i=0;
unsigned
www.eeworm.com/read/228176/14396938
h lcd_tx06d18.h
/**************************************************************
The initial and control for 320×240 16Bpp TFT LCD----TX06D18
**************************************************************/
void T
www.eeworm.com/read/227162/14439306
h lcd_tx06d18.h
/**************************************************************
The initial and control for 320×240 16Bpp TFT LCD----TX06D18
**************************************************************/
void T
www.eeworm.com/read/226928/14446847
c ds1302.c
#include
#include "LCD1602.h"
#include "DS1302.h"
void Delay1ms(unsigned int count)
{
unsigned int i,j;
for(i=0;i