摘要:
定义: 顾名思义,函数指针就是指向函数的指针变量。 定义形式: 类型名(*指针变量名)(参数类型1,参数类型2,...) qsort函数: qsort函数是C语言快速排序库函数,可以对任意类型的数组进行排序。 void qsort(void *base, int nelem, unsigned in 阅读全文
posted @ 2018-03-08 20:11
宵夜在哪
阅读(167)
评论(0)
推荐(0)
摘要:
题目描述: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right at 阅读全文
posted @ 2018-03-08 14:58
宵夜在哪
阅读(94)
评论(0)
推荐(0)