会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
篱笆部落
Be the change you want to see in the world. It does not matter how slowly I go as long as I do not stop.
博客园
管理
2011年4月8日
数据结构1——算法
摘要: 1. 判断是否对称数组View Code 1 int[] ints = { 1, 2, 3, 4, 4, 3, 2, 1 }; 2 3 bool flag =false; 4 for (int i =0; i < ints.Length; i++) 5 { 6 if (i...
阅读全文
posted @ 2011-04-08 10:07 eva.xiao
阅读(207)
评论(0)
推荐(0)