代码搜索:Plot
找到约 10,000 项符合「Plot」的源代码
代码结果 10,000
www.eeworm.com/read/190056/5190154
xpm plot_up.xpm
/* XPM */
static char *plot_up_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 18 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"# c Gray
www.eeworm.com/read/190056/5190155
xpm plot_enl.xpm
/* XPM */
static char *plot_enl_xpm[] = {
/* columns rows colors chars-per-pixel */
"20 20 8 1",
" c Gray0",
". c #000084",
"X c Blue",
"o c Green",
"O c #848484",
"+ c #c6c6c6",
"@ c None",
"# c Gra
www.eeworm.com/read/167185/5462179
c plot_letter.c
/*--------------------------------------------------------------+
| |
| This material contains proprietary software of Entropic |
| Processing, Inc. Any reproduction, distribution, or |
|
www.eeworm.com/read/167185/5465684
plot_script2
#! /bin/sh
#-----------------------------------------------------------------------+
# |
# This material contains proprietary software of Entropic Speech, |
# Inc. Any reproduction, distr
www.eeworm.com/read/167185/5465685
plot_script3
#! /bin/sh
#-----------------------------------------------------------------------+
# |
# This material contains proprietary software of Entropic Speech, |
# Inc. Any reproduction, distr
www.eeworm.com/read/349580/3142549
sh plot2a.sh
#!/bin/sh
if [ -r metis_cube_4part.dat ]
then
python plot.py UnitCube time metis_cube_4part.dat metis_cube_16part.dat metis_cube_64part.dat scotch_cube_4part.dat scotch_cube_16part.dat scotch_cube_6
www.eeworm.com/read/349580/3142551
sh plot3a.sh
#!/bin/sh
if [ -r metis_torso_4part.dat ]
then
python plot.py Torso time metis_torso_4part.dat metis_torso_16part.dat metis_torso_64part.dat scotch_torso_4part.dat scotch_torso_16part.dat scotch_tor
www.eeworm.com/read/349580/3142555
sh plot1a.sh
#!/bin/sh
if [ -r metis_square_4part.dat ]
then
python plot.py UnitSquare time metis_square_4part.dat metis_square_16part.dat metis_square_64part.dat scotch_square_4part.dat scotch_square_16part.dat
www.eeworm.com/read/349580/3142617
py bench-plot.py
#!/usr/bin/env python
#
# Copyright (C) 2006 Anders Logg.
# Licensed under the GNU LGPL Version 2.1.
#
# Run benchmark to generate data for plots
from os import system
from time import time
system("
www.eeworm.com/read/349580/3142894
h dolfin_plot.h
#ifndef __DOLFIN_PLOT_H
#define __DOLFIN_PLOT_H
// DOLFIN plot interface
#include
#endif