C:二維數組經常使用操做

/* 說明:程序實現二維數組中插入列、插入行、交換兩個指定位置的元素,並輸出指定 位置元素的變化軌跡 做者:socrates 日期:2014-08-17 */ #include "stdafx.h" #include <stdlib.h> #include <assert.h> /*二維數組最大行數和列數*/ #define MAX_ROW_NUM (9) #define MAX_COL_N
相關文章
相關標籤/搜索