搜索资源列表
3-7
- 实现下面的数组元素交换位置函数:void swap(int a[], int m, int n) 该函数能够把数组a的前m个元素与后n个元素交换位置,即, 交换前:a1,a2,...,aM, aM+1,aM+2,...,aM+N 交换后:aM+1,aM+2,...,aM+N, a1,a2,...,aM (要求:除数组a外,不得引入其它数组。)- implement the following array element exchange position function:
cmatrix
- CMatrix is a program I wrote one evening because I didn't want to have to run Wind*ws to see the cool scrolling lines from 'The Matrix', my fave movie. If you haven't seen this movie and you are a fan of computers or sci-fi in general, go see this m