代码搜索:buffer
找到约 10,000 项符合「buffer」的源代码
代码结果 10,000
www.eeworm.com/read/457952/7315100
qws buffer422.qws
[ProjectWorkspace]
ptn_Child1=Frames
[ProjectWorkspace.Frames]
ptn_Child1=ChildFrames
[ProjectWorkspace.Frames.ChildFrames]
ptn_Child1=Document-0
ptn_Child2=Document-1
ptn_Child3=Document-2
pt
www.eeworm.com/read/456110/7358554
v bitstream_buffer.v
//--------------------------------------------------------------------------------------------------
// Design : nova
// Author(s) : Ke Xu
// Email : eexuke@yahoo.com
// File : BitStream_bu
www.eeworm.com/read/451936/7453780
h driver_buffer.h
#ifndef DRIVER_BUFFER_H_
#define DRIVER_BUFFER_H_
//引入标准的bool变量定义
#include
#ifndef NULL
#define NULL 0
#endif
#define DATA_TYPE unsigned char
typedef struct T_DBuffer
{
www.eeworm.com/read/451936/7453784
c driver_buffer.c
#include "driver_buffer.h"
//创建一个环形队列,将控制结构与存储区联系起来
bool DBuffer_Create(DBuffer *DBuf, DATA_TYPE *Buf, unsigned int BufSize)
{
if(DBuf!=NULL && Buf!=NULL)
{
DBuf->front=Buf;
DBuf->rear=
www.eeworm.com/read/449830/7496007
o example-buffer.o
www.eeworm.com/read/449321/7508859
v bitstream_buffer.v
//--------------------------------------------------------------------------------------------------
// Design : nova
// Author(s) : Ke Xu
// Email : eexuke@yahoo.com
// File : BitStream_bu
www.eeworm.com/read/448525/7532233
bak buffer.vhd.bak
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity data_buffer is
port(
wen: in std_logic;
oen: in std_logic;
raddress: in std_logic_vector(7 downto 0);
w
www.eeworm.com/read/444586/7611378
dll corrdim_buffer.dll
www.eeworm.com/read/444586/7611412