日历

2008 8.20 Wed
 123456
78910111213
14151617181920
21222324252627
28293031   
«» 2007 - 10 «»

博主资料

留言 加为好友 收藏

用户名:  kakajava
来自:  辽宁 大连
年龄:  25
爱好: Rain 足球 篮球

个人统计

用户名: kakajava
等级: 初来乍到
威望: 20
积分: 199
在线时间: 6 小时
日志总数: 22
评论数量: 95
访问次数: 212604
建立时间: 2006-04-29
RSS订阅       手机访问

最新评论

文章搜索

友情链接

文章列表

最近访问的人:

中国学盟
2008-07-19 15:55:42
自由飞翔
2007-12-13 15:04:37
烟雨遥-李庆超
2007-11-21 09:01:44
三笑数码科技--电..
2007-11-06 17:02:58
BlueNight
2007-11-05 22:17:59
电子商务研究(B2C)
2007-11-05 03:21:03
吴旅游|木风淋语
2007-11-01 09:27:19
服装专卖店设计|服..
2007-10-13 07:57:18
利纳克斯
2007-10-05 01:13:12
SEO技术|SEO技巧|..
2007-09-29 06:46:45

日志文章列表

2007年10月27日 19:01:33

排序算法

#include<stdio.h>
#include<stdlib.h>
struct node
{
  int key;
}r[20];

struct rnode
{
  int key;
  int point;
};

main()
{
  void print(struct node a[20],int n);
..

阅读全文>>

Tags: 排序算法  

类别: c/c++/c# |  评论(0) |  浏览(1523) |  收藏
2007年10月13日 12:57:50

SUCCESS

We have not wings,we cannot soar,
But we have feet to scale and climb,
By slow degrees,by more and more,
The cloudy summits of our time.
The mighty pyramids of stone,
That wedge-like cleave the dese..

阅读全文>>

Tags: 永不言弃  

类别: 随笔 |  评论(0) |  浏览(1579) |  收藏