代码搜索:graphs
找到约 1,209 项符合「graphs」的源代码
代码结果 1,209
www.eeworm.com/read/307145/13727646
h graphs.h
/* graphs.h */
/* This is the top level header file for the graph library.
It is designed to be a simple way in which to create and work with
any kind of graph. The functions, constants and
www.eeworm.com/read/456224/6278809
m graphs.m
load orig.dat;
load myairfoil.dat;
load vertices.dat;
h0 = plot(vertices(:,1),vertices(:,2),'g:');
hold on;
plot(vertices(:,1),vertices(:,2),'o', ...
'MarkerFaceColor','m');
h1 = plot(orig
www.eeworm.com/read/478816/6703760
class graphs.class
www.eeworm.com/read/478816/6703762
java graphs.java
/*作者:徐朝*/
/*keystonexu@yahoo.com.cn*/
package regression.gui;
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
//一个通用绘图类,绘制曲线用
public class Graphs
www.eeworm.com/read/409373/11330566
sh graphs.sh
#!/bin/bash
####################################################################
#### Copyright Brandon Kruse && Digium ####
######################################################
www.eeworm.com/read/344156/11906355
tex graphs.tex
\documentclass[12pt]{article}
\usepackage{epsfig, amsmath}
\topmargin 0pt
\textheight 9.0in
\oddsidemargin 0pt
\evensidemargin \oddsidemargin
\marginparwidth 0.5in
\textwidth 6.5in
\b
www.eeworm.com/read/131533/14140212