代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/116554/14965858
exe plot.exe
www.eeworm.com/read/212063/15166359
cpp plot.cpp
int Plot::get_print_col(double x_value)
{
double interp_x = ((double) max_col) * (x_value - x_low) / (x_high - x_low) + 0.5;
int answer = (int) interp_x;
if (answer < 0 || answer > max
www.eeworm.com/read/212063/15166363
h plot.h
class Plot {
public:
Plot();
Error_code set_limits();
void find_points(Expression &postfix);
void draw();
void clear();
int get_print_row(double y_value);
int get_print
www.eeworm.com/read/208614/15242482
plg plot.plg
Build Log
--------------------Configuration: plot - Win32 Release--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/208614/15242483
opt plot.opt
www.eeworm.com/read/208614/15242485
ncb plot.ncb
www.eeworm.com/read/208614/15242486
dsp plot.dsp
# Microsoft Developer Studio Project File - Name="plot" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Quic
www.eeworm.com/read/208614/15242487
exe plot.exe
www.eeworm.com/read/208614/15242488
dsw plot.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/20138/833042
tcl plot.tcl
# plot.tcl --
#
# This demonstration script creates a canvas widget showing a 2-D
# plot with data points that can be dragged with the mouse.
#
# RCS: @(#) $Id: plot.tcl,v 1.2 1998/09/14 18:23:29 stan