代码搜索:参数测试

找到约 10,000 项符合「参数测试」的源代码

代码结果 10,000
www.eeworm.com/read/338182/12320545

txt 有关null.txt

NULLIF 如果两个指定的表达式相等,则返回空值。 语法 NULLIF ( expression , expression ) 参数 expression 常量、列名、函数、子查询或算术运算符、按位运算符以及字符串运算符的任意组合。 返回类型 返回类型与第一个 expression 相同。 如果两个表达式不相等,NULLIF 返回第一个 expression
www.eeworm.com/read/131256/14154264

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * #!开始的程序检测部分是由tytso 实现的。 */ /* * Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/130981/14164659

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * #!开始的程序检测部分是由tytso 实现的。 */ /* * Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/229446/14339206

txt 修订记录-xhl.txt

1、修改了所有文件属性,作者/单位; 2、删除文中“中国移动”字样; 3、删除其中WCDMA相关内容; 如果要单独当作TD规范来做的话,文中有很多参数需要修改,工作量很大,主要集中在: 《数据集》和《南向接口》。 比如:输入功率,在TD设备上对应的是:输入最大业务时隙功率和输入导频功率, 类似这样的内容有很多。 ...
www.eeworm.com/read/228948/14357147

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * #!开始的程序检测部分是由tytso 实现的。 */ /* * Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/218591/14914568

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * #!开始的程序检测部分是由tytso 实现的。 */ /* * Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/212466/15156047

h i2c.h

#define ONE_BYTE_SUBA 1 #define TWO_BYTE_SUBA 2 #define X_ADD_8_SUBA 3 /****************************************Copyright (c)************************************************** **
www.eeworm.com/read/209081/15227561

c exec.c

/* * linux/fs/exec.c * * (C) 1991 Linus Torvalds */ /* * #!-checking implemented by tytso. */ /* * #!开始的程序检测部分是由tytso 实现的。 */ /* * Demand-loading implemented 01.12.91 - no need to read anything but
www.eeworm.com/read/415170/11082835

m imposition.m

%由三维空间点X和摄像机矩阵P计算图象点并奇次化 %参数X为三维空间点坐标,P为摄像机矩阵,n为空间点的个数也即是X的列数 %齐次化空间坐标 function x=imposition(X,P,n) X=[X;ones(1,n)]; x=P*X; %齐次化坐标 for i=1:n x(1,i)=x(1,i)/x(3,i); x(2,i)=x(2,i)/x(3,
www.eeworm.com/read/335434/12523843

readme

如果使用jpeg压缩,要加上下面的参数 -D_USE_JPEG_ -D__cplusplus -DQT_CLEAN_NAMESPACE -DNEED_SHORT_EXTERNAL_NAMES -ljpeg