Graphs-master

所属分类:JavaScript/JQuery
开发工具:JavaScript
文件大小:1260KB
下载次数:1
上传日期:2017-12-03 02:02:14
上 传 者bismark10
说明:  Parameters container: HTML element in which the SVG will be inserted data: Array of <DataObject> to be plotted in the piechart. startingDeg (optional) : Number of degrees on which the first slice will be plotted. onMouseEnterSlice (optional): Function to be called when the users moves the mouse within a slice. It will receive a parameter with the information about the slice in which the mouse just entered. onMouseLeaveSlice (optional): Function to be called when the user moves the mouse out of a slice. It will receive a parameter with the information about the slice the mouse just left.

文件列表:
.classpath (435, 2017-04-20)
.project (369, 2017-04-20)
.settings (0, 2017-04-20)
.settings\org.eclipse.jdt.core.prefs (587, 2017-04-20)
LICENSE (13373, 2017-04-20)
bin (0, 2017-04-20)
bin\application (0, 2017-04-20)
bin\application\CLabel.class (2761, 2017-04-20)
bin\application\DataSet.class (2566, 2017-04-20)
bin\application\GeoLabel.class (597, 2017-04-20)
bin\application\MapApp.class (16703, 2017-04-20)
bin\application\MarkerManager.class (9524, 2017-04-20)
bin\application\RouteVisualization.class (3444, 2017-04-20)
bin\application\SelectManager.class (3164, 2017-04-20)
bin\application\TestApp.class (2424, 2017-04-20)
bin\application\controllers (0, 2017-04-20)
bin\application\controllers\FetchController$1$1.class (1434, 2017-04-20)
bin\application\controllers\FetchController$1.class (1442, 2017-04-20)
bin\application\controllers\FetchController$2.class (1302, 2017-04-20)
bin\application\controllers\FetchController.class (7057, 2017-04-20)
bin\application\controllers\RouteController.class (6406, 2017-04-20)
bin\application\services (0, 2017-04-20)
bin\application\services\GeneralService$1.class (1329, 2017-04-20)
bin\application\services\GeneralService.class (7570, 2017-04-20)
bin\application\services\RouteService.class (6979, 2017-04-20)
bin\basicgraph (0, 2017-04-20)
bin\basicgraph\DegreeGrader.class (6075, 2017-04-20)
bin\basicgraph\Graph.class (5397, 2017-04-20)
bin\basicgraph\GraphAdjList.class (3430, 2017-04-20)
bin\basicgraph\GraphAdjMatrix.class (3085, 2017-04-20)
bin\basicgraph\GraphGrader.class (7297, 2017-04-20)
bin\basicgraph\basicgraph.zip (5366, 2017-04-20)
bin\geography (0, 2017-04-20)
bin\geography\GeographicPoint.class (1544, 2017-04-20)
bin\geography\RoadSegment.class (3634, 2017-04-20)
bin\gmapsfx (0, 2017-04-20)
... ...

/------------------------------------------------------------------------- / Starter Code and GUI Application for Course 3 in the / Java Programming: Object Oriented Design of / Data Structures Specialization: / / Advanced Data Structures in Java / https://www.coursera.org/learn/advanced-data-structures / / Authored by UCSD MOOC Team: / Mia Minnes, Christine Alvarado, Leo Porter, Alec Brickner / and Adam Setters / / Date: 12/16/2015 /------------------------------------------------------------------------- ---------------------------------------------------------[ DESCRIPTION ]-- The files provided are skeleton code, as well as grading previews and testing files to be used in completing the course programming assignments. Additionally, you are provided a runnable JavaFX program which will help to test and demonstrate your implementations. -------------------------------------------------------[ FILES BY WEEK ]-- Below are the files introduced in each week and used in each week of the course. See file for description... Week 1 : Introduction to the course and graphs ============================================== basicgraph.Graph.java basicgraph.GraphAdjList.java basicgraph.GraphAdjMatrix.java Week 2 : Class design and simple graph search ================================================== roadgraph.MapGraph.java week2example.Maze.java week2example.MazeLoader.java week2example.MazeNode.java Utility files ============= geography.GeographicPoint.java geography.RoadSegment.java util.GraphLoader.java ---------------------------------------------------------------[ SETUP ]-- Importing Project into eclipse: 1. Create a new Java Project in your workspace 2. Import the starter files: File -> Import -> Select "File System" -> Next -> Browse and set root directory to folder contents of zip were extracted to -> Finish Feel free to use another IDE or manually compile and run your programs. If you need help, google is your friend.

近期下载者

相关文件


收藏者