CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - matlab 字符串

搜索资源列表

  1. matlab程序

    0下载:
  2. 从键盘输入一个字符串,将小写字母全部转换成大写字母,然后输出到一个磁盘文件"test"中保存。输入的字符串以!结束。
  3. 所属分类:系统编程

  1. ASCII_str2cod.zip

    0下载:
  2. 用matlab实现ASCII和二进制码的互换,在matlab输入ASCII码字符或字符串即可,源文件里有详细的使用说明,一共有5个文件。,Matlab by ASCII and binary code to achieve the exchange, enter the ASCII code in matlab character or string can be, the source file, there are detailed instructions, a total of five
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3835
    • 提供者:leo
  1. LSB-Data-Hiding-Image

    3下载:
  2. 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-16
    • 文件大小:323245
    • 提供者:xlz
  1. 91331949suanshucoden122

    0下载:
  2. 算术编码的应用实例matlab版本 1.可以对字符进行算术编码 2.开头不必制定字符串的大小 3.编码精度高,达到小数点8位以上 -The application of arithmetic coding matlab version 1. Can carry out arithmetic coding of characters 2. At the beginning of the string do not have to develop the size of 3. Coding and
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1404552
    • 提供者:李金荣
  1. LM_huffman

    0下载:
  2. 本程序在MATLAB环境下,对TXT文档中的字符串进行读取,并进行霍夫曼压缩编码,最终输出压缩后的序列长度和压缩比-This procedure in the MATLAB environment, TXT document on the string for reading, and Huffman coding, the final output of compressed sequence length and compression ratio
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1151
    • 提供者:wan liang
  1. evalf

    0下载:
  2. 熟悉matlab的人都会很清楚matlab中的feval()函数没法对匿名函数进行运算,当然更不可能执行当前路径之外或者说搜索路径之外的函数。还有eval只能执行字符串命令。 9 q2 u8 e" L& Y, E Z8 {然而evalf解决了上面的所有问题 -Matlab person familiar with the very clear matlab in feval () function can not be anonymous function of computing, of
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3736
    • 提供者:okboy
  1. Text-File-Array

    0下载:
  2. Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:44330
    • 提供者:tianchui
  1. huffman_me

    0下载:
  2. 对输入的字符串各个字符出现次数的概率进行霍夫曼编码,并对其过程进行详细图形显示-Enter the string of characters appear in all probability the number of Huffman code, and a detailed graphical display process
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:12330
    • 提供者:cindy
  1. paper(DESusingmatlab)

    0下载:
  2. 运用matlab实现DES加密解密,可以实现对字符串加密和对文档加密解密,论文-Matlab implementation to use DES encryption and decryption can be achieved on the string encryption and decryption of encrypted documents, thesis
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-16
    • 文件大小:141488
    • 提供者:伍军
  1. huffman_encode

    0下载:
  2. 一个简单的对用户定义的字符串创建和可视化哈夫曼编码树的程序-A simple user-defined string to create and visualization procedures Huffman tree
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:24230
    • 提供者:danny911
  1. file

    0下载:
  2. 一个自编的读取文本文件数据的函数,可以读取整个文件,读取第N行,读取第M行到第N行,读取第M行到倒数第N行,读取第M次(也可以是最后一次、倒数第M次)出现字符串str的行开始(或结束)的数据,等等。希望能给大家带来帮助! -A self-read text file data function, you can read the entire document, read the first N lines, M reads the first line to the first N lin
  3. 所属分类:File Operate

    • 发布日期:2017-04-13
    • 文件大小:2522
    • 提供者:小可
  1. matlab

    0下载:
  2. 检查字符串中是否有指出字符,并返回指出字符的个数-Check whether the string pointed out that the characters, and return to point out that the number of characters
  3. 所属分类:Software Testing

    • 发布日期:2017-04-05
    • 文件大小:206506
    • 提供者:zhanglu
  1. huff

    0下载:
  2. 利用matlab编程环境,采用算术编码的方式实现字符串的无损压缩-The use of matlab programming environment, using arithmetic coding means to achieve a string of lossless compression
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:35895
    • 提供者:李雪芳
  1. comn_user07_en_arm.tar

    0下载:
  2. XML Parser可以在Matlab下过滤XML文件或字符串。包括很强功能的:导入、到处、访问、修改数据。 -XML Parser in Matlab filtering XML file or string the next. Including a strong feature: Import, everywhere, access, modify the data.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:467537
    • 提供者:SHIJIA
  1. ode45

    1下载:
  2. 解常微分方程的Matlab程序 字符串ypfun是用以表示f(t, y)的M文件名, tspan=[t0, tfinal]表示自变量初值t0和终值tf y0表示初值向量y0,可选参数options为用odeset设置精度等参数。 输出列向量tout表示节点,输出矩阵yout 表示数值解,每一列对应y的一个分量。若无输出参数,则作出图形。-Solution of ordinary differential equations of the Matlab program is
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:6201
    • 提供者:jiajt
  1. Characters_and_string_operation

    0下载:
  2. MATLAB字符与字符串编程,含大量的实例,具有参考价值-MATLAB programming characters and a string containing a large number of examples, with reference value
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:467233
    • 提供者:强强
  1. MATLAB-TCPIP

    0下载:
  2. tcp\ip 通信,其中有两个,一个矩阵信息,一个是字符串。(tcp\ip communication)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-13
    • 文件大小:2153
    • 提供者:土豆111
  1. MATLAB字符串比较总结

    0下载:
  2. matlab字符串比较总结,包含matlab中对字符串的设置、更改、合并、去除等操作。(Matlab string comparison summary, including the MATLAB string settings, change, merge, remove and other operations.)
  3. 所属分类:其他

  1. matlab读取txt文件

    0下载:
  2. 提取出光谱仪所采集的光谱数据,将文本文档的数据导入matlab(The spectral data collected by the spectrometer are extracted, and the data of the text documents are imported into Matlab)
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:kathy19940121
  1. Matlab编程与工程应用(第二版)_Stomy 源代码

    1下载:
  2. 主要讲述如何用MATLAB进行程序设计及解决实际问题,具体内容包括MATLAB程序设计概念、选择、循环、字符串操作、单元阵列与结构、高级文件输人/输出及高级函数等;针对实际应用,具体内容包括用MATLAB绘图、解线性代数方程组、进行基本统计、集合、排序和索引、处理声音和图像,以及高等数学中的曲线拟合,复数计算、微积分等(It mainly describes how to use MATLAB to program and solve practical problems. The specif
  3. 所属分类:matlab例程

    • 发布日期:2020-09-08
    • 文件大小:64512
    • 提供者:瓜地考拉
« 12 3 4 5 »
搜珍网 www.dssz.com