代码搜索:gdata
找到约 456 项符合「gdata」的源代码
代码结果 456
www.eeworm.com/read/220143/14848719
asm text3.asm
CH EQU 30H
DPCNT EQU 31H
DPBUF EQU 33H
GDATA EQU 32H
ST BIT P3.2
OE BIT P3.0
EOC BIT P3.1
ORG 00H
LJMP START
ORG 0BH
LJMP T0X
ORG 30H
START: MOV CH,#0BCH
www.eeworm.com/read/412777/11183462
asm text3.asm
CH EQU 30H
DPCNT EQU 31H
DPBUF EQU 33H
GDATA EQU 32H
ST BIT P3.2
OE BIT P3.0
EOC BIT P3.1
ORG 00H
LJMP START
ORG 0BH
LJMP T0X
ORG 30H
START: MOV CH,#0BCH
www.eeworm.com/read/438225/7733649
h usb_isr.h
/*端点2,3中断处理函数没有用到,这里用的IQUE模式。所以使用端点4,5处理中断*/
#include "UF32reg.h"
#include "usb_includes.h" // USB全局变量定义
#include "SCI.h"
#include "data.h"
extern unsigned char gdata[256];
extern unsign
www.eeworm.com/read/167185/5465365
c mask.c
/*
* This material contains unpublished, proprietary software of
* Entropic Research Laboratory, Inc. Any reproduction, distribution,
* or publication of this work must be authorized in writing b
www.eeworm.com/read/284714/8906656
cpp eventhandler.cpp
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version
www.eeworm.com/read/367152/9780001
m lans_plotgrid.m
% lans_plotgrid - Plot 2-D grid arranged D-dimensional vector
%
% [] = lans_plotgrid(gdata,gtype,options)
%
% _____INPUTS_____________________________________________________________
% gdata 2-D grid
www.eeworm.com/read/367152/9780108
m lans_group.m
% lans_group - Group data based on outputs
%
% [gdata,C] = lans_group(in,out,options)
% lans_group(in,out)
% lans_group(data,options)
% lans_group(data)
%
% _____OUTPUTS____________
www.eeworm.com/read/286546/8760104
txt 新建 文本文档.txt
ST BIT P3.2
EOC BIT P3.1
OE BIT P3.0
AA BIT P3.4
BB BIT P3.5
CC BIT P3.6
GDATA EQU 45H
ORG 00H
LJM