代码搜索:Graphs
找到约 1,209 项符合「Graphs」的源代码
代码结果 1,209
www.eeworm.com/read/304358/3799805
m xplot.m
function [figps] = xplot(it,vval,vfnrm,vflops,vpos,vdeg,vpcg)
%XPLOT 4 performance graphs
%
% figps = xplot(it,vval,vfnrm,vflops,vpos,vdeg,vpcg)
%
% PLOT 4 OUTPUT GRAPHS ON 2-BY-2 DISPLAY
%
www.eeworm.com/read/273525/4210089
class hbargraph_g.class
// hbargraph_g
//
// Base class for hbar graphs. Just a front-end for bar graphs.
*! version 1.0.0 22aug2002
version 8
class {
} , inherit(bargraph_g)
pr
www.eeworm.com/read/394381/8227780
m xplot.m
function [figps] = xplot(it,vval,vfnrm,vflops,vpos,vdeg,vpcg)
%XPLOT 4 performance graphs
%
% figps = xplot(it,vval,vfnrm,vflops,vpos,vdeg,vpcg)
%
% PLOT 4 OUTPUT GRAPHS ON 2-BY-2 DISPLAY
%
www.eeworm.com/read/334860/12568214
m xplot.m
function [figps] = xplot(it,vval,vfnrm,vflops,vpos,vdeg,vpcg)
%XPLOT 4 performance graphs
%
% figps = xplot(it,vval,vfnrm,vflops,vpos,vdeg,vpcg)
%
% PLOT 4 OUTPUT GRAPHS ON 2-BY-2 DISPLAY
%
www.eeworm.com/read/238821/13323597
pdf 数据统计分析软件spss的应用(六)——统计图形(graphs)与系统参数设计.pdf
www.eeworm.com/read/337790/7611140
txt readme.txt
### AccelerometerGraph ###
===========================================================================
DESCRIPTION:
AccelerometerGraph sample application graphs the motion of the device along each
www.eeworm.com/read/257228/11941925
tgffopt packed.tgffopt
#num_task_graphs 2 3
#avg_tasks_per_pe 8 10
#avg_task_time 1000 1000
#mul_task_time 250 250
#task_slack 200 200
#num_pe_types 3 3
#num_pe_soln 4 4
#num_pe_com_types
www.eeworm.com/read/344139/11907616
c plot.c
/* plot.c - example of unix pipe. Calls gnuplot graph drawing package to draw
graphs from within a C program. Info is piped to gnuplot */
/* Creates 2 pipes one will draw graphs of y=0.5 and y = ran
www.eeworm.com/read/369540/9641175
c plot.c
/* plot.c - example of unix pipe. Calls gnuplot graph drawing package to draw
graphs from within a C program. Info is piped to gnuplot */
/* Creates 2 pipes one will draw graphs of y=0.5 and y = ran
www.eeworm.com/read/396844/2407123
m mcmc_sample_to_hist.m
function mcmc_post = mcmc_sample_to_hist(sampled_graphs, dags)
% MCMC_SAMPLE_TO_HIST Convert a set of sampled dags into a histogram over dags
% hist = mcmc_sample_to_hist(sampled_graphs, dags)
%
% sam