代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/382131/9046991
h box.h
/* ColDet - C++ 3D Collision Detection Library
* Copyright (C) 2000 Amir Geva
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Li
www.eeworm.com/read/185238/9048573
c txrx.c
#include
#include
#include
#include "Setting.H"
#include "RS.H"
#include "Function.H"
#include "FrameOfdm.H"
WordType TxSymbolMark = 0; /* Indic
www.eeworm.com/read/382086/9049855
c aliasing.c
//Aliasing.c illustration of downsampling, aliasing, upsampling
#include "lp33.cof" //lowpass at 1.8 kHz
short flag = 0; //toggles for 2x down-sampling
float indly[
www.eeworm.com/read/382086/9050534
c graphiceq.c
//GraphicEQ.c Graphic Equalizer using TI floating-point FFT functions
#include
#include "GraphicEQcoeff.h" //time-domain FIR coefficients
#define PI 3.14159265358979
#define PTS 2
www.eeworm.com/read/185193/9050558
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......
www.eeworm.com/read/185193/9050608
c readval.c
#include "stdio.h"
#define MAX 5000
void main()
{
FILE *fp1,*fp2,*fp3;
float ver[50];
int nodenum,t[14],i,j;
int num_node[4];
int node_number;
float val[MAX];
char ch,s1[80],s2[80],s3[80],va
www.eeworm.com/read/382086/9050750
c adaptnoise_pcm.c
//Adaptnoise_pcm.c Adaptive FIR for noise cancellation using PCM3003
#define beta 1E-12 //rate of convergence
#define N 30 //# of weights (coefficients)
#d
www.eeworm.com/read/382086/9050827
asm icfftr2_dif.asm
;File was assembled with assembler version 4.0 (included with CCS V1.2) and
;NOT with assembler version 4.1 (included with CCS V2) due to "BUG" SDSsq21569.
;icfftr2_dif.asm file used as source in pr
www.eeworm.com/read/185150/9055371
cpp 6_19.cpp
//6_19.cpp
#include
using namespace std;
void main()
{
float (*cp)[9][8];
int i,j,k;
cp = new float[8][9][8];
for (i=0; i
www.eeworm.com/read/282839/9056441
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......