-
作业1
102500425杨郑伟 https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 https://edu.cnblogs.com/campus/fzu/gjyycx -
实验任务2
实验任务1 问题1:代码 srand(time(NULL));以系统时间作为随机数种子来生成随机数,生成学号后四位,去掉之后生成的学号是固定的。 问题2:这个代码的功能是限定数字范围,取用系统时间作为种子,生成五个随机数,并和两个专业班学生的学号前缀组成学号,达到抽取随机五个人的目的。 实验任务2 -
实验2
实验任务1 源代码: #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major, ra -
实验2 C语言分支与循环基础应用编程
实验1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int rando -
实验二
实验任务一 `#include <stdio.h> include <stdlib.h> include <time.h> define N 5 define N1 80 define N2 35 int main () { int cnt; int random_major, random_no; -
实验2
实验任务一 #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 #define N1 80 #define N2 35 int main(){ int cnt; int random_major,random_no; s -
实验作业2
实验1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int rando -
实验2
实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int ran -
实验2
实验任务1 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #define N 5 5 #define N1 80 6 #define N2 35 7 int main() { 8 int cnt; 9 int ran -
实验2
实验任务1 #include <stdio.h> #include <stdlib.h> #include <time.h> #define N 5 #define N1 80 #define N2 35 int main() { int cnt; int random_major, random_ -
实验2
task1 代码 1 #define _CRT_SECURE_NO_WARNINGS 2 #include <stdio.h> 3 #include <stdlib.h> 4 #include<time.h> 5 6 #define N 5 7 #define N1 80 8 #define N2 -
实验2
1 include <stdio.h> include <stdlib.h> include <time.h> define N 5 define N1 80 define N2 35 int main() { int cnt; int random_major, random_no; srand( -
高级语言程序设计第一次作业
班级:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500403 姓名:周悦铃 一、安装C程序的编译环境 1.从microso -
高级语言程序设计第一次作业
这个作业属于https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业的要求在https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500430 姓名:黄华烨 示例程序2.1代码及运行截图 示例 -
实验2
1、实验任务1 问题1:以当前系统时间为种子,生成一个随机数 问题2:随机生成一个学号 2、实验任务2 问题1:如果去掉,总价格不会清零,会积累到下一次购买价格中 问题2:跳过循环中continue之后的代码,进入下一循环 3、实验任务3 点击查看代码 #include<stdio.h> int m -
高级语言程序设计第一次作业
作业属于的课程:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 学号:102500303 姓名:涂馨睿 一、安装C程序的编译环境 1.进入s -
高级语言程序设计第一次作业
这个作业属于的课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求:https://edu.cnblogs.com/campus/fzu/giyycx/homework/13558 学号:102500304 姓名:黄燕婷 1.安装C程序的编评环境 2 -
高级语言程序设计第一次作业
属于的课程:https://edu.cnblogs.com/campus/fzu/gjyycx 这个作业要求:https://edu.cnblogs.com/campus/fzu/giyycx/homework/13558 学号:102500305 姓名:赖晓娟 1.安装环境过程和安装成功 2.代码 -
高级语言程序设计第一次作业
班级:https://edu.cnblogs.com/campus/fzu/gjyycx 作业要求:https://edu.cnblogs.com/campus/fzu/gjyycx/homework/13558 姓名:杨成 学号:102500314 安装成功的截图 运行代码的截图 运行成功的截图 -
实验2
task1 1 #include<stdio.h> 2 #include<stdlib.h> 3 #include<time.h> 4 5 #define N 5 6 #define N1 80 7 #define N2 35 8 9 int main(){ 10 int cnt; 11 int r