代码搜索:linear
找到约 10,000 项符合「linear」的源代码
代码结果 10,000
www.eeworm.com/read/209559/4967275
c linear.c
/*
linear.c : Multiple Devices driver for Linux
Copyright (C) 1994-96 Marc ZYNGIER
or
Linear mode management functions.
www.eeworm.com/read/209559/4968558
h linear.h
#ifndef _LINEAR_H
#define _LINEAR_H
#include
struct dev_info {
mdk_rdev_t *rdev;
unsigned long size;
unsigned long offset;
};
typedef struct dev_info dev_info_t;
struct linear
www.eeworm.com/read/209559/4972868
c linear.c
/*
* Linear conversion Plug-In
* Copyright (c) 1999 by Jaroslav Kysela ,
* Abramo Bagnara
*
*
* This library is free software; you can redistribu
www.eeworm.com/read/209559/4973374
txt linear.txt
dm-linear
=========
Device-Mapper's "linear" target maps a linear range of the Device-Mapper
device onto a linear range of another device. This is the basic building
block of logical volume managers
www.eeworm.com/read/202075/5054694
java linear.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/195013/5119028
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/183495/5256081
m linear.m
function value=linear(x, knownys, knownxs)
% This will compute an output value that is
% on a line determined by 4 input values,
% known x's, known y's. The independant
% value is give.
%
% value = l
www.eeworm.com/read/182841/5262589
java linear.java
package org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunctions;
import org.scut.DataMining.Algorithm.NeuralNetwork.Core.ActivateFunction;
public class Linear extends ActivateFunction
www.eeworm.com/read/179911/5297055
c linear.c
/*
linear.c : Multiple Devices driver for Linux
Copyright (C) 1994-96 Marc ZYNGIER
or
Linear mode management functio