代码搜索:Histogram

找到约 2,027 项符合「Histogram」的源代码

代码结果 2,027
www.eeworm.com/read/278399/10537801

h histogram.h

#if !defined(AFX_HISTOGRAM_H__5C0A8620_5517_11D5_BD50_5254AB10D0A6__INCLUDED_) #define AFX_HISTOGRAM_H__5C0A8620_5517_11D5_BD50_5254AB10D0A6__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif //
www.eeworm.com/read/278399/10538072

cpp histogram.cpp

// Histogram.cpp : implementation file // #include "stdafx.h" #include "linjunjuan.h" #include "Histogram.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] =
www.eeworm.com/read/352008/10588287

h histogram.h

/*############################################################################# * 文件名:histogram.h * 功能: 实现了指纹直方图的操作 * modified by PRTsinghua@hotmail.com ##########################################
www.eeworm.com/read/352008/10588385

c histogram.c

/*############################################################################# * 文件名:histogram.c * 功能: 实现了指纹直方图的操作 * modified by PRTsinghua@hotmail.com ##########################################
www.eeworm.com/read/272848/10940635

output histogram.output

Enter number of elements and range Enter element 1 Enter element 2 Enter element 3 Enter element 4 Enter element 5 Enter element 6 Enter element 7 Enter element 8 Enter element 9 Enter eleme
www.eeworm.com/read/272848/10941097

cpp histogram.cpp

// simple histogramming program #include using namespace std; void main(void) {// Histogram of nonnegative integer values. int n, // number of elements r; // values
www.eeworm.com/read/272848/10941315

input histogram.input

15 10 2 7 6 8 4 5 6 3 2 1 7 0 6 4 5
www.eeworm.com/read/271119/11006280

class histogram.class

www.eeworm.com/read/271119/11006321

java histogram.java

import java.awt.*; import java.applet.*; import java.io.*; import java.util.*; public class Histogram extends Panel { int panel_height, panel_width; FontMetrics fm; Dimension offscreensi
www.eeworm.com/read/271119/11006651

class histogram.class