代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/369527/9641614
m qp.m
function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox QP.M, but calls
% BPMPD instead; accepts both full and sparse H and A.
% Ty
www.eeworm.com/read/172888/9683372
h unpthread.h
/* Our own header for the programs that use threads.
Include this file, instead of "unp.h". */
#ifndef __unp_pthread_h
#define __unp_pthread_h
#include "unp.h"
void Pthread_create(pthrea
www.eeworm.com/read/415219/11080178
m logsumexp.m
function s = logsumexp(b, dim)
% s = logsumexp(b) by Tom Minka
% Returns s(i) = log(sum(exp(b(:,i)))) while avoiding numerical underflow.
% s = logsumexp(b, dim) sums over dimension 'dim' instead of
www.eeworm.com/read/414988/11087295
java gerbils17.java
// holding/Gerbils17.java
// TIJ4 Chapter Holding, Exercise 17, page 422
/* Take the Gerbil class in Exercise 1 and put it into a Map instead,
* associating each Gerbil's name (e.g. "Fuzzy" or "Sp
www.eeworm.com/read/414988/11087352
java ex6(1).java
// holding/Ex6.java
// TIJ4 Chapter Holding, Exercise 6, page 406
/* Modify listFeatures.java so that it uses String instead of Pets,
* and explain any difference in results.
*/
import java.util
www.eeworm.com/read/414988/11087462
java fill41.java
// generics/Fill41.java
// TIJ4 Chapter Generics, Exercise 41, page 737
// Modify Fill2.java to use the classes in typeinfo.pets instead
// of the Coffee classes.
// Using adapters to simulate lat
www.eeworm.com/read/335571/12514344
m qp.m
function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox QP.M, but calls
% BPMPD instead; accepts both full and sparse H and A.
% Ty
www.eeworm.com/read/237896/13921319
m fluct_loss.m
function [Lf,Pd_Sw5] = fluct_loss(pd, pfa, np, sw_case)
% This fucntion calculates the SNR fluctiation loss for Swerling models
% A negative Lf value indicates SNR gain instead of loss
format long
www.eeworm.com/read/132706/14077942
m qp.m
function [xout, lambdaout, howout] = qp(H,f,A,b,VLB,VUB,x0,N,verbosein)
% Functionally equivalent to Optimization Toolbox QP.M, but calls
% BPMPD instead; accepts both full and sparse H and A.
% Ty
www.eeworm.com/read/109405/15558063
c cerebv2.c
/* Version Information:
This is Version 2, so it's for the new Cerebellum in which Btn1 is connected to B0
and the motor direction is now B1 instead of B0.
*/
/* Cereb.c is the main helper fil