代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/179558/9351579
js func.js
function turnit(area)
{
if (document.all[area].style.display == "")
document.all[area].style.display = "none";
else if (document.all[area].style.display == "none")
documen
www.eeworm.com/read/375564/9356429
h func.h
void interrupt tint( void );
void CLK_init( void );
void SDRAM_init( void );
void INTR_init( void );
void TIME_init(void);
void TMCR_Reset( void );
void SetDSPPLL(unsigned int uPLL);
www.eeworm.com/read/179173/9366705
dll func.dll
#################100##################
反双曲正弦 , arcsinh , 013
反双曲余弦 , arccosh , 014
反双曲正切 , arctanh , 015
反三角正弦 , arcsin , 004
反三角余弦 , arccos
www.eeworm.com/read/179124/9371875
cpp func.cpp
//#include
#include
#include
#include "func.h"
DOUBLE algo::cal(DOUBLE x) { // 基类的基本算法
return yfactor*calculate(xfactor*(x-xshift))+addconst;
}
algo * algo:
www.eeworm.com/read/179124/9371880
h func.h
#ifndef FUNC_H
#define FUNC_H
#include
#include "matrix.h"
#ifndef DOUBLE
#define DOUBLE double
#endif
//class cmatrix;
DOUBLE gamma(DOUBLE x); // 计算伽马函数
DOUBLE gamma2(DOUB
www.eeworm.com/read/179124/9371918
cpp func.cpp
#include
#include
#include "func.h"
DOUBLE algo::cal(DOUBLE x) { // 基类的基本算法
return yfactor*calculate(xfactor*(x-xshift))+addconst;
}
algo * algo::clone() // 克隆自己,必须被继承子
www.eeworm.com/read/179124/9371932
h func.h
#ifndef FUNC_H
#define FUNC_H
#include
#include "matrix.h"
#ifndef DOUBLE
#define DOUBLE double
#endif
#include "cmatrix.h"
class cmatrix;
DOUBLE gamma(DOUBLE x); // 计算伽马函数
www.eeworm.com/read/179124/9371955
cpp func.cpp
#include
#include
#include
#include "func.h"
DOUBLE algo::cal(DOUBLE x) { // 基类的基本算法
return yfactor*calculate(xfactor*(x-xshift))+addconst;
}
algo * algo::c
www.eeworm.com/read/179124/9371961
h func.h
#ifndef FUNC_H
#define FUNC_H
#include
#include "matrix.h"
#ifndef DOUBLE
#define DOUBLE double
#endif
class cmatrix;
DOUBLE gamma(DOUBLE x); // 计算伽马函数
DOUBLE gamma2(DOUBLE
www.eeworm.com/read/179124/9371979
cpp func.cpp
#include
#include
#include "func.h"
DOUBLE algo::cal(DOUBLE x) { // 基类的基本算法
return yfactor*calculate(xfactor*(x-xshift))+addconst;
}
algo * algo::clone() // 克隆自己,必须被继承子