代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/426674/9005615
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/426674/9005694
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/426630/9009620
c ex19.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/426630/9009634
lst ex19.lst
C51 COMPILER V6.02 EX19 09/15/2002 22:44:16 PAGE 1
C51 COMPILER V6.02, COMPILATION OF MODULE EX19
OBJECT MODULE PLACED IN .\
www.eeworm.com/read/283541/9009830
h graph4.h
//图类结构体定义与相关操作graph4.h
typedef struct
{char *data;
int *visited;
float **edge;
int max,size;
}Graph;
//初始化图
void SetGraph(Graph *G,int n)
{int i,j;
G->data=new char[n];
G->visited=new
www.eeworm.com/read/426630/9009952
c 例4-1.c
/* 顺序结构示例 */
#include
#include
void main()
{
float x, y;
float tmp;
float result;
x = 3;
y = 4;
tmp = x*x+y*y; // 计算表达式的值
result = pow(tmp, 3);
p
www.eeworm.com/read/283541/9010228
h graph4.h
//图类结构体定义与相关操作graph4.h
typedef struct
{char *data;
int *visited;
float **edge;
int max,size;
}Graph;
//初始化图
void SetGraph(Graph *G,int n)
{int i,j;
G->data=new char[n];
G->visited=new
www.eeworm.com/read/426630/9010247
c ex17.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/426630/9010309
c ex18.c
#include /* special function register declarations */
/* for the intended 8051 derivative */
#include
www.eeworm.com/read/426630/9010791
lst main.lst
C51 COMPILER V6.23a MAIN 11/13/2002 23:21:05 PAGE 1
C51 COMPILER V6.23a, COMPILATION OF MODULE MAIN
OBJECT MODULE PLACED IN m