合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

        代寫CS5002、代做 java 設計程序

        時間:2024-03-18  來源:合肥網hfw.cc  作者:hfw.cc 我要糾錯



        Assessed Exercise II
        CS5002 Advanced Programming
        • Deadline: 16:30 on 19th March 2024
        • Contribution to final course mark: 25% • Solo or Group: Solo work
        • Anticipated duration: 3 hours
        Introduction
        From the course Moodle page, download the files CommandRunner.java and SlowCalculator.java. The latter contains a class SlowCalculator implement- ing Runnable. Its constructor takes a number N as input and stores it. Method run performs a long, slow calculation on this number, then prints the result. You do not need to consider (or even understand) the mathematical details of what is being calculated!
        In this exercise, you will write a class implementing the interface CommandRunner, that runs certain commands passed as strings. These are inputs from a user, requesting the calculation be performed for particular numbers. The inputs and outputs are read/written by a separate part of the program – you just have to use the passed string, and return a string.
        As the calculation is slow, you will run it on background threads, so the user can continue to interact with the system while tasks are running. To take advantage of modern multi-core CPUs, the user may request several calculations be run in parallel. Each calculation will still run on one single thread – your goal is to let the user run multiple calculations in parallel, not to make the individual calculations faster.
        Task
        You will write a class called Solution that implements the CommandRunner interface. The runCommand method of this class will be passed a string, cor- responding to a command the user entered. It should perform the relevant command (see below), and return the specified output string. You should not modify the interface CommandRunner in any way. Your Solution class should have a public constructor taking no parameters.
        1

        The following table lists the commands the user may enter (i.e. that may be passed as the command argument to your Solution.runCommand method), and the required behaviour of your runCommand method (note N and M are long integers chosen by the user):
        start N
        cancel N
        running
        get N
        after N M
        finish
        abort
        start calculating with input N, by calling SlowCalculator.run on a new thread; imme- diately return the message “started N”
        immediately cancel the calculation with input N that is currently running (do nothing if it already completed or if it was never started); when it has stopped (which should be within 0.1s) return mes- sage “cancelled N”
        return a message indicating the total number of calculations currently running (i.e. exclud- ing those already completed/cancelled), and their inputs N (in any order), in the form “3 calculations running: 83**6 1000 176544”. If no calculations are running, return the string “no calculations running”.
        if the calculation for N is finished, return message “result is M” where M is the integer result; if the calculation is not yet finished, return message “calculating”. If the calculation was started but already cancelled, return message “cancelled”
        assuming the calculation for N is already running, schedule the calculation for M to start when that for N finishes (or is cancelled). Return the message “M will start after N” immediately (without wait- ing for either calculation). The calculation for M should not appear in running until it is actually run- ning (i.e. N has completed)
        wait for all calculations previously requested by the user (including those scheduled with after) to fin- ish, and then after they are all completed, return message “finished”
        immediately stop all running calculations (and dis- card any scheduled using after), and then when they are stopped (which should be within 0.1s) re- turn message “aborted”
        For any command not given above (including malformed commands, e.g. N is not an integer), the method should return message “Invalid command”.
        2

        Note that the provided code for SlowCalculator prints the answer at the end of run(). You must remove this print statement, and replace it with a suitable mechanism to return the result so your Solution class can retrieve it. You should not modify the mathematical calculations performed by either SlowCalculator.calculateNumFactors or SlowCalculator.isPrime, but you will need to add support for interruption. You may change other parts of this class if you want (e.g. adding new fields or constructor parameters). You must not change the names of the existing methods.
        Here is an example of what should happen when your program runs; the highlighted lines are commands passed to runCommand, and the remaining lines
        are the messages it returns:
        start 10456060
        started 10456060
        running
        1 calculations running: 10456060
        get 10456060
        result is 3
        start 72345680
        started 72345680
        start 534912560
        started 534912560
        get 534912560
        calculating
        running
        2 calculations running: 72345680 534912560
        cancel 72345680
        Cancelled 72345680
        running
        1 calculations running: 534912560
        finish
        finished
        Notes
        • We will not test on pathological inputs for which the behaviour is not defined, i.e. not specified above. Please do not ask questions about any special cases you may think of (e.g. starting a calculation that is already running, or cancelling a calculation scheduled with after but not yet started). It does not matter what your program does in such cases
        • Do ensure you return “Invalid command” (as mentioned above) if you receive a command that is not of the required form (e.g. N is missing or not an integer, or a command is misspelt)
        • Your program should not limit the number of calculations/threads that can be run in parallel
        3
                   
        • Your program should not print any output directly, nor read from the console
        • Do not use any deprecated methods, such as Thread.stop() (such meth- ods are typically deprecated because they are dangerous, and so it is bad practice to use them)
        • Remember the goal of this exercise is not to make each individual calcu- lation parallel, but to run several independent calculations for different N in parallel!
        Submission
        • You must implement a class Solution in file Solution.java, inheriting from CommandRunner. Do not put your code in a Java package (i.e. do not use the package keyword in any files).
        • You will submit a single .zip file (not a tar, or a rar, or anything else), named 1234567.zip where 1234567 is replaced by your 7-digit numeric student ID
        • This .zip file shall contain no folders, (e.g. src/), but only the .java files containing your code, including SlowCalculator.java and Solution.java, and maybe others if you wish
        • Do not include CommandRunner.java in your submission
        • Do not include a main method anywhere
        • Upload your .zip file to Moodle before the deadline!
        Mark Scheme
        Your submission will be marked out of 50 points, broken down as follows: • Code is provided in the correct form and compiles successfully [5]
        • start, running, get and cancel commands work as expected [20] • finish and abort commands work as expected [15]
        • after command works as expected [10]
        If you do not follow the exercise specification precisely, you will lose marks (your submission will be processed by a computer program; it will assume you’ve followed the instructions).
        請加QQ:99515681  郵箱:99515681@qq.com   WX:codehelp 

        掃一掃在手機打開當前頁
      1. 上一篇:CS 3800 代做、代寫 Python ,java 程序設計
      2. 下一篇:菲律賓工簽面簽多長時間  工簽辦理費用
      3. 無相關信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務+熱設計優化
        急尋熱仿真分析?代做熱仿真服務+熱設計優化
        出評 開團工具
        出評 開團工具
        挖掘機濾芯提升發動機性能
        挖掘機濾芯提升發動機性能
        海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
        海信羅馬假日洗衣機亮相AWE 復古美學與現代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
        合肥機場巴士2號線
        合肥機場巴士2號線
        合肥機場巴士1號線
        合肥機場巴士1號線
      4. 短信驗證碼 酒店vi設計 NBA直播 幣安下載

        關于我們 | 打賞支持 | 廣告服務 | 聯系我們 | 網站地圖 | 免責聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網 版權所有
        ICP備06013414號-3 公安備 42010502001045

        主站蜘蛛池模板: 国产精品视频一区二区猎奇| 午夜天堂一区人妻| 久久精品视频一区| 最新中文字幕一区| 亚洲国产精品一区第二页| 精品成人一区二区三区免费视频| 精品人伦一区二区三区潘金莲| 中文字幕一区精品| 日本一区午夜艳熟免费| 乱人伦一区二区三区| 精品国产一区二区三区久| 亚洲性无码一区二区三区| 国产在线乱子伦一区二区| 精品熟人妻一区二区三区四区不卡| 国产一区二区中文字幕| 国产一区二区三区免费观看在线| 无码毛片一区二区三区视频免费播放| 国产精品成人免费一区二区| 亚洲日韩AV一区二区三区四区| 精品无码国产一区二区三区AV| 久久精品一区二区三区不卡| 国产精品伦一区二区三级视频| 亚洲人成人一区二区三区| 中文字幕无码一区二区免费 | 精品无码一区二区三区在线| 午夜福利av无码一区二区 | 国模一区二区三区| 成人久久精品一区二区三区| 国模无码视频一区| 精品无码综合一区| 日本一区二区三区精品中文字幕| 日韩精品无码中文字幕一区二区 | 久久久精品日本一区二区三区| 久久国产精品免费一区| 人妻少妇精品一区二区三区| 台湾无码一区二区| 中文字幕无线码一区2020青青| 国产第一区二区三区在线观看| 一区二区免费电影| 精品一区二区三区免费毛片爱 | 亚洲线精品一区二区三区|