New pages
- 10:09, 2 March 2020 Intro CS II/spring2020/midterm-review (hist) [1,729 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:Midterm Review Questions}} # How do you declare a main function in C++? # How do you declare an integer, double, character, and string variable in C++? # What...")
- 10:20, 28 February 2020 Theory/spring2020/review (hist) [1,178 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE: Peer Review Report}} To complete your peer review, please create a document with the following information and email your review to Dr. Lowe. Do not include a...")
- 10:19, 27 February 2020 DataMining/spring2020/hw3 (hist) [60 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE=Homework 3}} Page 246 Problems 8.2, 8.4, 8.9")
- 09:17, 11 February 2020 DataMining/spring2020/project1 (hist) [856 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:Project 1}} This project is one of classification. You will be working with the dataset found at http://archive.ics.uci.edu/ml/datasets/MAGIC+Gamma+Telescope....")
- 10:29, 10 February 2020 Theory/spring2020/Paper Submission (hist) [595 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:Paper Submission Standards}} Your papers need to be formatted according to the IEEE conference proceedings guidelines as outlined here: http://www.ieee.org/con...")
- 10:28, 3 February 2020 DataMining/spring2020/hw2 (hist) [451 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:Homework 2}} Create an R notebook, and use R to do the following problems from your textbook: * p. 92: 3, 4, 5 Intermingle your R code with text answering th...")
- 09:58, 23 January 2020 DataMining/spring2020/hw1 (hist) [471 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:Homework 1}} Create an R notebook, and use R to do the following problems from your textbook: * pp. 60-61: 1, 2, 5, 8, 10a, 11, 12 Intermingle your R code wi...")
- 14:13, 22 January 2020 Intro CS II/spring2020/cal (hist) [517 bytes] Robert.lowe (talk | contribs) (Created page with "<syntaxhighlight lang="cpp"> /** Computes the weekday of a given date. From Big C++ by Cay Horstmann @param year the year @param month the month (1 = January ......")
- 10:35, 9 January 2020 DataMining/spring2020 (hist) [1,980 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:CSC314 - Data Mining}} == Course Information == {{Course |code=CSC3140 |name=Data Mining |prereq=CSC313 and MTH321 |offered=Every Spring |description...")
- 10:12, 8 January 2020 Theory/spring2020 (hist) [2,917 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:CSC381 - Theory of Computation}} Category:Courses == Course Information == {{Course |code=CSC3810 |name=Theory of Computation |prereq=CSC2310 |offe...")
- 10:00, 8 January 2020 Intro CS II/spring2020 (hist) [1,113 bytes] Robert.lowe (talk | contribs) (Created page with "== Course Information == {{Course |code=CSC1120 |name=Introduction to Computer Science II |prereq=Computer Science 111 |offered=Every Spring |description=A continuat...")
- 09:39, 3 December 2019 Compiler/fall2019/final-review (hist) [613 bytes] Robert.lowe (talk | contribs) (Created page with "{{DISPLAYTITLE:Final Exam Review}} # What does the symbol table do? # Be able to construct a simple symbol table given some code written in Ledgard. # Sketch the pseudocode n...")
- 15:41, 2 December 2019 Intro CS I/fall2019/address (hist) [15,403 bytes] Robert.lowe (talk | contribs) (Created page with "== Makefile == '''File:''' Makefile <syntaxhighlight lang="makefile"> TARGETS=address all: $(TARGETS) address: address_book.o contact.o contact_info.o iofun.o main.o g++ -o...")