1 Star 0 Fork 84

暗月鸟/lab1

forked from 计算机系统基础/lab1 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
decl.c 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
李幼萌 提交于 2024-02-26 14:18 . Initial Commit
#include <stdio.h>
#include <stdlib.h>
#include <limits.h>
#define TMin INT_MIN
#define TMax INT_MAX
#include "btest.h"
#include "bits.h"
test_rec test_set[] = {
{"isAsciiDigit", (funct_t) isAsciiDigit, (funct_t) test_isAsciiDigit, 1, "! ~ & ^ | + << >>", 15, 3,
{{TMin, TMax},{TMin,TMax},{TMin,TMax}}},
{"anyEvenBit", (funct_t) anyEvenBit, (funct_t) test_anyEvenBit, 1, "! ~ & ^ | + << >>", 12, 2,
{{TMin, TMax},{TMin,TMax},{TMin,TMax}}},
{"copyLSB", (funct_t) copyLSB, (funct_t) test_copyLSB, 1, "! ~ & ^ | + << >>", 5, 2,
{{TMin, TMax},{TMin,TMax},{TMin,TMax}}},
{"leastBitPos", (funct_t) leastBitPos, (funct_t) test_leastBitPos, 1, "! ~ & ^ | + << >>", 6, 2,
{{TMin, TMax},{TMin,TMax},{TMin,TMax}}},
{"divpwr2", (funct_t) divpwr2, (funct_t) test_divpwr2, 2,"! ~ & ^ | + << >>", 15, 2,
{{TMin, TMax},{0,30},{TMin,TMax}}},
{"bitCount", (funct_t) bitCount, (funct_t) test_bitCount, 1, "! ~ & ^ | + << >>", 40, 4,
{{TMin, TMax},{TMin,TMax},{TMin,TMax}}},
{"", NULL, NULL, 0, "", 0, 0, {{0, 0},{0,0},{0,0}}}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dark-moonbird/lab1.git
[email protected]:dark-moonbird/lab1.git
dark-moonbird
lab1
lab1
master

搜索帮助