代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/486345/6540233
m aes_init.m
function [s_box, inv_s_box, w, poly_mat, inv_poly_mat] = aes_init
%AES_INIT Initialisation of AES-components.
%
% [S_BOX, INV_S_BOX, W, POLY_MAT, INV_POLY_MAT] = AES_INIT
% initializes AES-co
www.eeworm.com/read/294145/3919627
c sse2mmx.c
#include "sse2mmx.h"
#include "spc.h"
/* Initializes xmm6 and xmm7 with TA loaded in xmm2
*/
void init67TA() {
asm("movdqa %xmm2, %xmm7");
asm("movdqa %xmm2, %xmm6");
}
/* loads TA in xmm2
*/
www.eeworm.com/read/291165/3969548
c sse2mmx.c
#include "sse2mmx.h"
#include "spc.h"
/* Initializes xmm6 and xmm7 with TA loaded in xmm2
*/
void init67TA() {
asm("movdqa %xmm2, %xmm7");
asm("movdqa %xmm2, %xmm6");
}
/* loads TA in xmm2
*/
www.eeworm.com/read/371680/9542544
m init_r4_ns4m.m
function [x0,v0]= init_R4_NSm(mapfile,eps,x,p,ap,n,varargin)
%
% [x0,v0]= init_R4_NSm(mapfile,eps,x,p,ap,n,varargin)
% Initializes a Neimark-Sacker continuation from a R4 point if possible.
%
global c
www.eeworm.com/read/371680/9542549
m init_lppd_ns2m.m
function [x0,v0]= init_FPDm_NS2m(mapfile,eps,x,p,ap,n)
%
% [x1,v1] = init_R2n_NS2(mapfile, x, p, ap)
%
% Initializes a Neimark_Sacker of double period bifurcation continuation from a R2 point if p
www.eeworm.com/read/147682/5728138
m init_rlslattice2.m
% [ff,bb,cf,b,d,y,e,kf,kb,c]=init_rlslattice2(L,ff0,bb0,kf0,kb0,c0,cf0,b0,d0)
%
% Creates and initializes the variables required for the
% Recursive Least Squares Lattice joint process est
www.eeworm.com/read/147682/5728097
m init_ftrls.m
% [ff,bb,k,cf,c,g,w,x,d,e,y]]=init_ftrls(L,ff0,bb0,k0,cf0,c0,g0,w0,x0,d0)
%
% Creates and initializes the variables required for the
% Fast Transversal Recursive Least Squares algorithm.
www.eeworm.com/read/371680/9542095
m init_r4_lp4m2.m
function [x0,v0]= init_R4_LP4m2(mapfile,eps,x,p,ap,n,varargin)
%
% [x0,v0]= init_R4_LP4m2(mapfile,eps,x,p,ap,n)
% Initializes a fold continuation of period 4*n from a R4 point if possible
%
global cds
www.eeworm.com/read/371680/9542103
m init_r4_lp4m1.m
function [x0,v0]= init_R4_LP4m1(mapfile,eps,x,p,ap,n,varargin)
%
% [x0,v0]= init_R4_LP4m1(mapfile,eps,x,p,ap,n)
% Initializes a fold continuation of period 4*n from a R4 point if possible
%
global cds
www.eeworm.com/read/485544/6552859
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