代码搜索:Lin
找到约 10,000 项符合「Lin」的源代码
代码结果 10,000
www.eeworm.com/read/460608/7245930
h lin_driver.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Driver.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Driver.c
//
#ifndef _LIN_DRIVER_H_
#def
www.eeworm.com/read/460608/7245931
c lin_init.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Init.c
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Initialization routines for LIN API
//
// Initializes the device
www.eeworm.com/read/460608/7245932
c lin_diagnostic.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Diagnostic.c
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Routines for diagnostic frames.
//
// This file contains r
www.eeworm.com/read/460608/7245933
h lin_defs.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Ders.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Contains typedefs used by the LIN API.
//
#ifndef _LIN_DEFS_H
www.eeworm.com/read/460608/7245937
h lin_signal.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Signal.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Signal.c
//
#ifndef _LIN_SIGNAL_H_
#def
www.eeworm.com/read/460608/7245940
h lin_diagnostic.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Diagnostic.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Diagnostic.c
//
#ifndef _LIN_DIAGNOS
www.eeworm.com/read/460608/7245941
h lin_interface.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Interface.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Interface.c
//
#ifndef _LIN_INTERFACE
www.eeworm.com/read/460608/7245942
h lin_isr.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_ISR.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_ISR.c
//
#ifndef _LIN_ISR_H_
#define _LIN_
www.eeworm.com/read/460608/7245943
h lin_init.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Init.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Init.c
//
#ifndef _LIN_INIT_H_
#define _L
www.eeworm.com/read/457219/7331741
m lin_seed.m
% 用线性模型设置种子群体
U_x='[ones( num_data,1) u1 ';
for i=2:num_inp,
U_x=[U_x 'u' num2str(i) ' '];
end
U_x=['U_data=' U_x '];'];
for k=num_inp:-1:1,
U_x = strrep(U_x,['u' num2str(k)],['u(1:num_da