文件名称:sort
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:951byte
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
编写一个C编程,实现这样的功能:从键盘输入任意个整数,以0作为结束标志,对这个整数序列从小到大排序,并输出排序后的结果。
题目分析:在这里应用链表作为数据的存储结构。因为链表的存储空间是分配在系统的动态存储区的,因此可以在程序执行时动态的分配内存。这样就可以轻松的解决动态的数列访问问题。-Write a C program, to achieve this functionality: any integer from the keyboard, with 0 as the end mark of the integer sequence from small to large order, and outputs the sorted results. Topic analysis: Here the application list as a data storage structure. Because the list of storage space is allocated in the system s dynamic storage area, so the program can be executed in the dynamically allocated memory. This can easily solve the problem of dynamic access to the data series.
题目分析:在这里应用链表作为数据的存储结构。因为链表的存储空间是分配在系统的动态存储区的,因此可以在程序执行时动态的分配内存。这样就可以轻松的解决动态的数列访问问题。-Write a C program, to achieve this functionality: any integer from the keyboard, with 0 as the end mark of the integer sequence from small to large order, and outputs the sorted results. Topic analysis: Here the application list as a data storage structure. Because the list of storage space is allocated in the system s dynamic storage area, so the program can be executed in the dynamically allocated memory. This can easily solve the problem of dynamic access to the data series.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
sort.cpp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.