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

搜索资源列表

  1. Directx3D-Program

    0下载:
  2. DirectX 9.0 3D游戏开发编程基础源代码 初始化Direct3D,绘制流水线,光照,纹理映射,融合,网格,粒子系统,着色器-DirectX 9.0 3D Game Development Programming source code Initializing Direct3D, drawing line, light, texture mapping, integration, grid, particle systems, shaders
  3. 所属分类:DirextX

    • 发布日期:2017-05-28
    • 文件大小:11320861
    • 提供者:王子芃
  1. kalman

    0下载:
  2. 卡尔曼滤波的C语言源码,对陀螺仪和加速度计数据进行融合滤波-kalman filter
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:718
    • 提供者:林国栋
  1. Roma_MATLAB

    0下载:
  2. 基于matlab的图像小波融合测试程序,选取四副位图文件为对比-Matlab wavelet-based image fusion test program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-08
    • 文件大小:4749
    • 提供者:ROMAN
  1. Quick-Sort

    0下载:
  2. 用快速排序的算法实现的排序功能的程序,里面进行的快速排序算法与递归的融合,是算法中的经典-Quick Sort algorithm using the sort function procedures, which carry out fast sorting algorithm with recursive fusion algorithm is a classic
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:4032
    • 提供者:wanglisa
  1. Desktop

    0下载:
  2. 这基于xs128的线性采集,加上识别的,把采集和计算融合到一块,比较省时间-This is based on a linear xs128 acquisition, coupled with recognition, the acquisition and integration into a calculation, comparison save time
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:791
    • 提供者:亮亮
  1. data-fusion1

    0下载:
  2. 复杂状态下状态信息融合稳健方法研究方面的一篇硕士论文。-Complex state information fusion steady state methods of a master' s thesis research.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:850358
    • 提供者:chen
  1. DATA-FUSION4

    0下载:
  2. H-∞滤波理论在多传感器信息融合状态估计中的应用研究方面的一篇博士论文,值得一看-H-∞ filtering theory in multi-sensor information fusion state estimation of Applied Research
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6954005
    • 提供者:chen
  1. DATA-FUSION5

    0下载:
  2. 针对融合误差的最大值和融合期望,提出一种不同精度冗余数据的融合方法。-The maximum error for the integration and convergence expectations, presents a different precision redundant data fusion methods.
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:573144
    • 提供者:chen
  1. chuangtironghe

    0下载:
  2. 使用VC++的窗体融合技术制作一个复杂窗体,在窗体的左侧生成一个可关闭的复合窗口,在开发一些综合性软件中,这种界面使用广泛,在Windows中也可见一类似窗口。借此源码你可练习一下VC的窗体融合技术,在VC6.0下打开源码直接编译可生成EXE运行文件-Use VC++ form a complex fusion technology to produce a form, the form on the left can be turned off to generate a composite
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:489002
    • 提供者:cjy
  1. 111

    0下载:
  2. 图像融合,小波滤波方法,基于小波的图像融合,简单融合,基于小波分析的图像融合新方法 -Fusion, wavelet filtering method, wavelet-based image fusion, simple integration
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-05-06
    • 文件大小:1469467
    • 提供者:崔颖
  1. Experimental-study--

    0下载:
  2. 绍了一个微小型自主直升机试验平台的系统组成和工作原理。基于嵌入式计算机和MEMS传 感器技术,构建了一个小巧的低成本飞行控制系统;针对微小型直升机的姿态控制问题,提出 了一种基于多传感器测量的姿态数据融合方法和姿态控制算法,并进行了飞行试验研究,同时 探讨了初期试验阶段的实用安全装置和方法,给出了单自由度、三自由度和系留飞行姿态控制 试验的结果与分析。-Introduction of a miniature autonomous helicopter testbed system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:565685
    • 提供者:马国豪
  1. hicode

    0下载:
  2. 使用VC++的窗体融合技术制作一个复杂窗体,在窗体的左侧生成一个可关闭的复合窗口,在开发一些综合性软件中,这种界面使用广泛,在Windows中也可见一类似窗口。借此源码你可练习一下VC的窗体融合技术,在VC6.0下打开源码直接编译可生成EXE运行文件。-Use VC++ form a complex fusion technology to produce a form, the form on the left can be turned off to generate a composite
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-06
    • 文件大小:494821
    • 提供者:郭子杰
  1. Lesson4Code

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2759521
    • 提供者:奋斗不止
  1. Lesson8Code

    0下载:
  2. 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -Ingenious escape button implementation. How to create a property page and Wizard dialog, integration on the combo box (combo box how to adjust
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:70198
    • 提供者:奋斗不止
  1. Frontier-API(goal)

    0下载:
  2. MFC机器人控制文件,包括传感器信息采集,融合处理等-MFC robot control documents, including sensor information collection, fusion, etc.
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-28
    • 文件大小:10562277
    • 提供者:li
  1. matlab---image-

    0下载:
  2. 利用MATLAB进行图像配准,图像在进行融合以前需要进行图像预处理,就包括了图像配准-Image registration is performed using MATLAB in image fusion, the need for image processing, including image registration
  3. 所属分类:Other systems

    • 发布日期:2017-05-02
    • 文件大小:1019517
    • 提供者:王仁
  1. Discuz_X1.5_SC_GBK

    0下载:
  2. Discuz X1.5是康盛创想Comsenz推出的一个以社区为基础的专业建站平台,让论坛BBS、个人空间SNS、门户Portal、群组Group、应用开放平台Open Platform充分融合于一体,帮助网站实现一站式服务。 -Discuz X1.5 is Comsenz Comsenz launched a community-based professional station platform, lets BBS, personal space SNS, Portal Portal,
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7505391
    • 提供者:韩寒
  1. Draw

    0下载:
  2. MFC消息映射机制的剖析,讲述如何运用ClassWizard,,理解发送给窗口的消息是如何被MFC框架通过窗口句柄映射表和消息映射表来用窗口类的函数进行响应的。掌握设备描述表及其封装类CDC的使用,CDC是如何与具体的设备发生关联的,融合具体的画图程序进行分析。如何设置封闭图形的填充刷子(位图画刷与透明画刷的使用)。-MFC message mapping mechanism analysis on how to use ClassWizard,, the message sent to the
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-25
    • 文件大小:38330
    • 提供者:zzs
  1. ntemplete

    0下载:
  2. directx3d 关于深度模板测试以及融合的例子,-a example of deeping test and fusing in directx3d。
  3. 所属分类:DirextX

    • 发布日期:2017-05-15
    • 文件大小:3823959
    • 提供者:
  1. formronghe-fzct-hicode

    0下载:
  2. 使用VC++的窗体融合技术制作一个复杂窗体,在窗体的左侧生成一个可关闭的复合窗口,在开发一些综合性软件中,这种界面使用广泛,在Windows中也可见一类似窗口。借此源码你可练习一下VC的窗体融合技术,在VC6.0下打开源码直接编译可生成EXE运行文件。 -Use VC++ form a complex fusion technology to produce a form, the form on the left can be turned off to generate a compos
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:488695
    • 提供者:liu
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 32 »
搜珍网 www.dssz.com