虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Buffer

缓冲器在不同的领域有不同的含义。
  • Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中

    Oracle的sql*plus是与oracle进行交互的客户端工具。在sql*plus中,可以运行sql*plus命令与sql语句。 我们通常所说的DML、DDL、DCL语句都是sql语句,它们执行完后,都可以保存在一个被称为sql Buffer的内存区域中,并且只能保存一条最近执行的sql语句,我们可以对保存在sql Buffer中的sql 语句进行修改,然后再次执行。 除了sql语句,在sql*plus中执行的其它语句我们称之为sql*plus命令。它们执行完后,不保存在sql Buffer的内存区域中,它们一般用来对输出的结果进行格式化显示,以便于制作报表。 本文章就介绍一下一些常用的sql*plus命令。

    标签: plus sql Oracle oracle

    上传时间: 2013-12-23

    上传用户:zm7516678

  • 互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件

    互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件,直接运行此程序即可 2、LorenzData.dll 产生Lorenz离散序列 3、Mutual_Information.dll 互信息函数 4、Buffer.dll 缓存文件

    标签: Mutual_Information_main 混沌序列 时延

    上传时间: 2014-02-24

    上传用户:manlian

  • This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size

    This sample is a simple example on how to perform a glow effect by rendering into an arbitrary size Frame Buffer Object (FBO). The Glow effect is performed on a specific part of the screen and can be done only on specific objects of the scene. You can imagine using such a postprocessing effect in CAD/DCC to emphasize some items from a selection or picking for example.

    标签: arbitrary rendering example perform

    上传时间: 2014-01-03

    上传用户:liuchee

  • 该程序运用线程的mutex控制数据流的锁定

    该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对Buffer的合理有序的利用

    标签: mutex 程序 控制 数据流

    上传时间: 2017-02-20

    上传用户:duoshen1989

  • Reads/writes text as a character stream, Buffering characters so as to provide for the efficient rea

    Reads/writes text as a character stream, Buffering characters so as to provide for the efficient reading/writing of characters, arrays, and lines. The Buffer size may be specified, or the default size may be used. The default is large enough for most purposes. In general, each read request made of a Reader causes a corresponding read request to be made of the underlying character or byte stream. It is therefore advisable to wrap a BufferedReader around any Reader whose read() operations may be costly, such as FileReaders and InputStreamReaders.

    标签: characters character Buffering efficient

    上传时间: 2017-02-20

    上传用户:cjl42111

  • 环型队列函数

    环型队列函数,主要是ring Buffer的管理模块,完成相关的操作。

    标签: 队列 函数

    上传时间: 2014-08-29

    上传用户:ainimao

  • procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1

    procedure senddata var i:integer commflg : Boolean begin commflg:=true for i:=1 to 8 do begin if not fcomm comml writecommdata(sendbutter,i) then begin Commflg=false break end end end (4) 接收数据 在编写基于串口的计算机工业测控时,通常需要由下位机向PC机发送数据以使PC机了解系统的测试数据或下位机的运行状态,并进而控制下位机的行为。利用Spcomm串口控件接收下位机发送的数据信息的示例代码如下: //事件驱动方式接收数据程序 procedure TForm1.CommlReceiveData(Sender:Tobject Buffer:Pointer BufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保证接收到所有数据 move(buffef ,receivedata,Bufferlength) //将接收缓存区中的数据转移到数组中 …… end (5) 关闭串口 在系统开发中,应注意在不使用串口时应及时关闭串口,释放系统资源,否则可能会影响系统的其它应用。关闭串口的代码如下: procedure TForm1.FormClose ( Sender TObj ect:var Action:TCIoseAction ) begin comml.StopComm end

    标签: commflg procedure senddata integer

    上传时间: 2014-01-26

    上传用户:懒龙1988

  • cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallo

    cppcheck is a static C/C++ code analyzer that checks for memory leaks, mismatching allocation-deallocation, Buffer overrun, and many more problems. Its goal is to produce no false positives.

    标签: allocation-deallo mismatching cppcheck analyzer

    上传时间: 2013-12-08

    上传用户:Zxcvbnm

  • 利用C#编写的一个关于SharpMap的例子

    利用C#编写的一个关于SharpMap的例子,能够加载shapeFile图层,对图层叠加顺序进行调整,对图层属性进行设置,而且还实现了Buffer和touches两个方法

    标签: SharpMap 编写

    上传时间: 2017-05-17

    上传用户:wxhwjf

  • LZMA压缩解压算法

    LZMA压缩解压算法,压缩解压函数接口入参出参都以Buffer形式; 代码为完整的工程,可运行,其中包括简单的举例。

    标签: LZMA 解压 算法

    上传时间: 2017-05-25

    上传用户:yy541071797