代码搜索:Lin
找到约 10,000 项符合「Lin」的源代码
代码结果 10,000
www.eeworm.com/read/461294/7229568
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
www.eeworm.com/read/461294/7229966
m lin_seed.m
% Script file to seed the population of tree_ga with a linear model
%
% Author Date Predecessor Modification
% ====== ==== =========== ============
% B.McKay
www.eeworm.com/read/460770/7240943
c lin-aout.c
/* x86 running linux and using nasm as a.out */
#include
#ifndef LCCDIR
#define LCCDIR "/usr/local/lib/lcc/"
#endif
#define NASMPATH "/usr/local/bin/nasm"
char *cpp[] = { LCCDIR "cpp",
www.eeworm.com/read/460770/7240944
c lin-elf.c
/* x86 running linux and using nasm as ELF */
#include
#ifndef LCCDIR
#define LCCDIR "/usr/local/lib/lcc/"
#endif
#define NASMPATH "/usr/local/bin/nasm"
char *cpp[] = { LCCDIR "cpp", "-
www.eeworm.com/read/460608/7245924
c lin_main.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Main.c
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Main routine for static LIN API
// VERSION : 1.00
//
// Ini
www.eeworm.com/read/460608/7245925
c lin_driver.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Driver.c
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Low-level driver for Core LIN API
//
// This file processes in
www.eeworm.com/read/460608/7245926
h lin_main.h
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Main.h
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Header file for LIN_Main.c
//
#ifndef _LIN_MAIN_H_
#define _L
www.eeworm.com/read/460608/7245927
c lin_signal.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Signal.c
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Routines to access signals and flags in the Core LIN API.
//
/
www.eeworm.com/read/460608/7245928
c lin_interface.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_Interface.c
// TARGET MCU : C8051F52xA-53xA
// DESCRIPTION : Interface-level routines for Core LIN API
//
// This file i
www.eeworm.com/read/460608/7245929
c lin_isr.c
// Copyright (c) 2006 SILICON LABORATORIES, INC.
//
// FILE NAME : LIN_ISR.c
// TARGET MCU : C8051F52x-53x
// DESCRIPTION : LIN interrupt service routine for Core LIN API
//
// This file hand