代码搜索:linear

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

代码结果 10,000
www.eeworm.com/read/384950/2596036

m exp_linear.m

%指数函数与线性函数的交点 function y=exp_linear(x,a,b) y=exp(x)+a*x-b;
www.eeworm.com/read/380330/2660825

c linear_32.c

/* GGI-Driver for MESA * * Copyright (C) 1997 Uwe Maurer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Licen
www.eeworm.com/read/380330/2660827

c linear_16.c

/* GGI-Driver for MESA * * Copyright (C) 1997 Uwe Maurer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Licen
www.eeworm.com/read/380330/2660830

c linear_15.c

/* GGI-Driver for MESA * * Copyright (C) 1997 Uwe Maurer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Licen
www.eeworm.com/read/380330/2660832

c linear_24.c

/* GGI-Driver for MESA * * Copyright (C) 1997 Uwe Maurer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Licen
www.eeworm.com/read/380330/2660834

c linear_8.c

/* GGI-Driver for MESA * * Copyright (C) 1997 Uwe Maurer * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * Licen
www.eeworm.com/read/375190/2731332

hpp linear_algebra.hpp

// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 S
www.eeworm.com/read/375190/2736939

c linear_fib.c

# /* Copyright (C) 2002 # * Housemarque Oy # * http://www.housemarque.com # * # * Distributed under the Boost Software License, Version 1.0. (See # * accompanying file LICENSE_1_0.txt or copy at
www.eeworm.com/read/373026/2767676

m linear_discr.m

% Figure 8.8: Simplest linear discrimination % Boyd & Vandenberghe "Convex Optimization" % Joelle Skaf - 10/16/05 % (a figure is generated) % % The goal is to find a function f(x) = a'*x - b that clas
www.eeworm.com/read/365521/2896817

cpp linear_equation.cpp

#include #include #include "engine.h" void main() { Engine *ep; int status = 0; // 启动MATLAB引擎运行MATLAB指令 ep = engOpen(NULL); double A[]={3, 4, 5, 1, 2, 3, 3, 6, 9},B[