代码搜索结果

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

1_1a.c

/* ======================================== */ /* 程序实例: 1_1a.c */ /* 计算总分和平均分 */ /* ======================================== */ void main() {

1-1.c

/*1-1.c*/ #include "graphics.h" main( ) { int gdriver, gmode; detectgraph(&gdriver, &gmode); /*自动测试硬件*/ printf("driver is %d, mode is %d\n", gd

webdoc1.#1

//----------------------------------------------------------------------------- // Copyright (c) 2002 Jim Brady // Do not use commercially without author's permission // Last revised August 2002 /