代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/447526/7067996
bas plot.bas
Attribute VB_Name = "plot"
Public Sub plotip()
On Error Resume Next
Dim maxvalue, oldval As Double
mainfrm.ipplot.Line (0, 1450 / Screen.TwipsPerPixelY)-(10000, 1450 / Screen.TwipsPerPixelY),
www.eeworm.com/read/172061/7074709
m plot.m
%二维图(一元函数图)
%用法 plot(x,y,s) 其中x,y为向量,每一对分量代表一个数据点。
% s为表示颜色、连线和标记选择的字符串
%图形的线型,标记,颜色均可设定,常用有
% 颜色 | 线型 标记
% --------------------- -
www.eeworm.com/read/299984/7140168
p plot.p
www.eeworm.com/read/299984/7140619
p plot.p
www.eeworm.com/read/464227/7167345
h plot.h
#ifndef _PLOT_H_
#define _PLOT_H_
#include
#include
#include
#include "../net/mynic.h"
#include "clock.h"
#include "../apps/logger.h"
#define PLOT_SOURCE_EE
www.eeworm.com/read/464227/7167349
c plot.c
/*
,-----------------------------------------------------------------------------------------.
| io/plot
|-----------------------------------------------------------------------------------------
| th
www.eeworm.com/read/464119/7169265
asm plot.asm
yl equ 96
yh equ 32
xl equ 64
xh equ 32
maxrow equ 24
maxcol equ 80
rscale equ 768/maxrow
cscale equ 1024/maxcol
initgraf:
lcall ilprt
db esc,FF,0
ret
ansi: mov a,#31
jmp sndchr
www.eeworm.com/read/464119/7169321