代码搜索:Memory
找到约 10,000 项符合「Memory」的源代码
代码结果 10,000
www.eeworm.com/read/270132/11046863
exe memory_op.exe
www.eeworm.com/read/415920/11048773
cpp memory-op.cpp
////////////////////////////////////////////////////////////////////////////////////////////////////////
//memory-op.cpp
//内存管理实习
//将程序从文件读入每次的操作,并将结果输入到out.txt文件中
///////////////////////
www.eeworm.com/read/415920/11048774
exe memory-op.exe
www.eeworm.com/read/415201/11080916
paf2 memory.paf2
www.eeworm.com/read/414314/11121185
dat memory_count.dat
61 00000000
62 11111111
63 00000001
00 00111110
01 01000110
02 01111111
03 11000010
04 11000100
05 11000100
06 11111100
07 00000000
www.eeworm.com/read/413800/11142191
uv2 memory.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (MCBSTM32), 0x0004 // Tools: 'ARM-ADS'
Group (Startup Code)
Group (Initialisation)
Group (Configuration)
Group (Disk Image)
www.eeworm.com/read/413302/11160060
h memory card.h
#ifndef __MEMORY_CARD
#define __MEMORY_CARD 1
unsigned char getDriveNumber(void);
void setDriveNumber(unsigned char);
void setOperatingMode(unsigned char);
unsigned char send_command(unsigned
www.eeworm.com/read/413302/11160063
c memory card.c
#include
#include
#include
#include
#include "delays.h"
#include "compactflash.h"
#include "memory card.h"
#define make16(varhigh,varlow
www.eeworm.com/read/413190/11163681
vhd program_memory.vhd
library ieee;
use ieee.std_logic_1164.all; -- each module will need to use std_logic
use ieee.numeric_std.all;
entity program_memory is
port( addr: in std_logic_vector(12 downto 0);
data: out s
www.eeworm.com/read/412869/11178842