Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

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 in Prozent
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet am  2026-06-17) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik