登录
首页 » Visual C++ » vg

vg

于 2005-04-08 发布 文件大小:7803KB
0 273
下载积分: 1 下载次数: 0

代码说明:

说明:  一个Visual Graph开发程序,具有类似MS viso的功能!带有C++,Delphi,VB,C#等的代码示例!(a Visual Graph development programs that have similar functions VISO MS! With C, Delphi, VB, C# code examples!)

文件列表:

arrows.dat
consts.bas
default.clr
demo
....\baobiao-1.tbl
....\baobiao-10.tbl
....\baobiao-11.tbl
....\baobiao-12.tbl
....\baobiao-13.tbl
....\baobiao-14.tbl
....\baobiao-16.tbl
....\baobiao-17.tbl
....\baobiao-18.tbl
....\baobiao-2.tbl
....\baobiao-3.tbl
....\baobiao-4.tbl
....\baobiao-5.tbl
....\baobiao-6.tbl
....\baobiao-7.tbl
....\baobiao-8.tbl
....\baobiao-9.tbl
....\CHUUI.WAV
....\draw.tbl

....\project.ini
....\Project1.exe
....\中国.tbl
....\主接线图.tbl
....\交互设备.tbl
....\介休35KV电网接线图.tbl
....\使用流程.tbl
....\信息窗口.tbl
....\储液罐.TBL
....\动态棒图.tbl
....\动画之一.tbl
....\动画之三.tbl
....\动画之二.tbl
....\各种超酷边框.tbl
....\塔吊.tbl
....\多页画面.tbl
....\天平原理.tbl
....\宿州.tbl
....\对话窗口.tbl
....\小窗.tbl
....\开始.tbl
....\提升系统.tbl
....\搬箱子.zip
....\数学函数.tbl
....\文字单元.tbl
....\文字标签.tbl
....\方块游戏.tbl
....\旋转.tbl
....\时钟.tbl
....\曲线图.tbl
....\标准菜单.tbl
....\桌面.tbl
....\棒图.tbl
....\流程图.tbl
....\电气主接线图(220KV).tbl
....\电气主接线图(500KV).tbl
....\电网地图.tbl
....\盒子.tbl
....\窗口体系.tbl
....\管理流程.tbl
....\箭头.tbl
....\ϵͳͼʾ.tbl
....\自定义属性.tbl
....\自定义提示.tbl
....\菜单.tbl
....\表格计算.tbl
....\设备监控.tbl
....\设计流程.tbl
....\调用C%2B%2B.tbl
....\连接点.tbl
....\连杆原理.tbl
....\连线使用.tbl
....\靓图.tbl
....\颜色游戏.tbl
....\马鞍山.tbl
getcolor.bas
hints.dat
lib
...\headfoot.tbl
...\中国.tbl
...\其他元件.tbl
...\办公室.tbl
...\化学器具.tbl
...\印刷盒型.tbl
...\城市设施.tbl
...\尺寸线.tbl
...\工程图脚注.tbl
...\按钮库.tbl
...\控制.tbl
...\标志.tbl
...\水暖设备.tbl
...\电力设备.tbl
...\电子元件.tbl
...\电脑设备.tbl
...\监控设备.tbl
...\符号.tbl

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • drawingprogramonVC
    VC下的屏幕画图:VC下的屏幕画图程序,有六种方法实现(VC under the screen drawing program, there are six ways to achieve)
    2010-10-06 19:38:46下载
    积分:1
  • Test02
    读取DXF文件(2000,2002版本),包括了分层管理数据的思想,供大家参考(read DXF files (version 2000, 2002), including a hierarchical data management thinking, for your reference)
    2007-06-08 11:16:22下载
    积分:1
  • DDA
    DDA算法画直线,可以实现在网格下逐点画直线。(DDA algorithm for drawing straight lines, can be achieved in a grid-by drawing straight line.)
    2020-10-13 19:07:31下载
    积分:1
  • series_active_filter
    for PSCAD softwear it can be very easy and coming soon challenger in this soft
    2013-10-17 22:51:52下载
    积分:1
  • bezier
    用mfc绘制bezier曲线,了解bezier曲线的原理(The mfc draw bezier curve to understand the principle of the bezier curve)
    2020-12-09 14:19:19下载
    积分:1
  • draw
    可以实现基本的绘图功能,画直线,矩形,圆椭圆。图形学作业(Can achieve the basic drawing functions and draw a straight line, rectangle, circle, ellipse. Graphics jobs)
    2012-06-17 21:45:39下载
    积分:1
  • The-scale-can-be-designed
    可以动态移动的尺度的设计,适合图形显示和控制(The scale can be designed to dynamically move, for graphics display and control)
    2013-07-28 22:50:46下载
    积分:1
  • Graphic-Draw
    说明:  图形绘制,可设置线宽、颜色、样式,通过本例将了解如何使用自定义画笔定义线体的颜色,线宽,线形等,以及如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。(VC++ graphics rendering, can set the line width, color, style, through this example will learn how to use custom brushes defined line of body color, line width, line, etc., and how to add options for the program menus and options in Settings dialog box How to use the standard color dialog box, how to use the Font dialog box, implemented in the Options dialog box preview. Implementation Options dialog box and window class data exchange. How to change the background color of dialog boxes and controls, how to change the control' s text color on button controls the special treatment. How in the window display a bitmap.)
    2011-04-14 17:48:50下载
    积分:1
  • MFC-drawing
    MFC做的画图软件 只能画直线 还有待改进 适合初学者 看看(MFC do draw a straight line drawing software can be improved for beginners look)
    2013-12-19 15:51:43下载
    积分:1
  • drawing-board
    用VS2012和open cv2.47编写的一个简单画图板程序,可以像画图板一样用鼠标画任意图形(Using VS2012 and open cv2.47 drawing board to write a simple program, you can use the mouse as the drawing board, like any graphic painting)
    2014-10-14 13:19:15下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载