摘要:
这个题文件给了一大堆,其实最关键的只有两个Listing.h及Group.hclass Listing and class Group题目总的来说是比较好的,可惜我运行不成功,所以在此只好把要做的事情做好先看Class ListingClass Listing models a collection of advertisements. This class contains a private data member of type vector<Advertisement*>. This vector stores pointers to Advertisement objec 阅读全文
摘要:
这个题目是一个评估感染的问题主要用到STL的Vector和分治法思想及迭代背景就不管了看一下描述DescriptionThis assignment asks you to finish the implementation of a program that assesses the level of infection in a tissue sample. You are given data representing a rectangular tissue sample, overlaid with a grid. Certain portions of the tissue are 阅读全文