代码搜索:initial

找到约 10,000 项符合「initial」的源代码

代码结果 10,000
www.eeworm.com/read/340745/12137083

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest
www.eeworm.com/read/151813/12173379

asm hardware.asm

//======================================================================================== // Progarm: Standard function definition // Writen by: Andy // Modifiyed: by Arthur Shieh // // Lastest
www.eeworm.com/read/338771/12284691

c timer.c

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /
www.eeworm.com/read/150547/12286791

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/150547/12286821

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/252197/12294197

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/150286/12300603

c timer.c

//----------------------------------------------------------------------------- // Net TIMER.C // // This module sets up the timer and handles the timer interrupt //-------------------------------
www.eeworm.com/read/251228/12357315

c main_d.c

/******************************************************************************** * 描述: * * 应首先将8字节的ROM码(可从IBUTTION的表面
www.eeworm.com/read/251226/12357344

c main_b.c

/******************************************************************************** * 描述: * * 模拟房间购电,把IC卡内的金额写到24C02中
www.eeworm.com/read/149622/12362164

h device.h

#ifndef TDVSSS_DEVICE_H #define TDVSSS_DEVICE_H #include "protocol.h" #define DEVICE_TTYS 1 #define DEVICE_I2C 2 int initial_serial(char* ttyS,int baudrate,int databits,char parity,int stopbits);