代码搜索:consistent
找到约 2,698 项符合「consistent」的源代码
代码结果 2,698
www.eeworm.com/read/458493/7295621
txt revisionhistory.txt
revisionHistory Listing of changes to the NMM Toolbox
Version 1.04 released 02-Feb-2003
Changes:
o compSplinePlot -- fixed legend so that curves are correctly labelled
o insta
www.eeworm.com/read/458488/7296046
txt revisionhistory.txt
revisionHistory Listing of changes to the NMM Toolbox
Version 1.04 released 02-Feb-2003
Changes:
o compSplinePlot -- fixed legend so that curves are correctly labelled
o insta
www.eeworm.com/read/331961/12794252
m fetruss2.m
function [k,m]=fetruss2(el,leng,area,rho,beta,ipt)
%--------------------------------------------------------------
% Purpose:
% Stiffness and mass matrices for the 2-d truss element
% n
www.eeworm.com/read/144399/12797234
txt revisionhistory.txt
revisionHistory Listing of changes to the NMM Toolbox
Version 1.04 released 02-Feb-2003
Changes:
o compSplinePlot -- fixed legend so that curves are correctly labelled
o insta
www.eeworm.com/read/304673/13789376
m a_sub.m
function a=a_sub(a1,a2)
%
% A=A_SUB(A1,A2)
% Subtract two angles so that the result
% always remains between +/- pi
%
% simple function to get angle subtraction consistent
a=a1-a2;
%
www.eeworm.com/read/304670/13789682
m a_sub.m
function a=a_sub(a1,a2)
%
% A=A_SUB(A1,A2)
% Subtract two angles so that the result
% always remains between +/- pi
%
% simple function to get angle subtraction consistent
a=a1-a2;
%
www.eeworm.com/read/130122/5964161
java id.java
package com.croftsoft.core.util.id;
import java.io.Serializable;
/*********************************************************************
* An Id is used for consistent cross-
www.eeworm.com/read/128531/5986027
c cachemap.c
/*
* PowerPC version derived from arch/arm/mm/consistent.c
* Copyright (C) 2001 Dan Malek (dmalek@jlc.net)
*
* linux/arch/arm/mm/consistent.c
*
* Copyright (C) 2000 Russell King
*
* Cons
www.eeworm.com/read/102935/6227408
c cachemap.c
/*
* BK Id: %F% %I% %G% %U% %#%
*
* PowerPC version derived from arch/arm/mm/consistent.c
* Copyright (C) 2001 Dan Malek (dmalek@jlc.net)
*
* linux/arch/arm/mm/consistent.c
*
* Copyright
www.eeworm.com/read/123143/14645374
m anfismex.m
function anfismex
%ANFISMEX Core MEX function for ANFIS.
% This is the core MEX function for ANFIS. Do not use this function
% directly, use ANFIS instead. ANFIS provides a consistent and comp