搜索结果
找到约 647 项符合
Output job 的查询结果
源码 运动会源代码
#include&nbsp;<malloc.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdio.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<stdlib.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#include&nbsp;<string.h>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
#define&nbsp;NULL&nbsp;0&nbsp;&nbsp; &nbsp;&nbsp ...
书籍 MAX5302
12bit 低功耗DAC 数模转换器
The MAX5302 combines a low-power, voltage-output,
12-bit digital-to-analog converter (DAC) and a precision
output amplifier in an 8-pin µMAX package. It operates
from a single +5V supply, drawing less than 280µA of
supply current.
技术资料 AP2406技术手册
The AP2406 is a 1.5Mhz constant frequency, slope compensated current mode PWM step-down converter. The device integrates a main switch and a synchronous rectifier for high efficiency without an external Schottky diode. It is ideal for powering portable equipment that runs from a single cell lithium- ...
源码 12345
/****************temic*********t5557***********************************/ &nbsp;&nbsp;
#include &nbsp; <at892051.h> &nbsp; &nbsp;
#include &nbsp; <string.h> &nbsp;&nbsp;
#include &nbsp; <intrins.h> &nbsp; &nbsp;
#include &nbsp; <stdio.h> &nbsp; &nbsp;
#define &nbsp; &nbsp;uchar &nbsp; &nbsp;unsign ...
源码 BP神经网络matlab源程序代码
BP神经网络matlab源程序代码
%% &nbsp;该代码为 BP 神经网络的预测代码
% &nbsp;清空环境变量
&nbsp;
clc&nbsp;
clear&nbsp;
% &nbsp;
%% &nbsp;网络结构建立
&nbsp;
% 读取数据
&nbsp;
load data input output&nbsp;
input=data(;,1;2;3;4;5);
output=data(;,5);
%节点个数
&nbsp;
&nbsp;
%训练数据和预测数 ...
手册 Dual USB High-Side Power Switch
The SP2526A device is a dual +3.0V to +5.5V USB Supervisory Power Control Switch ideal
for self-powered and bus-powered Universal Serial Bus (USB) applications. Each switch has
low on-resistance (110mΩ typical) and can supply 500mA minimum. The fault currents are
limited to 1.0A typical and the fla ...
技术资料 L9352B
Description
The L9352B is an integrated quad low-side power
switch to drive inductive loads like valves used in
ABS systems. Two of the four channels are
current regulators with current range from 0 mA to
2.25 A.
All channels are protected against fail functions.
They are monitored by a status outpu ...
电路图 AZ1117H
The AZ1117 is a series of low dropout three-terminal regulators with a dropout of 1.15V at 1A output current.
The AZ1117 series provides current limiting and thermal shutdown. Its circuit includes a trimmed bandgap reference to assure output voltage accuracy to be within 1% for 1.5V, 1.8V, 2.5V, 2.8 ...
软件 java实现大整数运算
在包 hugeinteger 中创建功能类 HugeInteger,该类用来存放和操作一个不超过
40 位的大整数。
(1) 定义一个构造函数,用来对大整数进行初始化。参数为一个字符串。
(2) 定义 input 成员函数,实现大整数的重新赋值。参数为一个字符串,无返回
值。
(3) 定义 output 成员函数,将大整数输出到屏幕上。无参数无返回值。
(4) ...