- 博客(4)
- 收藏
- 关注
原创 插入操作
插入操作:将一个元素插入数组第i个元素处; 思路: 1、如果插入位置不合理,抛出异常; 2、如果线性表长度大于等于数组长度,则抛出异常或者动态增加数组容量; 3、从最后一个元素开始向前遍历到第i个元素,分别将他们都往后移动一个位置; 4、将咬插入元素填入位置i处; 5、线性表长+1; #define MAXSIZE 20 typedef int ElemType; typ
2016-04-07 19:38:10
7038
原创 记录001
http://www.w3school.com.cn/html5/index.asp html,做出一个布局 http://www.w3school.com.cn/css3/index.asp css,做出一个css三级菜单 新手入门,一个星期完成任务。
2015-11-03 10:00:47
203
原创 轮播图片——APP顶上头条
#import "ViewController.h" #define imageCount 5 @interface ViewController ()UIScrollViewDelegate> @property (nonatomic,strong)UIScrollView *scrollView; @property
2015-09-16 20:07:19
252
原创 Tom-猫
-(void)tomAnimationWithName(Nsstring*)name count(NSInteger)count { //Animation image array NSMutableArray *array = [NSMutableArray array]; //Add the flash images for(int i = 0;i { //Name & lo
2015-09-08 17:12:35
326
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人