代码搜索:Graphs
找到约 1,209 项符合「Graphs」的源代码
代码结果 1,209
www.eeworm.com/read/474588/6813239
m twosines.m
% twosines.m
% Generates signal x = sine1 + sine2
% where frequencies are incommensurate, and plots time and 3D graphs.
% This program is distributed as a supplement to the book
% "Biomedical Sign
www.eeworm.com/read/172474/9706013
m pic.m
function pic(P,w)
%PIC
%subroutine for drawing graphs in GJpic and Gausspic.
%Calling format: pic(A,w)
%Copyright Gareth Williams, Stetson University
%gwilliam@stetson.edu, http://www.stetson.
www.eeworm.com/read/172474/9706016
m markov.m
function markov(P,X)
%MARKOV
%Markov Chain Model.
%Transition matrix A and initial state column vector X.
%Gives distributions (to 2 decimal places for ease of reading).
%Option of bar graphs, i
www.eeworm.com/read/201477/15407268
cpp dwbfs.cpp
// test breadth first search for linked adjacency list
// weighted directed graphs
#include
#include "lwdg.h"
void main(void)
{
LinkedWDigraph G(7);
int reach[8];
www.eeworm.com/read/104361/15697216
c graph.c
/*
* graph.c - Functions to manipulate and create control flow and
* interference graphs.
*/
#include
#include "util.h"
#include "symbol.h"
#include "temp.h"
#include
www.eeworm.com/read/164297/10119543
java statapplet.java
// An demonstration applet that uses Stats and Graphs.
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
/*
www.eeworm.com/read/131533/14140206
java statapplet.java
// An demonstration applet that uses Stats and Graphs.
import java.awt.*;
import java.awt.event.*;
import java.applet.*;
import java.util.*;
/*