代码搜索:consistent

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

代码结果 2,698
www.eeworm.com/read/108058/6186846

rc xaos.rc

///////////////////////////////////////////////////////////////////////////// // // Icon // #include #include "resource.h" #include "about.h" // Icon with lowest ID value placed fir
www.eeworm.com/read/347945/11623421

m newtonmonoms.m

function v = newtonmonoms(p) % NEWTONMONOMS Computes all monoms inside half Newton polytope % % V = NEWTONMONOMS(P) % % Input % P : Scalar SDPVAR object % % Output % V : Vector with SDPVAR
www.eeworm.com/read/347848/11632753

java person.java

/** Class for a person with a name and dates for birth and death. Class invariant: A Person always has a date of birth, and if the Person has a date of death, then the date of death is equa
www.eeworm.com/read/114395/15055048

m fetruss1.m

function [k,m]=fetruss1(el,leng,area,rho,ipt) %-------------------------------------------------------------- % Purpose: % Stiffness and mass matrices for the 1-d truss element % nodal
www.eeworm.com/read/213502/15133158

m fetruss1.m

function [k,m]=fetruss1(el,leng,area,rho,ipt) %-------------------------------------------------------------- % Purpose: % Stiffness and mass matrices for the 1-d truss element % nodal
www.eeworm.com/read/162614/5526369

f90 typed_subroutine_1.f90

! { dg-do compile } ! Tests the fix for 20858, in which the compiler failed to detect that ! a called object had a type. ! ! Contributed by Joost VandeVondele ! INTEGER :: S ! { dg
www.eeworm.com/read/193277/8241908

m newtonmonoms.m

function v = newtonmonoms(p) % NEWTONMONOMS Computes all monoms inside half Newton polytope % % V = NEWTONMONOMS(P) % % Input % P : Scalar SDPVAR object % % Output % V : Vector with SDPVAR
www.eeworm.com/read/173927/9629987

m fetruss1.m

function [k,m]=fetruss1(el,leng,area,rho,ipt) %-------------------------------------------------------------- % Purpose: % Stiffness and mass matrices for the 1-d truss element % nodal
www.eeworm.com/read/103079/15747043

properties scite.properties

strip.trailing.spaces=1 ensure.final.line.end=1 ensure.consistent.line.ends=1 edge.column=80
www.eeworm.com/read/389321/8533505

m psnr.m

function [gamma] = psnr(x,y) % Takes two 8-bit IMAGES and computes peak-to-peak signal to noise ratio: % gamma = 10 log (255^2/MSE) % x and y must be the same dimension and may be 2D arrays or vect