代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/187445/8639337
cpp strassen算法可执行程序.cpp
/* 计算机科学与技术 2004131063 刘春影 */
/*矩阵相乘的Strassen算法及时间复杂度分析*/
#include
#include
#include
#include
#include
void Allot(float **&temp,i
www.eeworm.com/read/288223/8646713
c main.c
#include
#include
#define pi 3.1415926
#define SIG_LEN 256
typedef struct{
float real;
float image;
}Complex;
Complex ComMul(Complex p1,Complex p2);
Co
www.eeworm.com/read/288205/8647554
c c4_6_1.c
#include"stdio.h"
#include"stdlib.h"
#include"math.h"
#define pi 3.1415926536
#define NN 2048
main()
{
int i,j,k,m,N,r,s,t;
static float a0,a1,b0,b1,p,z,g;
static int a[NN];
sta
www.eeworm.com/read/387891/8648367
c ra288.c
/*
* RealAudio 2.0 (28.8K)
* Copyright (c) 2003 the ffmpeg project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
www.eeworm.com/read/288179/8648840
cpp nllbfdlg.cpp
// nllbfDlg.cpp : implementation file
//
//**********************************************************//
//程序功能:利用求和法划分背景异常值
//参数设置:
//
//*********************************************************
www.eeworm.com/read/431832/8651159
c jianxi.c
#include
#include
#include
#define N 10
int main()
{
void sort(float a[],int m);
void comp(float a[],int m);
float array[N];
int i,n;
www.eeworm.com/read/288078/8653115
h viewport.h
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/288078/8653138
h coords.h
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/288078/8653245
h boundsobject.h
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/387785/8653896
h s57.h
/* GHelm - Nautical Navigation Software
* Copyright (C) 2004 Jon Michaelchuck
*
* This application is free software; you can redistribute it and/or
* modify it under the terms of the GNU General P