代码搜索结果

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

identity2.i

L1: i = 0 L3:L5: j = 0 L6:L8: t1 = i * 80 t2 = j * 8 t3 = t1 + t2 a [ t3 ] = 0.0 L9: iffalse j >= 10 goto L6 L10: goto L7 goto L6 L7: iffalse i >= 10 goto L3 L11: goto L4 goto L3 L4: i = 0 L12:L1

prog4.i

L1:L3: if peek == BLANK goto L7 iffalse peek == TAB goto L6 L7:L5: goto L4 L6: iffalse peek == NEWLINE goto L9 L8: line = line + 1 goto L4 L9: goto L2 L4: peek = readch goto L1 L2:

expr1.i

L1: i = 0 L3: i = 365 L4: x = 0.0 L5: x = 3.1415896 L6: b = true L7: b = false L8: i = x L9: x = i L2:

prog1.i

L1: r = a L3: dd = d L4: iffalse dd

prog0.i

L1:L3: i = i + 1 L5: t1 = i * 8 t2 = a [ t1 ] if t2 < v goto L3 L4: j = j - 1 L7: t3 = j * 8 t4 = a [ t3 ] if t4 > v goto L4 L6: iffalse i >= j goto L8 L9: goto L2 L8: t5 = i * 8 x = a [ t5 ] L10

prog2.i

L1: prod = 0 L3: i = 1 L4: t1 = i * 8 t2 = a [ t1 ] t3 = i * 8 t4 = b [ t3 ] t5 = t2 * t4 prod = prod + t5 L6: i = i + 1 L5: if i

block1.i

L1: a = 0 L3: b = 0 L4: b = 1 L6: a = 2 L7: b = 3 L8: a = a + 1 L9: b = b + 1 L5: a = a + 1 L10: b = b + 1 L2:

prog3.i

L1: i = 0 L3: iffalse i < 10 goto L4 L5: j = 0 L6: iffalse j < 10 goto L7 L8: t1 = i * 80 t2 = j * 8 t3 = t1 + t2 a [ t3 ] = 0 L9: j = j + 1 goto L6 L7: i = i + 1 goto L3 L4: i = 0 L10: iffalse i

jump1.i

L1:L4: a = 0 L3: goto L5 L6: x = 0 L5: iffalse a < b goto L7 L8: a = b L7: iffalse x

jump3.i

L1: r = b L3: t1 = i * 1 r = a [ t1 ] L4: t2 = i * 1 a [ t2 ] = b L5: t3 = i * 1 a [ t3 ] = true L6: t4 = i * 1 a [ t4 ] = false L7: iffalse b goto L8 L9: x = y L8: t5 = i * 1 t6 = a [ t5 ] iffa