代码搜索:objects

找到约 10,000 项符合「objects」的源代码

代码结果 10,000
www.eeworm.com/read/347945/11623629

m mergelmi.m

function sys = mergelmi(varargin) % MERGELMI Merges a set of LMI objects % % MERGELMI is obsolete and should not be used. Use + instead % % See also LMI, UPDATELMI, DELLMI % Au
www.eeworm.com/read/347945/11623726

m see.m

function see(F) %see Displays internal structure of matrix variable in a constraint % Author Johan L鰂berg % $Id: see.m,v 1.3 2005/02/08 16:11:17 johanl Exp $ if length(F.clauses)
www.eeworm.com/read/347945/11623843

m binary.m

function x = binary(x) %BINARY Overloaded % % Author Johan L鰂berg % $Id: binary.m,v 1.1 2005/12/01 14:09:48 joloef Exp $ if isempty(x) x = []; else error('BINARY can only be applied
www.eeworm.com/read/347945/11623889

m logdet.m

function sys = logdet(P) % Create an object if isa(P,'sdpvar') if is(P,'hermitian') superiorto('double') superiorto('sdpvar') sys.P = {P}; sys.cx = [];
www.eeworm.com/read/347945/11624395

m integer.m

function x = integer(x) %INTEGER Overloaded % % Author Johan L鰂berg % $Id: integer.m,v 1.1 2005/12/01 14:09:48 joloef Exp $ if isempty(x) x = []; else error('INTEGER can only be appl
www.eeworm.com/read/347848/11632851

java ordered.java

public interface Ordered { public boolean precedes(Object other); /** For objects of the class o1 and o2, o1.follows(o2) == o2.preceded(o1). */ public boolean fo
www.eeworm.com/read/347142/11688880

txt gmake.txt

GNU Make简介   Make 程序最初设计是为了维护C 程序文件防止不必要的重新编译。在使用命令行编译器的时候,修改了一个工程中的头文件,如何确保包含这个头文件的所有文件都得到编译?现在10 机的版本生成是使用批处理程序,编译那些文件依赖于程序的维护者,在模块之间相互引用头文件的情况下,要将所有需要重新编译的文件找出来是一件痛苦的事情;在找到这些文件之后,修改批处理进行编译。实际 ...
www.eeworm.com/read/260887/11689996

inc msgerrorl.inc

const NextErrorLCode = 11586; const // MemoryManager ErrorLMemoryOverrunDetected = 'Memory overrun detected'; ErrorLMemoryLeakFound = 'Memory Leak Found. Lost %d byte(s)'; Erro
www.eeworm.com/read/157549/11691084

h ih263enc.h

/*==========================================================================*/ /* Copyright (C) 2000 Texas Instruments, Incorporated */ /* All Rights R
www.eeworm.com/read/157453/11703272

cpp bestfit.cpp

// best fit bin packing #include #include #include "dbst.h" #include "xcept.h" class BinNode { friend void BestFitPack(int *, int, int); friend ostream& operat