CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - C 投影

搜索资源列表

  1. 23110125_12

    0下载:
  2. C语言实现三棱锥平行投影,已知三棱锥各顶点坐标是(0,0,20) (20,0,20) (20,0,0) (10,20,10)试编程绘制从Z轴向平面O-XY作平行投影图;从Y轴向平面O-XZ作平行投影图;从x轴向平面O-ZY作平行投影图;-C——parallel protection
  3. 所属分类:source in ebook

    • 发布日期:2017-11-26
    • 文件大小:1113
    • 提供者:yuke
  1. 1CSharp

    0下载:
  2. 测绘专业数据处理,C#源代码,角度化弧度,高斯投影转化,水准平差等-Surveying professional data processing, C# source code, angle of curvature, Gauss projection conversion, level adjustment, etc.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-22
    • 文件大小:51251
    • 提供者:胡守鹏
  1. code-program

    0下载:
  2. 计算机图形学中有关投影变换的实现的源码,此源码及课件清楚的显示了怎么使投影变换在C++下实现-Computer graphics for projection transformation realization source code, source code and courseware This clearly shows how the projection transformation to achieve in C++
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:109244
    • 提供者:赵茂池
  1. 3D-Projection

    0下载:
  2. 本项目展示了如何进行三维投影,即使用二维的绘图API (DrawLine)绘制三维图形的轮廓,开发语言为C#,项目环境为Visual Studio 2008。 三维旋转矩阵是投影操作中的关键,本项目展示了旋转矩阵的使用,并建立了一个简单的三维场景,用户可以通过拖动鼠标对场景进行旋转。-This project shows how three-dimensional projection, that the use of two-dimensional graphics API (Dra
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:24236
    • 提供者:GFY
  1. NL_IBP

    0下载:
  2. 非局部迭代反投影 超分辨算法,c 源码-non-local IBP (iterative back projection) super resolution algorithm, C source code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:752122
    • 提供者:deqiang
  1. ProjTrans

    0下载:
  2. 用C#工具开发基于MapGIS K9的投影转换-With C# development tools based on the projection conversion MapGIS K9
  3. 所属分类:GIS program

    • 发布日期:2017-04-07
    • 文件大小:339555
    • 提供者:wq
  1. DIPDemo

    0下载:
  2. 《数字图像处理与机器视觉——Visual C++与Matlab实现》书中的光盘内容之一。包括基本的图像处理算法,以及投影校正、特征提取、图像分割、人脸识别等等综合案例。-" Digital Image Processing and Machine Vision- Visual C++ and Matlab to achieve" one of the book' s CD-ROM content. Including the basic image processing
  3. 所属分类:Special Effects

    • 发布日期:2016-05-09
    • 文件大小:7218176
    • 提供者:nuaa030840105
  1. cSharptouying

    0下载:
  2. 一个c#程序画的一个图形,通过投影得到不同的视图,很有学习价值-A c# program draw a graph obtained by projecting a different view, it is worth learning
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:122009
    • 提供者:弯刀哥
  1. Gaussian-projection-calculation

    0下载:
  2. 能够实现高斯投影坐标系之间的正算和反算过程,程序用c#编写,很精简的算法,值得借鉴。-It s for the Gaussian projection and inverse projection calculation. It is C# program. Very precise and recommended!
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:61907
    • 提供者:丰丰
  1. templiate

    0下载:
  2. 用Visual c++实现图像的模板匹配,其中投影法包括水平投影法和垂直投影法,附图片实例-Achieved using Visual c++ image template matching, which includes horizontal projection projection and vertical projection, with picture examples
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:229959
    • 提供者:shawn
  1. backProjectForSearch

    0下载:
  2. 用c++编写的基于vs2010和openCV的图像编程,功能是用反向投影来搜索目标。-Prepared by c++ vs2010 and openCV image-based programming, the function is used to search for a reverse projection target.
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:1785
    • 提供者:董生
  1. TOUYIN.ZIP

    0下载:
  2. C#实现立体投影的程序。属于图形学范畴。使用的是MFC-THIS IS A FILE IN C# PRAGRAM LANGUAGE,WHICH BELONG TO GRAPHICS,AND IT IS BASED ON MFC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-08
    • 文件大小:1689664
    • 提供者:wangwangqw
  1. zhengjiaotouying

    0下载:
  2. 正交投影算法在C ++中使用双缓冲技术来绘制二维正交投影屏幕上的立方体线框模型-Orthogonal projection algorithm in C++ using double buffering technique to draw a cube wireframe model in the two-dimensional orthogonal projection screen
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-18
    • 文件大小:4845367
    • 提供者:Cavalier
  1. SimpleDraw

    0下载:
  2. 一个C++三维投影透视的代码,通过本代码你可以了解下三维投影、三维透视的相关原理与实现方法,本例相对简单些,运行示例截图如上所示。-A three-dimensional projection perspective C++ code through the code you can understand the three-dimensional projection, the relevant principles and implementation of a three-dimensio
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:164986
    • 提供者:liyan
  1. gui

    0下载:
  2. 使用C#将txt文件中的点绘成图像,有投影变换,但没有解决各线之间相连的问题-Txt file using C# to the point plotted picture, there is a projective transformation, but does not solve the problems connected between the lines
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-16
    • 文件大小:273757
    • 提供者:ssscy
  1. main

    0下载:
  2. 自己写的C++图像处理代码,实现了灰度值转换,二值化,canny边缘检测,Hough运算,投影法进行字符分割。-Write your own C++ image processing code, to achieve a gray value conversion, binary, canny edge detection, Hough computing, projection method for character segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:11297
    • 提供者:huangyu
  1. daoxian

    0下载:
  2. 本软件主要适用于各种导线、导线网的观测记录及平差计算。包括平面及高程的平差。 1.观测记录。有导线观测记录、水平角观测记录及水准观测记录。实现内外业的一体化。 2.概算。自动完成北京54、国家80、WGS-84坐标系下的方向改化及边长的高程归化与投影改化。 3.平差计算。适用于以下导线形式的平差计算: a.闭、附合导线的平面及高程平差。平面计算可以选用近似或严密平差。 b.无定向导线的平面及高程平差。平面计算可以选用近似或严密平差。
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:370292
    • 提供者:will
  1. ZAFU

    0下载:
  2. 利用C#开发的Android程序,一个简单的高斯正算投影程序-Android development using C# program, a simple Gaussian positive operator projection program
  3. 所属分类:android

    • 发布日期:2017-06-17
    • 文件大小:26237974
    • 提供者:单立刚
  1. Gauss

    0下载:
  2. 基于C#平台的高斯投影转换源代码!高斯坐标正算和反算,分带投影转换。-C# platform based on Gauss projection conversion source code! Gauss coordinates are calculated and inverse, with a projection of the conversion.
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:63440
    • 提供者:yjl
  1. simpledraw

    0下载:
  2. 一个C++三维投影透视的例子,通过本例子你可以了解下三维投影、三维透视的相关原理与实现方法,本例相对简单些,运行示例截图如上所示-A C++ examples of three-dimensional perspective projection, through this example you can see three-dimensional projection of a three-dimensional perspective of the relevant principles a
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-26
    • 文件大小:164200
    • 提供者:wpudn18
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com