搜索: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/693/457982.html
GPS编程
This code outputs various NMEA strings to a com port. The code was originally used to test naviati
This code outputs various NMEA strings to a com port. The code was
originally used to test naviation programmes.
First select the required com port and the required NMEA message string.
There is a default starting position but this can be changed to suit just by typing
in a new ...
https://www.eeworm.com/dl/658/471691.html
STL
Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Lan
Basicaly,a chatterbot is a computer program that when you provide it with some inputs in Natural Language (English, French ...) responds with something meaningful in that same language. Which means that the strength of a chatterbot could be directly measured by the quality of the ...
https://www.eeworm.com/dl/845368.html
技术资料
基于TPS54340的汽车类5V/2.1A USB充电器设计包括BOM及原理图
描述   This USB 3.0 charger provides 5V @ 2.1A over an automotive input range of 8V - 40V. It uses the integrated FET TPS54340 PWM Buck controller and implements cable voltage droop compensation. A TPS2546 charging port controller provides data line switching plus an in ...
https://www.eeworm.com/dl/835245.html
技术资料
ICN6202规格书V10
ICN6201/02 is a bridge chip which receives MIPI® DSI inputs and sends LVDS outputs.
MIPI® DSI supports up to 4 lanes and each lane operates at 1Gbps maximum; the totally maximum input
bandwidth is 4Gbps; and the MIPI defined ULPS(ultra-low-power state) is also supported. ICN6 ...
https://www.eeworm.com/dl/828916.html
技术资料
FPGA Verilog HDL设计温度传感器ds18b20温度读取并通过lcd1620和数码管显示
FPGA Verilog HDL设计温度传感器ds18b20温度读取并通过lcd1620和8位LED数码管显示的QUARTUS II 12.0工程文件,包括完整的设计文件.V源码,可以做为你的学习及设计参考。module ds18b20lcd1602display ( Clk, Rst,      DQ,   //18B20数据端口 Txd,  //串口发送端口 ...
https://www.eeworm.com/dl/831346.html
技术资料
电子书-RTL Design Style Guide for Verilog HDL540页
电子书-RTL Design Style Guide for Verilog HDL540页A FF having a fixed input value is generated from the description in the upper portion of
Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input,
and ’1’ is output when the START signal rises. ...
https://www.eeworm.com/dl/897903.html
技术资料
基于单片机AT89C51的7只LED显示十进制数码的设计与实现
笔者利用单片机引脚输出信号驱动多个指示灯,控制设备的显示状态,进一步掌握了单片机对端口输出电平的控制。控制程序设计完成后,一方面可以通过Proteus软件仿真测试控制效果;另一方面可以通过烧写单片机芯片,在硬件电路上测试控制效果。通过仿真和硬件验证,旨在加深对单片机控制系统硬件电路的认知,同时 ...
https://www.eeworm.com/dl/641/282895.html
数学计算
对于符号三角形问题
对于符号三角形问题,符号三角形的第一行有n个符号。符号可以为“+”或“-”,以下每一行的符号由上行得到,2个同号下面都是“+”,2个异号下面都是“-”。如下图所示(第一行有4个符号的符号三角中的其中的一个):
符号三角形问题要求对于给定的n,计算有多少个不同的符号三角形,使其所含的 ...
https://www.eeworm.com/dl/505/23805.html
电源技术
微电脑型数学演算式双输出隔离传送器
特点(FEATURES) 精确度0.1%满刻度 (Accuracy 0.1%F.S.) 可作各式数学演算式功能如:A+B/A-B/AxB/A/B/A&B(Hi or Lo)/|A| (Math functioA+B/A-B/AxB/A/B/A&B(Hi&Lo)/|A|/etc.....) 16 BIT 类比输出功能(16 bit DAC isolating analog output function) 输入/输出1/输出2绝缘耐压2仟伏特/1分钟(Dielectric s ...
https://www.eeworm.com/dl/505/24270.html
电源技术
简单、高效USB电源管理IC解决方案
 
Linear Technology offers a variety of devices that simplifyconverting power from a USB cable, but the LTC®3455represents the highest level of functional integration yet. The LTC3455 seamlessly manages power flowbetween an AC adapter, USB cable and Li-ion battery,wh ...