代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/220289/14844038
m mlpweightinit.m
function [W1, B1, W2, B2, W3, B3, W4, B4] = mlpweightinit(nodes)
% MLPWEIGHTINIT Initializes the weights of a ReBEL MLP feedforward neural network
%
% [W1, B1, W2, B2, W3, B3, W4, B4] = mlpweigh
www.eeworm.com/read/359369/2978608
m mlpweightinit.m
function [W1, B1, W2, B2, W3, B3, W4, B4] = mlpweightinit(nodes)
% MLPWEIGHTINIT Initializes the weights of a ReBEL MLP feedforward neural network
%
% [W1, B1, W2, B2, W3, B3, W4, B4] = mlpweigh
www.eeworm.com/read/153670/5645500
c i2c.c
#include "i2c.h"
/* Initializes I2C Module */
void i2c_init(T_i2c *sti2c)
{
/* Disable core and interrupts */
sti2c->u16control = 0;
/* Prescale to 10 - 50M/5*100K-1 = 100 = 0x64 */
sti2c->u1