搜索资源列表
LargeGraphs2DLayout
- 画图算法(graph drawing):用算法自动地画无向大图,可用于可视化及社会关系网络等。作者博士学习期间的研究。含代码和论文。-Graph Drawing: an important branch of information visualization. This algorithm package is to draw large undirected graphs
LargeGraphs3DLayout
- 画图算法(Graph Drawing)。包括作者博士学习期间对应的3D画图算法的论文和源码。-Graph Drawing. Used to draw large undirected graphs in 3D space. Ph.D. research work.
M-graph-coloring-problem
- 通过鼠标绘制出该图的结构(可在菜单中设置打点和画线两种命令:当选择打点命令是,鼠标每点击一下则在屏幕上打一个点,当选择画线命令时,鼠标首先选中其中一个点,在选中另一个点时绘制出两个点之间的连线。当然也可采用其他方法完成图的绘制)。然后用不同的颜色来标识这些点,使得图中每条边连接的2个顶点着不同的颜色。在屏幕上应能显示出用不同颜色着色后的图。-Through the mouse to draw out the structure of the graph (which can be set in
tuxianggongcheng
- 一个圆形区域,从圆的底部到圆的顶部颜色从黑色渐变到白色,用C++编程绘制同样的图形,使用画点函数(SetPixel)进行绘制。基本要求可以使用各种灰度的像素颜色,高级要求只能使用黑白二色(RGB(0,0,0)和RGB(255,255,255)两种颜色)进行绘制,也就是要使用半调技术(halftune)或者抖动(dither)技术。-A circular area at the bottom of the circle to the circle from the top of the color
chengxu
- 图论中最小生成树Kruskal算法 及画图程序 M-函数-Kruskal minimum spanning tree in graph theory, algorithms and functions for M-Drawing
fenchatu
- 此程序用于画混沌系统的相图及其分叉图,使用时只需要写出相应的混沌微分方程,便可画出相应的图-This procedure for drawing the phase diagram of chaotic systems and its Poincare section, when used only need to write the corresponding chaotic differential equations, will be able to draw the correspond
computer-graph
- 计算机图形学中绘制直线、圆、曲线,图形变换,给多边形填充和二维裁剪算法。-Computer graphics, drawing lines, circles, curves, graphics transform to a two-dimensional polygon fill, and clipping algorithm.
Signal-acquisition-system
- 1.首先打开软件,点击读取图片,寻找到要打开的图片,并且打开; 2.点击确定坐标系,在原始图片中找到原点,并点击鼠标的滑轮(中键),确定坐标轴; 3.分别点击确定X,Y单位长度,同样点击鼠标中键,分别在XY轴上找到相应位置,并且输入相应位置所对应的长度; 4.然后便可以采集信号,在原图上左键点击原始波形,下面便会画出图形,注意:右键是删除最新画出的点(即左键是画图,右键是删除);-1 first open the software, click to read the picture
D
- 在MATLAB中实现画无向网络图,可用于社群聚类分析中(In MATLAB,the drawing is not directed to network graph,which can be used in social cluster analysis.)
画图MATLAB
- 画图,主要集中在使用MATLAB使用m文件对数据进行对比画图,具有多图对比,图例等(Drawing, mainly focus on using MATLAB to use m files to compare the data, and have a multi-graph comparison, legend, etc)