代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/452695/7436372
c program5_01.c
/* Program 5.1 Averaging ten numbers without storing the numbers */
#include
int main(void)
{
int number = 0; /* Stores a number */
int count = 10
www.eeworm.com/read/452695/7436400
c program2_08.c
/* Program 2.8 calculations on a table */
#include
int main(void)
{
float radius = 0.0f; /* The radius of the table */
float diameter = 0.0f; /* The
www.eeworm.com/read/452217/7445250
c clsq.c
/*
============================================================================
Levenberg-Marquardt Least Squares Optimisation Routine
=======================================================
www.eeworm.com/read/452050/7451678
java 3447723_ac_391ms_3060k.java
import java.util.*;
import java.math.*;
public class Main {
private Scanner in;
public static void main(String [] args) {
System.out.println("MAKING THE GRADE OUTPUT");
new Main().run(
www.eeworm.com/read/452050/7451917
cpp 3130959_ac_0ms_300k.cpp
#include
#define MAX 1000
using namespace std;
void main()
{
int a[MAX];
int i=1;
do
{
cin>>a[0];
int n=0;
int cup=0,cdown=0;
int up=0,down=0;
int flag=-1;
int
www.eeworm.com/read/206731/7456985
c clsq.c
/*
============================================================================
Levenberg-Marquardt Least Squares Optimisation Routine
=======================================================
www.eeworm.com/read/451592/7461391
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/451592/7461405
c sizeof.c
#include
void main ()
{
printf("Variables of type int use %d bytes\n", sizeof(int));
printf("Variables of type float use %d bytes\n", sizeof(float));
printf("Variables of ty
www.eeworm.com/read/451457/7463447
c quant_bands.c
/* (C) 2007 Jean-Marc Valin, CSIRO
*/
/*
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
www.eeworm.com/read/451457/7463464
c smallft.c
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE