代码搜索:linear

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

代码结果 10,000
www.eeworm.com/read/166914/9990263

m linear.m

%% Pattern Association Showing Error Surface % A linear neuron is designed to respond to specific inputs with target outputs. % % Copyright 1992-2002 The MathWorks, Inc. % $Revision: 1.14 $ $Dat
www.eeworm.com/read/362310/10006084

v linear.v

module linear(c,u,clk); output[6:0] c; input[3:0] u; input clk; reg[6:0] c; always @(posedge clk) begin c[6] = u[3]; c[5] = u[2]; c[4] = u[1]; c[3] = u[0]; c[2] = u[1] ^ u[2] ^ u[3]; c[1
www.eeworm.com/read/164882/10084041

lib linear.lib

www.eeworm.com/read/164882/10084150

lib linear.lib

*** * (C) COPYRIGHT LINEAR TECHNOLOGY CORPORATION 1993 * All rights reserved. * * Linear Technology Corporation hereby grants the users of this * macromodel a non
www.eeworm.com/read/164463/10106170

h linear.h

#ifndef _LINEAR_H #define _LINEAR_H #include struct dev_info { kdev_t dev; unsigned long size; unsigned long offset; }; typedef struct dev_info dev_info_t; struct linear_hash
www.eeworm.com/read/355709/10249546

lib linear.lib

www.eeworm.com/read/355709/10249605

lib linear.lib

*** * (C) COPYRIGHT LINEAR TECHNOLOGY CORPORATION 1993 * All rights reserved. * * Linear Technology Corporation hereby grants the users of this * macromodel a non
www.eeworm.com/read/355389/10271556

v linear.v

module linear(c,u,clk); output[6:0] c; input[3:0] u; input clk; reg[6:0] c; always @(posedge clk) begin c[6] = u[3]; c[5] = u[2]; c[4] = u[1]; c[3] = u[0]; c[2] = u[1] ^ u[2] ^ u[3]; c[1
www.eeworm.com/read/424281/10467416

c linear.c

/* fit/linear.c * * Copyright (C) 2000, 2007 Brian Gough * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publi
www.eeworm.com/read/424281/10469002

c linear.c

/* interpolation/linear.c * * Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU