代码搜索:4711
找到约 143 项符合「4711」的源代码
代码结果 143
www.eeworm.com/read/418779/10913026
txt 4711.txt
Rule:
--
Sid:
4711
--
Summary:
This rule does not generate an event. It is used in conjunction with other rules to either reduce the possibility of false postives from occuring or to track the state
www.eeworm.com/read/7227/111949
asm 4711.asm
;****************************AVR 单片机实验测试程序 ************************
;*
;* 标题: 测试指令功能源理
;* 版本: 1.0
;*最后更新日期: 2000.08.08
;*
;* 支援 E-mail: gzsl@sl.com.cn
;*
;* 描述
;* 用AVR Studio调试软件窗口观察指令执行变化
www.eeworm.com/read/14182/312001
htm 4711.htm
www.eeworm.com/read/15647/522677
htm 4711.htm
www.eeworm.com/read/362595/2929755
gsd easy4711.gsd
;
;********************* GSD-Datei for VPC3 Demo application **************************
;* ================================================================================ *
;*
www.eeworm.com/read/162614/5527396
c 921017-1.c
f(n)
{
int a[n];
int g(i)
{
return a[i];
}
a[1]=4711;
return g(1);
}
main()
{
#ifndef NO_TRAMPOLINES
if(f(2)!=4711)abort();
#endif
exit(0);
}