資源簡介
代碼片段和文件信息
using?System.Collections.Generic;
using?QuickGraph;
using?System.Linq;
using?System.Diagnostics.Contracts;
namespace?GraphSharp
{
????public?class?CompoundGraph?:?BidirectionalGraph?IMutableCompoundGraph
????????where?TEdge?:?IEdge
????{
????????public?CompoundGraph()
????????{
????????}
????????public?CompoundGraph(bool?allowParallelEdges)
????????????:?base(allowParallelEdges)
????????{
????????}
????????public?CompoundGraph(bool?allowParallelEdges?int?vertexCapacity)
????????????:?base(allowParallelEdges?vertexCapacity)
????????{
????????}
????????public?CompoundGraph(IBidirectionalGraph?graph)
????????????:?base(graph.AllowParallelEdges?graph.VertexCount)
????????{
????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????39??2011-10-17?11:43??.hgignore
?????目錄???????????0??2011-10-17?11:43??Releases\
?????文件?????????408??2011-10-17?11:43??Releases\README.txt
?????文件????????1339??2011-10-17?11:43??Releases\releaser.bat
?????目錄???????????0??2011-10-17?11:43??Source\
?????目錄???????????0??2011-10-17?11:43??Source\Graph#.Controls\
?????目錄???????????0??2011-10-17?11:43??Source\Graph#.Controls\Controls\
?????文件?????????233??2011-10-17?11:43??Source\Graph#.Controls\Controls\AlgorithmConstraints.cs
?????文件?????????339??2011-10-17?11:43??Source\Graph#.Controls\Controls\AnimationContext.cs
?????目錄???????????0??2011-10-17?11:43??Source\Graph#.Controls\Controls\Animations\
?????文件????????2024??2011-10-17?11:43??Source\Graph#.Controls\Controls\Animations\SimpleMoveAnimation.cs
?????文件????????8897??2011-10-17?11:43??Source\Graph#.Controls\Controls\CompoundVertexControl.cs
?????文件????????2015??2011-10-17?11:43??Source\Graph#.Controls\Controls\ContextualGraphLayout.cs
?????文件????????3103??2011-10-17?11:43??Source\Graph#.Controls\Controls\EdgeControl.cs
?????文件???????18069??2011-10-17?11:43??Source\Graph#.Controls\Controls\GraphCanvas.cs
?????文件????????9222??2011-10-17?11:43??Source\Graph#.Controls\Controls\GraphElementControl.cs
?????文件???????37994??2011-10-17?11:43??Source\Graph#.Controls\Controls\GraphLayout.DependencyProperties.cs
?????文件???????11860??2011-10-17?11:43??Source\Graph#.Controls\Controls\GraphLayout.GraphElements.cs
?????文件????????6340??2011-10-17?11:43??Source\Graph#.Controls\Controls\GraphLayout.HighlightController.cs
?????文件???????27402??2011-10-17?11:43??Source\Graph#.Controls\Controls\GraphLayout.cs
?????文件?????????743??2011-10-17?11:43??Source\Graph#.Controls\Controls\IAnimation.cs
?????文件?????????151??2011-10-17?11:43??Source\Graph#.Controls\Controls\IAnimationContext.cs
?????文件?????????452??2011-10-17?11:43??Source\Graph#.Controls\Controls\ICompoundVertexControl.cs
?????文件????????1092??2011-10-17?11:43??Source\Graph#.Controls\Controls\ITransition.cs
?????文件?????????360??2011-10-17?11:43??Source\Graph#.Controls\Controls\LayoutMode.cs
?????文件?????????509??2011-10-17?11:43??Source\Graph#.Controls\Controls\Position
?????文件?????????233??2011-10-17?11:43??Source\Graph#.Controls\Controls\Position
?????目錄???????????0??2011-10-17?11:43??Source\Graph#.Controls\Controls\Transitions\
?????文件?????????197??2011-10-17?11:43??Source\Graph#.Controls\Controls\Transitions\FadeInTransition.cs
?????文件?????????199??2011-10-17?11:43??Source\Graph#.Controls\Controls\Transitions\FadeOutTransition.cs
?????文件????????2206??2011-10-17?11:43??Source\Graph#.Controls\Controls\Transitions\FadeTransition.cs
............此處省略382個文件信息
- 上一篇:wpf GameLibrary
- 下一篇:asp.net發(fā)送郵件
評論
共有 條評論