代码搜索结果

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

1-1.c

#include/*加入c图形库*/ #include/*数学库*/ #include/*键盘控制*/ void Line(int x0,int y0,int x1,int y1,int value)/*从坐标(x0,y0)到(x1,y1)画颜色为value的直线*/ { int x; float dx,dy,m,y; dx=

1-1.html

Factorials document.write("Table of Factorials"); for(i = 1, fact = 1; i < 10; i++, fact *= i) { document.write(i