代码搜索:Relatively
找到约 345 项符合「Relatively」的源代码
代码结果 345
www.eeworm.com/read/476373/6758297
c rprime.c
/* Author: Joseph M. Reagle Jr.
* Purpose: To determine the percentage of relatively prime numbers.
*/
/* The following code is provided as is.
* It may be copied and modified freely provide
www.eeworm.com/read/136865/5840437
doc overlay.doc
/*! \page opengl-overlay-example.html
\ingroup opengl-examples
\title OpenGL Overlay Example
This example demonstrates how to use OpenGL overlays with the Qt OpenGL
Extension. It features a QG
www.eeworm.com/read/136815/5855146
doc overlay.doc
/*! \page opengl-overlay-example.html
\ingroup opengl-examples
\title OpenGL Overlay Example
This example demonstrates how to use OpenGL overlays with the Qt OpenGL
Extension. It features a QG
www.eeworm.com/read/118801/6093992
doc overlay.doc
/*! \page opengl-overlay-example.html
\ingroup opengl-examples
\title OpenGL Overlay Example
This example demonstrates how to use OpenGL overlays with the Qt OpenGL
Extension. It features a QG
www.eeworm.com/read/456283/7352768
m rel_prime.m
function [r,product] = rel_prime(m)
%find_order(j,m)
r = -1;
z = m;
count = 1;
product = 1;
l1 = factor(m);
size1 = size(l1);
relatively_prime = 1;
while(z >= 1)
l2 = factor(z);
s
www.eeworm.com/read/493005/6403701
isrel
NAME
isrel - whether two values are relatively prime
SYNOPSIS
isrel(x, y)
TYPES
x int
y int
return int
DESCRIPTION
Determine if x and y are relatively prime. If gcd(x,y)
www.eeworm.com/read/367467/2843227
h nmapoutputtable.h
/***************************************************************************
* NmapOutputTable.h -- A relatively simple class for organizing Nmap *
* output into an orderly table for display t
www.eeworm.com/read/367467/2843527
cc nmapoutputtable.cc
/***************************************************************************
* NmapOutputTable.cc -- A relatively simple class for organizing Nmap *
* output into an orderly table for display t
www.eeworm.com/read/367467/2843864
h nmapoutputtable.h
/***************************************************************************
* NmapOutputTable.h -- A relatively simple class for organizing Nmap *
* output into an orderly table for display t