代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/251835/12317738
m modulus.m
function mu = modulus(M)
%MODULUS Conformal modulus of the generalized quadrilateral.
% Returns the conformal modulus of the polygon in the rectmap (the
% aspect ratio of the source rectangle).
www.eeworm.com/read/337096/12391465
cpp modulus.cpp
// modulus.cpp -- uses % operator to convert lbs to stone
#include
int main()
{
using namespace std;
const int Lbs_per_stn = 14;
int lbs;
cout
www.eeworm.com/read/233248/14161560
m modulus.m
function z=modulus(x)
%z=sqrt(x(:,1).^2+x(:,2).^2+x(:,3).^2);
[m n]=size(x);
if n==3,
z=sqrt(x(:,1).^2+x(:,2).^2+x(:,3).^2);
else
z=sqrt(x(1,:).^2+x(2,:).^2+x(3,:).^2);
end
www.eeworm.com/read/127960/14325087
cpp modulus.cpp
//这个程序在本书所带软盘中,文件名为MODULUS.CPP
//这个程序演示各种求余运算。
#include
void main(void)
{
int int1, int2, int3, int4, int5,int6;
int1 = 12;
int2 = int1 % (-7);
int3 = 0 % 3;
int4 = 5
www.eeworm.com/read/482889/1283149
hpp modulus.hpp
#ifndef BOOST_MPL_MODULUS_HPP_INCLUDED
#define BOOST_MPL_MODULUS_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See
www.eeworm.com/read/482889/1283254
hpp modulus.hpp
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_
www.eeworm.com/read/482889/1283301
hpp modulus.hpp
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_
www.eeworm.com/read/482889/1283348
hpp modulus.hpp
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_
www.eeworm.com/read/482889/1283395
hpp modulus.hpp
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_
www.eeworm.com/read/482889/1283442
hpp modulus.hpp
// Copyright Aleksey Gurtovoy 2000-2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_