代码搜索结果

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

jump2.i

L1: r = true L3: r = false L4: iffalse a < b goto L6 t1 = true goto L7 L6: t1 = false L7: r = t1 L5: iffalse x

expr4.i

L1: t1 = i * 12 t2 = j * 4 t3 = t1 + t2 t4 = a [ t3 ] x = c + t4 L3: t5 = i * 12 t6 = j * 4 t7 = t5 + t6 a [ t7 ] = 0 L4: t8 = i * 100 t9 = j * 10 t10 = t8 + t9 t11 = k * 1 t12 = t10 + t11

expr3.i

L1: if x < y goto L4 t1 = true goto L5 L4: t1 = false L5: r = t1 L3: iffalse x == y goto L7 t2 = true goto L8 L7: t2 = false L8: r = t2 L6: if x > y goto L11 L10: r = true goto L9 L11: r = false

expr2.i

L1: a = b + c L3: a = b - c L4: a = b * c L5: a = b / c L6: a = minus b L7: t1 = a - b d = t1 - c L8: t2 = a * b d = t2 * c L9: t3 = b * c d = a + t3 L10: t4 = a * b d = t4 + c L11: t5 = a - b d

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