代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/376654/9310761
c 水手分椰子.c
#include "math.h"
main()
{ float x,y,i;
y=101;
s1: x=y;
for(i=1;i
www.eeworm.com/read/376627/9311645
cpp 小明买书.cpp
#include
//#include
#define ABS(x) (((x)>0)?(x):(-(x)))
void GetInputValue(float * a,const int howmany)
{
int i=0;
for(i=0;i
www.eeworm.com/read/376294/9321701
java fangcheng.java
public class Fangcheng
{
float a[][]={{31,-13,0,0,0,-10,0,0,0,-15},
{-13,35,-9,0,-11,0,0,0,0,27},
{0,-9,31,-10,0,0,0,0,0,-23},
{0,0,-10,79,-30,0,0,0,-9,0},
www.eeworm.com/read/376202/9325248
c unit1.c
#include
#include
int main(void)
{
float gread;
printf("叫块
www.eeworm.com/read/179957/9326460
cpp p1-83.cpp
#include
//声明全局变量并初始化
extern int a[]={1,2,3};
extern float p=3.14;
//在show()函数中使用外部变量
show() {
int i;
cout
www.eeworm.com/read/179957/9326660
cpp p1-23.cpp
#include
main()
{
float a,b,s;
coutb; //利用cin从键盘上为变量 a,b 赋值
s=a;
if (a
www.eeworm.com/read/179954/9327916
c object.c
/*--------------------------------------------------
Object.c
--------------------------------------------------*/
#include
#include"resource.h"
#define SCALE 1
#define TRANSLA
www.eeworm.com/read/376155/9329201
h dft.h
/* dft.h - function prototypes and structures for dft and fft functions */
/* COMPLEX STRUCTURE */
typedef struct {
float real, imag;
} COMPLEX;
/* function prototypes for dft and inver
www.eeworm.com/read/376114/9330595
c show_2d.c
#include
void main(void)
{
int row, column;
float table[3][5] = {{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0, 8.0, 9.0, 10.0},
{11.0
www.eeworm.com/read/376114/9330600
c show_3d.c
#include
void main(void)
{
int row, column, table;
float values[2][3][5] = {
{{1.0, 2.0, 3.0, 4.0, 5.0},
{6.0, 7.0,