代码搜索:func
找到约 10,000 项符合「func」的源代码
代码结果 10,000
www.eeworm.com/read/387651/8660939
class func.class
www.eeworm.com/read/387651/8660948
java func.java
package mp3_test2;
import java.awt.*;
import java.util.*;
import javax.swing.*;
public class Func extends JPanel implements Runnable{
int move=5;
public Thread thread;
Func(){
thi
www.eeworm.com/read/431032/8712180
h func.h
#ifndef _FUNC_H_
#define _FUNC_H_
//函数声明
double **DataRead(char*name,int row,int col); //数据读取
void DataSave(double**data,int row,int col,char*name); //数据保存
double **Standardize(d
www.eeworm.com/read/431022/8712820
h func.h
#ifndef _FUNC_H_
#define _FUNC_H_
//函数声明
double **DataRead(char*name,int row,int col); //数据读取
void DataSave(double**data,int row,int col,char*name); //数据保存
double **Standardize(d
www.eeworm.com/read/286315/8772108
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/286315/8772125
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/285606/8828578
h func.h
#ifndef __FUNC__
#define __FUNC__
#include "myconst.h"
#include "ExpStrategy.h"
#define PI 3.1415926f
#include
using namespace std;
void FFT(complex * TD, complex
www.eeworm.com/read/285606/8828645
cpp func.cpp
#include "stdafx.h"
#include "func.h"
#include "dib.h"
#include
using namespace std;
/*************************************************************************
*
* 函数名称:
* FFT(
www.eeworm.com/read/285215/8860208
cpp func.cpp
#include"ulist.h"
using namespace std;
CUList::CUList() //创建头结点,不存储数据为了方便链表操作
{
newp=new STUDENT;
newp->Next=NULL;
head=newp;
}
CUList::CUList(const CUList & aList) //用已存在的链表初始化
www.eeworm.com/read/285065/8871295
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);