<em id="rw4ev"></em>

      <tr id="rw4ev"></tr>

      <nav id="rw4ev"></nav>
      <strike id="rw4ev"><pre id="rw4ev"></pre></strike>
      合肥生活安徽新聞合肥交通合肥房產生活服務合肥教育合肥招聘合肥旅游文化藝術合肥美食合肥地圖合肥社保合肥醫院企業服務合肥法律

      ENG6編程代寫、代做MATLAB語言程序
      ENG6編程代寫、代做MATLAB語言程序

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



      ENG 06 Final Project 
      Up to now in ENG6, we have focused on teaching you the “how” of programming. In the team 
      project you will be taking your own ideas and bringing them to fruition through your knowledge 
      of computer programming. Software development is rarely a one-person effort, so the project 
      will be team-based. Teams can be formed with members of any section. You can form your own 
      team of three. No other team size will be allowed. Only if strictly needed, the TAs may form 
      smaller teams or add members to teams. Beyond the Core part of the final project, we ask you 
      to implement a number of special features, called Reach elements, so as to make your project 
      different from your classmates. 
      Important: We discourage the use of other Matlab code written by someone else, however, if 
      you use it you must reference the code creator. 
      Project: Card Game 
       
      Project Description: Implement a MATLAB program of a card game of your team’s choice. 
      You may create your own rules. The card game must involve more than two players. The 
      players should be able to make strategic decisions to win the game. The program should draw 
      cards upon request, apply the rules, and score the game. Each team makes decisions on what 
      programming elements to use to interact with the users. Special attention should be paid to: 
      1. Clarity on how to play the game. 
      2. How the users should interact with the program. 
      3. The visual, auditory cues and special effects (e.g. animations, a sound clip when the 
      cards are drawn, etc.). You are allowed to use simple pictorial representations for each 
      card, for example a King of hearts card with a large K and a heart, etc. 
      4. The users should be able to play the game with each other over the internet. 
       
       The implementation of the card game should involve two players at different locations using a 
      keyboard or a mouse to play their turn. All projects should have the following elements: 
      1. A graphical user interface. 
      2. An animation. 
      3. A sound effect. 
      4. Make use of a user-defined OOP class in at least one programming element. 
      5. One or more tables. 
      6. The capability to play the game between two, or more, players remotely. 
      7. Clearly indicate in your code and your video where these elements are 
      implemented. In your YouTube video, please point out how you implemented some 
      features (especially in the Core and the Reach) inside your code. What functions did 
      you use? Did you use any data structures such as structs etc? What was challenging 
      about implementing a certain feature and why? 
      Links to external resources: 
      · Controlling Random Number Generation. 
      · Play Audio 
      Collaboration Policy: Once the teams are formed you are only allowed to talk and collaborate 
      with members within your team. Team members are expected to equally participate, and 
      collaboratively work towards the completion of the project. Other than contacting the teaching 
      assistants for clarification, you may not seek the assistance of other persons to complete your 
      team's project. (Of course, general discussions about how to implement a GUI, OOP, and other 
      programming constructs could be discussed with other students, but your team must be totally 
      responsible for the implementation of code used in your project). 
      Grading Criteria: The projects are open ended. As long as your program can perform the 
      assigned tasks, there will be no correct or incorrect approaches. Certainly there will be more 
      acceptable and attractive solutions, and these will be judged in comparison with competing 
      solutions submitted by your classmates. The final project will be graded in 6 parts: 
      1. Project proposal: Each team submits a 2-3 page project proposal via Canvas 
      describing the project they have selected, a general description of how they will implement 
      the main components of their project, and a clear description of the Reach features that their 
      team proposes. Essentially, the scope of the project should be both challenging enough to 
      merit full credit and doable within the timeline. An Appendix should contain a breakdown of 
      programming tasks, and who will be responsible for what, along with a timeline that will 
      meet the submission deadline (we suggest you make use of a Gantt chart.. The expectation is that each team member must take responsibility for a specific aspect of the project and 
      grading for each member will be adjusted according to how the project tasks were delegated 
      and who was responsible for what aspects of the project. The more specific you can be in 
      defining the programming tasks, what functions should exist, and what each function should 
      accomplish, the better. 
      2. Core: Complete the basic project as outlined in the project description. 
      For example: Show whose turn it is to play, an image background such as a green table, an 
      image showing the card draw outcome, the scores, etc 
      ● Features of the GUI: 
      ○ A button to shuffle and draw a card 
      ○ A button to play a card. 
      ○ Display scores edit fields 
      ○ Anything else you need or want to add depending on the game you have 
      chosen. 
      3. Reach/Special Features: Implement the project enhancements described in your 
      proposal. Your completion of the Core and the creativity of your proposal will be taken into 
      account during the grading process. 
      ● Animations 
      ○ Drawing a card 
      ○ Play a card 
      ○ A scoring system 
      ○ Others 
      ● Sound 
      ○ Shuffling card 
      ○ Playing a card 
      ○ A scoring system 
      ○ Others 
      4. Additional Core Requirement: Remote players and Tables with ThingSpeak: 
      ● The GUI interface must include a table keeping a record of the rolls for each 
      player throughout the game. 
      ● The capability to play the game between two, or more, players remotely. 
      5. Youtube Video Requirements: Youtube has several examples of ENG6 videos (search 
      ENG6). The format of the video is entirely up to your team as long as the following criteria 
      are met: 
      A. The maximum length of the video is 10 minutes B. Each team member must be seen in the video to present their work and 
      contributions 
      C. A clear and easy to follow demonstration that shows the correct functionality 
      of your program (show your program actually working in the video – not screen 
      shots of before and after.) 
      D. Use visual aides to help explain your steps (whiteboard, markers, 
      poster, etc.). The video does not have to be fancy, just effective in relaying 
      the most important information. 
      6. Team Evaluations: Each member must provide a brief personal summary of her/his 
      involvement and contributions. Each team member is required to submit evaluations of 
      her/his teammates’ contribution, one for each of Core and Reach. For example, if your team 
      has members A, B, C, your evaluation can be similar to the following for a single member. 
      Team Member A: was in charge of writing the code to execute the equalizer filters. For the 
      Reach, A was in charge of adding 2 different analysis plots that could show power spectral 
      density plot and frequency content of audio file. Team Members B, C agree that A performed 
      these tasks for the project. 
       
      Project Deadlines: 
      Deadline #1: TBA: Submit the Project Proposal: A team member must submit the project 
      proposal. The proposal needs to include project name and names of all team members at the 
      beginning. Only one team member should do this! 
      The submission should also contain an image of the design view with the main components of 
      your game. The image must show the buttons, axes, images, edit fields, etc. 
       
      Deadline #2: TBA: Submit the Core. Each team will submit all relevant code files. Each team 
      will submit a zip file of all the code, the zip file will have the mlapp. and all .m files, all .img files 
      and any other files that are needed for the game to run. 
      The submitted .mlapp GUI must allow the game to be played by one or two players using the 
      same keyboard. 
      Note: The UI components for the remote player locations and tables can be avoided in this 
      stage. 
      Deadline #3: TBA: Submit the Final Project. The final project must include the Additional 
      Core Requirements and the Reach/Special features: Implement tables, remote locations and 
      the project extensions described in your proposal. Each team will submit all relevant coding files, a link to Youtube video and team evaluation 
      materials. Each team will submit a zip file of all the code, the zip file will have all .mlapp files, all 
      .img files and any other files that are needed for the game to run. In addition, it should contain a 
      PDF of the team evaluation document. The link of the Youtube should be accessible to all those 
      who use the link. 
       
      Figure 1: Example of a design view: Crazy Eights card game. 

      請加QQ:99515681  郵箱:99515681@qq.com   WX:codinghelp



       

      掃一掃在手機打開當前頁
    1. 上一篇:代寫CS-UY 4563、Python程序語言代做
    2. 下一篇:菲律賓13a是什么類型的簽證(要怎么辦)
    3. 無相關信息
      合肥生活資訊

      合肥圖文信息
      挖掘機濾芯提升發動機性能
      挖掘機濾芯提升發動機性能
      戴納斯帝壁掛爐全國售后服務電話24小時官網400(全國服務熱線)
      戴納斯帝壁掛爐全國售后服務電話24小時官網
      菲斯曼壁掛爐全國統一400售后維修服務電話24小時服務熱線
      菲斯曼壁掛爐全國統一400售后維修服務電話2
      美的熱水器售后服務技術咨詢電話全國24小時客服熱線
      美的熱水器售后服務技術咨詢電話全國24小時
      海信羅馬假日洗衣機亮相AWE  復古美學與現代科技完美結合
      海信羅馬假日洗衣機亮相AWE 復古美學與現代
      合肥機場巴士4號線
      合肥機場巴士4號線
      合肥機場巴士3號線
      合肥機場巴士3號線
      合肥機場巴士2號線
      合肥機場巴士2號線
    4. 幣安app官網下載 短信驗證碼 丁香花影院

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

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

      成人久久18免费网站入口