代码搜索结果
找到约 10,000 项符合
Memory 的代码
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]
soft_heap_limit.html
Impose A Limit On Heap Size
body {
margin: auto;
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
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
ch18_清除4个外部data memory地址.asm
;FUNCTION NAME:CLEAR_EXTERNAL_DATA_MEMORY
;FUNCTION:CLEAR 4 BYTES EXTERNAL DATA MEMORY, ADDR INDEX BY DPTR
;
CLEAR_EXTERNAL_DATA_MEMORY
MOV R2,#04H
C
ch18_清除4个内部data memory地址.asm
;FUNCTION NAME:CLEAR_INTERNAL_DATA_MEMORY
;FUNCTION:CLEAR 4 BYTES DAYA MEMORY 08H,09H,0AH,0BH
;
CLEAR_INTERNAL_DATA_MEMORY
MOV R0,#08H ;DATA MEMORY ADDR
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
lcdconf.h
/*! \file lcdconf.h \brief Character LCD driver configuration. */
//*****************************************************************************
//
// File Name : 'lcdconf.h'
// Title : Characte