登录
首页 » matlab » main

main

于 2020-06-17 发布 文件大小:3318KB
0 169
下载积分: 1 下载次数: 1

代码说明:

  读取.hdr文件,将其编码为rgbm格式(.png四通道)(convert from hdr to rgbm)

文件列表:

main.m, 965 , 2019-08-06
hdr的三种模式\HDR\nx.hdr, 225429 , 2019-08-05
hdr的三种模式\HDR\nx.png, 130958 , 2019-08-07
hdr的三种模式\HDR\ny.hdr, 198706 , 2019-08-05
hdr的三种模式\HDR\ny.png, 153180 , 2019-08-07
hdr的三种模式\HDR\nz.hdr, 231110 , 2019-08-05
hdr的三种模式\HDR\nz.png, 160433 , 2019-08-07
hdr的三种模式\HDR\px.hdr, 225119 , 2019-08-05
hdr的三种模式\HDR\px.png, 143227 , 2019-08-07
hdr的三种模式\HDR\py.hdr, 209513 , 2019-08-05
hdr的三种模式\HDR\py.png, 131674 , 2019-08-07
hdr的三种模式\HDR\pz.hdr, 230384 , 2019-08-05
hdr的三种模式\HDR\pz.png, 166293 , 2019-08-07
hdr的三种模式\LDR\nx.png, 62951 , 2019-08-05
hdr的三种模式\LDR\ny.png, 82197 , 2019-08-05
hdr的三种模式\LDR\nz.png, 85026 , 2019-08-05
hdr的三种模式\LDR\px.png, 72934 , 2019-08-05
hdr的三种模式\LDR\py.png, 76608 , 2019-08-05
hdr的三种模式\LDR\pz.png, 88709 , 2019-08-05
hdr的三种模式\RMGM16\nx (1).png, 130285 , 2019-08-05
hdr的三种模式\RMGM16\ny (1).png, 184587 , 2019-08-05
hdr的三种模式\RMGM16\nz (1).png, 160154 , 2019-08-05
hdr的三种模式\RMGM16\px (1).png, 146016 , 2019-08-05
hdr的三种模式\RMGM16\py (1).png, 176346 , 2019-08-05
hdr的三种模式\RMGM16\pz (1).png, 167886 , 2019-08-05
hdr的三种模式\HDR, 0 , 2019-08-06
hdr的三种模式\LDR, 0 , 2019-08-05
hdr的三种模式\RMGM16, 0 , 2019-08-05
hdr的三种模式, 0 , 2019-08-05

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Praceedframe
    Frameed screensaver with frame
    2017-03-23 16:46:28下载
    积分:1
  • bst
    Create Tbst-tree algorithm The algorithm discussed in the course data structure is
    2011-01-21 00:08:24下载
    积分:1
  • FTP接口实现
    项目中新增对FTP的支持,需求的变更是开发过程中不可避免的事情,只是变更的时间越靠近项目末期,就越是灾难。还好这个需求可以设计的相对独立,做到尽量不影响已实现部分。      说的FTP,就想起曾经写的一个FTP接口对象,由于现在FTP的实现库到处都是,因此在写好此对象时,被同事称为:做轮子的人~我的想法是,组装车和制作车应该还是有区别的~
    2022-02-01 23:17:42下载
    积分:1
  • qpsk
    说明:  QPSK通过瑞利信道的MATLAB仿真 包括高斯白噪声和瑞丽衰减信道(QPSK_Rayleigh fading Both the AWGN channel and Rayleigh fading channel)
    2020-02-04 23:07:53下载
    积分:1
  • frency_estiamte
    OQPSK信号的频率估计,用的是相位与时钟联合估计算法,适用于突发的卫星信号等(OQPSK signal frequency estimation, using a phase estimation algorithm combined with the clock for emergency satellite signals)
    2010-08-20 09:58:42下载
    积分:1
  • VcKbase1-52
    vc知识库电子杂志合集 1到52期 全的(the vc Knowledge e-magazine collection 1-52 complete)
    2012-05-22 15:43:26下载
    积分:1
  • text
    说明:  通过MATLAB实现基于zc706和ad9361的数据收发例程(Realization of data sending and receiving routine based on zc706 and ad9361 by MATLAB)
    2020-01-06 22:08:06下载
    积分:1
  • 使用JAVA I/O和 NI/O写的两种网络ECHO服务器,用以学习两种IO的不同方法,体验基于阻塞与非阻塞IO开发高性能网络应用序的具体实例.Java...
    使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
    2022-02-09 15:18:54下载
    积分:1
  • 16QAM
    16QAM光信号信号调制,传输以及解调解调(16QAM signal modulation and demodulation)
    2017-10-14 14:44:17下载
    积分:1
  • 实现wap中url返回上级的功能
    实现wap中url返回上级的功能-achieve wap url had returned to the higher level of function
    2022-05-26 11:41:38下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载