代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/179124/9371988
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/179014/9378727
c func.c
/*
** 2002 February 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find fo
www.eeworm.com/read/373827/9435425
pas func.pas
unit Func;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, DBCtrls, ComCtrls, ToolWin, Menus, ImgList, StdActns,
DB, DBTable
www.eeworm.com/read/373827/9435508
dcu func.dcu
www.eeworm.com/read/177468/9451699
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/177468/9451704
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/372344/9513387
h func.h
www.eeworm.com/read/175933/9524767
c func.c
/*
** 2002 February 23
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivene
www.eeworm.com/read/175933/9524940
test func.test
# 2001 September 15
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yo
www.eeworm.com/read/175303/9553154
pas func.pas
unit Func;
interface
uses Windows, Forms, SysUtils, Registry, ShlObj, Activex, ComObj, Encrypt_Base64;
function GetPassWord:String;
procedure PutPassWord(sPutPass:String);
function NeedPass