All Projects → xmcp → xmpaint

xmcp / xmpaint

Licence: other
处理有向图的有力工具

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to xmpaint

Dot To Ascii
Graphviz to ASCII converter using Graph::Easy
Stars: ✭ 168 (+158.46%)
Mutual labels:  graphviz
Ansible Playbook Grapher
A command line tool to create a graph representing your Ansible playbook tasks and roles
Stars: ✭ 234 (+260%)
Mutual labels:  graphviz
Calcu
CALCULADORAS
Stars: ✭ 22 (-66.15%)
Mutual labels:  tkinter
Go Graphviz
Go bindings for Graphviz
Stars: ✭ 183 (+181.54%)
Mutual labels:  graphviz
Graphviz
A Swift package for working with GraphViz
Stars: ✭ 230 (+253.85%)
Mutual labels:  graphviz
C4 Plantuml
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
Stars: ✭ 3,522 (+5318.46%)
Mutual labels:  graphviz
Tidyheatmap
Draw heatmap simply using a tidy data frame
Stars: ✭ 151 (+132.31%)
Mutual labels:  graphviz
tkinter-tabview
tkinter-tabview
Stars: ✭ 41 (-36.92%)
Mutual labels:  tkinter
Deepgraph
Analyze Data with Pandas-based Networks. Documentation:
Stars: ✭ 232 (+256.92%)
Mutual labels:  graphviz
dockerfilegraph
Visualize your multi-stage Dockerfiles
Stars: ✭ 55 (-15.38%)
Mutual labels:  graphviz
Diagrams
🎨 Diagram as Code for prototyping cloud system architectures
Stars: ✭ 15,756 (+24140%)
Mutual labels:  graphviz
Kaitai struct
Kaitai Struct: declarative language to generate binary data parsers in C++ / C# / Go / Java / JavaScript / Lua / Perl / PHP / Python / Ruby
Stars: ✭ 2,736 (+4109.23%)
Mutual labels:  graphviz
Azure Plantuml
PlantUML sprites, macros, and other includes for Azure services
Stars: ✭ 247 (+280%)
Mutual labels:  graphviz
Uecs
Ubpa Entity-Component-System (U ECS) in Unity3D-style
Stars: ✭ 174 (+167.69%)
Mutual labels:  graphviz
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-64.62%)
Mutual labels:  tkinter
Psgraph
A set of utilities for working with Graphviz in Powershell
Stars: ✭ 160 (+146.15%)
Mutual labels:  graphviz
Visualize ruby
Transform code into a flowchart and experimentally trace the execution path through it
Stars: ✭ 237 (+264.62%)
Mutual labels:  graphviz
tkmacosx
Tkmacosx is a Python library extension to the Tkinter module. Change background and foreground colors of a Button, Use ColorVar to change colors of multiple widgets just like StringVar, and much more.
Stars: ✭ 48 (-26.15%)
Mutual labels:  tkinter
Health-Discernment-System
A menu based multiple chronic disease detection system which will detect if a person is suffering from a severe disease by taking an essential input image.
Stars: ✭ 25 (-61.54%)
Mutual labels:  tkinter
ecto erd
A mix task for generating Entity Relationship Diagram from Ecto schemas available in your project.
Stars: ✭ 173 (+166.15%)
Mutual labels:  graphviz

xmpaint

OI 业界良心系列 之 秒杀mspaint的画图工具

基于 graphviz 二次开发,直接以邻接表的形式输入一张图就能把它画出来:

image

有向/无向图,边权什么的都是嗞磁的:

image

可以给一些点和边高亮:

image

还可以给点和边设置别名,特别适用于需要离散化、splay、AC自动机、层次图等节点编号不直观的图:

image

总之,下文所述都可以用 xmpaint 来画,你只需要在调试的时候把邻接表输出出来,再粘贴进去就行了:

  • 题目里直接输入的图
  • 最短路
  • 网络流
  • 各种自动机
  • Splay
  • 并查集
  • 线段树
  • 树分治
  • 记忆化搜索(调用顺序为邻接表) ……

→ Windows 打包版本下载

→ 详细的使用说明

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].