搜索: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/505/24316.html
电源技术
使用5V电源的高分辨率视频解决方案
 
Video cable driver amplifi er output stages traditionallyrequire a supply voltage of at least 6V in order to providethe required output swing. This requirement is usuallymet with 5V supplies by adding a boost regulator or asmall local negative rail, say via the popular ...
https://www.eeworm.com/dl/532/229173.html
书籍源码
已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K
已知:Sn= 1+1/2+1/3+…+1/n。显然对于任意一个整数K,当n足够大的时候,Sn大于K。
现给出一个整数K(1<=k<=15),要求计算出一个最小的n;使得Sn>K。
Input
键盘输入 k
Output
屏幕输出 n
Sample Input
1
Sample Output
...
https://www.eeworm.com/dl/654/159576.html
数据结构
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1. Input
2^x mod n = 1 acm竞赛题 Give a number n, find the minimum x that satisfies 2^x mod n = 1.
Input
One positive integer on each line, the value of n.
Output
If the minimum x exists, print a line with 2^x mod n = 1.
Print 2^? mod n = 1 otherwise.
You should replace x and n wi ...
https://www.eeworm.com/dl/857159.html
技术资料
TI步进电机驱动芯片drv8825,32细分
The DRV8825 provides an integrated motor driver solution for printers, scanners, and other automated equipment applications. The device has two H-bridge drivers and a microstepping indexer, and is intended to drive a bipolar stepper motor. The output driver block consists of N-ch ...
https://www.eeworm.com/dl/918189.html
技术资料
PVFS代码结构及并行Met 服务研究
PVFS(Parallel Virtual File System)广泛应用于PC 集群并行计算环境中,通过ROMIO 形式的MPI-IO 接口与MPICH 结合,用于提高数据文件的访问性能,通过对P
https://www.eeworm.com/dl/926380.html
技术资料
基于POOSL 的系统性能建模与性能分析
本文介绍了面向对象的并行描述语言(POOSL,Parallel Object-Oriented Specification Language)的基本语义语法及相关的建模工具,并通过对一个基本的包交换系
https://www.eeworm.com/dl/641/279379.html
数学计算
The program md.f implements a simple molecular dynamics simulation in continuous real space. The vel
The program md.f implements a simple molecular dynamics simulation in continuous real space. The velocity Verlet algorithm is used to implement the time stepping. The force and energy computations are performed in parallel, as is the time integration. (The program uses some Fortr ...
https://www.eeworm.com/dl/687/429628.html
其他嵌入式/单片机内容
This is an interface program for flip flop emulation. At first pulse at the input pin the apropriate
This is an interface program for flip flop emulation. At first pulse at the input pin the apropriate output will latch and at the second pulse will release. Very short and efficient program
https://www.eeworm.com/dl/857354.html
技术资料
利用51单片机的定时器,在普通IO口输出PWM波形-
利用51单片机的定时器,在普通IO口输出PWM波形-The use of 51 MCU timer, the common IO port output PWM waveform
https://www.eeworm.com/dl/830972.html
技术资料
CH341系列编程器芯片usb转串口Altium Designer AD原理图库元件库
&nbsp;CH341系列编程器芯片usb转串口Altium Designer AD原理图库元件库CSV text has been written to file : 1.9 - CH341系列编程器芯片.csvLibrary Component Count : 56Name&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Description-------------------------------------------------- ...