代码搜索:Sign
找到约 10,000 项符合「Sign」的源代码
代码结果 10,000
www.eeworm.com/read/468555/6992575
java piinterrupt.java
public class PiInterrupt extends Object implements Runnable {
private double latestPiEstimate;
public void run() {
try {
System.out.println("for comparison, Math.PI=" +
Math.PI)
www.eeworm.com/read/467088/7015554
m envelope_s.m
function [up,down] = envelope(x,y,interpMethod)
%ENVELOPE gets the data of upper and down envelope of the known input (x,y).
%
% Input parameters:
% x the abscissa of the give
www.eeworm.com/read/467201/7020237
c fft.c
//========================================
//函数名:_FFT
//功能:FFT变换
//用法:void _FFT(double *fr, double *fi, int n, int flag)
//参数:fr:采样点的实数表,fi:采样点的虚数表,n:采样点个数,
// fla
www.eeworm.com/read/466892/7022860
~cpp realisation.~cpp
//---------------------------------------------------------------------------
#include "Realisation.h"
//---------------------------------------------------------------------------
int qRational:
www.eeworm.com/read/465102/7057780
txt keycode常数用法 .txt
KeyCode常数用法
--------------------------------------------------------------------------------
可在代码中的任何地方用下列常数代替实际值:
常数 值 描述
vbKeyLButton 0x1 鼠标左键
vbKeyRButton 0x2 鼠标右键
vbKeyC
www.eeworm.com/read/187373/7072798
h macros.h
/************************************************************************
*宏定义
************************************************************************/
#define sign(a) ((a) < 0 ? -1 : 1)
#
www.eeworm.com/read/429871/7093661
java cp932.java
/*
* The Cp932 class contains a utility method for converting Microsoft's
* Cp 932 into JIS.
*
* @author Kazuhiro Kazama
* @version 1.0 01/06/97
*/
import java.util.*;
public class Cp9
www.eeworm.com/read/460712/7105414
m chap9_4plant.m
function [sys,x0,str,ts]= NDO_plant (t,x,u,flag)
switch flag,
case 0,
[sys,x0,str,ts]=mdlInitializeSizes;
case 1,
sys=mdlDerivatives(t,x,u);
case 3,
sys=mdlOutputs(t,x,u);
case {2,