代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/271573/10989333
c fft_gai.c
#include
#include
#include
#include
void Changeorder_1(float *R, int N); //倒叙
void PowerM(int N); //求幂
void CaculateWn(int N); //
www.eeworm.com/read/271307/11001035
cpp 24点.cpp
#include
const int N = 4; // 操作数的个数/栈的极限高度
#define eps 1E-6 // 浮点精度
inline float abs(float x) { return x >= 0.0 ? x : -x; }
// 栈模板
template class STACK
www.eeworm.com/read/271217/11002744
cpp utils.cpp
#include "utils.h"
#include
//--------------------------itos------------------------------------
// converts an integer to a string
//-----------------------------------------------
www.eeworm.com/read/271217/11002806
cpp utils.cpp
#include "utils.h"
#include
//--------------------------itos------------------------------------
// converts an integer to a string
//-----------------------------------------------
www.eeworm.com/read/271217/11003478
cpp utils.cpp
#include "utils.h"
#include
//--------------------------itos------------------------------------
// converts an integer to a string
//-----------------------------------------------
www.eeworm.com/read/271217/11003533
cpp utils.cpp
#include "utils.h"
#include
//--------------------------itos------------------------------------
// converts an integer to a string
//-----------------------------------------------
www.eeworm.com/read/417049/11005330
h common.h
#ifndef COMMON_H_DEFINED
#define COMMON_H_DEFINED
#include
#include
/* Define precision used by package */
#if defined(USE_LONG_DOUBLE_PRECISION)
#define FLOAT long double
#defi
www.eeworm.com/read/417049/11005345
c train.c
/*
Contents: Routines used to train the som-sd.
Author: Markus Hagenbuchner
Comments and questions concerning this program package may be sent
to 'markus@artificial-neural.net'
ChangeLog
www.eeworm.com/read/416842/11012566
cpp fightertestview.cpp
// FighterTestView.cpp : implementation of the CFighterTestView class
//
#include "stdafx.h"
#include "FighterTest.h"
#include "MilkshapeModel.h"
#include "FighterTestDoc.h"
#include "Fighte
www.eeworm.com/read/270994/11013258
h pacman.h
/***************************************************************************
pacman.h - description
-------------------
begin