代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/118302/14877017
h func.h
www.eeworm.com/read/117564/14915671
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/115559/15010151
h func.h
void error(int status,int err,char *fmt,...)
{
va_list ap;
va_start(ap,fmt);
fprintf(stderr,"%s",program_name);
vfprintf(stderr,fmt,ap);
va_end(ap);
if(err)
{
fprintf(stderr,":%s(%d)
www.eeworm.com/read/216048/15028134
cpp func.cpp
#include "stdafx.h"
#include
#include "MFCstring.h"
using namespace NotMFC;
#include "VB6functions.h"
using namespace VB6;
using namespace std;
vector func(CString s1)
www.eeworm.com/read/215421/15061517
obj func.obj
www.eeworm.com/read/215421/15061532
asm func.asm
*******************************************************
* TMS320C24xx ANSI C Codegen Version 7.02
*******************************************************
; dspac -v2xx -iC:/ti/c2400/cgtools/
www.eeworm.com/read/215421/15061543
c func.c
#include "f2407_c.h"
#include "math.h"
unsigned int period;
unsigned int duty;
unsigned int index_pwm=0;
unsigned int num_f_d=33; /*modulate frequency devide*/
unsigned int pwm_half_per
www.eeworm.com/read/214797/15088181
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/114008/15118252
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/114008/15118267
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