代码搜索:COMPOUND

找到约 908 项符合「COMPOUND」的源代码

代码结果 908
www.eeworm.com/read/343014/3226815

java wmround3compound1interoptest.java

/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regardin
www.eeworm.com/read/402480/2322255

c gpr_replica_compound_cmd_cm.c

/* -*- C -*- * * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rig
www.eeworm.com/read/402480/2322284

c gpr_replica_compound_cmd_api.c

/* * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * University Research and Technology * Corporation. All rights reserved.
www.eeworm.com/read/377683/9266239

test select9.test

# 2008 June 24 # # The author disclaims copyright to this source code. In place of # a legal notice, here is a blessing: # # May you do good and not evil. # May you find forgiveness for yoursel
www.eeworm.com/read/389659/8509169

m chap3_4.m

clear all; close all; A=[0.8,0.7; 0.5,0.3]; B=[0.2,0.4; 0.6,0.9]; %Compound of A and B for i=1:2 for j=1:2 AB(i,j)=max(min(A(i,:),B(:,j)')) end end %Compound of B and A
www.eeworm.com/read/167762/9953155

m chap3_4.m

clear all; close all; A=[0.8,0.7; 0.5,0.3]; B=[0.2,0.4; 0.6,0.9]; %Compound of A and B for i=1:2 for j=1:2 AB(i,j)=max(min(A(i,:),B(:,j)')) end end %Compound of B and A