代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/298929/7923176
java matrix.java
// matrix.java jplewis 99
// modified
// jan03 minor
// dec01 scruff
// nov01 scruff convenience methods
// feb01 scruff printFull
// dec00 scruff floatClone/doubleClone methods
// nov00 scruff
// s
www.eeworm.com/read/298929/7923184
java rbfthinplate.java
// RbfThinPlate.java jplewis
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Library General Public
// License as published by the Free Softwa
www.eeworm.com/read/433514/7924778
c bd.c
//仪器系数自动标定算法。
//标定的结果:
//系数: COEFF[3][3]={{4.287,-2.185,-0.1945},
// {-0.3181,10.56,-0.2134},
// {-0.3802,-0.1864,0.3893}}
//
//本底: cps0[3]={0.2782,0.1101,0.6737}
www.eeworm.com/read/433428/7930659
cpp fft.cpp
#include "stdafx.h"
#include
#include < stdio.h>
#include "fft.h"
#define pi 3.14159265358979323846
COMPX EE(COMPX b1,COMPX b2)
{
COMPX b3;
b3.real=b1.real*b2.real-b1.imag*b2.imag
www.eeworm.com/read/298817/7933258
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/298756/7939382
c maze.c
#include
#include
#include
#include
#include
#include
#include
#define IDM_APPLICATION_EXIT (101)
#define IDM_APP
www.eeworm.com/read/298723/7942235
java car.java
import javax.microedition.m3g.*;
public class Car {
public float RotY = 75;
public float carspeed = 0;
public float lastcarspeed = 0;
public static float maxspeed = 4f;
public stati
www.eeworm.com/read/298723/7942239
java vectorops.java
/**
* A simple class that simplifies some vector math.
*/
public class VectorOps
{
/** Calculates the dot product of two vectors.
* Takes for granted that the vectors v and u exist
www.eeworm.com/read/298723/7942252
java hero.java
import javax.microedition.m3g.*;
public class Hero
extends Car {
public Group mycar;
public Group groupcamandcar;
private float carRotY = 0.0f;
private float abilitytoturn = 2;
www.eeworm.com/read/298723/7942269
java~93~ car.java~93~
import javax.microedition.m3g.*;
public class Car {
public float RotY = 75;
public float carspeed = 0;
public float lastcarspeed = 0;
public static float maxspeed = 4f;
public float