代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/147529/5728777
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/143026/5760115
plg plot.plg
--------------------Configuration: plot - Win32 Debug--------------------
Begining build with project "C:\Project\clPlot\plot\plot.dsp", at root.
Active configuration is Win32 (x86) Dynamic-Link Lib
www.eeworm.com/read/143026/5760116
def plot.def
; plot.def : Declares the module parameters for the DLL.
LIBRARY "clPlot"
DESCRIPTION 'RT Plot DLL'
EXPORTS
; Explicit exports can go here
www.eeworm.com/read/143026/5760121
clw plot.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
ClassCount=0
ResourceCount=0
NewFileInclude1=#include "stdafx.h"
www.eeworm.com/read/143026/5760122
cpp plot.cpp
// plot.cpp : Defines the initialization routines for the DLL.
//
#include "stdafx.h"
#include
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __F
www.eeworm.com/read/143026/5760124
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) Dyna
www.eeworm.com/read/143026/5760125
rc plot.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/143026/5760126
001 plot.001
# Microsoft Developer Studio Project File - Name="plot" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 5.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dyna
www.eeworm.com/read/143026/5760128
dsw plot.dsw
Microsoft Developer Studio Workspace File, Format Version 5.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/141300/5770781
h plot.h
#ifndef _PLOT_H
#define _PLOT_H
#include "wordlist.h"
#include "bool.h"
#include "dvec.h"
/* The information for a particular set of vectors that come from one
* plot. */
struct plot {
char *p