代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/457675/7321054
h prop_ricean.h
#ifndef __prop_ricean_h__
#define __prop_ricean_h__
/***************************************************************************
*
* Copyright 2000 by Carnegie Mellon University
*
*
www.eeworm.com/read/457549/7322979
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/457281/7329226
cpp pso.cpp
//附录1、标准微粒群算法源程序
/*该程序用于计算Goldstein-Price函数的函数最小值 */
//库文件
#include"stdio.h"
#include"stdlib.h"
#include"time.h"
#include"math.h"
//随机数定义
#define rdint(i) (rand()%(int)(i))
#define rdft() (fl
www.eeworm.com/read/457219/7332066
c clsq.c
/*
============================================================================
Levenberg-Marquardt Least Squares Optimisation Routine
=======================================================
www.eeworm.com/read/457217/7332303
adb geometry.adb
package body Geometry is
function Distance (O: in Object) return Float is
begin
return Sqrt(O.Pos_X ** 2 + O.Pos_Y ** 2);
end Distance;
--
-- Object does not have area
-- a
www.eeworm.com/read/457217/7332342
adb tasking.adb
with ClientTask;
use ClientTask;
with ServerTask;
use ServerTask;
with Buffer;
with Ada.Text_IO;
use Ada.Text_IO;
with SubProgram;
use SubProgram;
procedure Tasking is
B: Buffer.Buffer(80);
www.eeworm.com/read/457184/7333109
h dspicservo.h
//---------------------------------------------------------------------
// File: dspicservo.h
//
// Written By: Lawrence Glaister VE7IT
//
// Purpose: Various header info for the project
//