搜索:parallel output
找到约 896 项符合「parallel output」的查询结果
结果 896
按分类筛选
- 全部
- 技术资料 (281)
- 单片机编程 (48)
- 电源技术 (41)
- matlab例程 (37)
- 单片机开发 (34)
- 其他 (29)
- 模拟电子 (24)
- 数学计算 (20)
- 汇编语言 (20)
- 人工智能/神经网络 (20)
- VHDL/FPGA/Verilog (20)
- 书籍 (17)
- 其他书籍 (16)
- 微处理器开发 (14)
- 编译器/解释器 (12)
- Java编程 (12)
- 数值算法/人工智能 (11)
- Linux/Unix编程 (11)
- 其他嵌入式/单片机内容 (11)
- 书籍源码 (10)
- 可编程逻辑 (10)
- 传感与控制 (8)
- 驱动编程 (8)
- 嵌入式/单片机编程 (8)
- 文章/文档 (8)
- 压缩解压 (7)
- 软件设计/软件工程 (7)
- 电子书籍 (6)
- 教程资料 (6)
- Java书籍 (6)
- DSP编程 (5)
- 资料/手册 (5)
- 测试测量 (5)
- 通讯编程文档 (5)
- 数据结构 (5)
- 加密解密 (4)
- 软件工程 (4)
- Internet/网络编程 (4)
- 网络 (4)
- 文件格式 (4)
- 中间件编程 (4)
- 行业发展研究 (4)
- 论文 (4)
- 开关电源 (3)
- 通讯/手机编程 (3)
- 嵌入式综合 (3)
- uCOS (3)
- 其他行业 (3)
- 系统设计方案 (3)
- 并行计算 (3)
- C/C++语言编程 (2)
- 无线通信 (2)
- 设计相关 (2)
- 学术论文 (2)
- 开发工具 (2)
- ARM (2)
- 通信网络 (2)
- 工控技术 (2)
- 串口编程 (2)
- USB编程 (2)
- 嵌入式Linux (2)
- STL (2)
- 并口编程 (2)
- JavaScript (2)
- VC书籍 (2)
- 源码 (2)
- 软件 (2)
- PCB相关 (1)
- 仿真技术 (1)
- 其他文档 (1)
- 技术书籍 (1)
- 源码/资料 (1)
- Modem编程 (1)
- *行业应用 (1)
- Applet (1)
- 多国语言处理 (1)
- 金融证券系统 (1)
- CA认证 (1)
- VxWorks (1)
- Windows CE (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- GPS编程 (1)
- Jsp/Servlet (1)
- 3G开发 (1)
- 精品软件 (1)
- VIP专区 (1)
- 电路图 (1)
- 手册 (1)
https://www.eeworm.com/dl/644/153518.html
汇编语言
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and pri
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file.
&#8226 Assume a file with correct data (no garbage, characters, etc.).
&#8226 you must check and provide appropriate execution for ...
https://www.eeworm.com/dl/897744.html
技术资料
基于单片机的功率可调模拟负载设计
阐述了功率可调模拟负载设计必要性,分析了功率可调模拟负载硬件设计与软件设计。该设计可以调节模拟负载输出功率,测试供电电源带负载能力及抗负载波动干扰能力,可方便应用于供电电源性能测试。The necessity of power adjustable load simulator design is expounded, and the hardware design and sof ...
https://www.eeworm.com/dl/641/284429.html
数学计算
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if
A = 1 2 3 then B = 3 2 1
4 5 6 6 5 4
7 8 9 9 8 7
Write a main program to call reverse(A) for th ...
https://www.eeworm.com/dl/655/179198.html
微处理器开发
his project was built and tested with WinAVR-20060125. Make sure the MCU target define in the Mak
his project was built and tested with WinAVR-20060125.
Make sure the MCU target define in the Makefiles corresponds to the AVR you are using!!
To build the code, just install WinAVR and run "make" from the console in echomaster and
echoslave subdirs.
"make program" will prog ...
https://www.eeworm.com/dl/829511.html
技术资料
PW2330-2.0.pdf规格书下载
PW2330 develops a high efficiency synchronous step down DC-DC converter capable of delivering3A output current. PW2330 operates over a wide input voltage range from 4.5V to 30V andintegrates main switch and synchronous switch with very low RDS(ON) to minimize the conductionloss. ...
https://www.eeworm.com/dl/829525.html
技术资料
PW2205-2.0.pdf规格书下载
PW2205 develops a high efficiency synchronous step-down DC-DC converter capable of delivering5A output current. PW2205 operates over a wide input voltage range from 4.5V to 30V andintegrates main switch and synchronous switch with very low RDS(ON) to minimize the conductionloss.P ...
https://www.eeworm.com/dl/665/469698.html
matlab例程
Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 ...
https://www.eeworm.com/dl/745257.html
技术资料
IIC接口E2PROM(AT24C64) 读写VERILOG 驱动源码+仿真激励文件: module
IIC接口E2PROM(AT24C64) 读写VERILOG 驱动源码+仿真激励文件:module i2c_dri    #(      parameter   SLAVE_ADDR = 7'b1010000   ,  //EEPROM从机地址      parameter   CLK_FREQ   = 26'd50_000_000, ...
https://www.eeworm.com/dl/502/29063.html
单片机编程
C8051F020
HIGH SPEED 8051 μC CORE
- Pipe-lined Instruction Architecture; Executes 70% of Instructions in 1 or 2
System Clocks
- Up to 25MIPS Throughput with 25MHz System Clock
- 22 Vectored Interrupt Sources
MEMORY
- 4352 Bytes Internal Data RAM (256 + 4k)
- 64k Bytes In-System ...
https://www.eeworm.com/dl/522115.html
书籍
Signal Processing for Telecommunications
This paper presents a Hidden Markov Model (HMM)-based speech
enhancement method, aiming at reducing non-stationary noise from speech
signals. The system is based on the assumption that the speech and the noise
are additive and uncorrelated. Cepstral features are used to extract s ...