代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/372507/9507324
cpp time4.cpp
// bad way to time insertion sort
#include
#include
#include "insort.h"
void main(void)
{
int a[1000], n, i, step = 10;
long counter;
float seconds;
cloc
www.eeworm.com/read/372066/9523346
cpp main.cpp
#include
#include
#include
using namespace std;
/**************************************************
函数名: findMax
功能: 寻找列主元
参数说明:
float* M 数组头地址
int n
www.eeworm.com/read/371942/9529769
cpp fourier.cpp
// Fourier.cpp: implementation of the CFourier class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Fourier.h"
#ifdef _DEBUG
#unde
www.eeworm.com/read/371821/9534822
cpp findpath.cpp
////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// STL A* Search implementation
// (C)2001 Justin Heyes-Jones
//
// Finding a pat
www.eeworm.com/read/371766/9537155
cpp 固定增量法.cpp
#include
main()
{
float a[100][100]={0.0};
float A[100]={0.0};
int i=1,j,h=0;
float b;
int k=1,q=1,l,y;
char c,d;
int r[100]={0};
//-------------请输入样本集X1,并将其转化为增广模式向量-
www.eeworm.com/read/175456/9547249
c mmayuwa.c
#include
#include
#include
#include "msp.h"
void mmayuwa(complex x[],int n,complex a[],int ip,
complex b[],int iq,complex r[],float *ep,float ts,int *ierror)
{
/*-
www.eeworm.com/read/175456/9547267
c mlattic.c
#include
#include
#include
#include "msp.h"
void mlattic(float b[],float a[],int l,float k[],
float c[],int itype,int *ierror)
{
/*--------------------------------
www.eeworm.com/read/175456/9547271
c morderb.c
#include
#include
#include
#include "msp.h"
void morderb(float *f1,float *f2,float *f3,float *f4,float fs,
float alpha1,float alpha2,int *l,int iband,int itype,int *
www.eeworm.com/read/175456/9547285
c mcorpsd.c
#include
#include
#include
#include "msp.h"
void mcorpsd(complex x[],complex r[],int n,int lag,int iwindow,float t)
{
/*--------------------------------------------
www.eeworm.com/read/175456/9547293
c mbiline.c
#include
#include
#include
#include "msp.h"
void mbiline(float d[],float c[],int ln,
float b[],float a[],int *ierror)
{
/*-------------------------