代码搜索:三维数组
找到约 10,000 项符合「三维数组」的源代码
代码结果 10,000
www.eeworm.com/read/489319/6478594
sct 三维弹球.sct
www.eeworm.com/read/478955/6708556
txt 三维几何.txt
//三维几何函数库
#include
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/408549/11382987
txt 三维匹配.txt
基于线移的双目三维重构匹配算法研究
摘要:机器视觉被广泛应用于工业自动化生产,宇航航空,医学图象分析,机器人自动导航,交通安全以及国防。双目视觉测量技术是机器视觉的热点技术之一,它可以快速准确地获得被测物体表面的点云数据,是逆向工程的前提。基于线移的三维重建理论上可实现对点的100%匹配。本论文的主要研究内容是利用格雷码加线移结构光对物体进行投影,再经摄像机采集到畸变的图像,结合相关算法以实 ...
www.eeworm.com/read/403717/11512669
txt 三维几何.txt
//三维几何函数库
#include
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/400753/11569456
txt 三维几何.txt
//三维几何函数库
#include
#define eps 1e-8
#define zero(x) (((x)>0?(x):-(x))
www.eeworm.com/read/259032/11826307
txt 三维指针.txt
#include
#include
using namespace std;
const int N1 = 5;
const int N2 = 6;
const int N3 = 7;
int main(void)
{
int ***ptr;
int i, j, k;
ptr = new int**[N1];
for( i
www.eeworm.com/read/250455/12405233
h 三维变换.h
// 三维变换.h : main header file for the 三维变换 application
//
#if !defined(AFX__H__99CAE6A7_F1C2_401B_85B8_3D743A7E58E2__INCLUDED_)
#define AFX__H__99CAE6A7_F1C2_401B_85B8_3D743A7E58E2__INCLUDED_
#
www.eeworm.com/read/250455/12405236
cpp 三维变换.cpp
// 三维变换.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "三维变换.h"
#include "MainFrm.h"
#include "三维变换Doc.h"
#include "三维变换View.h"
#ifdef _DEBUG
#def
www.eeworm.com/read/250455/12405245
ico 三维变换.ico
www.eeworm.com/read/250455/12405251
dsp 三维变换.dsp
# Microsoft Developer Studio Project File - Name="三维变换" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl