代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/187536/8629002
html arearenderer.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/187536/8629051
html linerenderer3d.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/187536/8629125
html stackedxyarearenderer2.html
001 /* ===========================================================
002 * JFreeChar
www.eeworm.com/read/288451/8631354
java classes.java
import java.util.*;
public class Classes{
public void add(student std){
list.add(std);
Collections.sort(list); //排序
}
public student getMax(){ //返回最高分学生
return list.getL
www.eeworm.com/read/432105/8631829
h kdtree.h
/*
This file is part of ``kdtree'', a library for working with kd-trees.
Copyright (C) 2007-2009 John Tsiombikas
Redistribution and use in source and binary forms, with or wi
www.eeworm.com/read/432103/8631980
cpp kdtree2_test.cpp
//
// A demonstration of using the KDTREE2 C++ routines, and timing.
// This file is in the public domain.
//
#include "kdtree2.hpp"
#include
#include
usi
www.eeworm.com/read/432103/8631997
hpp kdtree2.hpp
#ifndef __KDTREE2_HPP
#define __KDTREE2_HPP
//
// (c) Matthew B. Kennel, Institute for Nonlinear Science, UCSD (2004)
//
// Licensed under the Academic Free License version 1.1 found in file LICENSE
www.eeworm.com/read/187479/8636741
h x_tree.h
#ifndef __XTREE
#define __XTREE
#include "linlist.h"
//////////////////////////////////////////////////////////////////////////////
// defines
////////////////////////////////////////////////////////
www.eeworm.com/read/432029/8637019
h swscale.h
/*
* Copyright (C) 2001-2003 Michael Niedermayer
*
* This file is part of FFmpeg.
*
* FFmpeg is free software; you can redistribute it and/or
* modify it under the terms of th
www.eeworm.com/read/288383/8637617
c fir.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: Fir.c