代码搜索:Lin

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

代码结果 10,000
www.eeworm.com/read/448102/7540170

h lindbg.h

#ifndef LINDBG_H #define LINDBG_H /****************************************************************************** * * Copyright (C) 200
www.eeworm.com/read/392007/8368192

lin cr4560.lin

www.eeworm.com/read/392007/8368200

lin cr4520.lin

www.eeworm.com/read/190459/8443112

m lin_kernel.m

function x = lin_kernel(a,b,c) % kernel function for implicit higher dimension mapping, based on % the standard inner-product % % x = lin_kernel(a,b) % % 'a' can only contain one datapoint in a row,
www.eeworm.com/read/390183/8479845

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[] = { LCCD
www.eeworm.com/read/390183/8479847

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
www.eeworm.com/read/189063/8491832

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/189063/8492918

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/432936/8561838

m example_lin.m

% example_lin.m % 定义参数 x0=[0 0]; f=[-3 -2]; A=[3 4;2 1]; b=[7 3]'; Aeq=[-3 2]; beq=2; l=[0 0]; u=[10 10]; % 求解线性规划问题 [x,fval,exitflag,output,lamda]=linprog(f,A,b,Aeq,beq,l,u)
www.eeworm.com/read/432936/8561855

asv example_lin.asv

% example_lin.m x0=[0 0];f[-3 2]; A=[3 4;2 1]; b=[7 3]'; Aeq=[-3 2]; beq=2; l=[0 0]; u=[10 10]; [x,fval,exitflag,output,lamda]=linprog()