代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/252197/12294050
m xrc.m
function [y] = xrc(f,alpha,T);
% [y]=xrc(f,alpha,T)
% Evaluates the expression Xrc(f). The parameters alpha and T
% must also be given as inputs to the function.
if (abs(f) > ((1+alpha)/(2*T))
www.eeworm.com/read/150340/12297907
h expr.h
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1996, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/338182/12320503
txt isnumric.txt
ISNUMERIC ( <mark>expression</mark> )
当输入表达式得数为一个有效的整数、浮点数、money 或 decimal 类型,那么 ISNUMERIC 返回 1;否则返回 0。返回值为 1 确保可以将 <mark>expression</mark> 转换为上述数字类型中的一种。
注意判断后返回的是0和1
与它具有相同用法的就是ISDATE ( <mark>expression</mark> )
如:case when ISNUMERI ...
www.eeworm.com/read/250832/12382319
cpp primitiv.cpp
// Copyright Andy Singleton, 1993,1994
// This code is released for non-commercial use only
// For questions or upgrades contact:
// Andy Singleton, Creation Mechanics Inc.
// PO Box 248, Peterbor
www.eeworm.com/read/250591/12397864
java testexpression.java
//: com:bruceeckel:simpletest:TestExpression.java
// Regular expression for testing program output lines
// From 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyrigh
www.eeworm.com/read/149161/12398344
h common.h
/**
@file
@brief Type definitions and helper macros which aren't part of Standard C++
For latest source code see http://www.tixy.clara.net/source/
Copyright (C) 2004 J.D.Medhurst (a.k.a. Tix
www.eeworm.com/read/131795/14126004
dat vb_code76b.dat
语法
----
On expression GoSub destinationlist
On expression GoTo destinationlist
On...GoSub 和 On...GoTo 语句的语法具有以下几个部分:
部分 描述
expression 必要参数。数值表达式,其运算结果应该是一个界于 0 到 255 之间的
www.eeworm.com/read/131795/14126045
dat vb_code7b.dat
语法
----
[Public | Private] Const constname [As type] = expression
Const 语句的语法包含下面部分:
部分 描述
Public 可选的。该关键字用于在模块级别中声明在所有模块中对所有过程都可以使用的常数。在过程中不能使用。
Private 可选的。该关键字用于在模块级声明只能在包含该声明
www.eeworm.com/read/131795/14126050
dat vb_code39b.dat
语法
----
On expression GoSub destinationlist
On expression GoTo destinationlist
On...GoSub 和 On...GoTo 语句的语法具有以下几个部分:
部分 描述
expression 必要参数。数值表达式,其运算结果应该是一个界于 0 到 255 之间的整数
www.eeworm.com/read/231266/14242355
html exprtmpl.html
Expression Help
.valid {
color: #00AA00;
}
.invalid {
color: #FF0000;
}
.excomment {
color: #0000FF;
}
.container {
margin-