搜索结果
找到约 474 项符合
BOARD 的查询结果
按分类筛选
- 全部分类
- 微处理器开发 (55)
- VHDL/FPGA/Verilog (32)
- 单片机开发 (30)
- 技术资料 (24)
- 单片机编程 (23)
- 嵌入式/单片机编程 (23)
- 文章/文档 (19)
- 系统设计方案 (18)
- 其他嵌入式/单片机内容 (14)
- 嵌入式Linux (14)
- 其他 (14)
- 可编程逻辑 (13)
- Windows CE (13)
- 其他书籍 (13)
- 电源技术 (12)
- VIP专区 (11)
- Linux/Unix编程 (10)
- 教程资料 (8)
- DSP编程 (8)
- PCB相关 (7)
- 嵌入式综合 (6)
- USB编程 (6)
- Java编程 (6)
- VxWorks (6)
- 驱动编程 (5)
- 软件设计/软件工程 (5)
- 通讯编程文档 (5)
- 模拟电子 (4)
- J2ME (4)
- 数据结构 (4)
- 汇编语言 (4)
- Internet/网络编程 (3)
- 压缩解压 (3)
- 通信网络 (2)
- 无线通信 (2)
- 开发工具 (2)
- 游戏 (2)
- 电子书籍 (2)
- 网络 (2)
- 串口编程 (2)
- GPS编程 (2)
- 数学计算 (2)
- 通讯/手机编程 (2)
- 手册 (2)
- 开发板 (2)
- 书籍 (2)
- 学术论文 (1)
- 电路图 (1)
- 资料/手册 (1)
- 教程资料 (1)
- 机械电子 (1)
- C/C++语言编程 (1)
- 测试测量 (1)
- 接口技术 (1)
- 仿真技术 (1)
- 手机WAP编程 (1)
- 操作系统开发 (1)
- Java书籍 (1)
- VC书籍 (1)
- matlab例程 (1)
- 书籍源码 (1)
- 其他行业 (1)
- 中间件编程 (1)
- 数值算法/人工智能 (1)
- JavaScript (1)
- 行业发展研究 (1)
- 软件工程 (1)
- 其他文档 (1)
- PCB图/BOM单/原理图 (1)
- 源码 (1)
- 习题答案 (1)
- 应用设计 (1)
Windows CE Schematics for Clabsys s WMB2443 board
Schematics for Clabsys s WMB2443 board
数据结构 void Knight(int i , int j) { // printf("%d %dn",i,j) if (board[i][j] != 0 || i < 0 || i >=
void Knight(int i , int j)
{
// printf("%d %dn",i,j)
if (board[i][j] != 0 || i < 0 || i >= Size || j < 0 || j >= Size )
{
return
}
step++
board[i][j]=step
if (step == Size*Size)
{
showboard()
system("PAUSE")
return
}
//DFS
Knight(i-2,j-1) //left
Knight(i-2,j+1)
Knight(i+2,j-1) //right ...
文章/文档 car dvd schmatic of board
car dvd schmatic of board
Linux/Unix编程 ADI Nand boot bsp file for ADI board
ADI Nand boot bsp file for ADI board
其他书籍 The Cyclone® III PCI development board provides a hardware platform for developing and prototypi
The Cyclone&reg III PCI development board provides a hardware platform for developing and
prototyping low-power, high-performance, logic-intensive PCI-based designs. The board provides a
high-density of the memory to facilitate the design and development of FPGA designs which need
huge memory storag ...
VHDL/FPGA/Verilog Raggedstone1 IP core. Raggedstone1 is a low-cost Spartan3 FPGA based PCI development board made by
Raggedstone1 IP core.
Raggedstone1 is a low-cost Spartan3 FPGA based PCI development board made by Enterpoint Ltd.
微处理器开发 freescale badge board 开发板测试 源程序
freescale badge board 开发板测试 源程序,按下八个键,分别完成不同的功能,包括欢迎画面设置,加速度传感器测试等
VHDL/FPGA/Verilog 基于DE2 development board的工程用来显示N制的电视信号。
基于DE2 development board的工程用来显示N制的电视信号。
文章/文档 Samsung ARM 2440 utilities for Dev Board
Samsung ARM 2440 utilities for Dev Board
VxWorks This file contains board-specific information for the Motorola cpv3060 target board. Specifically,
This file contains board-specific information for the Motorola cpv3060
target board. Specifically, this file contains information on any BSP
interface changes from previous software or hardware versions, and
contains caveats that the user must be aware of before using this BSP.
Additionally, the tar ...