代码搜索结果

找到约 10,000 项符合 F 的代码

interrup.f

Interrupt List, part 6 of 18 Copyright (c) 1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999 Ralf Brown --------O-20--------------------------------- INT 20 - Minix - SEND/RECEIVE MESSAGE AX

f-a.html

附录A 错误代码

f.out

594 605690 464348 1748143 89524 7443677 6468 561789 626379 340318 3796665 313962 425690 29092272 437256 539703 91232 492059 295840 695951 470352 544615 327287 1287718 518038 1

f.cpp

#include int f( int n1, int n2 ) { int s = n1 * n2, tmp; while( n1 > 0 ) { tmp = n2; n2 = n1; n1 = tmp % n1; } return s / n2; } void make_it() { int a, b, c,