发布新文件

  • student

    2014-08-07 / 950人点击 / 0条评论 收藏 分享 管理

    // stu.cpp : Defines the entry point for the console application.// #include "stdafx.h"#include <iostream>#include <stdio.h>#include <stdlib.h>#include<iomanip>#include<...

  • finished

    2014-08-05 / 429人点击 / 0条评论 收藏 分享 管理

    // tick.cpp : Defines the entry point for the console application.// 随机函数;// 随机从姓、名中分别选择一个字组成学生姓名,随机产生45~100的整数当做学生成绩;#include "stdafx.h"#include <ctime>...

  • struct

    2014-08-05 / 499人点击 / 0条评论 收藏 分享 管理

    // struct.cpp : Defines the entry point for the console application.// 从文件中读取学生信息,并按照输入的科目的分数进行排序,然后打印出该科第一名学生信息//结构体赋值问题 #include "stdafx.h"#includ...

  • failed

    2014-07-31 / 531人点击 / 0条评论 收藏 分享 管理

    #include "stdafx.h"#include<stdlib.h> #include<stdio.h>#include <iostream>#include <string.h>using namespace std; #define N 3 void fileread(char(*fnumber)[13],char(*fname)...

Open Toolbar