Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
Andrea Ac’s Articles at TC101 Fall 2015, Page 2
Introduction to Programming Python and C++

Author Archives: Andrea Ac

WSQ14 – Estimating e

This was difficult to me because I didn’t understand very well the instruction, but with the help of other classmates I tried to read the codes and understand what it does. I search in some websites and videos to know… Continue Reading →

WSQ14 – Estimating e

This was difficult to me because I didn’t understand very well the instruction, but with the help of other classmates I tried to read the codes and understand what it does. I search in some websites and videos to know… Continue Reading →

WSQ14 – Estimating e

This was difficult to me because I didn’t understand very well the instruction, but with the help of other classmates I tried to read the codes and understand what it does. I search in some websites and videos to know… Continue Reading →

WSQ13 -Babylonian Method

I search in some websites and videos to understand how to write the code. It explains very good how does it works. These are the website and video that helped me: http://www.cplusplus.com/forum/general/20118/ https://www.youtube.com/watch?v=sZmz7znP6x0 Here it is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ13

WSQ13 -Babylonian Method

I search in some websites and videos to understand how to write the code. It explains very good how does it works. These are the website and video that helped me: http://www.cplusplus.com/forum/general/20118/ https://www.youtube.com/watch?v=sZmz7znP6x0 Here it is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ13

WSQ13 -Babylonian Method

I search in some websites and videos to understand how to write the code. It explains very good how does it works. These are the website and video that helped me: http://www.cplusplus.com/forum/general/20118/ https://www.youtube.com/watch?v=sZmz7znP6x0 Here it is my code: https://github.com/Andreandc/TC1017/blob/master/WSQ13

Final project (#3)

We have now the code for our project, we knew how to write it with the help of other classmates, also we read some books about c++ in the Tec’s library. At the beginning was difficult, but then we installed… Continue Reading →

WSQ17 – Scilab

I downloaded Scilab from this page https://www.scilab.org/ I installed it in my computer. I figured out how to use it reading the pdf As I could see is a program that allows you to do a lot of things in an… Continue Reading →

WSQ15 – Final Dash

I’m going to share my schedule of the final activities of the course… I just need to do WSQ16 and WSQ7. I almost finish the code for the final project, tomorrow it has to be done. A few hours before I… Continue Reading →

Quiz#11

It was very difficult to me, but with the help of some websites, videos and posts of my classmates I understood how to write the code… Here it is my code: Question 1: https://github.com/Andreandc/TC1017/blob/master/Quiz11.q1 Question 2: https://github.com/Andreandc/TC1017/blob/master/Quiz11.q2 These are the websites: https://bytes.com/topic/c/answers/550892-please-help-e-x-estimating-program… Continue Reading →

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).