登录
首页 » Visual C++ » Teechart

Teechart

于 2020-12-04 发布 文件大小:3627KB
0 354
下载积分: 1 下载次数: 19

代码说明:

  Teechart绘图应用实例(随机线条、动态画线、画圆)(Teechart drawing application examples (random lines, dynamic draw lines, circle))

文件列表:

Tee
...\Debug
...\ipch
...\....\tee-325f41b1
...\Tee
...\...\CAxes.h,3694,2014-10-09
...\...\CAxis.h,15247,2014-10-09
...\...\CScroll.h,1085,2014-10-09
...\...\CSeries.h,27917,2014-10-09
...\...\CTChart.h,15323,2014-10-09
...\...\Debug
...\...\.....\Tee.Build.CppClean.log,1178,2014-10-10
...\...\.....\Tee.log,359,2014-10-10
...\...\ReadMe.txt,3065,2014-10-09
...\...\res

...\...\...\Tee.rc2,662,2014-10-09
...\...\resource.h,1628,2014-10-09
...\...\stdafx.cpp,136,2014-10-09
...\...\stdafx.h,1678,2014-10-09
...\...\targetver.h,234,2014-10-09
...\...\tchart1.cpp,542,2014-10-09
...\...\tchart1.h,33574,2014-10-09
...\...\Tee.aps,106160,2014-10-09
...\...\Tee.cpp,1954,2014-10-09
...\...\Tee.h,424,2014-10-09
...\...\Tee.rc,14822,2014-10-09
...\...\Tee.vcxproj,6216,2014-10-09
...\...\Tee.vcxproj.filters,2581,2014-10-09
...\...\Tee.vcxproj.user,143,2014-10-09
...\...\TeeDlg.cpp,6922,2014-10-09
...\...\TeeDlg.h,896,2014-10-09
...\Tee.sln,876,2014-10-09
...\TeeChart8.ocx,6592600,2014-10-09
图解VS2010_&_TeeChart8快速入门.pdf,1130450,2014-10-09

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

发表评论

0 个回复

  • clPlot
    说明:  MFC坐标系的绘制,动态显示曲线,感兴趣的可以参考下~~(MFC frame rendering, dynamic display curves of interest can refer to the following ~ ~)
    2011-03-08 23:04:30下载
    积分:1
  • Tquxian
    关于固高运动控制卡T曲线运动模式程序的例子(About Googol motion control card T curves sport program)
    2013-09-02 11:33:54下载
    积分:1
  • Painter
    画画的,一个简简单单的画画的小型的C++编的软件(Paint of, a Chien is simple painting of list of small scaled C++weave of software)
    2011-12-17 00:25:46下载
    积分:1
  • paint
    绘图板软件,实现了文件打开,矢量保存,各种线和图形的绘画,颜色的更换。(it is a paint pad,you can use it to change your color,your paint,and can save yours.)
    2012-01-01 08:18:27下载
    积分:1
  • tuxing
    MFC下实现DDA算法、一般直线的Bresenham算法、Bresenham画圆算法 、中点圆整数优化(MFC DDA Bresenham )
    2010-06-13 10:28:30下载
    积分:1
  • zaxchil
    很好的齿轮cad参数化设计程序,能够进行直齿轮和斜齿轮的参数化设计和cad绘图输出(Cad good gear parametric design process, can spur gear and helical gear parametric design and cad graphics output)
    2020-09-09 10:48:01下载
    积分:1
  • grDemo
    自由曲线图表、柱状图、饼图的实现与转换,基于一套简单的图形类库(源代码在内)。(free curve charts, column, pie and the realization of conversion, based on a simple set of graphics libraries (including source code).)
    2005-06-21 09:51:23下载
    积分:1
  • linechart
    画曲线图的c++例子,使用定时器去随机数的方式画图。(Draw the curve c example, use the timer to go the way of the random number drawing.)
    2012-02-18 22:43:43下载
    积分:1
  • 等值线函数
    等值线函数.// As this code is ported from FORTRAN-77, please be very careful of the // various indices like ilb,iub,jlb and jub, remeber that C/C++ indices // starts from zero (0)(contour function.// As this code is ported from FORTRAN-77, please be very careful of the// various indices like ilb, iub, and* address, remember that the C/C indices// starts from zero (0))
    2005-05-31 09:36:38下载
    积分:1
  • tuxingxuedazouye
    说明:  1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 (1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp)
    2020-11-09 20:49:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载