Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/jupyterviz/lib/js/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 16.7.2022 mit Größe 1 kB image not shown  

Quelle  viz-tool-cytoscape.js   Sprache: JAVA

 

window.requirejs.config( {
    paths : {
        cytoscape : 'https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.2.16/cytoscape.min'
    }
} );

// The Cytoscape library (http://js.cytoscape.org/)
//
// This library is for drawing and analyzing graphs in the mathematical
// sense (vertices and edges).  This routine passes json.data directly
// to the Cytoscape main function.
//
// This modifies the json parameter in-place by adding the element
// parameter as the container field in its data object.  This is done
// because we assume that large graphs may be passed this way, and we do
// not wish to copy them every time.  The caller may feel free to copy
// the json object before passing.
window.VisualizationTools.cytoscape = function ( element, json, callback ) {
    require( [ 'cytoscape' ], function ( cytoscape ) {
        if ( json.width ) $( element ).width( json.width );
        if ( json.height ) $( element ).height( json.height );
        json.data.container = element;
        callback( element, cytoscape( json.data ) );
    } );
};

Messung V0.5
C=54 H=100 G=80

¤ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.