摘要: #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 阅读全文
posted @ 2021-02-20 15:32 joyce3800 阅读(44) 评论(0) 推荐(0) 编辑
摘要: // dl_list.cpp : 定义控制台应用程序的入口点。 // #include "stdafx.h" #include <stdio.h> #include <string.h> #define OS_OK (1) #define OS_FAIL (0) #define OS_ERROR ( 阅读全文
posted @ 2021-02-20 10:56 joyce3800 阅读(106) 评论(0) 推荐(0) 编辑