搜索资源列表
simple graph
- SimpleGraph for delphi(矢量图控件)
EastDraw
- A software used for CAD, which is recommended to be compiled on VC++ 6.0 . You can draw simple graph elments such as lines, arcs, rectangles, ellipses and so on. It also has different types of linestyle and color.
ShapeBlending
- 一个简单的图形渐变程序的源代码。实现了初始图形到目标图形的平滑渐变-A simple graphical gradient program' s source code. The initial graph to the target to achieve a smooth gradient graphics
Graphix
- Simple graphic program for function and sequence method drawning
vbGraph
- vb6 graph a simple graph
Results-distribution-map
- 本示例主要的功能是通过给定的一组成绩数据绘制出成绩的分布图(包括直方图和圆饼图)。这里没有用到数据库,因为是一个简单的成绩分布图,而用数据库的话在转到另一台机子上还要重新建表,对于学生信息也要涉及到录入问题,不容易实际操作,所以本示例采用了更为方便的通过手动录入数据或者是从文件(txt格式文本文档,第一个数为总人数,其余为分数,分数之间用逗号隔开)导入数据两种方式绘制出其统计图。录入的成绩可查看可修改,直方图采用了立体图模式,看起来更直观,各个分数段都有明显的分数人数标注,看起来直观形象。饼形图