搜索结果
找到约 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)
邮电通讯系统 This example describes how to use the ADC and DMA to transfer continuously converted data from ADC
This example describes how to use the ADC and DMA to transfer continuously
converted data from ADC to a data buffer.
The ADC is configured to converts continuously ADC channel14.
Each time an end of conversion occurs the DMA transfers, in circular mode, the
converted data from ADC1 DR register to t ...
USB编程 usb bulk 传输例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Mode
usb bulk 传输例程。
* The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM).
* Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features.
* This sample is based off the selSusp DDK sample. ...
单片机开发 富士通单片机MB902420系列 CAN Project: CAN0 will work as a simple Repeater. Received data will appear at P
富士通单片机MB902420系列
CAN Project:
CAN0 will work as a simple Repeater.
Received data will appear at Port P47..P40 (UserLEDs of FlashCan100P)
and will send out again as byte-packages to ID#2
Receive-Buffer #1 : basic can
Transmit-Buffer #6 : full-can ID #2
单片机开发 富士通单片机MB902420系列 extINT Project: All external Interrupt-Pins INT0 .. INT7 will be enabled. A fall
富士通单片机MB902420系列
extINT Project:
All external Interrupt-Pins INT0 .. INT7 will be enabled.
A falling edge on INTx will toggle PDR4_P4x
in order to toggle the LEDx of the Flash-CAN-100P Board
e.g. falling edge on INT3 will result in LED D3 will toggleP47..P40 (UserLEDs of FlashCan100P)
and ...
串口编程 // This Communications Component is implemented using separate Read and Write // threads. Messages
// This Communications Component is implemented using separate Read and Write
// threads. Messages from the threads are posted to the Comm control which is
// an invisible window. To handle data from the comm port, simply
// attach a handler to OnReceiveData . There is no need to free the memory
// ...
串口编程 unit comm interface uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, D
unit comm
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
SPComm, StdCtrls, ExtCtrls
type
TFcomm = class(TForm)
Comm1: TComm
GroupBox1: TGroupBox
Memo1: TMemo
Memo2: TMemo
GroupBox2: TGroupBox
Button1: TButton
Btn_send: TButton
Button2: ...
Linux/Unix编程 DirectFB,linux下直接访问显卡的
DirectFB,linux下直接访问显卡的,直接对frame buffer进行操作
其他书籍 uname.c:利用uname()函式取得主机资讯 gethostname.c:利用gethostname()函式取得网络位址 sethostname.c:利用sethostname()函式设定络
uname.c:利用uname()函式取得主机资讯
gethostname.c:利用gethostname()函式取得网络位址
sethostname.c:利用sethostname()函式设定络位址
sethostnameerr.c:sethostname.c加上errno判断错误原因
buffer.c:显示系统所有及目前可用的记忆体容量
Linux/Unix编程 NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable
NIST Net – A Linux-based Network Emulation Tool, It is a raw IP packet filter with many controllable channel parameters such as packet loss ratio, jitter, bandwidth variation, delay, and network buffer size. To simulate different network environments
其他书籍 Full compliance with the USB Specification v1.1 and USB CDC v1.1 Support the RS232 Serial interfa
Full compliance with the USB Specification v1.1 and USB CDC v1.1
Support the RS232 Serial interface
Support automatic handshake mode
Support Remote wake-up and power management
256 bytes buffer each for upstream and downstream data flow
Support default ROM or external EEPROM for device configur ...