代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/274866/10847446
h helpfun.h
/******************************************************************
iLBC Speech Coder ANSI-C Source Code
helpfun.h
Copyright (C) The Internet Society (2004).
All Rig
www.eeworm.com/read/419624/10853190
c mcorre2.c
#include
#include
#include
#include "msp.h"
void mcorre2(complex x[],complex y[],int m,int n,int icorre)
{
/*-------------------------------------------------------
www.eeworm.com/read/274718/10857170
cpp 6_18.cpp
#include
using namespace std;
int main()
{ float f=44.4f;
cout
www.eeworm.com/read/348948/10859254
c conversions.c
/*
*
* GWIC
*
* (c) Joonas Lehtinen (jole@jole.fi), TUCS, 1998
*
* modification for rgb2yuv & yuv2rgb
* for color model YUV422 by Sasha Chukov
*
*/
#include "gwic.h"
/* Convert and round fl
www.eeworm.com/read/274632/10861501
txt 3dflyover.txt
/**********************************************************
Copyright (C) 2001 Daniel Selman
First distributed with the book "Java 3D Programming"
by Daniel Selman and published by Manning P
www.eeworm.com/read/274562/10864667
c s1_11.c
main( )
{ char ch;
int i;
char str[80];
float x;
scanf(“%c%d%s%f”,&ch,&i,str,&x);
printf((“%c,%d,%s,%f”,ch,i,str,x);
}
www.eeworm.com/read/274553/10865640
txt 例1.6.txt
#include
int max(int a,int b,int c)
{
if(b>a)a=b;
if(c>a)a=c;
return a;
}
float max(float a,float b,float c)
{
if(b>a)a=b;
if(c>a)a=c;
return a;
}
long max(long a,long b
www.eeworm.com/read/348792/10866789
c real_sequence_fft.c
/*程序说明:
如果序列x(n)是实数,那么其傅立叶变换X(k)一般是复数,但其实部是偶对称,虚部是奇对称,即
X(k)具有如下共轭对称性:X(0)和X(N/2)都是实数,且有X(k)=X*(N-k), 1
www.eeworm.com/read/274321/10876319
h neuralnet.h
#include
#include
#include
struct NEURALNET
{
float Input[512]; // the input data
float Hidden[64]; // the hidden layer neurons
float Outpu