代码搜索:euclid
找到约 170 项符合「euclid」的源代码
代码结果 170
www.eeworm.com/read/282747/9070254
cpp euclid.cpp
//#define P printf//
#include
//#include//
#include
void main()
{
int d,f;
int x_2=0,x_3,y_2=1,y_3,Q;
int temp;
cin>>d;
cin>>f;
x_
www.eeworm.com/read/282747/9070259
dsp euclid.dsp
# Microsoft Developer Studio Project File - Name="euclid" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/282747/9070262
dsw euclid.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/282747/9070271
plg euclid.plg
Build Log
--------------------Configuration: euclid - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\ADMINI
www.eeworm.com/read/282747/9070275
opt euclid.opt
www.eeworm.com/read/282747/9070277
ncb euclid.ncb
www.eeworm.com/read/178176/9415599
rul euclid.rul
q1 b q4 b R
q1 1 q2 x N
q1 x q1 x L
q1 y q1 y L
q2 b q3 b L
q2 1 q1 y N
q2 x q2 x R
q2 y q2 y R
q3 b q1 b R
q3 1 q1 1 R
q3 x q3 1 L
q3 y q3 b L
q4 b qf b L
q4 1 q1 1 L
q4 x q4 b R
q4 y
www.eeworm.com/read/178176/9415605
dsc euclid.dsc
An Euclid algorithm
Source :
* B.A.Trakhtenbrot, "Algorithms and computational automata" (in Russian), Novosibirsk, "Sovetskoe Radio", 1974
A number 'n' is represented by n 1-s.
Sam