代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/162603/10291997
m init.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/162603/10292219
m init.m
% MATLAB SIMULATION OF NSA FS-1016 CELP v3.2
% COPYRIGHT (C) 1995-99 ANDREAS SPANIAS AND TED PAINTER
%
% This Copyright applies only to this particular MATLAB implementation
% of the FS-1016 CELP
www.eeworm.com/read/425928/10309130
obj init.obj
www.eeworm.com/read/425928/10309143
lst init.lst
A51 MACRO ASSEMBLER INIT 12/09/2008 17:07:28 PAGE 1
MACRO ASSEMBLER A51 V7.04a
OBJECT MODULE PLACED IN INIT.OBJ
ASSEMBLER IN
www.eeworm.com/read/425928/10309149
asm init.asm
$include (c8051f000.inc) ; Include regsiter definition file.
$include (TP.inc) ; Include TP definition file.
PROG segment CODE
PUBLIC init
RSEG PROG
; Disabl
www.eeworm.com/read/425905/10310278
c init.c
/*
* The PCI Library -- Initialization and related things
*
* Copyright (c) 1997--2008 Martin Mares
*
* Can be freely distributed and used under the terms of the GNU GPL.
*/
#includ
www.eeworm.com/read/280596/10310280
c init.c
#include
#include "init.h"
void Init_ADC(void)
{
//设置P6.0为模拟输入通道
P6SEL = 0X07;
//设置ENC为0,从而修改ADC12寄存器的值
ADC12CTL0 &= ~(ENC);
//转换的起始地址为:A
www.eeworm.com/read/280596/10310288
h init.h
void Init_ADC(void);
void Init_TimerA(void);
void Init_Port(void);
void Init_TimerB(void);
void Delay_ms(unsigned long nValue);
void Delay_us(unsigned long nValue);
void Init_CLK(void);
www.eeworm.com/read/425905/10310393
o init.o
www.eeworm.com/read/425797/10321952