登录
首页 » 图形图像 » VC做的CAD绘图程序,能绘制常见的二维图形,更重要的是能够对已绘制的二维图形进行任意编辑。图形编辑这一块技术含量较高,对于CAD入门者值得推荐...

VC做的CAD绘图程序,能绘制常见的二维图形,更重要的是能够对已绘制的二维图形进行任意编辑。图形编辑这一块技术含量较高,对于CAD入门者值得推荐...

于 2022-03-25 发布 文件大小:205.12 kB
0 71
下载积分: 2 下载次数: 1

代码说明:

VC做的CAD绘图程序,能绘制常见的二维图形,更重要的是能够对已绘制的二维图形进行任意编辑。图形编辑这一块技术含量较高,对于CAD入门者值得推荐-VC do CAD drawing program that can draw a common two-dimensional graphics, but more importantly has been able to draw arbitrary two-dimensional graphics editor. This is a technical graphics editor with a high level, for CAD beginners recommended

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

发表评论

0 个回复

  • 用于游戏开发的工具Virtools的使用,这个工具是很出名的,可以制作强大的3D效果....
    用于游戏开发的工具Virtools的使用,这个工具是很出名的,可以制作强大的3D效果.-for game development tools addressed the use of this tool is very well-known, it produced powerful 3D effects.
    2022-08-09 05:34:39下载
    积分:1
  • 本程序实现八种的绘功能,分别是直线,圆弧,贝赛尔曲线,矩,圆角矩,椭圆和多边。绘步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点...
    本程序实现八种图形的绘图功能,分别是直线,圆弧,贝赛尔曲线,矩形,圆角矩形,椭圆和多边形。绘图步骤如下: 直线:点鼠标左键确定起始点,移动鼠标点左键确定终点。 圆弧:用鼠标左键依次点四点确定圆弧。 贝赛尔曲线:用鼠标左键依次点四点确定贝赛尔曲线。 矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 圆角矩形:点左键确定起始点,拖动鼠标再点左键确定对角点。 椭圆:点左键确定起始点,拖动鼠标再点左键确定对角点,便作出了与该矩形相切的椭圆。 多边形:点鼠标左键确定起始点,然后依次点各点(所有点的总数为所要做多边形的边数,不超过20边),最后用中键确定,自动封闭图形。-the program eight graphical mapping function is linear, arc, Bessel curve, rectangle, rounded rectangle, oval and polygons. Mapping the following steps : Linear : click the mouse button to determine the threshold, mobile click of the mouse button to determine the end. Arc : the left mouse button followed by 4:00 set point arc. Bessel curve : the left mouse button followed by point 4:00 determine Bessel curve. Rectangular : Left to determine the threshold point, then drag the mouse to point to determine Left Corner. Rounded Rectangle : Left to determine the threshold point, then drag the mouse to point to determine Left Corner. Oval : Left to determine the threshold point, drag the mouse butto
    2022-09-22 14:40:03下载
    积分:1
  • 一个人脸检测及匹配的代码
    一个人脸检测及匹配的代码-a face detection and matching code
    2022-01-30 18:30:41下载
    积分:1
  • 都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与
    都是关于Glscene的实例,刚开始学习,希望有更多的朋友参与-are on Glscene example, the beginning of the study, hopes to have more friends in
    2022-06-01 18:06:11下载
    积分:1
  • 能实现三维数据的体绘制,所用是光线追踪法
    能实现三维数据的体绘制,所用是光线追踪法-To achieve three-dimensional data, volume rendering, ray tracing is used by law
    2022-04-07 10:39:44下载
    积分:1
  • G引擎C++游戏开发,研究人员或学生准备3…
    G3D 引擎是为 C++ 的游戏开发者、研究人员或者学生准备的 3D 图形库,包含一组可靠而且高性能的通用三维示例。src版-G3D engine for C++ for game developers, researchers or students to prepare the 3D graphics library, contains a set of reliable and high-performance general-purpose three-dimensional example. src version
    2022-10-21 14:20:13下载
    积分:1
  • 利用小波双线性超分辨率重建算法得到的重建会出现低、高频系数不匹配的现象,从而使得到的高分辨率灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为...
    利用小波双线性超分辨率重建算法得到的重建图像会出现低、高频系数不匹配的现象,从而使得到的高分辨率图像灰度偏移。本文对该方法进行了改进,并引入局部适应插值得到更为理想的重建算法。即小波与局部适应插值结合算法。-Using Wavelet bilinear super-resolution reconstruction algorithm is the reconstructed image will appear low, high-frequency coefficients does not match the phenomenon, thereby enabling high-resolution image to be offset. In this paper, the method is improved, and the introduction of local interpolation to be better adapted to the reconstruction algorithm. That is, wavelet interpolation combined with the local adaptation algorithm.
    2023-01-06 16:30:03下载
    积分:1
  • png格式文件的处理库,有相关的例程,说明文档为pnglib.txt。...
    png图形格式文件的处理库,有相关的例程,说明文档为pnglib.txt。-png graphics format for document processing and related routines and documentation for pnglib.txt.
    2022-01-26 08:05:21下载
    积分:1
  • c++实现计算器
    【标准计算器】不仅可进行加、减、乘、除等简单的四则运算,也可以进行开方、并且可以存储计算结果,并且提供了累存和积存功能。 【科学计算器】用于进行统计计算和科学计算。 ❀ 简单计算:四则运算、倒数等基础运算。 ❀ 函数计算:正切、余切、正切等函数运算。 ❀ 科学计算:可进行函数、对数运算,以及阶乘、幂运算等。 ❀ 数制的转换:可进行十进制、二进制、八进制、十六进制整数的相互转换。 【特色功能】 ❀ 支持键盘输入数字及基本运算符号(+ - * / =)、退格删除(Backspace)、清屏(Esc)等,便捷好用 ❀ 科学计算器模式下可通过输入算式进行复杂运算 
    2022-05-06 16:48:03下载
    积分:1
  • a simple screen saver
    一个简单屏幕保护程序-a simple screen saver
    2022-02-13 10:28:52下载
    积分:1
  • 696518资源总数
  • 104353会员总数
  • 66今日下载