搜索资源列表
dsakf
- % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 functi
caculate_box_demension_matlab
- 自己编的计算盒维数的matlab源代码。将文本文件导到matlab中运行。
wx_text_to_access
- 这是用于在matlab中实现从文本文件中读取数据,并写入到access中的程序。
OFDM_matlab
- 对文本文件和音频文件进行OFDM调制和16QAM调制的matlab仿真。
matlabinputtxt
- 编写的几种matlab中如何读取文本文件的方法
HashM
- 用Matlab实现Hash算法下大篇幅文本文件中字符出现的频率的统计!非常精炼!-Hash algorithm used Matlab to achieve great length text file in the frequency character of the statistics! Very refined!
shujudaoru
- matlab使用文本文件(.txt)进行数据存取的技巧-matlab to use a text file (. txt) to carry out data access techniques
Text-File-Array
- Matlab实现文本文件读取并存储成矩阵源代码 -这个Matlab程序,可以读取任何文本文件,并返回一个内容的数组。它在执行过程中,对每个字符串进行匹配,每行作为一次匹配的结束。
textscantool
- 交互式可视化文本扫描工具,用于读取带有分隔数据的大型文本文件。-Textscantool is an interactive GUI to read large text files with delimited data. The tool lets you specify which columns to read and what data types to use.
Huffman
- 该仿真程序采用2个码元联合编码的方式对信源数据进行Huffman编码,最后给出了联合编码和单个码元编码以及定长编码的对比分析,并将编码的二进制数据和解码的数据输出为文本文件hcode.txt及hdecode.txt。-matlab
interp
- 1 把要插值的一组数据对从Excel中导出为.txt文本文件 2 启动Matlab,并运行h.m,即可看到插值曲线.-One of a set of data to be interpolated from Excel, export to. Txt text file 2 starts Matlab, and run hm, you can see the interpolation curve.
rv320e22
- 用于生成一定齿数一定直径的摆线轮线型,输出的文本文件可与数控机床相链接,直接用于生产加工。-Used to generate a certain number of teeth a certain diameter of the cycloidal linear, the output text file that can be linked with the CNC machine tools directly used in production and processing.
huffman
- 对给定的txt文件进行Huffman编码和解码,并加以分析,采用无记忆信源编码方式-For a given txt files Huffman encoding and decoding, and analyzed, using non-memory source coding method
bayesclassfication
- 贝叶斯分类算法源代码,用于对文本文件进行分类-Bayesian classification algorithm source code, used to classify a text file
dataaccess
- 使用文本文件(.txt)进行数据存取的技巧总结-Use a text file (. Txt) techniques for data access summary
ofdm
- 这是一个测试OFDM的文本文件。你会看到,OFDM可以更好地处理多径信道。-This is a text file for testing OFDM. You will see that OFDM can handle multipath channels much better than QAM.
multifile
- 用于循环载入多个文件,比如文本文件。不用手动输入t1.txt, t2.txt ,t3.txt... , 然后得到的文件可以用一个矩阵存储下来。或者用一个向量以流的方式存储。-This program is used to cycle load files, like text files. For example,you don t have to manually type t1.txt, t2.txt, t3.txt in your program. Moreover, the result
CText
- 完成对任意一个文本文件的字符统计工作。可以统计的信息有中文字符数、英文单词数、行数、字符个数(不计空格)和空格数。 -Calculate Chinese characters, English words the number of rows, number of characters (excluding spaces) and number of spaces in a txt file.
modify_file
- 本程序可修改文本文件中指定位置的数据,保持格式一致(Modifying the data at the specified location of a text file)
用MATLAB读取Zygo的xyz文件转的txt文件
- %% 将Zygo的数据保存为".xyz"文件,用文本文件打开, %% 将前面的信息符号以及最后的#号删除,只保留数据信息,然后查找并将所有的No Data替换为NaN %% 保存为txt格式,或者直接将文件后缀名改为".txt",然后再运行此程序