代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/234576/6315692

h t3dlib7.h

// T3DLIB7.H - header file for T3DLIB7.H // watch for multiple inclusions #ifndef T3DLIB7 #define T3DLIB7 // DEFINES ////////////////////////////////////////////////////////////////// // de
www.eeworm.com/read/407373/11420166

c jccoefct.c

#define JPEG_INTERNALS #include "jinclude.h" #include "jpeglib.h" /* We use a full-image coefficient buffer when doing Huffman optimization, * and also for writing multiple-scan JPEG files.
www.eeworm.com/read/158402/11620745

java vmkernel.java

package nachos.vm; import nachos.machine.*; import nachos.threads.*; import nachos.userprog.*; import nachos.vm.*; /** * A kernel that can support multiple demand-paging user processes. */ public
www.eeworm.com/read/157516/11697004

m test_2d_pda12.m

% test_2d_PDA12.m % % Kalman filter with 2-D PDA using LP for tracking multiple targets with possibly unresolved measurements, % assuming the resolvability indicator is known. % See also: gene_2
www.eeworm.com/read/154775/11927142

c raidstart.c

/* raidstart.c : Multiple Devices tools for Linux Copyright (C) 1994-96 Marc ZYNGIER or Copyright (C) 1998 E
www.eeworm.com/read/154775/11927295

c raidlib.c

/* raidlib.c : Multiple Devices tools for Linux Copyright (C) 1994-96 Marc ZYNGIER or Copyright (C) 1998 Eri
www.eeworm.com/read/154775/11927330

copying

Multiple Devices tools for Linux Copyright (C) 1997 Gadi Oxman, Ingo Molnar, Miguel de Icaza Copyright (C) 1998
www.eeworm.com/read/257436/11927439

cpp multitonegentest_sim.cpp

// // File = multitonegentest_sim.cpp // #define SIM_NAME "MultiToneGenTest\0" #define SIM_TITLE "Multiple Tone Generator Test\0" #include "global_stuff.h" #include "multi_tone_gen.h" #
www.eeworm.com/read/343762/11928605

m ar2rc.m

function [MX,res,arg3] = ar2rc(ar); % converts autoregressive parameters into reflection coefficients % with the Durbin-Levinson recursion for multiple channels % function [AR,RC,PE] = ar2rc(AR); %
www.eeworm.com/read/343227/11962922

m mix.m

function [w_, mu_, Sigma_, logl] = mix (X, w, mu, Sigma, n_it) %mix Performs multiple iterations of the EM algorithm for a mixture model. % This is just a call to the lower-level functions.