代码搜索结果

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

chapter2_2.rc2

// // CHAPTER2_2.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft eMbedded Visual C++ #endif //APST

ex_2_2_2.java

/* * 文件名 ex_2_2_2.java * 说 明:演示变量的生存期 */ public class ex_2_2_2 { public static void main(String args[]) { int x; for(x = 0; x < 3; x++) { int y = -1; // 每次进入这个块语句时y都要被初始化一次 Sy

chapter2_2.rc2

// // CHAPTER2_2.RC2 - resources Microsoft eMbedded Visual C++ does not edit directly // #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft eMbedded Visual C++ #endif //APST

c2_2_2.asm

.global _sub64 .text _sub64: SUBU .L1 A4, A6, A1:A0 || SUB .L2 B4, B6, B7 || SUB .S2X A8, 4, B0 SUB .L2X A1, B7, B7 STW .D1 A0, *A8 || STW .D2 B7, *B0 || B .S2 B3