• 大小: 216KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-05
  • 语言: 其他
  • 标签: xml_io_tools  

资源简介

xml_io_tools,可以实现xml文件的解析,只需一条语句即可,方便好用

资源截图

代码片段和文件信息

function y = base64decode(x outfname alg)
%base64DECODE Perform base64 decoding on a string.
%
% INPUT:
%   x    - block of data to be decoded.  Can be a string or a numeric  
%          vector containing integers in the range 0-255. Any character
%          not part of the 65-character base64 subset set is silently
%          ignored.  Characters occuring after a ‘=‘ padding character are 
%          never decoded. If the length of the string to decode (after 
%          ignoring non-base64 chars) is not a multiple of 4 then a 
%          warning is generated.
%
%   outfname - if provided the binary date from decoded string will be
%          saved into a file. Since base64 coding is often used to embbed
%          binary data in xml files this option can be used to extract and
%     

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4310  2010-11-05 15:57  base64decode.m
     文件        4962  2010-11-05 16:00  base64encode.m
     文件        4860  2010-08-18 16:11  gen_object_display.m
     文件         373  2010-11-05 20:23  html\test.html
     文件      131740  2010-11-05 20:23  html\xml_tutorial_script.html
     文件        4448  2010-11-05 20:23  html\xml_tutorial_script.png
     文件      160035  2010-11-05 20:23  html\xml_tutorial_script_01.png
     文件         527  2007-07-04 01:27  test_file.xml
     文件       24408  2010-10-05 13:26  xml_read.m
     文件       36816  2010-11-05 20:20  xml_tutorial_script.m
     文件       18772  2010-11-03 20:30  xml_write.m
     文件        3746  2007-07-13 01:47  xmlwrite_xerces.m
     文件        1318  2014-02-12 13:19  license.txt

评论

共有 条评论

相关资源