代码搜索:buffer

找到约 10,000 项符合「buffer」的源代码

代码结果 10,000
www.eeworm.com/read/367547/9742997

dll buffer.dll

www.eeworm.com/read/367440/9748448

mc buffer.mc

www.eeworm.com/read/366988/9786275

v buffer.v

`timescale 1ns/10ps module buffer(buf_in,buf_out); input [18:1] buf_in; output [18:1] buf_out; assign buf_out=~(~buf_in); endmodule
www.eeworm.com/read/415805/11052656

c buffer.c

/* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer (except for the * data, of course), but instead letting the
www.eeworm.com/read/269543/11095191

pdf buffer.pdf

www.eeworm.com/read/268597/11131349

c buffer.c

/* * linux/fs/buffer.c * * (C) 1991 Linus Torvalds */ /* * 'buffer.c' implements the buffer-cache functions. Race-conditions have * been avoided by NEVER letting a interrupt change a buffer
www.eeworm.com/read/413871/11138590

c buffer.c

// // Copyright (c) Microsoft Corporation. All rights reserved. // // // This source code is licensed under Microsoft Shared Source License // Version 1.0 for Windows CE. // For a copy of the l
www.eeworm.com/read/268420/11140865

h buffer.h

extern char buffer[]; void initBuffer(); void LoadBuffer(int);
www.eeworm.com/read/268420/11140869

c buffer.c

#include #include #include #include "buffer.h"
www.eeworm.com/read/268420/11140877

o buffer.o