代码搜索:float

找到约 10,000 项符合「float」的源代码

代码结果 10,000
www.eeworm.com/read/427490/8940186

h rgbpacket.h

/* Copyright (c) 2007 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (t
www.eeworm.com/read/427490/8940190

h raypacket.h

/* Copyright (c) 2007 Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (t
www.eeworm.com/read/383443/8946389

c xiugaideq.c

#include #include #include #include #include double uniform(double a,double b)//随机数; { double m,n; m=b-a; n=a+(double)(m*rand()/(RA
www.eeworm.com/read/284221/8953128

c mdecint.c

#include #include #include #include "msp.h" void mdecint(float x[],float h[],float y[],int nh,int ny,int m, int l,int *k) { /*-------------------------------------
www.eeworm.com/read/284200/8954802

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/284199/8954820

c munwrap.c

#include #include #include #include "msp.h" void munwrap(float phase[],int n) { /*---------------------------------------------------------------------- Routine
www.eeworm.com/read/284195/8954964

c mperpsd.c

#include #include #include #include "msp.h" void mperpsd(complex x[],int n,int nshift,int nsamp,int iwidow,float ts) { /*-------------------------------------------
www.eeworm.com/read/186168/8956202

txt result.txt

the result of float point is sum1 = 1.553793 the result of psedofix is sum2 = 1.553793 the result of fix point is sum3 = 1.553726
www.eeworm.com/read/383311/8956294

cpp soperfgraph.cpp

/*****************************************************************************\ * * SoPerfGraph.cpp * * Performance graph node * * Authors: PCJohn (peciva AT fit.vutbr.cz) * Contributors: * *
www.eeworm.com/read/383259/8959008

java simpleinput.java

package javabook; import java.io.*; /** * Provides a simple input routine for non-GUI programs. Supports reading * integers, real numbers, and strings. * */ public class SimpleInput {