代码搜索:memory
找到约 10,000 项符合「memory」的源代码
代码结果 10,000
www.eeworm.com/read/434031/7895649
vco memory.vco
www.eeworm.com/read/398699/7927823
asm memory.asm
*********************************************************************************
* MEMORY.ASM v1.00 *
* 版权(c) 2003- 北京合众达电子技术有限责任公司 *
* 设计
www.eeworm.com/read/398699/7927836
h memory.h
/********************************************************************************/
/* MEMORY.H v1.00 */
/* 版权(c) 2003- 北京合众达电子技术有限责任公司 */
/* 设计者: 段立锋 */
/***
www.eeworm.com/read/198225/7946878
h memory.h
/*
* memory.h: header file for memory.c
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/198225/7946965
c memory.c
/*
* memory.c: memory test routines for the blob bootloader
*
* Copyright (C) 2001 Erik Mouw (J.A.K.Mouw@its.tudelft.nl)
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/298649/7947022
c memory.c
/*----------------------------------------------------------------------------*/
/* memory.c - memory management routines for sga code */
/*----------------------------------
www.eeworm.com/read/197606/7984598
asm memory.asm
;
; file: memory.asm
; This program illustrates how to use the string instructions
global _asm_copy, _asm_find, _asm_strlen, _asm_strcpy
segment .text
; function _asm_copy
; copies blocks of memor
www.eeworm.com/read/398238/7998088
c memory.c
#include "vxworks.h"
#include "stdio.h"
#include "stdlib.h"
#include "semlib.h"
#include "tasklib.h"
#include "msgQLib.h"
#include "string.h"
#define STACK_SIZE 20000/*分配给每个任务的堆栈大小*/
#defi
www.eeworm.com/read/398147/8002135
asm memory.asm
;
; file: memory.asm
; This program illustrates how to use the string instructions
global asm_copy, asm_find, asm_strlen, asm_strcpy
segment .text
; function asm_copy
; copies blocks of memory
; C
www.eeworm.com/read/196669/8068360
c memory.c
/*
* ApOS (Another Project software for s3c2410)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* pu