代码搜索:initializes
找到约 4,453 项符合「initializes」的源代码
代码结果 4,453
www.eeworm.com/read/418304/10954361
m fm_ncomp.m
function fm_ncomp
% FM_NCOMP search components used in the current data
% file and initializes fields used for power
% flow computations.
%
% CHECK = FM_NCOMP
%
%see also FM_SLF
%
%A
www.eeworm.com/read/461382/7228282
c initializedvbs2.c
/* File: InitializeDVBS2.c
Description: Initializes the DVB-S2 LDPC encoder/decoder
The calling syntax is:
[H_rows, H_cols, [P]] = InitializeDVBS2( rate, size )
Where:
www.eeworm.com/read/456193/7354704
m fm_ncomp.m
function check = fm_ncomp
% FM_NCOMP search components used in the current data
% file and initializes fields used for power
% flow computations.
%
% CHECK = FM_NCOMP
%
%see also FM_
www.eeworm.com/read/143592/12858380
cpp prg8_2.cpp
// File: prg8_2.cpp
// the program initializes a 50-element vector with 5-digit random
// integers in the range 0 to 99999 and sorts the vector using the
// radix sort. it outputs the numbers in 6
www.eeworm.com/read/243737/12920388
cpp backprop.cpp
#include "backprop.h"
#include
#include
// initializes and allocates memory on heap
CBackProp::CBackProp(int nl,int *sz,double b,double a):beta(b),alpha(a)
{
// set no
www.eeworm.com/read/315150/13550112
cpp backprop.cpp
#include "backprop.h"
#include
#include
// initializes and allocates memory on heap
CBackProp::CBackProp(int nl,int *sz,double b,double a):beta(b),alpha(a)
{
// set no
www.eeworm.com/read/309102/13682312
mac mpc5500_ebi_16.mac
quiet on ; Make sure memory window refresh is off
REM This script initializes the external bus for 16-bit external memory.
REM It assumes that the MMU is already configured.
REM MPC5500_e
www.eeworm.com/read/309102/13682322
mac mpc5500_ebi_32.mac
quiet on ; Make sure memory window refresh is off
REM This script initializes the external bus for 32-bit external memory.
REM It assumes that the MMU is already configured.
REM MPC5500_e
www.eeworm.com/read/305575/13765498
m vempty.m
function[varargout]=vempty(varargin)
%VEMPTY Initializes multiple variables to empty sets.
%
% [X1,X2, ... XN]=VEMPTY is equivalent to
%
% X1=[]; X2=[]; .... XN=[];
%
% thus initializing
www.eeworm.com/read/147766/5722731
c traps.c
/*
* arch/alpha/kernel/traps.c
*
* (C) Copyright 1994 Linus Torvalds
*/
/*
* This file initializes the trap entry points
*/
#include
#include
#include