代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/444645/7609633
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/442517/7650103
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/439811/7701543
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:le
www.eeworm.com/read/438556/7729813
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/436177/7775858
c timer.c
//-----------------------------------------------------------------------------
// Copyright (c) 2002 Jim Brady
// Do not use commercially without author's permission
// Last revised August 2002
/
www.eeworm.com/read/435646/7788349
mac exebin2.mac
; -*- nasm -*-
; NASM macro file to allow the `bin' output format to generate
; simple .EXE files by constructing the EXE header by hand.
; Adapted from a contribution by Yann Guidon
www.eeworm.com/read/435646/7788361
mac exebin.mac
; -*- nasm -*-
; NASM macro file to allow the `bin' output format to generate
; simple .EXE files by constructing the EXE header by hand.
; Adapted from a contribution by Yann Guidon
www.eeworm.com/read/262276/7809890
txt readme.txt
μCOS-II应用于lpc210x上的移植代码。这些代码均需要使用ARM方式编译(使用ARM指令集)
其实Os_cpu_a.s、Os_cpu.h和Os_cpu_c.c与ARM7的通用移植代码,真正与lpc210x相关的代码在本目录下
的others下面,它们是与目标板相关的代码的例子。它们均在真正的文件名的主文件名后增加了_ex字符串。
例如,Includes_ex.h就是Inc ...
www.eeworm.com/read/199693/7835823
c timer.c
//-----------------------------------------------------------------------------
// Net TIMER.C
//
// This module sets up the timer and handles the timer interrupt
//-------------------------------
www.eeworm.com/read/434558/7859928
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest