摘要: 代码 (只支持在环境中用数字来输入,用数字以为则会显示错误!) /* 先来先服务 */#include<stdio.h>#define MAX 50struct Gzuo{ int id; //进程名字 int dt; //到达时刻 int st; //服务时间 int wct; //完成时刻 fl 阅读全文
posted @ 2020-04-15 18:31 星澄不向往大海 阅读(411) 评论(0) 推荐(0) 编辑
摘要: 代码(自行变通!) #include <stdio.h> struct sjf //定义进程的结构体{ char name[10]; //进程名 float arrivetime; //到达时间 float servicetime; //服务时间 float starttime; //开始时间 fl 阅读全文
posted @ 2020-04-15 18:08 星澄不向往大海 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 代码(自行变通!) #include <stdio.h>struct sjf{ char name[10]; float dt;//到达时间 float st;//服务时间 float begin_time;//开始运行时间 float wct;//运行完成时间 float zt;//周转时间 fl 阅读全文
posted @ 2020-04-15 18:02 星澄不向往大海 阅读(621) 评论(0) 推荐(0) 编辑
摘要: JdbcTemplateTest.java package com.itheima.jdbc;import org.springframework.context.ApplicationContext;import org.springframework.context.support.ClassP 阅读全文
posted @ 2020-04-15 15:46 星澄不向往大海 阅读(140) 评论(0) 推荐(0) 编辑