代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/353896/10407333
c jm98b.c
/*
98年全国大学生数学建模竞赛B题"水灾巡视问题"模拟退火算法。
这是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下: ...
www.eeworm.com/read/161453/10410055
h dft.h
/* dft.h - function prototypes and structures for dft and fft functions */
/* COMPLEX STRUCTURE */
typedef struct {
float real, imag;
} COMPLEX;
/* function prototypes for dft and inver
www.eeworm.com/read/279572/10413581
pas teepoly.pas
{****************************************************}
{ TeeChart Pro }
{ Polynomic routines }
{ Copyright (c) 1995-2007 by David Berneda }
{**
www.eeworm.com/read/353769/10418473
cpp lvq_pak.cpp
/************************************************************************
* *
* Program packages 'lvq_pak' and 'som_pak' :
www.eeworm.com/read/353769/10418520
cpp lvq_rout.cpp
/************************************************************************
* *
* Program package 'lvq_pak':
www.eeworm.com/read/353769/10418656
h lvq.h
#ifndef LVQ_H
#define LVQ_H
#include
typedef struct SAMMON_PICT_TAG
{
CMatrix *pmat;
char name[30];
long lnum, total;
float error;
} SAMMON_PICT, *PSAMMON_PICT;
class
www.eeworm.com/read/353769/10418683
cpp pcaview.cpp
// pcaview.cpp : implementation of the CPcaView class
//
#include "stdafx.h"
#include "pca.h"
#include "pcadoc.h"
#include "pcaview.h"
#include "str.h"
#include "utilcpp.h"
#include "err
www.eeworm.com/read/353769/10418833
h cface.h
#ifndef CFACE_H
#define CFACE_H
#include
#include "CMemory.h"
#include "CMatPtr.h"
#define ASCII 0
#define BINARY 1
#define PPM 0
#define PGM 1
#define typeface float
c
www.eeworm.com/read/353769/10418949
cpp cdrawf.cpp
#include "stdafx.h"
#include "CDrawF.h"
#include "error.h"
#include
BEGIN_MESSAGE_MAP(CDrawFace, CFrameWnd)
//{{AFX_MSG_MAP(CDrawFace)
ON_WM_PAINT()
ON_WM_VSCROLL()
ON_WM_CREA
www.eeworm.com/read/353769/10419055
h cface.h
#ifndef CFACE_H
#define CFACE_H
#include
#include "CMemory.h"
#include "CMatPtr.h"
#define ASCII 0
#define BINARY 1
#define PPM 0
#define PGM 1
#define typeface float
c