Accelerated_Computer_Science_Fundamentals_Specialization icon indicating copy to clipboard operation
Accelerated_Computer_Science_Fundamentals_Specialization copied to clipboard

A set of practice and demo code of Accelerated Computer Science Fundamentals Specialization on Coursera

Results 1 Accelerated_Computer_Science_Fundamentals_Specialization issues
Sort by recently updated
recently updated
newest added

https://github.com/brianchiang-tw/Accelerated_Computer_Science_Fundamentals_Specialization/blob/master/Course_1_Object-Oriented%20Data%20Structures%20in%20Cpp/Week_4_Engineering%20Cpp%20software%20solution/Week4_Image_Project/Week4_Image_Project/ImageTransform.cpp line86, the spot needs to be for the type from unsigned to int double radius= sqrt(double(pow((int(x)-centerX),2)+pow((int(x)-centerY),2)));