合肥生活安徽新聞合肥交通合肥房產(chǎn)生活服務(wù)合肥教育合肥招聘合肥旅游文化藝術(shù)合肥美食合肥地圖合肥社保合肥醫(yī)院企業(yè)服務(wù)合肥法律

        PX390編程代做、C/C++程序語(yǔ)言代寫(xiě)

        時(shí)間:2023-11-30  來(lái)源:合肥網(wǎng)hfw.cc  作者:hfw.cc 我要糾錯(cuò)



        PX3** 202**4, Assignment 3
        1 Intro
        The purpose of this exercise is to further expand your knowledge of C and your
        ability to understand and test numerical code. You are given a code which
        should solve two coupled partial differential equations. The code is, however,
        broken and needs to be fixed. Your task is to read the specification, understand
        the program, and ‘debug’ it. At the end of this task the program should do
        what these specifications say it is meant to do. Some of these problems with
        the code are basic C programming errors, other are more subtle mismatches
        between the required and actual code behaviour.
        You should submit a single C source file with a list of corrected bugs, at the
        top of the C source file (in comments), where I have added a placeholder (this
        description will not be marked but helps both of us keep track of what you have
        changed). You may submit your code via the link in the assignment section of
        the moodle page.
        The code must compile and generate no warnings when compiled with
        gcc -Wall -Werror -std=c99 -o assign3 assign3.c -lm
        There are a finite number of bugs, but we will not tell you how many: make
        sure that your code actually works by testing it rather than just looking for
        obvious errors. Some errors may be repeated in multiple statements, or may
        effect multiple lines of code.
        1.1 How is it marked
        Marks are given for the absence of each bug (in an otherwise correctly working
        code) and for the code compiling correctly. You may lose marks in more than one
        category for sufficiently severe problems. A correctly working code will contain
        a stable and consistent finite difference method for solving the equations below.
        1.2 Tips
        1. The compiler is your friend. Start with the first warning/error messages
        and work through them until there are none left.
        2. Some bugs are hard to catch just by inspecting the code. Adding printf
        statements is usually the easiest way to check that the code is doing what
        you think it is: check the maths at the first timestep, for example.
        3. You can often catch bugs in numerical code by looking at the output
        graphically: does it do something strange at the boundaries? A variety of
        tools (Matlab/matplotlib/Origin) exist which can take numerical output
        and plot it for you. This is one of the things you should learn while doing
        this assignment as it will be essential later on.
        1
        4. Learn how to use debuggers (gdb). Memory checking tools like valgrind
        can help catch issues to do with reading/writing into an incorrect memory
        location.
        5. It is expected that you will allocate arrays on the heap and that the
        allocated memory is released (freed) after use.
        2 Specification
        The code must use a simple, convergent, finite difference scheme to solve the
        coupled differential equation for real-valued functions u and v with
        ∂u
        ∂t − K

        2u
        ∂x2
        − v(u + 1) = 0 (1)
        ∂v
        ∂t − K

        2v
        ∂x2
        + u(v + 1) = 0 (2)
        The equation is to be solved on a 1D x domain with x ∈ [0, length], as an
        initial value problem. The domain length, number of grid points, length of time
        over which to solve and the coefficients are defined at the start of the main.
        The initial condition is u(x, 0) = 1.0 + sin(2πx/[length]), v(x, 0) = 0.0. The
        first grid point is at x = 0, and the final point at x =[length]= (nx−1)×δx. The
        function and its derivatives are periodic, so periodic boundary conditions should
        be enforced, that is, u(x = 0) = u(x =[length]) and v(x = 0) = v(x =[length]).
        The provided code may take a slightly different approach to periodic boundaries
        than your used to so examine closely. Please note that at no point should the
        values of u or v blow up to infinity.
        2.1 Output
        The code outputs simulation data at a fixed interval in time equal to the chosen
        time step dt: it should output the initial values (at t=0), and at dt, 2dt, 3dt . . .
        (but not necessarily the final value).
        The time t, x coordinate, and u and v are written in that order in a single
        output line for each gridpoint. Do not add extra comments/blank lines to
        the output, which should contain only numbers! Remember that I will need
        to read the numbers, so if it is output in an unreadable format then you’ll lose
        marks.
        請(qǐng)加QQ:99515681 或郵箱:99515681@qq.com   WX:codehelp

        掃一掃在手機(jī)打開(kāi)當(dāng)前頁(yè)
      1. 上一篇:代做EF5070、代寫(xiě)c/c++編程設(shè)計(jì)
      2. 下一篇:代做指標(biāo) 通達(dá)信回踩確認(rèn)主圖指標(biāo)代寫(xiě)
      3. 無(wú)相關(guān)信息
        合肥生活資訊

        合肥圖文信息
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
        急尋熱仿真分析?代做熱仿真服務(wù)+熱設(shè)計(jì)優(yōu)化
        出評(píng) 開(kāi)團(tuán)工具
        出評(píng) 開(kāi)團(tuán)工具
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        挖掘機(jī)濾芯提升發(fā)動(dòng)機(jī)性能
        海信羅馬假日洗衣機(jī)亮相AWE  復(fù)古美學(xué)與現(xiàn)代科技完美結(jié)合
        海信羅馬假日洗衣機(jī)亮相AWE 復(fù)古美學(xué)與現(xiàn)代
        合肥機(jī)場(chǎng)巴士4號(hào)線
        合肥機(jī)場(chǎng)巴士4號(hào)線
        合肥機(jī)場(chǎng)巴士3號(hào)線
        合肥機(jī)場(chǎng)巴士3號(hào)線
        合肥機(jī)場(chǎng)巴士2號(hào)線
        合肥機(jī)場(chǎng)巴士2號(hào)線
        合肥機(jī)場(chǎng)巴士1號(hào)線
        合肥機(jī)場(chǎng)巴士1號(hào)線
      4. 短信驗(yàn)證碼 酒店vi設(shè)計(jì) NBA直播 幣安下載

        關(guān)于我們 | 打賞支持 | 廣告服務(wù) | 聯(lián)系我們 | 網(wǎng)站地圖 | 免責(zé)聲明 | 幫助中心 | 友情鏈接 |

        Copyright © 2025 hfw.cc Inc. All Rights Reserved. 合肥網(wǎng) 版權(quán)所有
        ICP備06013414號(hào)-3 公安備 42010502001045

        主站蜘蛛池模板: 久久精品亚洲一区二区三区浴池| 国产一区二区精品久久岳√| 亚洲一区在线视频观看| 高清国产精品人妻一区二区| 亚洲Aⅴ无码一区二区二三区软件| 成人精品一区二区三区校园激情 | 国产一区二区三区在线电影| 国产精品538一区二区在线| 亚洲国产精品成人一区| 国产福利一区二区| 武侠古典一区二区三区中文| 岛国无码av不卡一区二区| 正在播放国产一区| 国产日韩AV免费无码一区二区| 久久se精品动漫一区二区三区| 精品一区精品二区制服| 国产免费播放一区二区| 久久精品岛国av一区二区无码| 春暖花开亚洲性无区一区二区| 亚洲一区精品伊人久久伊人| 激情内射亚洲一区二区三区爱妻| 日韩伦理一区二区| 人妻无码视频一区二区三区| 无码精品蜜桃一区二区三区WW| 无码人妻精品一区二区| 中文字幕一区二区人妻| 日韩AV在线不卡一区二区三区| 麻豆果冻传媒2021精品传媒一区下载 | 亚洲一区二区三区无码影院| 亚洲AV无码一区二区大桥未久| 久久精品一区二区影院| 一区三区三区不卡| 亚洲一区二区视频在线观看| 日本一区二区三区免费高清在线| 久久综合亚洲色一区二区三区| 麻豆一区二区在我观看| 精品一区二区三区波多野结衣| 78成人精品电影在线播放日韩精品电影一区亚洲 | 国产一区二区高清在线播放| 波多野结衣在线观看一区 | 国产主播福利精品一区二区|