代码搜索:Invert
找到约 1,464 项符合「Invert」的源代码
代码结果 1,464
www.eeworm.com/read/395229/2448189
h xt_quota.h
#ifndef _XT_QUOTA_H
#define _XT_QUOTA_H
enum xt_quota_flags {
XT_QUOTA_INVERT = 0x1,
};
#define XT_QUOTA_MASK 0x1
struct xt_quota_info {
u_int32_t flags;
u_int32_t pad;
aligned_u64 quota;
www.eeworm.com/read/393286/2483181
h ipt_owner.h
#ifndef _IPT_OWNER_H
#define _IPT_OWNER_H
/* match and invert flags */
#define IPT_OWNER_UID 0x01
#define IPT_OWNER_GID 0x02
#define IPT_OWNER_PID 0x04
#define IPT_OWNER_SID 0x08
#define IPT_OWNER_CO
www.eeworm.com/read/383868/2610530
h ipt_owner.h
#ifndef _IPT_OWNER_H
#define _IPT_OWNER_H
/* match and invert flags */
#define IPT_OWNER_UID 0x01
#define IPT_OWNER_GID 0x02
#define IPT_OWNER_PID 0x04
#define IPT_OWNER_SID 0x08
#define IPT_OWNER_CO
www.eeworm.com/read/362989/2924301
h ipt_owner.h
#ifndef _IPT_OWNER_H
#define _IPT_OWNER_H
/* match and invert flags */
#define IPT_OWNER_UID 0x01
#define IPT_OWNER_GID 0x02
#define IPT_OWNER_PID 0x04
#define IPT_OWNER_SID 0x08
#define IPT_OWNER_CO
www.eeworm.com/read/154133/5640256
bas 多项式回归m2.bas
Attribute VB_Name = "modMethod"
'多项式回归
Option Explicit
'全主元高斯-约当消去法求逆矩阵
'A(1 To m, 1 To m):开始存放欲求逆的矩阵,最终存求逆的结果矩阵,m是自变量个数
Public Sub Invert(a() As Double)
Dim N As Integer, ep As Double
www.eeworm.com/read/192771/8273015
c temp.c
#include "DSP240x_Device.h"
double Kp=5,Ki=0.05,Kd=4;
double u_1=0,u=0;
unsigned int y_1=0,yy=830;
int err_1=0,err=0,ed=0,ei=0,direct=1,dir_1=1,dir_2=1;
void invert_PID()
{
err =
www.eeworm.com/read/128910/14272754
m bp3.m
% BP A invert
% By Ma Shuyan Jue 1,2002
% P=W2*W1*P,W2 is not changed,so W1 is the inverse of W2
% W1=net.IW{1,1}
function bp3()
clear;
load A.dat;
S=spconvert(A);
W2=full(S);
n1=10;
T=eye
www.eeworm.com/read/17690/754081
v div4limit.v
/*
* filename: div4limit.v
*
* version: 2007-04-21
*
* funciton: 将乘法器的输出做精度截取.当invert=1时,这里的截取已经包含了
* 除以4的运算,这样3次循环后,就相当于除以256.
*
*/
module div4limit
(
clk8x,
data_in,
da
www.eeworm.com/read/229068/4759456
h ip6t_owner.h
#ifndef _IP6T_OWNER_H
#define _IP6T_OWNER_H
/* match and invert flags */
#define IP6T_OWNER_UID 0x01
#define IP6T_OWNER_GID 0x02
#define IP6T_OWNER_PID 0x04
#define IP6T_OWNER_SID 0x08
stru
www.eeworm.com/read/262041/4316978
h ip6t_owner.h
#ifndef _IP6T_OWNER_H
#define _IP6T_OWNER_H
/* match and invert flags */
#define IP6T_OWNER_UID 0x01
#define IP6T_OWNER_GID 0x02
#define IP6T_OWNER_PID 0x04
#define IP6T_OWNER_SID 0x08
stru