-
Drawing completed face along the inclined surface direction of horizontal deform...
绘制完成的工作面沿倾向方向的水平变形曲面图形和生成的倾向方向水平变形等值线图-Drawing completed face along the inclined surface direction of horizontal deformation generated graphics and the tendency of the direction of horizontal deformation isogram
- 2022-08-22 16:08:10下载
- 积分:1
-
三维网格面的切割程序,在linux下平台开发,国外博士课题的组成部分...
三维网格面的切割程序,在linux下平台开发,国外博士课题的组成部分-surface cutting
- 2022-04-20 15:57:47下载
- 积分:1
-
一个画nurbs曲面的vc程序 可能贵站已经有此代码 贵站有许多程序代码我非常有用 需要写进我工作所要做的dxf数据转换程序中 希望站长能开通我的帐号 让我下载...
一个画nurbs曲面的vc程序 可能贵站已经有此代码 贵站有许多程序代码我非常有用 需要写进我工作所要做的dxf数据转换程序中 希望站长能开通我的帐号 让我下载贵站代码完成我的工作 完成后我会将代码上传 那是一个将dxf转换成 点 线 面的程序 会转换所有 dxf平面 图形 所有平面的 块 图层 颜色 填充体 现在只差dxf的样条曲线 就会完成 程序 贵站有我需要的B样条 nurbs等 曲线的代码 会帮助我完成程序 完成后我会将代码 上传 我的程序 汇集了 GIS系统 数据转换系统 实现了一些 较难 图形了的算法 如斜椭圆 斜椭圆弧 样条曲线 的算法 一个程序绝对 可以顶5个 希望站长 先能开通我的帐号-a painting NURBS surfaces vc Guizhan procedures may have this code Guizhan many of the code I need to be very useful part of my work to be done dxf data conversion program director can hope to open my account so I downloaded code Guizhan finish my work I will be completed after the code is uploaded to a dxf conversion-point line will change the procedures for all dxf graphic block all planar layer colors filled only a dxf reflected in the kind of curve will be completed procedures Guizhan I need a B-spline curves, such as NURBS code will help me complete the formalities are completed I will upload the code procedures pool of GIS data conversion system more difficult to achieve some of
- 2023-07-12 07:10:03下载
- 积分:1
-
一套 自己开发UI源码 尚未完善
一套 自己开发UI源码 尚未完善...
一套 自己开发UI源码 尚未完善
一套 自己开发UI源码 尚未完善 -UI developed a set of source code has not yet been developed to improve the UI source code yet to be perfected
- 2023-09-08 09:10:03下载
- 积分:1
-
visual studio 2008 图像处理,包括二值化、缩放、另存、反相、GUI等。...
visual studio 2008 图像处理,包括二值化、缩放、另存、反相、GUI等。-visual studio 2008 image processing, including binarization, zoom, save, RP, GUI and so on.
- 2022-03-11 13:42:19下载
- 积分:1
-
用C语言编写的演示逐点比较法的源代码!
用C语言编写的演示逐点比较法的源代码!-C language demo point by point comparison of the source code!
- 2022-09-03 20:20:02下载
- 积分: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
-
完整的指纹识别源代码,VC格式!希望对大家有用,欢迎下载。
完整的指纹识别源代码,VC格式!希望对大家有用,欢迎下载。-Complete source code for fingerprint recognition, VC format! Hope everyone useful are welcome to download.
- 2022-02-01 17:45:03下载
- 积分:1
-
用VB开发的3D绘图软件,功能强大,供大家学习
用VB开发的3D绘图软件,功能强大,供大家学习-Using VB developed 3D graphics software, powerful for everyone to learn
- 2022-08-03 09:38:38下载
- 积分:1
-
图片编码与解码 JPEG2BMP
常见的JPEG和JPEG2000严格意义上指的都不是文件格式而是图像压缩标准,此程序将读入一幅JPEG图片,并对其进行解码、编码为BMP图像,此代码用VS2013成功编译并执行。并附有原始图片和注释。
- 2022-03-30 18:50:47下载
- 积分:1