代码搜索结果

找到约 10,000 项符合 B 的代码

44b.h

/*************************************************** * * NAME : K44b.H * * Version : 07.MARCH.2000 * *************************************************** */ #ifndef __44B0X_H__ #define __44B0X_H__

44b.h

#ifndef __44B0X_H__ #define __44B0X_H__ #ifdef __cplusplus extern "C" { #endif #include "option.h" /* System */ #define rSYSCFG (*(volatile unsigned *)0x1c00000) /* Cache */ #def

b7.txt

program example(input,output); var x,y:integer; function test (a,b:integer):integer; begin test:=a*b; write(test); test:=b/a; write(test); test:=a mod b; write(test); test:=b div a; write(t