代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/179072/9374647
c filter.c
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729
Version 1.01 of 15.September.98
*/
/*
---------
www.eeworm.com/read/179072/9374758
c filter.c
/*
ITU-T G.729 Annex C - Reference C code for floating point
implementation of G.729
Version 1.01 of 15.September.98
*/
/*
---------
www.eeworm.com/read/374929/9378778
h shead.h
#include "stdio.h"
#include
#include
#include
#define SIZE 100
/*结构体类型student*/
typedef struct
{
long Number; /*Field of number */
char
www.eeworm.com/read/374929/9378804
h shead.h
#include "stdio.h"
#include
#include
#include
#define SIZE 100 /* mac.ros definition*/
/*结构体类型money*/
typedef struct
{
long Number; /*Field of number
www.eeworm.com/read/374795/9384117
txt p1-83.txt
#include
//声明全局变量并初始化
extern int a[]={1,2,3};
extern float p=3.14;
//在show()函数中使用外部变量
show() {
int i;
cout
www.eeworm.com/read/374795/9384162
txt p1-23.txt
#include
main()
{
float a,b,s;
coutb; //利用cin从键盘上为变量 a,b 赋值
s=a;
if (a
www.eeworm.com/read/374597/9394085
txt 第一章7.txt
#include
#include
class CPerson
{
public:
CPerson(char *name, int age, char sex = 'M')
{
strncpy(this->name, name, 20);
this->age = age; this->sex = sex;
}
www.eeworm.com/read/178336/9407290
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/178336/9407303
c mlattic.c
#include
#include
#include
#include "msp.h"
void mlattic(float b[],float a[],int l,float k[],
float c[],int itype,int *ierror)
{
/*--------------------------------