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

搜索资源列表

  1. myfirst

    0下载:
  2. 基于acis/hoops的三维系统设计,利用了vc++2003进行相应的开发,是一种新的三维设计的新技术。-Based on acis hoops/3 d system design
  3. 所属分类:Printing program

    • 发布日期:2017-05-22
    • 文件大小:6196114
    • 提供者:xieqingxi
  1. j2flow

    0下载:
  2. Umat子程序,用于三维J2塑性流动模型-A program for Umat, 3 dimension, for J2 flow model.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:李白
  1. sphri

    1下载:
  2. 在matlab环境下画球,已知球心坐标,半径,根据条件画球,对三维环境有帮助,-Draw the ball under the matlab, helpful to the 3 d environment
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:9293
    • 提供者:caolijie
  1. 3dmap[1]

    0下载:
  2. 用visual basic编写的三维地图,关于界面、控件和事件的使用-3-D map by visual basic, which shows the application of interface,controls and the events
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:127089
    • 提供者:sus
  1. 3DSpline

    0下载:
  2. 三维三次样条插值实例,输入参数为3个原始数据数组,得打插值后的三维曲面-3D-Spline instance,input parameter is 3 vector data,output is a 3d-interface
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:843
    • 提供者:占凌云
  1. 3D-Reconstruction

    0下载:
  2. 摄像机标定,基于三角法点的三维重建,opencv2.3.1-camera calibration, 3D reconstruction of point based on triangle method
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-15
    • 文件大小:6897
    • 提供者:hlying
  1. include

    0下载:
  2. 1)随机输入平面上n个点的集合; 2)使用分治策略编制计算机程序求出这n个点的极大点。 3)编程实现2维极大点问题的求解,且在程序中体现分治策略。程序能处理任意的n个点。 -1) a collection of n points on a random input plane 2) using divide and conquer strategy computer program to calculate the maximum point of the n point.
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:15240
    • 提供者:陈倩
  1. Rotate-the-teapot

    0下载:
  2. 旋转的彩色茶壶,并且可以通过键盘控制来实现茶壶的三维旋转-Spin the color of the teapot, and can be done through the keyboard control 3 d rotation of the teapot
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1941
    • 提供者:虞兵
  1. CSharp--QrCode.Net

    0下载:
  2. 功能列表: 1. 一个强大的C#生成二维码类库。 2. 背景色和二维码颜色自定义 3. 封装好的根据文本生成二维码类 4. 支持将二维码插入到图片或者流中 5. 检测和识别二维码 6. 支持WP7和Silverlight -Function list: 1 a powerful C# generating code class library. 2 background color and two dimensional code color 3 pack
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1659041
    • 提供者:joe
  1. Digital-Image-Processing

    3下载:
  2. 有源码,适合学习C++的人 一、 读入一幅灰度图象,编写程序显示图象中任一象素点的灰度值。 二、 编程实现RGB彩色空间到HSV彩色空间的转换,并通过调整H、S、V的值实现图像亮度、色度和色饱和度的调节。 三、 1.灰度线性变换、分段线性变换 2.灰度直方图均衡、规格化 3.图象卷积:各种模板实现低通、高通滤波 4.图象中值滤波、最大值滤波、最小值滤波、模板选择滤波 5.伪彩色图象增强 四、 1.图象的加、减、乘、除和逻辑运算。 2.图象的镜像变换、图象的缩放
  3. 所属分类:Dialog_Window

    • 发布日期:2016-01-08
    • 文件大小:1072128
    • 提供者:zl
  1. yuandaima

    0下载:
  2. 这里面包括平行坐标、主元分析、画3Y轴、三维坐标下作图以及波谱图几个代码。-This includes parallel coordinates, principal component analysis, draw 3 y, under the 3 d coordinate mapping and spectrogram several code.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3971
    • 提供者:张桂鑫
  1. Map-coloring

    0下载:
  2. 地图着色 1.以二维数组list[N+1] 表示地图,N表示区域数目,数组中以元素值为0表示不邻接,1表示邻接,限定区域数目N<=50. 2.用户先输入区域数目N,再输入邻接区域的代码,邻接可只写一次,区域的代码为0~N,N个为区域,一个为外部区域,或输入N-1,则可不包括外部区域,N个区域由用户定义 3.输出时,采用一一对应的方法,一个区域对应一种颜色 形式:区域代码==》颜色代码(1~4)=》颜色 4.本程序可为任意一张的地图染色,并且至多只染四种颜色
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-22
    • 文件大小:6263358
    • 提供者:方太军
  1. juanjima

    0下载:
  2. 卷积码编译码,主要是(2,1,3)卷积码的编码和维特比译码!-juanjima code and viterbi decode,(2,1,3)juanjima
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:16260
    • 提供者:Irdio
  1. MATLAB_RESINVM3D

    8下载:
  2. 基于matlab版本的三维直流电法反演代码,可做跨孔及地面三维电法反演-Dc inversion based on matlab version of the 3 d code, to do cross hole and ground three-dimensional electrical method inversion
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:161203
    • 提供者:高伟
  1. source

    0下载:
  2. ICP算法 用于三维激光点云数据的精确拼接。-ICP algorithm for 3 d laser point cloud data of precise stitching
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:li
  1. ga

    0下载:
  2. 使用matlab中的遗传算法工具箱,求4*40维空间,其中的元素为0,1,2,3,这个空间的特征为每行的自相关值最小,各行之间的互相关值最小。-Use matlab genetic algorithm toolbox, find the 4* 40-dimensional space, in which the elements 0,1,2,3, this space is characterized by autocorrelation values in each row the minim
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1258
    • 提供者:color
  1. far

    0下载:
  2. 通过三维数据图,画二维图形,例如可以画等高图,远场图等一些光学图形-By drawing 2 d figure 3 d data, graphics, can draw contour map, for example, figure far field such as optical graphics
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:11482
    • 提供者:辐射
  1. YUANDAIMA

    0下载:
  2. 用二维数组实现矩阵转置,希望初学者能学到一些东西-#include <stdio.h> #define ROW 3 #define COL 4 main() { int matrixA[ROW][COL],matrixB[COL][ROW] int i,j clrscr() printf( Enter elements of the matrixA, ) printf( d* d:\n ,ROW,COL) for( i=0 i<
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:10721
    • 提供者:gansiyi
  1. ThirdTry

    5下载:
  2. 结合3次B样条曲线的曲率连续特性和遗传算法对庞大的搜索空间的组合优化能力,在考虑AUV的几何约束的情况下规划出一条光滑、连续的路径曲线。直接运行main函数将会生成三维路径曲线图,种群的平均适应度、俯仰角和曲率的变化曲线。-Combining the curvature continuity characteristics of 3 B spline curves and the combination optimization of genetic algorithm for large se
  3. 所属分类:Other systems

    • 发布日期:2017-04-30
    • 文件大小:164483
    • 提供者:统领七界
  1. EM3DTask

    0下载:
  2. EM3DTask源代码工程[VC++ 2010],三维时频电磁仪施工任务表编辑程序。用GridCtrl实现可编辑网格输入表-work table editor for 3-D Time/Frequency Electromagnetic Imstrument. vc++ 2010 source codes.
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-03
    • 文件大小:913566
    • 提供者:罗鸣
« 1 2 ... 12 13 14 15 16 1718 19 20 21 »
搜珍网 www.dssz.com