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

搜索资源列表

  1. SinDll

    1下载:
  2. Vc中调用由Matlab文件转换的D-Vc call from the Matlab document conversion D
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:45273
    • 提供者:王泽平
  1. 图像数据的压缩

    0下载:
  2. 1. 实现BMP文件到JPEG文件的压缩转换。 2. 自选:实现从JPEG文件到BMP文件转换。 3. 采用C/C++编写程序 -1. BMP file to the realization of JPEG compression conversion. 2. Customize : Achieving from JPEG files to BMP file conversion. 3. Using C / C programming
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:279456
    • 提供者:陆俊
  1. jxxfc1

    0下载:
  2. 介绍了如何将m文件转换成VC可调用的dll文件,在这章中介绍如何利用编译器将m文件转换成对应的C\\C++文件,并在VC中调用-on how to convert documents into m VC dll with the available documents, In this chapter, how to use the compiler to convert documents into m corresponding to the C \\ C paper and called
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:13927
    • 提供者:王大众
  1. TurboPascalAdvancedProgramming

    0下载:
  2. 第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:112255
    • 提供者:zhangyoufu
  1. matlab2

    1下载:
  2. 这本书是关于matlab文件操作和txt等文件转换的资料,希望对大家有用,有好的资料也请大家上传上来 谢谢~
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:4866
    • 提供者:wiwi
  1. RDDATA

    0下载:
  2. 一个很好的转换程序,可以将MIT数据库下到的dat,atr文件转换成matlab的可执行文件
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:2415
    • 提供者:白璐
  1. 用于Matlab的彩色图像色彩空间转换的MEX文件!

    0下载:
  2. 用于MATLAB的彩色图像色彩空间转换的MEX文件-for MATLAB color image color space conversion MEX documents
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:14418
    • 提供者:张新树
  1. matlab open timit 转换timit文件

    0下载:
  2. 转换timit文件
  3. 所属分类:matlab例程

  1. GPSPP

    3下载:
  2. 采用matlab实现了GPS单点定位,包括读N文件、O文件,定位解算,坐标转换等。-Matlab achieved using GPS single point positioning, including the reading of N documents, O file, locate solver, coordinate conversion.
  3. 所属分类:matlab

    • 发布日期:2014-05-30
    • 文件大小:6964
    • 提供者:tianlianghui
  1. txt2pajek_2009-02

    0下载:
  2. 复杂网络文本文件转换为pajek软件所支持的数据格式-Text file into a complex network pajek data format supported by software
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:336907
    • 提供者:赵岳
  1. dmg2img.tar

    0下载:
  2. DMG文件转换为IMG文件工具源码,在网上找的-DMG files to IMG files tool source, find on Internet
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-25
    • 文件大小:10916
    • 提供者:jack
  1. hb_to_msm

    5下载:
  2. 将利用HBMAT读出来的hb文件转换为matlab稀疏存贮,得到结构刚度阵质量阵-Will be read out by HBMAT hb files into matlab sparse storage, mass matrix by matrix stiffness, etc.
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:李取浩
  1. astro

    0下载:
  2. 球面天文学(岁差、章动)和天体力学(行星星历表)的原始计算公式、算法和程序。matlab编译通过。主要包括:公历/儒略历转换为儒略日,儒略日转换为公历/儒略历,球坐标转换为直角坐标,直角坐标转换为球坐标等38个matlab源代码。压缩文件中有说明。-Spherical Astronomy (precession, nutation) and celestial mechanics (line stars ephemeris) of the original formula, algorithms
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:170194
    • 提供者:王榕
  1. compressor

    0下载:
  2. 本程序使用C++编写,在VC2005上调试,完成了文件的读取,文件字符的统计以及压缩率的显示,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。并且以对话框的形式和用户交流,程序方便实用,既可以对文本进行压缩,有可以对图像进行压缩,效果都不错。-This procedure using C++ Prepared in VC2005 debug completed documents to read, document characters as wel
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-03-06
    • 文件大小:3865152
    • 提供者:罗天银
  1. VChaffuman

    0下载:
  2. 哈夫曼编码在文件压缩中有其独特一点,它的编码方式特殊。在通信领域可以得到应用。本程序使用C++编写,在VC6.0上调试,完成了文件的读取,文件字符的统计,哈夫曼树的建立,哈夫曼编码的实现,文件转换为哈夫曼编码成为压缩文件以及文件从压缩状态进行解码。-Huffman file compression in a unique point, and its special encoding. In communications applications can be. This procedure
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:269354
    • 提供者:罗天银
  1. vc_Algorithm

    0下载:
  2. VC++数据结构与算法经典的上百种源码包,绝对对C++编程有帮助,涉及数学、底层编程、校验算法、问题算法、文件算法、大小写转换、进制转换、字符转换、数组、单链表、二分查找、汉诺塔算法以及其它一些常用算法,有的含有示例,C++编程不可多得的编程资料。-VC++ data structures and algorithms on hundreds of classic source package, absolutely on the C++ programming help, involving
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:316702
    • 提供者:126
  1. FoxitReader234015_enu_Setup

    0下载:
  2. pdf转换器,可将pdf文件转换为各种形式,并可直接编辑pdf文件-pdf converter, pdf files can be converted to a variety of forms, and can directly edit the pdf file
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-13
    • 文件大小:3402738
    • 提供者:yangxinrui
  1. 080707000317

    0下载:
  2. cpp文件转换成高亮html代码的源程序,附有说明-cpp files into html code, source code highlighted, annotated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:3010
    • 提供者:冯良
  1. matlab-read-uff-to-mat

    1下载:
  2. 该程序主要用于将UFF格式的文件转换成matlab的mat格式文件。-it can change the uff file to the mat filte which is used to store the data in matlab.
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:1024
    • 提供者:tsfei
  1. CHGCAR2Tecplot

    1下载:
  2. 将VASP生成的CHGCAR格式文件合并后转变成Tecplot格式文件(Convert the combined chgcar format file generated by VASP to Tecplot format file)
  3. 所属分类:化学计算

    • 发布日期:2021-03-23
    • 文件大小:1024
    • 提供者:sidama
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com