CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 读取数据

搜索资源列表

  1. Navigation-message-data-collection

    1下载:
  2. 导航电文的数据收集及仿真,可读取导航文件并处理相关数据。-Navigation message data collection And simulation. Can read documents and data processing navigation.
  3. 所属分类:matlab例程

    • 发布日期:2012-12-07
    • 文件大小:143301
    • 提供者:adah
  1. windsatSDR

    0下载:
  2. 用于读取全极化微波辐射计的亮温资料,windsat的亮温数据是sdr68格式的数据。-Used to read the full polarization microwave radiometer brightness temperature data, the brightness temperature data in windsat is sdr68 formatted data.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1413
    • 提供者:wangshaobo
  1. PReaad_COMTRRr

    0下载:
  2. 电力系统专业往往要涉及到故障数据处理,也就是解析COMTRADE格式的的数据文件.此代码完成读取COMTRADE格式文件的功能(matlab中) -Professionals often have to power system fault data relating to treatment, that is, analyticc COMTRADE format data files. This code completion read COMTRADE format files (mat
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3222
    • 提供者:
  1. matlab-code-on-signal-deal

    0下载:
  2. 几个用matlab编写的程序,都是针对excel文件的,读取.xls文件并对数据信号进行相关处理-some code based on matlab ,used to read excel format data
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5142
    • 提供者:陈磊
  1. readFits_DR8

    0下载:
  2. 读取DR8的数据,作用的是matlab开发工具,希望对大家有所帮助。-read DR8 data using the matlab toolbox in windows enviroment.I hope this can help you.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:898
    • 提供者:lily
  1. rinexe

    0下载:
  2. 读取rinex格式卫星导航电文,并能将其转化为任意格式数据。-Read rinex format satellite navigation message, and can be converted to any format data.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1206
    • 提供者:于飞
  1. read-nc

    0下载:
  2. Matlab-NetCDF插件安装和.nc格式数据的读取+-for install Matlab-Netcdf and read nc files
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:499641
    • 提供者:petter
  1. hoffman-encodeadecode

    1下载:
  2. 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental r
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:709151
    • 提供者:liuqing
  1. [38]

    0下载:
  2. (stack)栈的常用操作,包括删除顶部数据,判空栈表,读取栈顶元素,将新数据存入栈内,等等。-(Stack) stack commonly used operations, including to remove the top data and sentenced to an empty stack table, read the top element, the new data into the stack, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2080
    • 提供者:周杰
  1. student

    0下载:
  2. 1) 能够从屏幕上读取一个学生的信息并将信息存入到数据文件中。 2) 能够将指定的信息从文件中删除。 3) 能够按编号、姓名对学生的信息进行检索并将检索结果显示在屏幕上。 4) 可以统计全部学生的总成绩,及其在班上的排名。 5) 能够统计各科的平均成绩及及格率。 6) 要求有错误提示功能,例如性别只能输入男女,输入错误提示重新输入。 7) 如果检索不到相应的信息应提示用户。-1) can be read from the screen of a studen
  3. 所属分类:Data structs

    • 发布日期:2017-05-06
    • 文件大小:1328074
    • 提供者:小海
  1. averageData

    0下载:
  2. 读取csv文件的数据,按要求拉算出平均数-Read csv file data, calculate the average number required to pull
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:497139
    • 提供者:wanghui
  1. SegyMAT

    0下载:
  2. 读取地震数据的重要模块,这里包含了segy与su文件格式的文件读写还有一些基本的设置模块,非常强大和实用。具有独立性的模块,便于携带和复制!-Read seismic data module, file read and write segy su file format, there are some basic settings module is very powerful and practical. The independence of the modules, easy to ca
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1644530
    • 提供者:cjx
  1. MYhuffman

    0下载:
  2. 重写的经典huffman算法,本类融合了快速排序,插入排序,压缩阶段:每个assic从根递归写入一个DWORD中,当写满DWORD的32位的时候,写入一次内存压缩快>然后循环 解压过程:每次读取一个DWORD长度数据再反响循环&过滤该从左还是右子树进行还原当到达叶节点时候,读取对应节点的assic编码 再加压与解压末尾时候会出现不满足4个字节的数据,我把它们简称为补码,用来效验最终文件大小.-Huffman algorithm rewrite the classic blend o
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-12
    • 文件大小:4990
    • 提供者:杨斌
  1. mexcdf.r3297

    0下载:
  2. IPIX 工具箱, 用于读取杂波数据,采集杂波时的信息等-IPIX kit, used to read the clutter data, collected when the information clutter
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:410252
    • 提供者:gxfaaa
  1. podaacLevel2A

    0下载:
  2. 读取NASA的JPL实验室L2A数据,包涵数据转换工具和读取代码-NASA' s JPL laboratory L2A read the data it covers data conversion tools and read the code
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1197
    • 提供者:cindy
  1. LightTest

    0下载:
  2. 根据光学设备K10读取屏的信息数据,对该数据进行补色运算及给出最优的解决方法-K10 reads information data of the screen of the optical apparatus, the data complement the color operation and gives the optimal solution
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:35778
    • 提供者:沈威
  1. read_photo_data

    0下载:
  2. 使用c语言将图片的二进制数据读取了出来,并可以看到具体的数据,当然此前你必须明白png格式的在Windows中的存储结构。-The c language picture of the binary data read out, and you can see the specific data, of course, previously you must understand the structure of the png format stored in the Windows.
  3. 所属分类:Data structs

    • 发布日期:2017-11-29
    • 文件大小:400668
    • 提供者:boyzone
  1. mexcdf.r4020

    1下载:
  2. matlab读取netcdf格式数据的函数-matlab function reads the the netcdf format of data
  3. 所属分类:matlab

    • 发布日期:2017-11-08
    • 文件大小:1083623
    • 提供者:fish
  1. yasuo

    0下载:
  2. 两种数据读取的方法,希望能给matlab的初学者一定的借鉴,能学点就学点吧学弟学妹们加油啊-Two kinds of data read method, the hope can give matlab beginners reference, can learn some schooling point it drove to the lower classwoman refueling ah
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:1092
    • 提供者:zofulan
  1. readgpr

    0下载:
  2. 读取国产雷达(中国矿业大学)数据,数据格式为dat-Read the domestic radar (China University of Mining) data, data format for dat
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:596
    • 提供者:Stuart
« 1 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 27 »
搜珍网 www.dssz.com