代码搜索:out_data
找到约 581 项符合「out_data」的源代码
代码结果 581
www.eeworm.com/read/235012/14088790
v dp_sram.v
//////////////////////////////////////////////////////////////////////
//// ////
//// File name "dp_sram.v"
www.eeworm.com/read/454262/7395465
c ssd1289.c
//=================================
void send_command(uint out_data)
{
RS=0;
DATA_H=out_data>>8;
DATA_L=out_data;
RW=0;
CS=0;
RW=1;
CS=1;
}
//=============================
www.eeworm.com/read/474721/1391957
c ssd1289.c
//=================================
void send_command(uint out_data)
{
RS=0;
DATA_H=out_data>>8;
DATA_L=out_data;
RW=0;
CS=0;
RW=1;
CS=1;
}
//=============================
www.eeworm.com/read/474721/1391975
c ssd1289.c
//=================================
void send_command(uint out_data)
{
RS=0;
DATA_H=out_data>>8;
DATA_L=out_data;
RW=0;
CS=0;
RW=1;
CS=1;
}
//=============================
www.eeworm.com/read/474721/1391993
c ssd1289.c
//=================================
void send_command(uint out_data)
{
RS=0;
DATA_H=out_data>>8;
DATA_L=out_data;
RW=0;
CS=0;
RW=1;
CS=1;
}
//=============================
www.eeworm.com/read/474721/1392034
c ssd1289.c
//=================================
void send_command(uint out_data)
{
RS=0;
DATA_H=out_data>>8;
DATA_L=out_data;
RW=0;
CS=0;
RW=1;
CS=1;
}
//=============================
www.eeworm.com/read/285564/8831637
c write_data.c
#include
#include
#include
static char vcid[] = "$Id: write_data.c,v 4.1.2.4 2004/05/06 20:26:41 tbohn Exp $";
void write_data(out_data_struct *out_data,
outfiles_st
www.eeworm.com/read/428849/8834558
m qmap.m
function Y=qmap(X)
% QMAP Quadratic data mapping.
%
% Synopsis:
% Y = qmap(X)
% out_data = qmap(in_data)
%
% Description:
% Y = qmap(X) mapps input n-dimensional data X into a new
% (n*
www.eeworm.com/read/283145/9040519
c 0832-2.c
//-----------------------函数声明,变量定义--------------------------------------------------------
#include
#include
#include
//-----------------------当缓冲方式--定义地址--------