dot
文章平均质量分 80
Geecky
If you want to do it, you can do it.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
dot实现HuffmanTree动态可视化
代码:#include#include#include#include#include#include#include#include#include#includeusing namespace std;#define MaxSize 10005#define inf 0x3f3f3f3ftypedef int KeyType;struct node{原创 2016-07-18 15:55:50 · 1148 阅读 · 0 评论 -
dot语法
主函数有两种:有向图(directed graph):digraph G{ ……}无向图:graph G{ ……}设置图大小:size="数字,数字"; ,如size="2,2"; 单位为英寸,此语句可放在函数的任意位置。设置节点的框的风格:节点[shape=框的风格名称]; 比如:a[shape=box];原创 2016-07-14 20:11:21 · 7856 阅读 · 0 评论
分享