2015研究生数学建模MATLAB程序(完整版)(20200911104430).pdfVIP

  • 0
  • 0
  • 约7.47千字
  • 约 5页
  • 2020-09-12 发布于广东
  • 举报

2015研究生数学建模MATLAB程序(完整版)(20200911104430).pdf

代码一: % 解密过程及破译密文统计 clear clc fid1=fopen( mingwen1.txt , r ); str1=fgets(fid1); fclose(fid1); fid2=fopen( jiemihou1.txt , r ); str2=fgets(fid2); fclose(fid2); % 删去单词之间的间隔和标点符号 ad=find(str2== , );str2(ad)= ;ad=find(str2== . );str2(ad)= ;ad=find(s tr2== ; );str2(ad)= ; ad=find(str2== );str2(ad)= ;ad=find(str2== ? );str2(ad)= ;ad=find( str2== : );str2(ad)= ; ad=find(str2== );str2(ad)= ;ad=find(s

文档评论(0)

1亿VIP精品文档

相关文档