搜索结果
找到约 593 项符合
Output 的查询结果
按分类筛选
- 全部分类
- 技术资料 (63)
- 电源技术 (41)
- 单片机编程 (41)
- matlab例程 (32)
- 其他 (30)
- 单片机开发 (25)
- 模拟电子 (23)
- 数学计算 (23)
- 汇编语言 (20)
- 人工智能/神经网络 (18)
- VHDL/FPGA/Verilog (17)
- 编译器/解释器 (16)
- 数据结构 (13)
- 书籍 (13)
- Java编程 (12)
- 数值算法/人工智能 (11)
- 微处理器开发 (9)
- 传感与控制 (8)
- 可编程逻辑 (8)
- 其他嵌入式/单片机内容 (8)
- 其他书籍 (8)
- 压缩解压 (7)
- 书籍源码 (7)
- 驱动编程 (6)
- Java书籍 (6)
- 文章/文档 (6)
- 资料/手册 (5)
- 测试测量 (5)
- DSP编程 (5)
- 嵌入式/单片机编程 (5)
- 教程资料 (4)
- Internet/网络编程 (4)
- 软件设计/软件工程 (4)
- Linux/Unix编程 (4)
- 加密解密 (4)
- 论文 (4)
- 开关电源 (3)
- uCOS (3)
- 通讯/手机编程 (3)
- 电子书籍 (3)
- 源码 (3)
- 学术论文 (2)
- 通信网络 (2)
- 嵌入式综合 (2)
- 无线通信 (2)
- C/C++语言编程 (2)
- 开发工具 (2)
- 设计相关 (2)
- 串口编程 (2)
- 其他行业 (2)
- 文件格式 (2)
- 中间件编程 (2)
- VC书籍 (2)
- 网络 (2)
- 嵌入式Linux (2)
- STL (2)
- 行业发展研究 (2)
- JavaScript (2)
- 软件 (2)
- PCB相关 (1)
- 技术书籍 (1)
- 工控技术 (1)
- *行业应用 (1)
- CA认证 (1)
- USB编程 (1)
- 技术管理 (1)
- SQL Server (1)
- 邮电通讯系统 (1)
- 软件工程 (1)
- VxWorks (1)
- Windows CE (1)
- Jsp/Servlet (1)
- Applet (1)
- 金融证券系统 (1)
- 多国语言处理 (1)
- Modem编程 (1)
- 通讯编程文档 (1)
- GPS编程 (1)
- 3G开发 (1)
- 游戏 (1)
- 仿真技术 (1)
- 源码/资料 (1)
- 其他文档 (1)
- 手册 (1)
- 电路图 (1)
- VIP专区 (1)
数值算法/人工智能 Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs
Batch version of the back-propagation algorithm.
% Given a set of corresponding input-output pairs and an initial network
% [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the
% network with backpropagation.
%
% The activation functions must be either linear or tanh. The network
...
人工智能/神经网络 Produces a matrix of derivatives of network output w.r.t. % each network weight for use in the func
Produces a matrix of derivatives of network output w.r.t.
% each network weight for use in the functions NNPRUNE and NNFPE.
VHDL/FPGA/Verilog verilog code 4-bit carry look-ahead adder output [3:0] s //summation output cout //carryout inpu
verilog code
4-bit carry look-ahead adder
output [3:0] s //summation
output cout //carryout
input [3:0] i1 //input1
input [3:0] i2 //input2
input c0 //前一級進位
VHDL/FPGA/Verilog verilog code 16-bit carry look-ahead adder output [15:0] sum // 相加總和 output carryout // 進位 input
verilog code
16-bit carry look-ahead adder
output [15:0] sum // 相加總和
output carryout // 進位
input [15:0] A_in // 輸入A
input [15:0] B_in // 輸入B
input carryin // 第一級進位 C0
VHDL/FPGA/Verilog verilog code array_multiplier output [7:0] product input [3:0] wire_x input [3:0] wire_y
verilog code
array_multiplier
output [7:0] product
input [3:0] wire_x
input [3:0] wire_y
VHDL/FPGA/Verilog verilog code radix-2 SRT divider input [7:0]Dividend input [3:0]Divisor output [4:0]Quotient
verilog code
radix-2 SRT divider
input [7:0]Dividend
input [3:0]Divisor
output [4:0]Quotient
output [8:0]Remainder
其他 编写input()和output()函数输入
编写input()和output()函数输入,输出5个学生的数据记录,主要练习使用这两个函数
单片机开发 本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode)
本例展示了如何设置TIM工作在输出比较-非主动模式(Output Compare Inactive mode),并产生相应的中断。
TIM2时钟设置为36MHz,预分频设置为35999,TIM2计数器时钟可表达为:
TIM2 counter clock = TIMxCLK / (Prescaler +1) = 1 KHz
设置TIM2_CCR1寄存器值为1000, CCR1寄存器值1000除以TIM2计数器时钟频率1KHz,为1000 ...
单片机开发 OC0 output mode 设定了pwm输出控制选择
OC0 output mode 设定了pwm输出控制选择
其他 Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than f
Input : A set S of planar points
Output : A convex hull for S
Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return.
Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR .
Step 3: Recursi ...