代码搜索:consistent

找到约 2,698 项符合「consistent」的源代码

代码结果 2,698
www.eeworm.com/read/152843/5655998

c consistent.c

/* * arch/sh/mm/consistent.c * * Copyright (C) 2004 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main dire
www.eeworm.com/read/152843/5656228

c consistent.c

/* * arch/sh/cchips/voyagergx/consistent.c * * Copyright (C) 2004 Paul Mundt * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in
www.eeworm.com/read/152843/5657645

c consistent.c

/* * linux/arch/arm/mm/consistent.c * * Copyright (C) 2000-2004 Russell King * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Pu
www.eeworm.com/read/473219/6848978

m consistent.m

function keep = consistent(exponent_m,exponent_p) %CONSISTENT Internal function to reduce monomials in SOS problem % Author Johan L鰂berg % $Id: consistent.m,v 1.5 2005/05/27 16:19:13 joloef Exp $
www.eeworm.com/read/193277/8241936

m consistent.m

function keep = consistent(exponent_m,exponent_p) % CONSISTENT Removes monomials using diagonal inconsistency % % V = CONSISTENT(V,P) % % Input % P : Scalar SDPVAR object % V : Vector with SD
www.eeworm.com/read/360995/10069966

m consistent_occ.m

function [w1,optval] = consistent_occ(x,w,fracrej,range,nrbags,varargin) %CONSISTENT_OCC % % W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS) % % Optimize the hyperparameters of method W. W should con
www.eeworm.com/read/451547/7461942

m consistent_occ.m

function [w1,optval] = consistent_occ(x,w,fracrej,range,nrbags,varargin) %CONSISTENT_OCC % % W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS) % % Optimize the hyperparameters of method W. W should con
www.eeworm.com/read/397111/8067223

m consistent_occ.m

function [w1,fracout,err_thr] = consistent_occ(x,w,fracrej,range,nrbags,varargin) %CONSISTENT_OCC % % W = CONSISTENT_OCC(X,W,FRACREJ,RANGE,NRBAGS) % % Optimize the hyperparameters of method W. W s
www.eeworm.com/read/323119/13352356

result consistent_snapshot.result

drop table if exists t1; create table t1 (a int) engine=innodb; start transaction with consistent snapshot; insert into t1 values(1); select * from t1; a commit; delete from t1; start transaction; ins
www.eeworm.com/read/323119/13353056

test consistent_snapshot.test

-- source include/have_innodb.inc --disable_warnings drop table if exists t1; --enable_warnings connect (con1,localhost,root,,); connect (con2,localhost,root,,); ### Test 1: ### - While a consisten