zhrwang2001 2021-10-09 21:43 采纳率: 0%
浏览 21

EE308 LAB4

The Link Your Class https://bbs.csdn.net/forums/MUEE308FZ
The Link of Requirement of This Assignment https://bbs.csdn.net/topics/601188617
MU STU ID and FZU STU ID19105339 831902126
Teammate's MU STU ID and FZU STU ID19103816 831902130
Teammate's blog link...
GitHub link...
Video demo link...

1. GitHub Repository

2. PSP Form

Personal Software Process StagesEstimated Time(min)Actual Time(min)
Planning3060
· Estimate3060
Development17102175
· Analysis6080
· Design Spec4040
· Design Review3030
· Coding Standard2015
· Design500800
· Coding8001000
· Code Review200150
· Test6060
Reporting160240
· Test Report120180
· Size Measurement2020
· Postmortem & Process Improvement Plan2040
合计19002475
WeekNew code (line)Cumulative code (line)Learning time this week (hours)Total Learning time (hours)Important growth
1单元格单元格1010单元格
2单元格单元格31.2541.25单元格

3. Key and Difficult Functions or Programming Thinking

Key Points:

  • Give the final results based on dices accordingly.
  • Give the final results based on dices accordingly.
  • To implement the pre-designed detailed functions one by one carefully.

Difficult Points:

  • As two robotics students, we have never learned how to implement the mini-program, with weak pre-knowledge about wxml, wxss and js, requiring us to learn hard.
  • The game mode is divided into single-player and multiplayer modes, with the single-player mode being less difficult, while multiplayer is more complex and requires ranking based on the results of several people.
  • The interaction between pages is strong with complex logic.

4. Events that take a long time during working

  • The error with "[渲染层网络层错误] Failed to load local image resource..." happens frequently. The reason is that the asynchronous request takes a certain amount of time, and the small program starts to load as soon as it enters the page, but the request speed does not keep up with it. At this time, when the page is loaded, the value in the image is empty, and errors in the rendering layer and network layer will occur. Eventually, we solved this problem by using the WeChat applet cloud to store images and adjusting the image paths.

  • The external link of background music has been looking for a long time due to a series of reasons such as copyright.

5. The Video Demonstration of Software Running

6. Working Experience Photo

7. Pair Programming Experience

Teamwork is an exactly amazing experience as you need to know how to balance the whole workload for two guys and how to maximize the strengths of those. This pair programming experiment assignment seemed impossible to complete, and just thanks to having a partner so it was able to complete on time. When a single person meets a problem, it often takes a long time to find a solution. Making sense when you have a partner, problem-solving becomes faster and more efficient than when you work alone.
To conclude, this lab lets us be fruitful, especially in the implementation of small programs, having a qualitative leap. Actually, we are very grateful to Prof. Zhang and our TAs to enable us to have the pair programming experience of this lab.

  • 写回答

1条回答 默认 最新

  • 资料小助手 2023-02-01 17:45
    关注

    mark

    评论

报告相同问题?

问题事件

  • 创建了问题 10月9日

悬赏问题

  • ¥15 cgictest.cgi文件无法访问
  • ¥20 删除和修改功能无法调用
  • ¥15 kafka topic 所有分副本数修改
  • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))
  • ¥15 如何利用mmdetection3d中的get_flops.py文件计算fcos3d方法的flops?
  • ¥40 串口调试助手打开串口后,keil5的代码就停止了
  • ¥15 电脑最近经常蓝屏,求大家看看哪的问题
  • ¥60 高价有偿求java辅导。工程量较大,价格你定,联系确定辅导后将采纳你的答案。希望能给出完整详细代码,并能解释回答我关于代码的疑问疑问,代码要求如下,联系我会发文档
  • ¥50 C++五子棋AI程序编写
  • ¥30 求安卓设备利用一个typeC接口,同时实现向pc一边投屏一边上传数据的解决方案。