CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 射线法

搜索资源列表

  1. eigenray

    2下载:
  2. 室内传播模型之一射线跟踪法仿真与实现的MATLAB源代码-indoor propagation model one ray-tracing method, simulation and implementation of MATLAB source code
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:850.73kb
    • 提供者:辰辰
  1. C#射线法

    2下载:
  2. c#实现的点是否在多边形内的射线算法。核心算法已可以无问题运行,只需要对数据导入稍做改动即可使用。
  3. 所属分类:C#编程

    • 发布日期:2010-06-07
    • 文件大小:409.58kb
    • 提供者:cz03081215
  1. 最短路径法射线追踪的MATLAB实现

    1下载:
  2. 最短路径法射线追踪的MATLAB实现
  3. 所属分类:界面编程

    • 发布日期:2011-03-08
    • 文件大小:58.15kb
    • 提供者:all_star00001
  1. raytracing.rar

    1下载:
  2. 最短路径法射线追踪的MATLAB实现,通过数值模拟演示了所编程序在射线追踪正演计算中的应用。,The shortest path ray tracing method to achieve the MATLAB
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-07
    • 文件大小:58.15kb
    • 提供者:zhuhui
  1. PtInPolygon

    0下载:
  2. 采用射线法判断给定点与多边形的关系,数据文件存储在Excel文件中,判断结果直接回写Excel文件。-Ray method used to determine the relationship between fixed-point and polygon data file is stored in the Excel document, write-back to judge the results of Excel files directly.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:81.49kb
    • 提供者:ZLD
  1. fd

    1下载:
  2. 波动方程有限差分法射线追踪,希望对大家有帮助-FD ray tracing code,it is a fortran code, hope it is useful for you
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:4.75kb
    • 提供者:jason
  1. edge

    0下载:
  2. 本程序实现对于CT图像的边缘提取算法,如Sobel,Robert,Priwitt,Laplacian,边缘跟踪算法,及射线法的边缘提取。-Implementation of this program for the CT image edge extraction algorithms such as Sobel, Robert, Priwitt, Laplacian, edge tracking algorithm, and the ray method of edge detection.
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-16
    • 文件大小:24.6mb
    • 提供者:东哥
  1. My_rayslope_algorithm

    0下载:
  2. 射线法来处理碰撞检测!希望对大家有所帮助!-Ray method to handle collision detection! We want to help!
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:7.4kb
    • 提供者:060798biao
  1. Judgement

    0下载:
  2. 一个绝对完美的利用平行于y轴的射线法判断输入的点是否在输入的多边形内或外或边上的小程序-The use of an absolutely perfect parallel to the y-axis ray method to determine whether the input point within or outside the input polygon or edge of a small program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-04
    • 文件大小:888.08kb
    • 提供者:张磊
  1. ptIsInpoly

    0下载:
  2. 判断点是否在多面体内 使用了射线法,判断点是否在多面体内,vs2005-the point is in ploygon or not.using ray
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:10.8kb
    • 提供者:lilingmei
  1. LSQR-INVERSE

    0下载:
  2. 在地震直射线CT成像中用到的lSQR算法反演算法及其应用。-Used in CT imaging of the seismic direct line lSQR algorithm inversion algorithm and its application.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1.25kb
    • 提供者:静远
  1. isPointInPolygon

    0下载:
  2. 用射线法判断一个点是否在一个区域内,用c++写的,一个小程序,测试无误,大家可以交流下!-Ray method to judge whether a point is in a region with c++ write a small program, the test is correct, we can exchange the next!
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-30
    • 文件大小:10.1mb
    • 提供者:pb07210214
  1. duobianxingnei

    0下载:
  2. 判断点是否在多边形内,算法经典,利用常用的射线法实现。-The code applys to judge whether the point is in the polygon.
  3. 所属分类:CSharp

    • 发布日期:2017-11-27
    • 文件大小:33.13kb
    • 提供者:衣楠
  1. zd

    0下载:
  2. 最短路径法射线追踪的MATLAB实现 PDF-The shortest path ray tracing in MATLAB
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:570.73kb
    • 提供者:么瑶
  1. 869799839eigenray

    0下载:
  2. 射线追踪法实用程序 使用者可以加以修改运用到自己的程序里-it is the raytracing code
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:851.88kb
    • 提供者:红烧鲫鱼
  1. 最短路径法射线追踪的MATLAB实现

    0下载:
  2. 本文探讨了在MATLAB环境中实现最短路径射线追踪的方法和步骤,并通过数值模拟演示了所编程序在射线追踪正演计算中的应用。(This paper discusses the method and steps of realizing the shortest path ray tracing in MATLAB environment, and demonstrates the application of the program in ray tracing forward calculatio
  3. 所属分类:其他

    • 发布日期:2017-12-13
    • 文件大小:59.94kb
    • 提供者:DOGGY
  1. home

    0下载:
  2. 识别一个点是否在不规则封闭图形内,射线法判断,还有缺陷(asdfghjklzxcvbnmqwertyuiop)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:50kb
    • 提供者:lion464
  1. shexianzhuizong

    0下载:
  2. 此程序主要是运用射线追踪法,对水平地层进行模拟计算。(This program mainly uses ray tracing method to simulate horizontal strata.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:292kb
    • 提供者:strive1
  1. mian_raytracing

    3下载:
  2. 基于几何光学的射线追踪法计算反射面光程并绘制图线(base on GO ray tracing method,calculate cassegrain ray-path and reflect)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1kb
    • 提供者:skean031
  1. 3d射线追踪

    1下载:
  2. 三维地质模型下用射线追踪法追踪地下界面,用于地震正演模拟(Using ray tracing method to trace the underground interface under 3D geological model for seismic forward modeling)
  3. 所属分类:其他小程序

    • 发布日期:2020-04-10
    • 文件大小:158kb
    • 提供者:
« 12 »
搜珍网 www.dssz.com