代码搜索:buffer

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

代码结果 10,000
www.eeworm.com/read/122492/6065773

java headerpanel.java

package numbercruncher.graphutils; import java.awt.*; import java.awt.event.*; /** * The header panel that displays the current function or a text label. */ class HeaderPanel extends
www.eeworm.com/read/122492/6065871

java~1~ headerpanel.java~1~

package numbercruncher.graphutils; import java.awt.*; import java.awt.event.*; /** * The header panel that displays the current function or a text label. */ class HeaderPanel extends Panel { p
www.eeworm.com/read/121361/6068195

java multitermquery.java

package org.apache.lucene.search; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foun
www.eeworm.com/read/121361/6068203

java rangequery.java

package org.apache.lucene.search; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foun
www.eeworm.com/read/121361/6068208

java prefixquery.java

package org.apache.lucene.search; /* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2001 The Apache Software Foun
www.eeworm.com/read/121316/6068642

java unionptg.java

/* ==================================================================== * The Apache Software License, Version 1.1 * * Copyright (c) 2003 The Apache Software Foundation. All rights * reserved. *
www.eeworm.com/read/121089/6069453

asm uinhelp.asm

TITLE uinhelp.asm - utilities for new help engine. ;*** ;uinhelp.asm ; ; Copyright 1985-1988, Microsoft Corporation ; ;Purpose: ; Utilities for the new help system. ; ; ;***************
www.eeworm.com/read/121089/6069809

inc comdcb.inc

;*** ;comdcb.inc - 13-Aug-86 - communications device control block structure ;*** .XLIST ;*** ; ; Copyright 1986, Microsoft Corporation ; ;Purpose: ; Provides the control block used betw
www.eeworm.com/read/121089/6070004

c textmgr.c

/*** TXTMGR.C - Text manager for multi-line editing * * GLOBAL * LoadBuf Load a file into a buffer * FreeBuf Free a buffer * NewBuf Create a new (blank) buffer * * S_LinesInBuf LinesInBu
www.eeworm.com/read/121089/6070012

asm uiedit.asm

TITLE uiedit.asm - Misc user interface functions. ;*** ;uiedit.asm ; ; Copyright 1985-1988, Microsoft Corporation ; ;Purpose: ; Interface between CW and parsing code. ; ; ;************