搜索资源列表
mp3Player
- 基于控制台的MP3播放器,有播放列表的创建及加载功能,还有即时显示歌词的功能。-Console-based MP3 player with play list creation and loading capabilities, as well as real-time display function of the lyrics.
Mp3
- 可以播放指定路径下的mp3文件,同时实现,暂停,上一首下一首,快进后退,显示歌曲列表等功能。-The programme can play a mp3 music and stop it,it also can play next song or presong and so on.
class-List
- 列表类,实现列表的各种功能,包括创建,插入,删除,以及构造函数与析构函数-class List
编写用于表示有向图的数据结构
- 编写用于表示有向图的数据结构,以及不同表示方法之间相互转换的程序。 从文件读入一个有向图(带权,n 个结点,m 条边)的权矩阵表示,输出这个图的关联矩 阵、边列表、逆向表、邻接表表示。 程序除了能够实现要求的功能以外,代码中要有能体现出不同表示方法的数据结构。 -Writing means between the map data structure, and the different representations of the conversion process. Readi