代码搜索:数字存储
找到约 10,000 项符合「数字存储」的源代码
代码结果 10,000
www.eeworm.com/read/472935/6860194
h c2-1.h
/* c2-1.h 线性表的动态分配顺序存储结构 */
#define LIST_INIT_SIZE 10 /* 线性表存储空间的初始分配量 */
#define LISTINCREMENT 2 /* 线性表存储空间的分配增量 */
typedef struct
{
ElemType *elem; /* 存储空间基址 */
int length; /* 当前长度
www.eeworm.com/read/392789/8325539
h c2-1.h
/* c2-1.h 线性表的动态分配顺序存储结构 */
#define LIST_INIT_SIZE 10 /* 线性表存储空间的初始分配量 */
#define LISTINCREMENT 2 /* 线性表存储空间的分配增量 */
typedef struct
{
ElemType *elem; /* 存储空间基址 */
int length; /* 当前长度
www.eeworm.com/read/173560/9650862
h c2-1.h
/* c2-1.h 线性表的动态分配顺序存储结构 */
#define LIST_INIT_SIZE 10 /* 线性表存储空间的初始分配量 */
#define LISTINCREMENT 2 /* 线性表存储空间的分配增量 */
typedef struct
{
ElemType *elem; /* 存储空间基址 */
int length; /* 当前长度
www.eeworm.com/read/368531/9690514
h c2-1.h
/* c2-1.h 线性表的动态分配顺序存储结构 */
#define LIST_INIT_SIZE 10 /* 线性表存储空间的初始分配量 */
#define LISTINCREMENT 2 /* 线性表存储空间的分配增量 */
typedef struct
{
ElemType *elem; /* 存储空间基址 */
int length; /* 当前长度
www.eeworm.com/read/269967/11052958
h c2-1.h
/* c2-1.h 线性表的动态分配顺序存储结构 */
#define LIST_INIT_SIZE 10 /* 线性表存储空间的初始分配量 */
#define LISTINCREMENT 2 /* 线性表存储空间的分配增量 */
typedef struct
{
ElemType *elem; /* 存储空间基址 */
int length; /* 当前长度
www.eeworm.com/read/106800/15621296
h c2-1.h
/* c2-1.h 线性表的动态分配顺序存储结构 */
#define LIST_INIT_SIZE 10 /* 线性表存储空间的初始分配量 */
#define LISTINCREMENT 2 /* 线性表存储空间的分配增量 */
typedef struct
{
ElemType *elem; /* 存储空间基址 */
int length; /* 当前长度
www.eeworm.com/read/441678/7666753
asm ch18_检查外部存储器(16位)的值是否为十进制1000.asm
;FUNCTION NAME: CHECK_EQUAL
;FUNCTION: CHECK IF(DPTR+1)(DPTR)=03E8H(DECIMAL 1000)
;
CHECK_EQUAL
INC DPTR
MOVX A,@DPTR ;CHECK(DPTR+1)
www.eeworm.com/read/484738/6573881
txt i2c总线及e2prom多字节存储(page wirte)单个读(random read).txt
#include
#include
#define uchar unsigned char
uchar sj[6]={1,8,5,9,5,0};//时钟显示时间储存数组
uchar *p=sj;//指向上面数组的指针
uchar a,b,c,d,t;
void display(uchar *m);
void start();
void st
www.eeworm.com/read/5851/79167
ppt 第6章 只读存储器(rom)与可编程逻辑器件(pld) 36页.ppt
www.eeworm.com/read/31665/1026750