代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/281148/10259831
c mcorpsd.c
#include
#include
#include
#include "msp.h"
void mcorpsd(complex x[],complex r[],int n,int lag,int iwindow,float t)
{
/*--------------------------------------------
www.eeworm.com/read/280938/10277937
c 4.c
#include
#include
void main()
{
int x = 25, y = 25 , z = 30;
float f = 25.095, h = 25.095;
printf("*************************************\n");
printf("** This is a logi
www.eeworm.com/read/162712/10279873
cpp romberg.cpp
//romberg.cpp()--ROMBERG方法计算定积分
#include
#include
using namespace std;
const float ERROR=0.00001; //设定误差
float func(float x);
float Romberg(float a,float b);
void main
www.eeworm.com/read/162712/10279878
cpp nonlinear.cpp
//nonlinear.cpp--二分法和割线法求非线性方程组的解
#include
#include
using namespace std;
const double Pi=3.141593;
const float ERROR=0.0001; //设定误差
const int Nmax=100;
www.eeworm.com/read/280856/10287389
h common.h
#ifndef GAME_FRAME_COMMON_FILE
#define GAME_FRAME_COMMON_FILE
#pragma once
#pragma warning(disable: 4251)
// TODO: 在此处引用程序要求的附加头文件
//模板库
#include "..\Common\Template.h"
#include "..\Common\
www.eeworm.com/read/280856/10287619
h gameobjectanim.h
// ***************************************************************
// GameObjectAnim version: 1.0
// -------------------------------------------------------------
// File Name: GameObjectAnim.
www.eeworm.com/read/280856/10287632
h gameobjecttext.h
// ***************************************************************
// GameObjectText version: 1.0
// -------------------------------------------------------------
// File Name: GameObjectText.
www.eeworm.com/read/280856/10287684
h gameobjectbutton.h
// ***************************************************************
// GameObjectButton version: 1.0
// -------------------------------------------------------------
// File Name: GameObjectBut
www.eeworm.com/read/426013/10294231
txt shead.h.txt
#include "stdio.h"
#include "stdio.h"
#include
#include
#include
#define SIZE 100 /* mac.ros definition*/
typedef struct
{
long Number;
www.eeworm.com/read/162511/10300268
c erf.c
/* Wrapper for systems without the C99 erff() and erfcf() functions
Copyright (C) 2004 Free Software Foundation, Inc.
This file is part of the GNU Fortran 95 runtime library (libgfortran).
Libgfo