• C语言函数大全(语法着色版)

    函数名: abort 功 能: 异常终止一个进程 用 法: void abort(void); 程序例: #include <stdio.h> #include <stdlib.h> int main(void) { printf("Calling abort()\n"); abort(); return 0; /* This is never reached */ }

    0
    21
    179KB
    2010-02-06
    2
  • 国际数学建模竞赛简介

    美国大学生数学建模竞赛从1985年开始举办,简称MCM(其全称1987年以前是Mathematical Competition in Modeling,1987年改为Mathematical Contest in Modeling)。

    0
    74
    140KB
    2010-02-06
    18
关注 私信
上传资源赚积分or赚钱