ST意法半导体中文论坛's Archiver
论坛
›
问答
› lookup table problem
Carl0612
发表于 2010-4-9 02:07:48
lookup table problem
请问我的程序取表有问题
t2 = abcable ;
const int abcable =
{
0,201,401,602,803,1003,1204,1404,1605,1805
}
COMPILER出现此错误讯息
identifier " abcable " is undefined
安
发表于 2010-4-29 09:37:45
RE:lookup table problem
先定义abcable[],后使用。
页:
[1]
查看完整版本:
lookup table problem