代码搜索:Histogram
找到约 2,027 项符合「Histogram」的源代码
代码结果 2,027
www.eeworm.com/read/161235/10434889
class histogram.class
www.eeworm.com/read/161235/10435134
class histogram.class
www.eeworm.com/read/161235/10435441
java histogram.java
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.util.*;
/**
* This is one example of the drawing object inheriting
* java.awt.Panel which can be added to the dr
www.eeworm.com/read/161235/10435801
class histogram.class
www.eeworm.com/read/161235/10435927
java histogram.java
import java.awt.*;
import java.applet.*;
import java.io.*;
import java.util.*;
public class Histogram extends Panel implements DrawingObj {
int panel_height, panel_width;
FontMetrics fm;
www.eeworm.com/read/424281/10468189
c histogram.c
#include
#include
#include
int
main (int argc, char **argv)
{
double a, b;
size_t n;
if (argc != 4)
{
printf ("Usage: gsl-histogram xmin xm
www.eeworm.com/read/424281/10468733
eps histogram.eps
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: GNU libplot drawing library 1.6
%%Title: PostScript plot
%%CreationDate: Sat Aug 18 20:49:32 2001
%%DocumentData: Clean7Bit
%%LanguageLevel: 1
%%Pages: 1
%%PageOrder
www.eeworm.com/read/424281/10468888
texi histogram.texi
@cindex histograms
@cindex binning data
This chapter describes functions for creating histograms. Histograms
provide a convenient way of summarizing the distribution of a set of
data. A histogram con
www.eeworm.com/read/278961/10485731