代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/197100/8029633
h kdtree.h
/******************************************************************************
** Filename: kdtree.h
** Purpose: Definition of K-D tree access routines.
** Author: Dan Johnson
** History: 3/11/8
www.eeworm.com/read/197100/8029651
cpp xform2d.cpp
/******************************************************************************
** Filename: xform2d.c
** Purpose: Library routines for performing 2D point transformations
** Author: Da
www.eeworm.com/read/197100/8029720
cpp mfoutline.cpp
/******************************************************************************
** Filename: mfoutline.c
** Purpose: Interface to outline struct used for extracting features
** Author:
www.eeworm.com/read/197100/8029828
cpp mergenf.cpp
/******************************************************************************
** Filename: MergeNF.c
** Purpose: Program for merging similar nano-feature protos
** Author: Dan Johnson
**
www.eeworm.com/read/197100/8029835
h mergenf.h
/******************************************************************************
** Filename: MergeNF.c
** Purpose: Program for merging similar nano-feature protos
** Author: Dan Johnson
**
www.eeworm.com/read/197100/8029996
h metrics.h
/* -*-C-*-
********************************************************************************
*
* File: metrics.h (Formerly metrics.h)
* Description:
* Author: Mark Seaman, SW Product
www.eeworm.com/read/197100/8030630
h funcdefs.h
/******************************************************************************
** Filename: funcdefs.h
** Purpose: Definition of function types for passing as params.
** Author: Dan Jo
www.eeworm.com/read/197100/8030652
h oldheap.h
/******************************************************************************
** Filename: heap.h
** Purpose: Definition of heap access routines.
** Author: Dan Johnson
** History: 3/13/89, DSJ
www.eeworm.com/read/197100/8031021
h host.h
/******************************************************************************
** Filename: Host.h
** Purpose: This is the system independent typedefs and defines
** Author:
www.eeworm.com/read/297280/8033320
cpp 例6_7.cpp
//建立哈夫曼树
#include
const int n=8; //n表示叶子数目
const int m=2*n-1 ; //m为森林中树的棵数
struct tree
{
float weight; //权值
int parent; //双亲
int lch,rch;