搜索结果
找到约 145 项符合
Buffer 的查询结果
按分类筛选
- 全部分类
- 单片机开发 (10)
- Linux/Unix编程 (9)
- 其他 (7)
- 嵌入式Linux (7)
- 其他书籍 (7)
- 单片机编程 (6)
- VHDL/FPGA/Verilog (6)
- 技术资料 (6)
- 汇编语言 (5)
- Internet/网络编程 (4)
- Symbian (4)
- Java编程 (4)
- C/C++语言编程 (3)
- 串口编程 (3)
- 其他嵌入式/单片机内容 (3)
- Windows CE (3)
- matlab例程 (3)
- 压缩解压 (3)
- 其他 (3)
- 加密解密 (2)
- USB编程 (2)
- 网络 (2)
- 编译器/解释器 (2)
- 书籍源码 (2)
- 嵌入式/单片机编程 (2)
- 软件设计/软件工程 (2)
- 微处理器开发 (2)
- 电子书籍 (2)
- 数值算法/人工智能 (2)
- VC书籍 (2)
- 接口技术 (2)
- 学术论文 (1)
- 资料/手册 (1)
- 模拟电子 (1)
- 电源技术 (1)
- 开发工具 (1)
- 测试测量 (1)
- 存储器技术 (1)
- 仿真技术 (1)
- 驱动编程 (1)
- 教育系统应用 (1)
- Delphi/CppBuilder (1)
- Oracle数据库 (1)
- 操作系统开发 (1)
- 邮电通讯系统 (1)
- SQL Server (1)
- VxWorks (1)
- DSP编程 (1)
- 文章/文档 (1)
- MTK (1)
- 系统设计方案 (1)
- 多媒体处理 (1)
- Jsp/Servlet (1)
- 应用设计 (1)
- 软件 (1)
- 手册 (1)
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 语句进行修改,然后再次执行。
除了 ...
matlab例程 互信息法求混沌序列的最优时延 文件说明: 1、Mutual_Information_main.m 主文件
互信息法求混沌序列的最优时延
文件说明:
1、Mutual_Information_main.m 主文件,直接运行此程序即可
2、LorenzData.dll 产生Lorenz离散序列
3、Mutual_Information.dll 互信息函数
4、buffer.dll 缓存文件
电子书籍 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 ...
Linux/Unix编程 该程序运用线程的mutex控制数据流的锁定
该程序运用线程的mutex控制数据流的锁定,实现Producer和consumer之间对buffer的合理有序的利用
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 ...
嵌入式/单片机编程 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机了解系 ...
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.
其他 利用C#编写的一个关于SharpMap的例子
利用C#编写的一个关于SharpMap的例子,能够加载shapeFile图层,对图层叠加顺序进行调整,对图层属性进行设置,而且还实现了buffer和touches两个方法
压缩解压 LZMA压缩解压算法
LZMA压缩解压算法,压缩解压函数接口入参出参都以Buffer形式;
代码为完整的工程,可运行,其中包括简单的举例。