Chinaunix首页 | 论坛 | 博客
  • 博客访问: 141662
  • 博文数量: 29
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 265
  • 用 户 组: 普通用户
  • 注册时间: 2014-01-04 13:11
文章分类

全部博文(29)

文章存档

2015年(2)

2014年(27)

我的朋友

发布时间:2014-03-12 19:10:26

1 排序问题(冒泡法)#include <stdio.h>#include <string.h>#include <malloc.h>void BubbleSort(int a[],intlength){     int temp=0;    int i,j;    for(i=0;i<length-1;i++)  &.........【阅读全文】

阅读(1528) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册