搜索结果

找到约 145 项符合 Buffer 的查询结果

SQL Server 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 语句进行修改,然后再次执行。 除了 ...
https://www.eeworm.com/dl/689/360022.html
下载: 110
查看: 1038

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

互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件,直接运行此程序即可 2、LorenzData.dll 产生Lorenz离散序列 3、Mutual_Information.dll 互信息函数 4、buffer.dll 缓存文件
https://www.eeworm.com/dl/665/367547.html
下载: 191
查看: 1196

电子书籍 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 CA ...
https://www.eeworm.com/dl/cadence/ebook/406749.html
下载: 48
查看: 1058

Linux/Unix编程 该程序运用线程的mutex控制数据流的锁定

该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用
https://www.eeworm.com/dl/619/407188.html
下载: 197
查看: 1020

Java编程 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 ...
https://www.eeworm.com/dl/633/407252.html
下载: 148
查看: 1032

VxWorks 环型队列函数

环型队列函数,主要是ring buffer的管理模块,完成相关的操作。
https://www.eeworm.com/dl/662/412029.html
下载: 128
查看: 1055

嵌入式/单片机编程 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机了解系 ...
https://www.eeworm.com/dl/647/428551.html
下载: 64
查看: 1053

Linux/Unix编程 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.
https://www.eeworm.com/dl/619/429798.html
下载: 44
查看: 1083

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

利用C#编写的一个关于SharpMap的例子,能够加载shapeFile图层,对图层叠加顺序进行调整,对图层属性进行设置,而且还实现了buffer和touches两个方法
https://www.eeworm.com/dl/534/441198.html
下载: 120
查看: 1054

压缩解压 LZMA压缩解压算法

LZMA压缩解压算法,压缩解压函数接口入参出参都以Buffer形式; 代码为完整的工程,可运行,其中包括简单的举例。
https://www.eeworm.com/dl/617/444664.html
下载: 85
查看: 1028