代码搜索结果

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

main.c

/* * linux/init/main.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include #include #include #include #include

a_client.c

/* ** A program that uses the less error-prone memory allocator. */ #include "alloc.h" void function() { int *new_memory; /* ** Get space for a bunch of integers */ new_memory = MA

lcdconf.h

/*! \file lcdconf.h \brief Character LCD driver configuration. */ //***************************************************************************** // // File Name : 'lcdconf.h' // Title : Characte

init.gel

/* This GEL file is loaded on the command line of Code Composer * The StartUp() function is called every time you start * Code Composer. You can customize this function to * initialize wait st

nicmemory.h

/******************************************************************************* *** Note: Copy rights resevered to Beijing Pacific Linkair Communications Co. *** *** File Name: NICMemory.h *** P

main.c

/* * linux/init/main.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include #include #include #include #include

nicmemory.h

/******************************************************************************* *** Note: Copy rights resevered to Beijing Pacific Linkair Communications Co. *** *** File Name: NICMemory.h *** P

a_client.c

/* ** A program that uses the less error-prone memory allocator. */ #include "alloc.h" void function() { int *new_memory; /* ** Get space for a bunch of integers */ new_memory = MA

main.c

/* * linux/init/main.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include #include #include #include #include

4-2.c

#include "stdio.h" #define MEMORY_SIZE 100 /* 内存大小 */ #define MAX_STACKS 10 /* 栈的个数加1*/ typedef char element; element memory [MEMORY_SIZE]; int top[MAX_STACKS-1]; int boundary[MAX_STACKS]