搜索资源列表

  1. rydbxmj

    0下载:
  2. 任意多边形的面积计算:根据叉积计算三点组成的面积.-arbitrary polygon area calculation : Cross product calculation 3:00 composition of the area.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4246
    • 提供者:王想红
  1. rydbxmj

    0下载:
  2. 任意多边形的面积计算:根据叉积计算三点组成的面积.-arbitrary polygon area calculation : Cross product calculation 3:00 composition of the area.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:4096
    • 提供者:王想红
  1. kongjiansuanfa

    0下载:
  2. 包括部分空间算法,如计算两坐标点距离、判断两坐标点是否相等、计算叉积、计算点积、判断点p是否在线段l上、计算点bp以点op为圆心逆时针旋转dAlpha(单位:弧度)后所在的坐标点位置、计算指定半径圆上指定角度的弦长、计算由起点坐标和终点坐标构成的线段在指定距离和指定方向的垂点坐标等空间算法-Including some space algorithms, such as calculating the distance between
  3. 所属分类:GIS编程

    • 发布日期:2024-06-04
    • 文件大小:7168
    • 提供者:yujian
  1. seamintersect

    0下载:
  2. 使用两个向量的叉积来判断两条线段是否相交-The use of the cross product of two vectors to determine whether two line segments intersect
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:玄霄
  1. ComputationalGeometry

    0下载:
  2. 计算几何,介绍二维、三维的图像编程算法和矢量编程-This module discusses several algorithms that calculate various geometric properties, mostly based on only two operations described below: cross product and arctangent.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:4045824
    • 提供者:wangjinglu
  1. Vectors

    0下载:
  2. Code to make operation betwen vector as add, substract, point product and cross product (vector product).
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-06-04
    • 文件大小:3072
    • 提供者:ryn2488
  1. curl11

    0下载:
  2. calculating vector cross produc n curl
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:changazi
  1. jisuanjihe

    0下载:
  2. 其中讲述了计算几何中常用的叉积定义以及应用,凸包算法,还有半平面交算法-Which describes the computational geometry of the cross product definition of commonly used applications, convex hull algorithm, there are half-plane intersection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:33792
    • 提供者:xjm
  1. WGL02

    0下载:
  2. 自行编写一个简单的Vector3 向量类,至少需支持3D向量间的加减乘除操作,向量与标量浮点数的乘除操作,以及点乘(Dot)和叉积(Cross)以及归一化(Normalize)操作。(20 ) (2) 自行编写一个Matrix4x4矩阵类,至少需要支持矩阵间加减操作,矩阵乘操作,矩阵单位化操作(Identity,即输出一个单位矩阵),转置操作,以及矩阵与3D向量相乘的操作。(请思考为何使用4x4的矩阵,并注意其与3D向量的相乘方式,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-04
    • 文件大小:525312
    • 提供者:sun
  1. crosscorelation

    0下载:
  2. In signal processing, cross-correlation is a measure of similarity of two waveforms as a function of a time-lag applied to one of them. This is also known as a sliding dot product or inner-product. It is commonly used to
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:Rafal
  1. CPAFC

    0下载:
  2. 附件中包括: 1.叉积自动频率控制(CPAFC)matlab源代码cpafc.m 2.相应的am调制的测试信号am.dat ,载波500Hz,采样8000,调制信号50Hz,32 位float-Accessories include: 1. Cross product auto frequency control (CPAFC) matlab source code cpafc.m 2 . corresponding tes
  3. 所属分类:matlab例程

    • 发布日期:2024-06-04
    • 文件大小:9216
    • 提供者:han
  1. cross-product

    0下载:
  2. this program about cross product
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-04
    • 文件大小:5120
    • 提供者:mint
  1. Vector3DOperations

    0下载:
  2. 一个3D矢量类CVector3D,含三种构造函数,并有拷贝,点积,叉积,求模,单位化 等操作,并实现”+ - = == += -= * [ ]” 等运算符的重载。(用C++实现) -A 3D vector class CVector3D, with three constructors, and copy, dot product, cross product, the modular unit of the other opera
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-06-04
    • 文件大小:729088
    • 提供者:虫儿
  1. olstest

    0下载:
  2. 多元回归是指一个因变量(预报对象),多个自变量(预报因子)的回归模型.基本方法是根据各变量值算出交叉乘积和Si。并利用c#实现-Multiple regression is a dependent variable (forecast object), a number of independent variables (predictors) of the regression model. The basic method is b
  3. 所属分类:C#编程

    • 发布日期:2024-06-04
    • 文件大小:673792
    • 提供者:高飞
  1. vector

    0下载:
  2. 通过矩阵运算,计算向量的加、减、点乘、叉乘,MatrixVortex是检测输出用,运行NomalLine_Angle可以在控制台自定义向量来计算-Through matrix operations to calculate the vector addition, subtraction, dot, cross product.MatrixVortex is used to do some detection, and the Noma
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-06-04
    • 文件大小:9216
    • 提供者:x2310
  1. geom3d_basic

    0下载:
  2. 三维图形的处理,包括简单的叉积,点积,以及向量的旋转,对称和反射,点到面距离,投影,等等。-Processing of three-dimensional graphics, including simple cross product, dot product, as well as vector rotation, symmetry and reflection, point to surface distance, project
  3. 所属分类:3D图形编程

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:DemonSeeker
  1. geom3d_basic

    0下载:
  2. 三维图形的处理,包括简单的叉积,点积,以及向量的旋转,对称和反射,点到面距离,投影,等等。-Processing of three-dimensional graphics, including simple cross product, dot product, as well as vector rotation, symmetry and reflection, point to surface distance, project
  3. 所属分类:OpenGL

    • 发布日期:2024-06-04
    • 文件大小:2048
    • 提供者:dnesday
  1. math

    0下载:
  2. 计算向量叉乘小程序-Calculate the vector cross product applet
  3. 所属分类:其他小程序

    • 发布日期:2024-06-04
    • 文件大小:407552
    • 提供者:方学将
  1. cross

    0下载:
  2. 利用叉积求点在区域中的位置Use cross product demand in the region point position-Use cross product demand in the region point position
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-04
    • 文件大小:1024
    • 提供者:Conny Lu
  1. Cross Product

    0下载:
  2. Cross Product in LABVIEW two methods for matrix multiplication
  3. 所属分类:LabView

    • 发布日期:2024-06-04
    • 文件大小:20480
    • 提供者:DU1994
« 12 3 4 »

源码中国 www.ymcn.org