代码搜索结果

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

k02_193

302 421328.650 4529684.450 303 421335.350 4529697.900 304 421341.950 4529711.350 305 421348.550

k02_960

7 410730.650 4576134.550 8 410753.100 4576123.500 9 410775.600 4576112.450 10 410797.900

k02_193

302 421328.650 4529684.450 303 421335.350 4529697.900 304 421341.950 4529711.350 305 421348.550

c(n,k).txt

/* 产生从n个元素中选k个的所有排列,并升序输出 */ #include #include #include using namespace std; const int S = 50 , nK = 6; int k,e[S],ans[S]; bool used[S]; void Dfs(int

k_tan.c

/* @(#)k_tan.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy

k_sin.c

/* @(#)k_sin.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy

k_cos.c

/* @(#)k_cos.c 5.1 93/09/24 */ /* * ==================================================== * Copyright (C) 1993 by Sun Microsystems, Inc. All rights reserved. * * Developed at SunPro, a Sun Microsy