亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

buffer

緩沖器在不同的領域有不同的含義。
  • Oracle的sql*plus是與oracle進行交互的客戶端工具。在sql*plus中

    Oracle的sql*plus是與oracle進行交互的客戶端工具。在sql*plus中,可以運行sql*plus命令與sql語句。 我們通常所說的DML、DDL、DCL語句都是sql語句,它們執(zhí)行完后,都可以保存在一個被稱為sql buffer的內(nèi)存區(qū)域中,并且只能保存一條最近執(zhí)行的sql語句,我們可以對保存在sql buffer中的sql 語句進行修改,然后再次執(zhí)行。 除了sql語句,在sql*plus中執(zhí)行的其它語句我們稱之為sql*plus命令。它們執(zhí)行完后,不保存在sql buffer的內(nèi)存區(qū)域中,它們一般用來對輸出的結(jié)果進行格式化顯示,以便于制作報表。 本文章就介紹一下一些常用的sql*plus命令。

    標簽: plus sql Oracle oracle

    上傳時間: 2013-12-23

    上傳用戶:zm7516678

  • 互信息法求混沌序列的最優(yōu)時延 文件說明: 1、Mutual_Information_main.m 主文件

    互信息法求混沌序列的最優(yōu)時延 文件說明: 1、Mutual_Information_main.m 主文件,直接運行此程序即可 2、LorenzData.dll 產(chǎn)生Lorenz離散序列 3、Mutual_Information.dll 互信息函數(shù) 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控制數(shù)據(jù)流的鎖定

    該程序運用線程的mutex控制數(shù)據(jù)流的鎖定,實現(xiàn)Producer和consumer之間對buffer的合理有序的利用

    標簽: mutex 程序 控制 數(shù)據(jù)流

    上傳時間: 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

  • 環(huán)型隊列函數(shù)

    環(huán)型隊列函數(shù),主要是ring buffer的管理模塊,完成相關的操作。

    標簽: 隊列 函數(shù)

    上傳時間: 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) 接收數(shù)據(jù) 在編寫基于串口的計算機工業(yè)測控時,通常需要由下位機向PC機發(fā)送數(shù)據(jù)以使PC機了解系統(tǒng)的測試數(shù)據(jù)或下位機的運行狀態(tài),并進而控制下位機的行為。利用Spcomm串口控件接收下位機發(fā)送的數(shù)據(jù)信息的示例代碼如下: //事件驅(qū)動方式接收數(shù)據(jù)程序 procedure TForm1.CommlReceiveData(Sender:Tobject buffer:Pointer bufferLength:Word) var receivedata:array of byte begin sleep(100) //等待100ms,保證接收到所有數(shù)據(jù) move(buffef ,receivedata,bufferlength) //將接收緩存區(qū)中的數(shù)據(jù)轉(zhuǎn)移到數(shù)組中 …… end (5) 關閉串口 在系統(tǒng)開發(fā)中,應注意在不使用串口時應及時關閉串口,釋放系統(tǒng)資源,否則可能會影響系統(tǒng)的其它應用。關閉串口的代碼如下: 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圖層,對圖層疊加順序進行調(diào)整,對圖層屬性進行設置,而且還實現(xiàn)了buffer和touches兩個方法

    標簽: SharpMap 編寫

    上傳時間: 2017-05-17

    上傳用戶:wxhwjf

  • LZMA壓縮解壓算法

    LZMA壓縮解壓算法,壓縮解壓函數(shù)接口入?yún)⒊鰠⒍家?b>buffer形式; 代碼為完整的工程,可運行,其中包括簡單的舉例。

    標簽: LZMA 解壓 算法

    上傳時間: 2017-05-25

    上傳用戶:yy541071797

主站蜘蛛池模板: 海南省| 洮南市| 锡林郭勒盟| 平江县| 德州市| 邵阳县| 黔西县| 六枝特区| 蛟河市| 伊川县| 绩溪县| 云浮市| 泰安市| 平和县| 柳林县| 潞城市| 临沧市| 买车| 镇原县| 元氏县| 特克斯县| 民权县| 青神县| 桂林市| 宁陕县| 垫江县| 饶阳县| 金秀| 昔阳县| 眉山市| 郧西县| 阆中市| 通州市| 彭泽县| 郓城县| 昭觉县| 杭锦旗| 阜宁县| 南木林县| 山西省| 阿勒泰市|