摘要:
#include "stdafx.h" #include <stdio.h> #include <stdlib.h> #define BITSPERWORD 32 #define SHIFT 5 #define MASK 0x1F #define N 1024 int a[1 + N/BITSPER 阅读全文
摘要:
// dl_list.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <string.h> #define OS_OK (1) #define OS_FAIL (0) #define OS_ERROR ( 阅读全文