代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/422898/10604097
java attribute.java
import static java.util.Arrays.fill;
import java.util.Arrays;
class Attribute {
static int N0, i, j;
static int[][] matrix;
Attribute(int n, int w[][]) {
// int i,j;
N0 = n;
matri
www.eeworm.com/read/422898/10604104
java smallworld.java
import java.util.Scanner;
import java.util.Random;
import java.util.Arrays;
public class Smallworld {
public static void main(String[] args) {
System.out.print("please enter t
www.eeworm.com/read/277783/10604777
h numerical_recipes.h
/* ******************************************************************* */
/* Numerical recipes C header file,numerical_recipes.h */
/*
www.eeworm.com/read/351740/10613910
c isob.c
#undef _DEBUG
#include
#include
/* ------------------ ASSERT ------------------------ */
#ifndef ASSERT_DEFINED
#define ASSERT_DEFINED
#ifdef _DEBUG
#ifdef CPP
#define ASSERT_EXT
www.eeworm.com/read/277592/10617427
cpp support4.cpp
////////////////////////////////////////////////////////////////////////
//
// Support code for assignment 4 (cs411 f07)
//
////////////////////////////////////////////////////////////////////
www.eeworm.com/read/159778/10618295
c endpointdetection.c
/* ---------------------------------------------
The correlating functions in SpeechRecognition
EndPoint Detection
------------------------------------------------
*/
#include
#incl
www.eeworm.com/read/277459/10635407
cs copy of barplot.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Strategy
{
///
/// Summary description for BarPlo
www.eeworm.com/read/159601/10636134
c clsq.c
/*
============================================================================
Levenberg-Marquardt Least Squares Optimisation Routine
=======================================================
www.eeworm.com/read/277459/10637133
cs barplot.cs
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace Strategy
{
///
/// Summary description for BarPlo
www.eeworm.com/read/159590/10637828
c color_kit.c
/*
NOTE: NOT all these programs are simultaneously useful.
Some of them have more or less the same function.
They are here for test purpose
*/
// -----------------------------------------------