1. 首页
  2. 编程语言
  3. C++ 
  4. C语言 心理测试程序

C语言 心理测试程序

上传者: 2020-09-14 22:53:00上传 CPP文件 3.6KB 热度 15次
C语言 心理测试 #include "stdafx.h" #include #include #define SIZE 200 struct student //定义结构数组 { int num; int score; } stu[SIZE]; void printf(int count) //打印函数 { FILE *fp; int i; fp=fopen("c:\\1.txt","rb"); for(i=0;i
下载地址
用户评论
码姐姐匿名网友 2020-09-14 22:53:00

很好很实用!有借鉴意义