Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • php-cli-histogram ... See [example.png](https://raw.github.com/dsx724/php-cli-histogram/master/example.png). [Apache 2.0 License](https://raw.github. ... ===== ```bash iostat -dx 1 /dev/sda | gawk '/sda/ {print $14 | "./histogram.php 0 100 20" }' cat someprogram.log | ./histogram ...
  • histogram ... histogram of N bins from a set of photos: ```python histogram.py -n NBINS -f DSC_0001.JPG DSC_0002.JPG``` To ... histogram of N bins from all photos in a directory: ```python histogram.py -n NBINS -d ../relative_path_to_photos``` OR ```python histogram. ...
  • draw-histogram ... a histogram of star ratings. ## Javascript funtion to draw a histogram of star ratings. See index.html for details on ... . Very nice library! ![Screenshot](https://github.com/leoneu/draw-histogram/raw/master/screenshot.png) Copyright (c) 2012, Leo ...
  • adaptive-histogram-camshift OpenCV CamShift tracker using online update scheme that adapts object histogram based on similar sub-regions. Copyright (C) 2011-2012 ... that uses an online updating scheme to update the histogram describing the tracked image patch. The technique takes ...
  • Histogram-Equalization Histogram Equalization using Threads This program was written as a part of the final project for class EECS 220 UC Irvine to test multithreading on the Solaris 64 core machine. The program makes use of the "libtiff" module to read the input and write the ...
  • histogram ... /* * Author: Harsh Vardhan * Date: Sep 24, 2012 */ The program "histogram.c" reads a set of values, in the range specified ... a file 'values.txt' and generates the frequency table and histogram for datapoints requested by the user. The program also ...
  • vapoursynth-histogram Histogram plugin for VapourSynth Description =========== Port of the Histogram() function from Avisynth. All modes dealing with video are implemented (classic, levels, color, color2, luma). Usage ===== :: hist.Classic(clip clip) hist.Levels( ...
  • histogram A node.js library to easily calculate historgram histogram ========= A node.js library to easily calculate historgram ... bins' borders var hist = new Histogram(borders); hist.update(1.3); hist.update(2.4); ... console.log( ...
  • histogram histograms from some values histogram ========= histograms from some values
  • Histogram My webpage word histogram == My Webpage Word Histogram This is a simple histogram that I created to list how many unique words are on a webpage.