代码搜索:modulo

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

代码结果 768
www.eeworm.com/read/341613/12075682

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/253939/12176623

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/148696/12440449

c modulo.c

#include void main(void) { 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/234666/14102223

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/233017/14172968

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/233017/14173160

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/129922/14217074

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/128628/14285946

c modulo.c

#include void main(void) { 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/228052/14401949

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/119982/14814798

c modulo.c

#include void main(void) { int remainder; int result; result = 10 / 3; remainder = 10 % 3; printf("10 Divided by 3 is %d Remainder %d\n", result, remainder); }