搜索:LED Matrix
找到约 8,227 项符合「LED Matrix」的查询结果
结果 8,227
按分类筛选
- 全部
- 技术资料 (3517)
- 单片机开发 (1540)
- 单片机编程 (328)
- 汇编语言 (213)
- 嵌入式/单片机编程 (211)
- 微处理器开发 (206)
- 电源技术 (171)
- 其他 (156)
- LED驱动及控制 (146)
- VHDL/FPGA/Verilog (127)
- VIP专区 (119)
- 其他嵌入式/单片机内容 (110)
- DSP编程 (108)
- 嵌入式Linux (74)
- Linux/Unix编程 (60)
- uCOS (50)
- matlab例程 (47)
- 源码 (46)
- 系统设计方案 (43)
- 学术论文 (42)
- 技术书籍 (38)
- 其他书籍 (37)
- 数学计算 (35)
- 软件设计/软件工程 (28)
- 其他 (26)
- 文件格式 (24)
- 行业应用文档 (22)
- 文章/文档 (22)
- 书籍 (21)
- 教程资料 (20)
- 数值算法/人工智能 (18)
- 串口编程 (18)
- Windows CE (18)
- 书籍源码 (17)
- 手册 (16)
- 单片机相关 (16)
- 压缩解压 (16)
- Delphi控件源码 (16)
- 技术教程 (15)
- 开发工具 (15)
- 嵌入式综合 (15)
- C/C++语言编程 (14)
- 电子书籍 (14)
- 教程资料 (14)
- VC书籍 (14)
- 经验分享 (13)
- 通讯/手机编程 (13)
- 驱动编程 (12)
- Java编程 (12)
- 数据结构 (11)
- 电子书籍 (10)
- 设计相关 (10)
- 电子技术 (10)
- 可编程逻辑 (10)
- 编译器/解释器 (10)
- 软件 (8)
- 电路图 (8)
- 实用工具 (8)
- 模拟电子 (8)
- 通讯编程文档 (8)
- 人工智能/神经网络 (8)
- 其他行业 (8)
- 应用设计 (7)
- 操作系统开发 (7)
- PCB图/BOM单/原理图 (7)
- 其他文档 (7)
- 论文 (6)
- 经验 (6)
- VHDL/Verilog/EDA源码 (6)
- 无线通信 (6)
- 电子元器件应用 (6)
- 资料/手册 (6)
- 通信网络 (6)
- 技术管理 (6)
- 行业发展研究 (6)
- 测试测量 (5)
- 教程资料 (5)
- 精品软件 (5)
- 数字处理及显示 (4)
- 汇编编程 (4)
- 软件工程 (4)
- 传感与控制 (4)
- *行业应用 (4)
- USB编程 (4)
- VxWorks (4)
- 笔记 (3)
- 电子大赛 (3)
- 开发板 (3)
- 实用电子技术 (3)
- 接口技术 (3)
- 加密解密 (3)
- 数据库系统 (3)
- 仿真技术 (3)
- ARM (3)
- 工控技术 (3)
- Internet/网络编程 (3)
- SCSI/ASPI (3)
- 网络 (3)
- 家庭/个人应用 (3)
- 中间件编程 (3)
https://www.eeworm.com/dl/653/196340.html
嵌入式Linux
The aim of this application note is to show to scan the 4x4 matrix keypad multiplexed with a four
The aim of this application note is to show to scan the 4x4 matrix keypad
multiplexed with a four 7-segment display. The software attached to this application
note scans the pressed key and displays it on the multiplexed 7- segment LEDs.
This application note makes obvious Int ...
https://www.eeworm.com/dl/617/248202.html
压缩解压
Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Natu
Code to run the Non-negative Matrix Factorization algorithm as presented in the Lee, Seung 1999 Nature paper.
https://www.eeworm.com/dl/641/259304.html
数学计算
Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any si
Using Gaussian elimination to solve linear equations.
// In this version, we allow matrix of any size. This is done by treating
// the name of a 2-dimensional array as pointer to the beginning of the
// array. This makes use of the fact that arrays in C are stored in
// row-major ...
https://www.eeworm.com/dl/665/425784.html
matlab例程
This function seperates a 2D matrix into its X and Y components if by definition the kernel is sepe
This function seperates a 2D matrix into its X and Y components if by
definition the kernel is seperable (rank==1).
https://www.eeworm.com/dl/641/464862.html
数学计算
Matrix_and_Vector packetMatrix_and_Vector packetMatrix_and_Vector packetMatrix_and_Vector packetMatr
Matrix_and_Vector packetMatrix_and_Vector packetMatrix_and_Vector packetMatrix_and_Vector packetMatrix_and_Vector packet
https://www.eeworm.com/dl/921402.html
技术资料
基于多模型的动态矩阵控制Dynamic Matrix Control based on Multiple Models
针对动态特性随工况而变化的复杂工业过程,本文提出一种基于多模型的动态矩阵控制。根据被控对象参数的变化范围建立多个模型,同时建立以模型输出误差为变量的具有积分特点的指标切换函数。在每一采样时刻根据 ...
https://www.eeworm.com/dl/654/171605.html
数据结构
一种基于二维链表的稀疏矩阵模半板类设计 A template Class of sparse matrix. Key technology: bin,2-m linked matrix. con
一种基于二维链表的稀疏矩阵模半板类设计
A template Class of sparse matrix.
Key technology: bin,2-m linked matrix.
constructors: 1.normal constuctor 2.copy constuctor. 3.assignment constructor.
Basic operator: 1. addition(sub) of two matrix
2. inverse of a matrix.
3. multiply o ...
https://www.eeworm.com/dl/633/323600.html
Java编程
美国标准化组织和马里兰大学共同开发.实现java matrix包. JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QR
美国标准化组织和马里兰大学共同开发.实现java matrix包.
JAMA由六个java类组成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition .
它提供了广泛的构造函数,丰富的get,set访问子matrix和元素matrix.
基本的矩阵操作有:矩阵的 ...
https://www.eeworm.com/dl/901334.html
技术资料
1113A High Current LED Driver LED
LED1113/A is a low dropout current regulator for high current LED Driver. The output current wasdeci