代码搜索:Graph
找到约 10,000 项符合「Graph」的源代码
代码结果 10,000
www.eeworm.com/read/230924/14269075
java edge.java
/*
* project: RebecaSim
* package: graph
* file: Edge.java
*
* version: 0.1
* date: 04.04.2005
*
* This software is part of the diploma thesis "Ein adaptives Brokernetz
* für Publish
www.eeworm.com/read/128748/14279881
m ex3_1.m
%
% This file generates the graph for Example 3.1
% "Reflection coefficient representations"
%
% Copyright (c) 1999 by P.Bretchko and R.Ludwig
% "RF Circuit Design: Theory and Practice"
www.eeworm.com/read/230384/14291130
asv f_impulse.asv
function [h,k] = f_impulse (b,a,N,bits,realize,graph,caption)
%F_IMPULSE: Compute the impulse response of a discrete-time system
%
% Usage: [h,k] = f_impulse (b,a,N,bits,realize,graph,capt)
%
%
www.eeworm.com/read/128524/14292263
txt sagraph.txt
/*
* Module: Graph Drawing using Simulated Annealing
* Programmer: Girish Keshav Palshikar
*/
#include
#include
#include
#include "simann.h"
#include "graph.
www.eeworm.com/read/127926/14328778
java route.java
/**
* Algorithm for the routes
*/
public class Route
{
public int EdgeNum;
public int[][] Edge = new int[50][3];
private int start,end;
private int Max = 999;
private int Verte
www.eeworm.com/read/229184/14350084
c cost.c
/*
* -*- Mode: ANSI C -*-
* $Id: cost.c,v 1.10 1996/09/17 16:10:36 fernande Exp $
* $Source: /sgi.acct/sweldens/cvs/liftpack/Lifting/cost.c,v $
* Author: Gabriel Fernandez
*
* Declaration o
www.eeworm.com/read/229184/14350087
c flwtpack.c
/*
* -*- Mode: ANSI C -*-
* $Id: flwtpack.c,v 1.7 1996/10/14 21:03:35 fernande Exp $
* $Source: /sgi.acct/sweldens/cvs/liftpack/Lifting/flwtpack.c,v $
* Author: Gabriel Fernandez
*
* Using
www.eeworm.com/read/228495/14381318
c ch6_3.c
#include
#define SIZE 11
void main( )
{
/* 变量声明及定义
graph数组存放原始图,span数组存放生成树
vertex代表结点个数(最多10),choose数组代表结点的选取与否 */
int graph[SIZE][SIZE], span[SIZE][SIZE], vertex, i, j;
i