代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/348329/11601573
lnp c8051f020_adc.lnp
"main.obj",
"Port_Initial.obj",
"Adc_Sampling.obj",
"TS12864A.obj",
"Show_FloatData.obj"
TO "c8051f020_adc"
RAMSIZE(256)
www.eeworm.com/read/158525/11603590
s init.s
;/****************************************Copyright (c)**************************************************
;** 广州周立功单片机发展有限公司
;** 研
www.eeworm.com/read/158463/11612801
m bdt_f57.m
% The MATLAB script that generates the probability of error versus the signal to noise ratio
initial_snr=0;
final_snr=15;
snr_step=0.25;
snr_in_dB=initial_snr:snr_step:final_snr;
for i=1:length(s
www.eeworm.com/read/261904/11616038
h ymodem.h
/*
* YMODEM
*
* Copyright (C) 2001 John G Dorsey
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as publishe
www.eeworm.com/read/347945/11623435
m monomialgeneration.m
function exponent_m = monomialgeneration(exponent_p,csclasses)
%MONOMIALGENERATION Internal function to create candidate monomials in SOS programs
% Author Johan L鰂berg
% $Id: monomialgeneration
www.eeworm.com/read/347623/11653875
cpp aknexquerykeylisteventhandler.cpp
/* Copyright (c) 2004, Nokia. All rights reserved */
// INCLUDE FILES
#include
#include "AknExQuery.hrh"
#include "AknExQueryContainer.h"
#include "AknExQueryKeyListEventHandl
www.eeworm.com/read/157915/11656026
inc a2000.inc
//////////////////////////////////////////////////////////////////////////////////////////
// Progarm: SACM-A2000 API external definition
// Writen by: Andy
// Date: 2000/06/20
///////////////////
www.eeworm.com/read/347110/11699877
lst timer.lst
C51 COMPILER V7.09 TIMER 07/31/2006 17:30:55 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN T
www.eeworm.com/read/260643/11714354
v test_afifo_2.v
//FILE NAME: test_afifo_2
//AUTHOR: jialiang
`timescale 1ns/1ns
module test_afifo;
parameter DATA_WIDTH = 8;
parameter ADDRESS_WIDTH = 6;
parameter FIFO_DEPTH = 64;
www.eeworm.com/read/346725/11727868
h main.h
#ifndef MAIN_H
#define MAIN_H
#include "cc1100.c"
extern unsigned char WaitRxEndtime;
extern unsigned char PacketLength;
//**
//#define TURNON_LED() P1OUT &= ~LED
//#define TURNOFF_LED()