代码搜索:stairs
找到约 449 项符合「stairs」的源代码
代码结果 449
www.eeworm.com/read/418219/10957861
gif stairs.gif
www.eeworm.com/read/328903/12995712
c stairs.c
#include
#include
#include
main()
{
int n,m1=2,m2=1,i,j,m;
unsigned long f[347][32];
double c;
scanf("%d",&n);
for(i=1,j=1;i
www.eeworm.com/read/328903/12995713
obj stairs.obj
www.eeworm.com/read/328903/12995717
exe stairs.exe
www.eeworm.com/read/459034/1575282
java stairs.java
package jmathlib.toolbox.jmathlib.graphics.graph2d;
import jmathlib.core.tokens.*;
import jmathlib.core.functions.ExternalFunction;
public class stairs extends ExternalFunction
{
public Op
www.eeworm.com/read/306178/3751371
c stairs.c
inherit ROOM;
void create()
{
set("short", "镂金扶梯");
set("long", @LONG
扶梯宽一丈,大红金毯铺开,左右扶手镶金镂银,盘旋而上。细观铺梯红毯,金
丝纵横,隐约钩出一幅云雨交欢图。阵阵娇笑之声从楼上传来,不时还加杂着一两声
令人血脉偾张的呻吟。你不由自主的加快了步伐。。。
LONG
);
www.eeworm.com/read/366928/9791936
ico stairs.ico
www.eeworm.com/read/366928/9791986
bmp stairs.bmp
www.eeworm.com/read/110014/15543616
cpp stairs.cpp
//用数组的方法解决大数、巨数的阶乘结果越界的问题。
#include
int main()
{ int n,i; //阶乘大小
printf("请输入n的大小:");
scanf("%d",&n);
www.eeworm.com/read/107068/15613605