代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/289654/8537175
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/289653/8537320
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/188102/8571440
hpp array_of.hpp
/*+-------------------------------------------------------------------
Ben Landon
CSCI E235
Final Project
Array_of - A parameterized array class.
I'm using this instead of the STL v
www.eeworm.com/read/388628/8590997
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/432287/8614887
h display.h
/*****************************************************************************
* display.h: Header file for NXP LPC23xx/24xx Family Microprocessors
**********************************************
www.eeworm.com/read/287336/8693602
par test.par
MPEG-2 Test Sequence, 30 frames/sec
O:/deep/rip6/video/yuv/fire/fire%d /* name of source files */
- /* name of reconstructed images ("-": don't store) */
- /* name of intra quant m
www.eeworm.com/read/287321/8694293
m func_occ_root.m
function [FTacdata,acdata]=OCC_root(tvdata,T,Num_C)
%功能:循环对消法
%输入变量:tvdata输入的时域(fft之前)数据(列向量)
% T数据采样间隔(扫频周期)
% Num_C迭代对消次数
%输出变量:acdata对消后的时域数据
% FTacdata对消后的频域(fft之后)数据
www.eeworm.com/read/386719/8729377
h hardware.h
#ifndef HARDWARE_H
#define HARDWARE_H
void RCC_Configuration(void);
void GPIO_Configuration(void);
void NVIC_Configuration(void);
void Hardware_Initial( void);
void SetupUART (void) ;
void Led
www.eeworm.com/read/430548/8739236
s startup.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/386083/8765192
m delay1.m
% Shifts a vector by n_delay elements; fills initial elements with 0s
%
function y_out = delay1(y_in,n_delay);
NN = length(y_in);
y_out = zeros(size(y_in));
y_out(n_delay:NN) = y_in(1:NN-n_delay+