代码搜索:modulo

找到约 768 项符合「modulo」的源代码

代码结果 768
www.eeworm.com/read/315631/13539445

c modulo.c

#include void main () { int remainder; int result; result = 10 / 3; remainder = 10 % 3; printf("10 Divided by 3 is %d Remainder %d\n", result, remainder);
www.eeworm.com/read/308787/13692132

m modulo.m

function y=modulo(x,N); %MODULO Congruence of a vector. % Y=MODULO(X,N) gives the congruence of each element of the % vector X modulo N. These values are strictly positive and % lower equal than N. %
www.eeworm.com/read/308442/13701184

c modulo.c

#include void main () { int remainder; int result; result = 10 / 3; remainder = 10 % 3; printf("10 Divided by 3 is %d Remainder %d\n", result, remainder);
www.eeworm.com/read/303779/13808893

m modulo.m

function y=modulo(x,N); %MODULO Congruence of a vector. % Y=MODULO(X,N) gives the congruence of each element of the % vector X modulo N. These values are strictly positive and % lower equal than N. %
www.eeworm.com/read/303438/13816146

m modulo.m

function y=modulo(x,N); %MODULO Congruence of a vector. % Y=MODULO(X,N) gives the congruence of each element of the % vector X modulo N. These values are strictly positive and % lower equal than N. %
www.eeworm.com/read/303438/13816227

tex modulo.tex

% This is part of the TFTB Reference Manual. % Copyright (C) 1996 CNRS (France) and Rice University (US). % See the file refguide.tex for copying conditions. \markright{modulo} \hspace*{-1.6cm}{\
www.eeworm.com/read/301198/13863976

c modulo.c

#include void main () { int remainder; int result; result = 10 / 3; remainder = 10 % 3; printf("10 Divided by 3 is %d Remainder %d\n", result, remainder);
www.eeworm.com/read/138743/5813957

m modulo.m

function [m] = modulo(n,N); m = rem(rem(n-1,N)+N,N)+1; % Written by Maureen Clerc and Jerome Kalifa, 1997 % clerc@cmapx.polytechnique.fr, kalifa@cmapx.polytechnique.fr % % Part
www.eeworm.com/read/116005/6115915

h modulo.h

/* * Copyright (c) 1998-2001 by NETsilicon Inc. * * This software is copyrighted by and is the sole property of * NETsilicon. All rights, title, ownership, or other interests * in the s
www.eeworm.com/read/485392/6561161

m modulo.m

function y=modulo(x,N); %MODULO Congruence of a vector. % Y=MODULO(X,N) gives the congruence of each element of the % vector X modulo N. These values are strictly positive and % lower equal than N. %