代码搜索结果

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

i_cube.c

#include int i_cube(int value) { return(value * value * value); } void main(void) { printf("The cube of 3 is %d\n", i_cube(3)); printf("The cube of 5 is %d\n", i_cube

26_i.asm

data_seg segment car db 2 db 40h,0bh,0,0 db 02ah,0bh,0,1 jeep db 2 db 40h,0bh,0,0 db 02ah,0bh,0,-1 star db