代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/276309/10748605
c huge_flt.c
#include
#include
void main (void)
{
int i;
float huge *values;
if ((values = (float huge *) halloc (17000,
sizeof(float))) == NULL)
printf
www.eeworm.com/read/350361/10748782
cpp isodata.cpp
// ISODATA.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "stdio.h"
#include "math.h"
#define N 10
#define eps 0.00001
struct Pointf
{
int
www.eeworm.com/read/276309/10748885
c for_more.c
#include
void main ()
{
char letter;
float percent;
for (letter = 'A'; letter = 'a'; letter--)
www.eeworm.com/read/276309/10748923
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/421211/10750489
c tritri.c
/* Triangle/triangle intersection test routine,
* by Tomas Moller, 1997.
* See article "A Fast Triangle-Triangle Intersection Test",
* Journal of Graphics Tools, 2(2), 1997
*
* int tri_tri_i
www.eeworm.com/read/421211/10750508
h box.h
/* ColDet - C++ 3D Collision Detection Library
* Copyright (C) 2000 Amir Geva
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Li
www.eeworm.com/read/276181/10758406
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/350121/10771746
cpp array.cpp
#include
void main()
{
int i;
float score[10];
cout
www.eeworm.com/read/420830/10771931
txt student.txt
学生考试成绩统计管理系统2007-02-14 02:11/* 编写程序完成某班学生考试成绩的统计管理,包括成绩输入函数、成绩显示函数,
并计算每位同学的总分、平均分,对成绩排名输出。*/
#include /*标准输入、输出函数库*/
#include /*字符串处理函数库*/
#include /*整数和字符串的转换函数*/
www.eeworm.com/read/276006/10775574
zb readme.zb
This program needs data file.It can draw curvers.
data file format: int float int float......