登录
首页 » 图形图像 » Geological mapping, geological professional applications in a very wide range, a...

Geological mapping, geological professional applications in a very wide range, a...

于 2022-05-15 发布 文件大小:12.35 MB
0 156
下载积分: 2 下载次数: 1

代码说明:

地质绘图,在地质专业应用非常广泛,希望对大家有所帮助-Geological mapping, geological professional applications in a very wide range, and they hope to help everyone

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

发表评论

0 个回复

  • 本源码是学习VEGA虚拟现实驱动编程最好的起步程序,可以从中学到VEGA编程的一般思路和方法。...
    本源码是学习VEGA虚拟现实驱动编程最好的起步程序,可以从中学到VEGA编程的一般思路和方法。-the source is to learn from VEGA virtual reality-driven programming best start procedures can learn from VEGA programming to the general ideas and methods.
    2022-02-09 13:00:40下载
    积分:1
  • 代码功能全屏
    一个基于directx8.0的vc实现的代码,功能是全屏显示图片。-a code function fullscreen
    2022-08-16 22:38:00下载
    积分: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
  • 很好用的3D动画引擎源代码,计算机学几何工具算法详解/Geometric Tools for Computer Graphics 配套源代码。由于网络不通畅...
    很好用的3D动画引擎源代码,计算机图形学几何工具算法详解/Geometric Tools for Computer Graphics 配套源代码。由于网络不通畅,我去掉了原包中的例子和数据,仅留下代码库。-Good use of 3D animation engine source code, computer graphics, geometric algorithms explain tools/Geometric Tools for Computer Graphics matching the source code. As the network is not open, I removed the original package examples and data, leaving only the code library.
    2022-11-01 22:45:03下载
    积分:1
  • 用vc+mapobjects开发的源代码,实现鼠标多边的移动
    用vc+mapobjects开发的源代码,实现鼠标多边形的移动-with vc MapObjects development of the source code, mouse polygon mobile
    2022-11-05 02:35:03下载
    积分:1
  • 带约束条件的delaunay分割
    带内边界约束条件点集的Delauney三角剖分是有限元分析、计算机图形学及真实感图形等许多领域常遇到的一个基本问题.在已有算法的基础上通过插入中点恢复约束边界,较好地实现了带内边界约束散乱数据的Delaunay三角剖分. 找了半天国内网站上都没找到好用的,好不容易从国外的网站上下载到的..带示例数据和源码 delaunay三角剖分,非常棒,欢迎下载~
    2022-09-26 04:15:03下载
    积分:1
  • display screen 360 degrees
    展示360度的画面-display screen 360 degrees
    2023-03-06 21:20:03下载
    积分:1
  • vtk中关于vtkImagePlaneWidget的使用,有很大的参考价值
    vtk中关于vtkImagePlaneWidget的使用,有很大的参考价值-VTK on vtkImagePlaneWidget use, has great reference value
    2023-05-10 14:35:03下载
    积分:1
  • 贝塞尔函数和纽曼函数是常用的数学函数,本程序是利用VC++编译的绘制贝塞尔纽曼函数的程序,值的一下...
    贝塞尔函数和纽曼函数是常用的数学函数,本程序是利用VC++编译的绘制贝塞尔纽曼函数的程序,值的一下-Bessel function and Neumann function is commonly used mathematical functions, the procedure is to use VC++ Compiler drawing function besse Newman procedures, the value of the click
    2023-07-25 20:35:03下载
    积分:1
  • rtp打包发送H264视频 h264toRtp
    采用rtp打包发送H264视频流例子,  采用VC6.0编写,是学习h264视频传输,打包发送的经典例子,里面有测试的264文件 和sdp文件, 可用VLC来测试 播放发送的视频,核心代码在以下几个文件h264toRtp.hRtpPack.hRtpPack.c请仔细阅读这几个文件。本人编译测试通过, 下载之后可直接编译运行
    2022-07-03 15:58:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载