会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Aneverforget
博客园
首页
新随笔
联系
订阅
管理
2020年9月25日
cody challenge problem22 Remove the vowels 代码对比
摘要: 1.自己的实现代码 function s2 = refcn(s1) s3='aeiouAEIOU'; m=0;n=1; for i=1:length(s1) for j=1:length(s3) s2(n)=s1(i); if s2(n)==s3(j) m=m+1; n=i-m; s2(n+1)='
阅读全文
posted @ 2020-09-25 17:05 Aneverforget
阅读(133)
评论(0)
推荐(0)
公告