代码搜索:gnuplot
找到约 682 项符合「gnuplot」的源代码
代码结果 682
www.eeworm.com/read/244284/12874998
eps 2.eps
%!PS-Adobe-2.0
%%Title: 2.eps
%%Creator: gnuplot 3.7 patchlevel 3
%%CreationDate: Tue Jul 26 15:54:11 2005
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 554 770
%%Orientation: Landscape
%%Pages: (aten
www.eeworm.com/read/244284/12875004
eps dos_local_smear.eps
%!PS-Adobe-2.0
%%Title: dos_local_smear.eps
%%Creator: gnuplot 3.7 patchlevel 3
%%CreationDate: Sun Jul 24 13:21:44 2005
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 554 770
%%Orientation: Landscape
www.eeworm.com/read/244284/12875043
eps 1.eps
%!PS-Adobe-2.0
%%Title: 1.eps
%%Creator: gnuplot 3.7 patchlevel 3
%%CreationDate: Tue Jul 26 15:51:52 2005
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 554 770
%%Orientation: Landscape
%%Pages: (aten
www.eeworm.com/read/244284/12875060
eps explor_charge.eps
%!PS-Adobe-2.0
%%Title: test.dat.eps
%%Creator: gnuplot 3.7 patchlevel 3
%%CreationDate: Wed Jul 27 02:37:01 2005
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 554 770
%%Orientation: Landscape
%%Pages
www.eeworm.com/read/244284/12875088
eps dos_local.eps
%!PS-Adobe-2.0
%%Title: dos_local.eps
%%Creator: gnuplot 3.7 patchlevel 3
%%CreationDate: Sun Jul 24 13:15:04 2005
%%DocumentFonts: (atend)
%%BoundingBox: 50 50 554 770
%%Orientation: Landscape
%%Page
www.eeworm.com/read/130105/5964758
c testfopen.c
#include "stdio.h"
#include "string.h"
#include "fcntl.h"
void test7(void)
{
FILE * fp;
int len;
char cmd[50];
fp = popen("/usr/bin/gnuplot","w");
if (fp == NULL)
www.eeworm.com/read/125257/14503306
c doc2xml.c
/*
* doc2xml.c -- program to convert Gnuplot .DOC format to
* eXtensible Markup Language
*
* Created by Russell Lang from doc2html
*
* usage: doc2xml gsviewen.txt gsviewen.xml
www.eeworm.com/read/125257/14503309
c doc2ipf.c
/*
* doc2ipf.c -- program to convert Gnuplot .DOC format to OS/2
* ipfc (.inf/.hlp) format.
*
* Modified by Roger Fearick from doc2rtf by M Castro
* Further modified for PM GSview by Russ
www.eeworm.com/read/457053/1600946
awk xg2gp.awk
#!/usr/bin/awk -f
# convert from raw2xg output into gnuplot format
BEGIN {system("rm -f acks packets drops")}
{if (ack) print $1 " " $2 >>"acks"}
{if (pkt) print $1 " " $2 >>"packets"}
{if (drp) print
www.eeworm.com/read/457053/1601177
com gnuplote.com
# csh gnuplotE.com testname
set filename=$1
gnuplot