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
‘#wsq14’ Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Tag Archives: #wsq14

#WSQ14

Estimating e. This WSQ was relative easy but I had a problem because it don’t gave me the correct decimal points of accuracy. I can find the error and fix it. I had a little help from http://www.cplusplus.com where I found “setprecision” to calculate decimal points of accuracy, on header <iomanip>. http://www.cplusplus.com/reference/iomanip/setprecision/   And here…

WSQ14 – Estimating e

This WSQ is easy if you understand what you have to do.Here is the program working witha  precision of 35If you want to see my code i will post the Github link here:https://github.com/Jocapear/TC1014/blob/master/WSQ14.py

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 →

WSQ 14

So, I have here the code for my quiz 11 because it is exactly the same for this WSQ.
https://github.com/marinaruelas/WSQ/blob/master/Quiz%2011.2

WSQ 14

This wasn’t that dificult… I think Here you can see a formula that might help you if you want to obtain e http://www.disfrutalasmatematicas.com/numeros/e-euler-numero.html And here is the link to my GitHub https://github.com/ReneOro97/-WSQ/blob/master/WSQ14

#WSQ14 – HOMEWORK – A01631728

Here is the WSQ, i didn’t undertand very well what you want us to do, hope it’s correct 🙁 GitHub code:  https://github.com/luisduartepalacios/WSQ14/blob/master/WSQ14.cpp

WSQ14

THANKS TO DAVID FOR  HELPING ME WITH THIS WSQ HERE IS MY CODE:

WSQ14 – Estimating e

Hello this is about estimating e. This was a little difficult for me because so I had to do a little research on some new libraries that I didn’t know how to use. Here is my code on github…

 

https://github.com/ricardonewton/TC101/blob/master/wsq11

 

I had some difficulties with syntax as always, but nothing too big.

96

Normal
0

21

false
false
false

ES-TRAD
X-NONE
X-NONE

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:”Tabla normal”;
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:””;
mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
mso-para-margin:0cm;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:Calibri;
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-fareast-language:EN-US;}

 

 

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).