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

        代寫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. 無相關信息
        合肥生活資訊

        合肥圖文信息
        出評 開團工具
        出評 開團工具
        挖掘機濾芯提升發動機性能
        挖掘機濾芯提升發動機性能
        戴納斯帝壁掛爐全國售后服務電話24小時官網400(全國服務熱線)
        戴納斯帝壁掛爐全國售后服務電話24小時官網
        菲斯曼壁掛爐全國統一400售后維修服務電話24小時服務熱線
        菲斯曼壁掛爐全國統一400售后維修服務電話2
        美的熱水器售后服務技術咨詢電話全國24小時客服熱線
        美的熱水器售后服務技術咨詢電話全國24小時
        海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
        海信羅馬假日洗衣機亮相AWE 復古美學與現代
        合肥機場巴士4號線
        合肥機場巴士4號線
        合肥機場巴士3號線
        合肥機場巴士3號線
      4. 上海廠房出租 短信驗證碼 酒店vi設計

        主站蜘蛛池模板: 无码人妻精品一区二区三区不卡| 国产精品视频一区国模私拍 | 国产免费一区二区三区在线观看| 国产福利91精品一区二区| 嫩B人妻精品一区二区三区| 亚洲AⅤ视频一区二区三区| 91福利国产在线观看一区二区| 一区二区视频在线| 国产伦精品一区二区免费| 一区二区视频在线免费观看| 亚洲国产AV无码一区二区三区| 中文字幕精品一区影音先锋| 无码人妻久久一区二区三区免费| 蜜臀AV无码一区二区三区| 中文字幕亚洲综合精品一区| 无码国产精品一区二区免费式芒果| 日韩精品区一区二区三VR| 国产香蕉一区二区精品视频| 另类免费视频一区二区在线观看| 无码人妻精品一区二区蜜桃| 区三区激情福利综合中文字幕在线一区| 国产一国产一区秋霞在线观看| 亚洲av成人一区二区三区在线播放| 一本久久精品一区二区| 在线观看一区二区三区视频| 精品一区二区三区四区电影| 九九久久99综合一区二区| 伊人无码精品久久一区二区| 97久久精品一区二区三区| 无码精品人妻一区| 亚洲av无一区二区三区| 亚洲午夜一区二区电影院| 色狠狠色狠狠综合一区| 3d动漫精品啪啪一区二区中文| 久久无码人妻一区二区三区午夜| 狠狠综合久久AV一区二区三区 | 无码成人一区二区| 夜夜爽一区二区三区精品| 在线精品亚洲一区二区| 国产精品一区二区久久不卡 | 精品国产一区二区三区www|