代码搜索结果

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

j.c.bak

/* 作者:蒋剑东 2005.4.10 于桂林 */ #include "j.h" #include #define light_on cbi(PORTB, 2); #define light_off sbi(PORTB, 2); void clear_all(void); // 显示用指针变量 char *line1; char *line2;

a_thru_j.c

#include void main (void) { char string[256]; int i; for (i = 0; i < 26; i++) string[i] = 'A' + i; string[10] = NULL; printf ("The string contains %s\n

02_j.asm

HONG MACRO push ds sub ax,ax sub cx,cx push ax push cx mov ax,data_seg mov