Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • clojure-classes ... /clojure_classes.clj uses Clojure, the Clojure .java sources, and the Graphviz "dot" program to produce "graph.dot". I run it like: mvn clojure:run The "graph.svg" file is then produced using: dot -Tsvg < graph.dot > graph. ...
  • advent-jruby ... and Java tools to quickly create a simple memory monitoring program. We'll be using the venerable [Gruff graphing ... (ByteArrayInputStream.new(g.to_blob.to_java_bytes)) frame = JFrame.new("My Graph") frame.set_bounds 0, 0, image.width + 20, image. ...
  • frienda ... http://github.com/nybon/frienda == DESCRIPTION: Frienda is a program used to analyze and visualize your friends network within ... kaixin001.com * Visualize friends network by outputting an undirected graph, which tells you how your friends, and friends of ...
  • garbagecollector ... the means for the collector to trace the reference graph via the mark callback function. Collector_setMarkFunc_(collector, MyObjectType_mark); ... except the main coroutine (the one that started the program) and the current coroutine. So on startup I ...
  • libroutez ... to demonstrative developer need. - Be fast. libroutez uses an internal graph representation that, after being generated, can be loaded very ... you've built a graph, you can start planning trips. Try the 'testgraph' mini program in examples. The following ...
  • kfbgraph a program to show facebook networks as a graph
  • quagmire ... for the monsters and players may be calculated by the program, or inputed; Attack rolls and damages, ongoing damage, ongoing ... of hit points, damage types, resistances, powers and effects using graph paper only may soon overwhelm and become too much of a ...
  • perl_call_graph ... code analysis) for your perl scripts using GraphViz Perl Call Graph Generator ========================= This project provides a simple static analysis tool ... but having a graphic diagram of the call graph of your entire program, or just a selection of it, ...
  • dijkstra ... lines are preferred connections, the best connection to the Ins graph that this node can make so far. * Green circles ... are the finalized links, the best possible connections. When the program finishes, the green links represent the minimum spanning tree ...
  • zencallgraph ... /ZenCallGraph == DESCRIPTION: Creates a dot graph for the call structure of a Ruby program. == FEATURES/PROBLEMS: * Include or ... calls by class == SYNOPSIS: To dump a call graph to $stdout: require 'zen_call_graph' ZenCallGraph.run To supply ...