代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/142952/12907120
h func.h
/*ARM asm funcitons*/
extern int udivide(int,int);
extern int ARM_dequant(int,int);
www.eeworm.com/read/142951/12907137
h func.h
/*ARM asm funcitons*/
extern int udivide(int,int);
extern int ARM_dequant(int,int);
www.eeworm.com/read/142950/12907204
h func.h
/*ARM asm funcitons*/
extern int udivide(int,int);
extern int ARM_dequant_ChromaDC2_1(int,int);
extern int ARM_dequant_ChromaDC2_2(int,int);
extern int clip3(int,int,int);
extern int qpcfun(int,i
www.eeworm.com/read/142108/12962129
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/142108/12962148
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/328808/13000501
c func.c
/********************************************************************
*
* This is a small program that starts and stops another program.
* The 'other program' is supposed to add functions to FPL at
www.eeworm.com/read/327441/13078149
c func.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, 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/242186/13089754
h func.h
//========================================================================
// 程序中所用函数声明
//========================================================================
//--------------------------
www.eeworm.com/read/327051/13102048
pas func.pas
unit func;
interface
uses
Windows,SysUtils,Classes,Math,comm;
procedure roundUnit(var unitW,unitH:Integer;var unitAry:TBArray);
procedure boneUnit(unitW,unitH:Integer;var unitAry:TBAr