搜索结果
找到约 82 项符合
Demonstrate 的查询结果
按分类筛选
- 全部分类
- 其他 (7)
- matlab例程 (6)
- 驱动编程 (6)
- Linux/Unix编程 (6)
- 嵌入式/单片机编程 (4)
- VIP专区 (4)
- 微处理器开发 (3)
- 其他书籍 (3)
- 汇编语言 (2)
- 数值算法/人工智能 (2)
- 通讯编程文档 (2)
- 单片机开发 (2)
- 压缩解压 (2)
- DSP编程 (2)
- 文章/文档 (2)
- VC书籍 (2)
- Java编程 (2)
- 论文 (2)
- 书籍 (2)
- 电源技术 (1)
- 单片机编程 (1)
- TAPI编程 (1)
- USB编程 (1)
- 网络 (1)
- 软件设计/软件工程 (1)
- 技术管理 (1)
- 文件格式 (1)
- 操作系统开发 (1)
- 电子书籍 (1)
- Jsp/Servlet (1)
- Applet (1)
- 认证考试资料 (1)
- JavaScript (1)
- 软件工程 (1)
- 行业发展研究 (1)
- 嵌入式Linux (1)
- Java书籍 (1)
- Internet/网络编程 (1)
- *行业应用 (1)
- 技术资料 (1)
TAPI编程 The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one
The TapiComm sample uses both the Telephony API and the Win32 Communications API to demonstrate one way to implement a very simple TTY application. While the user interface and TTY emulation are very rudimentary, the TAPI and comm modules are fairly complete.
嵌入式/单片机编程 demonstrate how to use the bulk endpoint pairing feature of the EZ-USB chip
demonstrate how to use the bulk endpoint pairing feature of the EZ-USB chip
USB编程 The purpose of this code is to demonstrate how to utilize EZUSB FX GPIF interface.
The purpose of this code is to demonstrate how to utilize EZUSB FX GPIF interface.
嵌入式/单片机编程 We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
汇编语言 CMCRC.ASM is a simple program just to demonstrate how to compute the CRC-16 and CRC-32 using the c
CMCRC.ASM is a simple program just to demonstrate how to compute the
CRC-16 and CRC-32 using the crc16_table and crc32_table that were
generated by CRCTABLE.
数值算法/人工智能 A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional
A program to demonstrate the optimization process of particle swarm optimization. A two-dimensional objective function is visualized by level of grey: the lighter the color, the higher the function value. The particles are shown as red circles, their trajectory as red lines.
数值算法/人工智能 A program to demonstrate the optimization process of ant colony optimization for the traveling salem
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the ...
其他 Owing to the applet Gantt chart source yard, already Chinese melt, Gantt chart can demonstrate a Chi
Owing to the applet Gantt chart source yard, already Chinese melt, Gantt chart can demonstrate a Chinese character
嵌入式/单片机编程 This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads W
This designs uses a Nios II system to demonstrate how to read from the SD card. The software reads WAV files from the SD card and plays it through the LINE OUT line. Simply put a SD card into the slot on the board and connect some speakers to the LINE OUT port.Preparing the SD card
matlab例程 % PURPOSE : Demonstrate the differences between the following % filters on a simple DBN. % % 3)
% PURPOSE : Demonstrate the differences between the following
% filters on a simple DBN.
%
% 3) Particle Filter (PF)
% 4) PF with Rao Blackwellisation (RBPF)