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

        代寫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設計

        主站蜘蛛池模板: 久久蜜桃精品一区二区三区| 中文字幕人妻AV一区二区| 国产AV午夜精品一区二区三区| 偷拍激情视频一区二区三区| 久久久久女教师免费一区| 99无码人妻一区二区三区免费| 久久精品国产第一区二区| 无码人妻精品一区二区蜜桃 | 国产一区二区在线| 久久一本一区二区三区| 亚洲av区一区二区三| 无码少妇丰满熟妇一区二区| 亚洲成AV人片一区二区密柚 | 一区高清大胆人体| 国产精品男男视频一区二区三区 | 538国产精品一区二区在线| 中文字幕人妻AV一区二区| 精品无码AV一区二区三区不卡| 色狠狠色噜噜Av天堂一区| 无码人妻久久一区二区三区蜜桃| 国精产品一区一区三区有限公司| 精品爆乳一区二区三区无码av| 亚洲视频一区网站| 精品无人区一区二区三区 | 国产精品区AV一区二区| 日韩免费视频一区| 精品日韩一区二区三区视频| 亚洲综合av一区二区三区| 99精品国产高清一区二区麻豆| 精品人妻AV一区二区三区| 亚洲国产日韩一区高清在线| 久久国产午夜一区二区福利| 久久国产免费一区| 麻豆AV一区二区三区久久| 亚洲福利视频一区| 亚洲国产高清在线精品一区| 精品国产AV一区二区三区| 日本视频一区在线观看免费| 国产91大片精品一区在线观看 | 日本免费电影一区二区| 亚洲熟女少妇一区二区|