代码搜索结果

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

tr_mm_set_0.cc

// file: tr_mm_set_0.cc // // isip include files // #include "train_memory_manager.h" #include "train_memory_manager_constants.h" // method: set_node_grow_size_cc // // arguments: // int_4 size :

iap.h

#include #include /* use _nop_() function */ /* 新增特殊功能寄存器定义 */ sfr ISP_DATA = 0xe2; /* ISP_DATA DATA 0E2H; 汇编程序定义 or EQU */

main.c

/* passed * linux/init/main.c * * (C) 1991 Linus Torvalds */ #include #define __LIBRARY__ // 定义该变量是为了包括定义在unistd.h 中的内嵌汇编代码等信息。 #include #include // 时间类型头文件

newhandl.cpp

//: C13:Newhandl.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Changing the new-handler #include

tmalloc.c

#include #include #include //为使用init_mempool函数中的XBYTE定义而加入该头文件 #include /*为使用printf函数而加入*/ void tst_malloc (void) { unsigned char xdata *p; init_mempo

newhandler.cpp

//: C13:NewHandler.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Changing the new-handler #in

newhandler.cpp

//: C13:NewHandler.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Changing the new-handler #in

编辑2.c

#include "sst25.h" #include #define MEMORY_TYPE_SST25VF080 #ifdef MEMORY_TYPE_SST25VF080 #define SPI_CS_MODEOUT PM7.6=0; #define SPI_CS_MODEIN PM7.6=1; #define S

newhandl.cpp

//: C13:Newhandl.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Changing the new-handler #include

newhandler.cpp

//: C13:NewHandler.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Changing the new-handler #in