登录
首页 » Visual C++ » inspector2000

inspector2000

于 2006-10-24 发布 文件大小:102KB
0 161
下载积分: 1 下载次数: 46

代码说明:

  AUTOCAD 程序员使用的,ARX图纸数据结构显示(AutoCAD programmers using the data structure ARX drawings show)

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

发表评论

0 个回复

  • The-midpoint-Stake-program
    测绘方面的道路中桩计算程序。缓和曲线、圆曲线。(Surveying and mapping aspects of the road in the pile calculation program. Curve, the circular curve.)
    2012-04-20 09:12:45下载
    积分: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
  • SdkToMfc
    实现从SDK到MFC的封装 增加了绘制线条 矩形 椭圆等功能 而且可以变换颜色(none sdk to mfc)
    2012-12-04 11:57:52下载
    积分:1
  • shuikudiaodu_dengchulifa
    水库调度图的绘制是一个难点,该程序采用等出力法绘制水库调度图,可通用。(Reservoir operation mapping is a difficult point, the program method used, such as mapping efforts reservoir operation plans can be generic.)
    2020-12-17 10:09:12下载
    积分:1
  • editofditubilichi
    本代码实现了一个地图比例尺的功能,方便各种地图类型代码的基本控件使用(This code implements a function of map scale to facilitate a variety of map types of code to use the basic controls)
    2008-07-26 06:54:42下载
    积分:1
  • 10.22Exam0501_SDI-draw-CIRCLE
    使用MFC创建单文档程序,在界面上画圆,单击可使圆放大、变色(MFC SDI DRAW CIRCLE, CLICK TO INFLATE THE CIRCLE AND CHANGE ITS COLOR)
    2012-12-23 10:00:09下载
    积分:1
  • Painter
    当用户按下鼠标左键在如下图所示的面板上移动鼠标时,根据鼠标的移动轨迹在面板上画图。(When the user presses the left mouse button on the panel as shown in the following figure to move the mouse, according to the mouse movement trajectory in the panel drawing.)
    2016-11-23 02:40:53下载
    积分:1
  • wind
    PSCAD做的风力机模型,嵌入了3维风力特性曲线,动态调节转矩与转速。(PSCAD do wind turbine model, embedded in the 3 d wind characteristic curve, dynamic torque and rotational speed adjustment.)
    2017-01-01 18:16:19下载
    积分:1
  • HDC-CDC-CClientDC-CPaintDCC-WindowDC
    集中介绍了HDC,CDC,CClientDC,CPaintDC,CWindowDC的使用方法和区别,绘图显示效果,区分窗口客户区。(Focus on the HDC, CDC, CClientDC, CPaintDC, CWindowDC to use and distinction, graphics effects, to distinguish the window client area.)
    2013-11-30 23:35:02下载
    积分:1
  • dianlijiankongP
    第一章对SCADA系统进行了简要的说明,从SCADA系统的产生和发展两方面进行描述。 第二章对电力SCADA系统的通讯网络和规约做了简单的描述,由于电力SCADA系统的特殊要求,因此本章对电力SCADA系统通讯的特殊性进行了说明。 第三章对编程软件及环境的特点给出了自己的一些体会。 第四章进行了电力SCADA软件设计的需求分析和可行性分析。 第五章的内容比较丰富,同时它也是本论文的一个重点,包含了系统的各个主要模块的规划设计,对各个模块的功能进行了划分,最后给出了软件结构功能框图和系统结构图。 第六章是本论文的另一个重点,它对上一章规划的各个典型模块进行设计与实现的详细论述。(此章中包含的部分关键类的程序源代码放于附录) 第七章是结束语和程序改进的展望。 ()
    2008-07-08 17:10:13下载
    积分:1
  • 696518资源总数
  • 104444会员总数
  • 15今日下载