Search results

Jump to: navigation, search
  • ...il: cer@cis.udel.edu<br>Office: Smith 446<br>Office hours: Wednesdays from 1-3 pm (subject to change each week) ** 030: 1:25 pm to 2:15 pm
    29 KB (3,990 words) - 11:04, 18 January 2017
  • ** Prompt the user to enter a number to choose one of the options (1 for first option, 2 for second option, etc.), then use a <tt>Scanner</tt> t ..."1 hours", etc. where appropriate (i.e., do not use plural for a value of 1). Some example outputs are below:
    5 KB (822 words) - 11:07, 18 January 2017
  • * Label the vertical axis with "-1" and "1" where appropriate
    4 KB (723 words) - 11:07, 18 January 2017
  • ...eans such that the value at array index ''i'' is true if the number '''i + 1''' is prime, and false if it is not. This method should call <tt>isItPrime ...r'' to index ''upper'' (inclusive) in the array passed to it. The 0's and 1's should all be on one line with no spaces in between them, followed by a s
    4 KB (673 words) - 11:08, 18 January 2017
  • ...grid boundaries . Both turtles below have a movement pattern of <tt>(2, -1)</tt>; the ''blue'' turtle has moved once from its initial position, and th .../ 2, NUM_COLS / 2)</tt>, facing <tt>NORTH</tt>, with movement pattern <tt>(1, 0)</tt>
    5 KB (757 words) - 11:08, 18 January 2017
  • ===Part 1=== objArray.add(new Sphere("basketball", 24.1));
    5 KB (727 words) - 11:09, 18 January 2017
  • ...dia.org/wiki/Irreducible_fraction lowest terms]. For example, "2 / 4" -> "1 / 2", or "10 / 15" -> "2 / 3". You may look up pseudocode for how to reduc ...turn "0". If the denominator is 1, just return the numerator -- e.g. "5 / 1" -> "5".
    4 KB (612 words) - 11:10, 18 January 2017
  • ===Part 1=== 1 2 3 4 5 6
    4 KB (576 words) - 11:11, 18 January 2017
  • ===Part 1=== .../tt>. Also, you may use your modified project from part 2 to satisfy part 1 -- that is, you can demonstrate compiling and running in person with the pa
    3 KB (453 words) - 11:11, 18 January 2017
  • * '''Milestone 1 (May 11)'''
    4 KB (724 words) - 11:14, 18 January 2017
  • ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon]: About $105 for new hardcover, $42 to rent physical book for semest ...age-2nd-edition-pdf-d179803515 here] and [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf here]. Book's lin
    23 KB (3,361 words) - 11:19, 18 January 2017
  • ...d with an in-person demonstration to the instructor or TA by 6 pm on March 1 (earlier days are fine--right after class is recommended)<br> ==Part 1 '''[3 points]'''==
    3 KB (472 words) - 11:20, 18 January 2017
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b
    5 KB (833 words) - 11:21, 18 January 2017
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (451 words) - 11:22, 18 January 2017
  • ...t timing comparisons with and without bounding volumes for your scene. '''[1 pt]''' appearing on a separate line. Lines 1-3 are mandatory. Whole lines can be commented out by starting them with '#
    6 KB (973 words) - 11:22, 18 January 2017
  • * Narayanan Seshan (NS), E-mail: nseshan@udel.edu, office hours: 1-3 pm on Thursdays in Smith 201 (2-3 pm only on Sept. 4) ...times (TA): 9:05 am (MRV), 10:10 am (MRV), 11:15 am (MRV), 12:20 pm (NS), 1:25 pm (NS), 2:30 pm (NS)
    23 KB (3,166 words) - 11:24, 18 January 2017
  • ===1. Binary Search Tree (BST) implementation=== ..., as well as comments on why you think the timings vary for the different (1) BST implementations, (2) operations being performed, and (3) files from wh
    4 KB (695 words) - 11:25, 18 January 2017
  • ===1. Maze generation using union/find=== * '''[1 point]''' Fill in the ''find()'', ''union_sets()'', and ''union_sets_by_siz
    4 KB (633 words) - 11:26, 18 January 2017
  • ==Lab #1== ===1. Getting started (2 points)===
    5 KB (795 words) - 10:12, 30 August 2021
  • ===1. Written problems=== * '''(0.5 points)''' Drozdek exercises 1.11.3 "Providing that the declaration..."
    2 KB (326 words) - 10:37, 30 August 2021
  • ===1. C++ programming exercises=== ...lement the stack-based delimiter matching algorithm from Drozdek Section 4.1. As in the algorithm, you should read from a file and handle parentheses,
    3 KB (416 words) - 11:27, 18 January 2017
  • ===1. C++ programming exercises=== * '''(1 point)''' Complete the ''push_front()'' and ''pop_back()'' functions in the
    2 KB (428 words) - 11:28, 18 January 2017
  • ===1. Written problems=== * '''(1.5 points)''' Drozdek exercise 2.11.9 (0.5 points for each of adding, multip
    1 KB (175 words) - 14:22, 6 October 2021
  • ===1. C++ programming exercises=== ...rebalance the tree. This should work for both the +2/+1 case and the -2/-1 case. Rotation functions have already been written: ''rotate_right(t)'' pe
    4 KB (613 words) - 11:29, 18 January 2017
  • ===1. Written problems=== ...eaves in a binary heap of height ''h'', where a single-node tree is height 1? Show your reasoning.
    1 KB (201 words) - 11:29, 18 January 2017
  • ===1. Written problems=== ...the ''i''th letter in a q-letter word W, where the value of 'a' = 0, 'b' = 1, ..., 'z' = 25. One possible hash function is
    2 KB (322 words) - 11:29, 18 January 2017
  • * 50% Final project (teams of 1-3) ** Do not install separately--we will just use version (1.7) included in ROS Hydro
    14 KB (1,990 words) - 11:32, 18 January 2017
  • * 50% Final project (teams of 1-3) * [http://pointclouds.org/ PCL] (>= 1.6, available for Linux, Windows, Mac OS X)
    15 KB (2,123 words) - 11:33, 18 January 2017
  • ''Due Thursday, March 1, midnight''<br> ...ut .pcd file on the command line as well as a flag indicating whether mode 1, 2, or 3 above is being run, and print the required information to standard
    3 KB (423 words) - 15:27, 16 February 2018
  • <!-- ** Chapter 1 [http://secondmachineage.com/excerpt/ here] --> {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    23 KB (3,167 words) - 11:36, 18 January 2017
  • ...'''analytical paper''' should be a 4-page analysis (12-pt font or smaller, 1 inch margins, single-spaced) of the ethical dimensions of one of the follow .../class_wiki/images/impactcs.pdf ImpactCS approach]. See especially Figure 1, where you identify relevant issues (the columns) and who the affected stak
    2 KB (260 words) - 11:36, 18 January 2017
  • * '''Office hours''' Tuesdays 3:15-4:15 pm, Thursdays 12-1 pm ** 40% Final project (teams 1-3)
    15 KB (2,001 words) - 11:37, 18 January 2017
  • ...el.edu<br>Office: Smith 446<br>Office hours: Tuesdays 2-3 pm and Thursdays 1-2 pm * 15% Create links to, write 1-paragraph summaries about online articles on class wiki (2.5% each). Due o
    28 KB (3,887 words) - 11:39, 18 January 2017
  • {| class="wikitable" style="text-align: center" border="1" cellpadding="5" |style="background:rgb(102, 204, 255)"|1
    18 KB (2,541 words) - 11:41, 18 January 2017
  • ...r slot to come to my lab (Smith 211) on Tuesday, Oct. 30 or Thursday, Nov. 1 [http://doodle.com/4s6wce3w4in277ir here]. In the lab you will make a map
    605 bytes (110 words) - 11:41, 18 January 2017
  • ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon]: About $105 for new hardcover, $34-38 to rent physical book for sem ...age-2nd-edition-pdf-d179803515 here] and [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf here]. Book's lin
    24 KB (3,506 words) - 08:01, 19 May 2017
  • ...lk to your TA. For midterm exam grades, talk to the instructor. You have 1 week after a grade is returned to dispute it; after that, your score is fin {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    21 KB (3,041 words) - 13:07, 19 May 2017
  • ...[http://nameless.cis.udel.edu/class_data/181_s2017/Lab1_TestCases.pdf Lab #1 tests]</p> * Prompt the user to enter a number to choose one of the options (1 for Heron's, 2 for convert seconds) and use the <tt>Scanner</tt> class to r
    4 KB (728 words) - 21:42, 26 February 2017
  • ''Due Tuesday, February 28 midnight''<br>Part 1 can only be satisfied with an in-person demonstration to the TA by 6 pm on ==Part 1 '''[3 points]'''==
    3 KB (471 words) - 22:57, 16 February 2017
  • * '''Milestone 1 (May 10)''' (worth 5%)
    4 KB (724 words) - 10:27, 4 May 2017
  • ...grid boundaries . Both turtles below have a movement pattern of <tt>(2, -1)</tt>; the ''blue'' turtle has moved once from its initial position, and th .../ 2, NUM_COLS / 2)</tt>, facing <tt>NORTH</tt>, with movement pattern <tt>(1, 0)</tt>
    5 KB (775 words) - 10:21, 27 February 2017
  • ...adapted from idunnololz's comment titled "Tested on Android Studio 0.8.6 - 1.0.2" [http://stackoverflow.com/questions/16626810/can-android-studio-be-use ...l) tab that says "1: Project" or type "Alt+1" (hold down Alt key and press 1)
    2 KB (379 words) - 00:00, 5 February 2017
  • * 2.0: ''Satisfactory'': At least 1/2 of requirements met; non-trivial problems * 1.0: ''Poor'': Extremely serious problems, but some effort/understanding disp
    1 KB (187 words) - 10:14, 7 February 2017
  • * Label the vertical axis with "-1" and "1" where appropriate
    5 KB (749 words) - 11:05, 7 March 2017
  • myTurtle.move(1); ...are saved by a <tt>print()</tt> call, numbered (0 is its initial location, 1 is after the first <tt>move()</tt>, and so on), and colored and oriented ac
    7 KB (779 words) - 10:22, 27 February 2017
  • O X . 0 1 2 To be specific, suppose we assign a score of +1 to each win, -10 to each loss, and 0 to each tie. Furthermore, let us say
    6 KB (1,052 words) - 09:36, 5 April 2017
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b
    5 KB (877 words) - 23:18, 2 March 2017
  • ...tf("Impossible to open the file ! Are you in the right path ? See Tutorial 1 for details\n"); while( 1 ){
    4 KB (484 words) - 23:08, 2 March 2017
  • ...parameter constructor that takes the numerator and sets the denominator to 1 ...dia.org/wiki/Irreducible_fraction lowest terms]. For example, "2 / 4" -> "1 / 2", or "10 / 15" -> "2 / 3". You may look up pseudocode for how to reduc
    5 KB (736 words) - 09:08, 25 April 2017
  • ...ll be determined by a linear map from [N/3, N] tests passed to a score of [1, 4].
    2 KB (421 words) - 14:50, 1 May 2017
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (507 words) - 08:56, 12 April 2017
  • {| class="wikitable" style="text-align: center" border="1" cellpadding="5" ...list associated with "th": "e" is chosen with a 2/3 chance and "r" with a 1/3 chance. Suppose an "e" is picked. The output is now "the".
    5 KB (834 words) - 09:16, 15 May 2017
  • You may use any code from HW #1, HW #2, or HW #3 as a starting point, as well as any code from the [http://
    3 KB (433 words) - 23:16, 2 May 2017
  • ...lk to your TA. For midterm exam grades, talk to the instructor. You have 1 week after a grade is returned to dispute it; after that, your score is fin {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    22 KB (3,155 words) - 09:20, 6 December 2017
  • * 2.0: ''Satisfactory'': At least 1/2 of requirements met; non-trivial problems * 1.0: ''Poor'': Extremely serious problems, but some effort/understanding disp
    1 KB (199 words) - 21:40, 29 August 2017
  • ...adapted from idunnololz's comment titled "Tested on Android Studio 0.8.6 - 1.0.2" [http://stackoverflow.com/questions/16626810/can-android-studio-be-use ...l) tab that says "1: Project" or type "Alt+1" (hold down Alt key and press 1)
    2 KB (379 words) - 11:21, 28 August 2017
  • * '''Milestone 1 (Nov. 29)''' (worth 5%)
    4 KB (730 words) - 21:53, 29 August 2017
  • ...can choose either of the two functions above by entering a single number: 1 for Heron's, 2 for convert seconds ...tt>Scanner</tt> class to read that number. Check that it really is either 1 or 2
    5 KB (906 words) - 22:17, 4 September 2017
  • * Make a new project (but now ''n'' = 1) following [[CISC181_F2017_NewAndroidStudioProject | these ]] instructions ...hich is read with a <tt>Scanner</tt> object). This time, the options are: 1 to solve a basic physics problem, 2 to draw a particular pattern with print
    4 KB (603 words) - 07:59, 12 September 2017
  • * Label the vertical axis with "-1" and "1" where appropriate
    6 KB (941 words) - 08:17, 20 September 2017
  • final int MIN_SEPARATION = 1;
    3 KB (391 words) - 08:14, 20 September 2017
  • {| class="wikitable" style="text-align: center" border="1" cellpadding="5" ...list associated with "th": "e" is chosen with a 2/3 chance and "r" with a 1/3 chance. Suppose an "e" is picked. The output is now "the".
    5 KB (815 words) - 04:36, 30 October 2017
  • ...grid boundaries . Both turtles below have a movement pattern of <tt>(2, -1)</tt>; the ''blue'' turtle has moved once from its initial position, and th .../ 2, NUM_COLS / 2)</tt>, facing <tt>NORTH</tt>, with movement pattern <tt>(1, 0)</tt>
    5 KB (775 words) - 22:45, 25 September 2017
  • myTurtle.move(1); ...are saved by a <tt>print()</tt> call, numbered (0 is its initial location, 1 is after the first <tt>move()</tt>, and so on), and colored and oriented ac
    7 KB (779 words) - 22:46, 25 September 2017
  • ...t>setForwardSpeed(int speed)</tt>, where speed is either 0 (don't move) or 1 (move forward) ...speed)</tt>, where turnspeed is either -1 (turn left), 0 (don't turn), or +1 (turn right)
    7 KB (1,093 words) - 09:21, 3 October 2017
  • ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon]: About $69 for new hardcover, $25 to rent physical book for semeste ...age-2nd-edition-pdf-d179803515 here] and [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf here]. Book's lin
    24 KB (3,533 words) - 13:38, 15 May 2018
  • ...parameter constructor that takes the numerator and sets the denominator to 1 ...dia.org/wiki/Irreducible_fraction lowest terms]. For example, "2 / 4" -> "1 / 2", or "10 / 15" -> "2 / 3". You may look up pseudocode for how to reduc
    4 KB (656 words) - 08:54, 6 November 2017
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b ...r as an obstacle in the physics mode, so that it can be collided with. '''[1 point]'''
    6 KB (922 words) - 13:40, 17 April 2018
  • * 50% Final project (teams of 1-3) .../pcl Point Cloud Library (PCL)]. Latest version on GitHub seems to be 1.8.1. Should be installable on Linux/Mac/Windows
    20 KB (2,811 words) - 10:53, 10 May 2018
  • ...rial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL Tutorial #1] regarding installation on your system. To be sure it is working, run the
    4 KB (631 words) - 15:21, 16 February 2018
  • ''Due Thursday, March 1, midnight''<br> ...ut .pcd file on the command line as well as a flag indicating whether mode 1, 2, or 3 above is being run, and print the required information to standard
    3 KB (423 words) - 15:28, 16 February 2018
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (507 words) - 21:42, 5 March 2018
  • Continuing the theme from HW #1, this assignment is a ''classification challenge''. You will use the [http ...use every one for training. Note that in the paper, the authors only used 1 out of every 5 video frames for training.
    4 KB (682 words) - 22:19, 14 March 2018
  • You may use any code from HW #1, HW #2, or HW #3 as a starting point, as well as any code from the [http://
    3 KB (427 words) - 23:59, 28 April 2018
  • |valign="top"|'''Week 1: June 18-22 -- Introduction/background''' ** Preliminary data collection dry runs on atrium floor: (1) drive forward, stop before collision, (2) back up when starting too close
    11 KB (1,580 words) - 13:01, 27 July 2018
  • * 20% Presentation, given between Oct. 25 and Nov. 1 <!-- ** Chapter 1 [http://secondmachineage.com/excerpt/ here] -->
    25 KB (3,357 words) - 13:50, 29 November 2018
  • ...lytical paper''' should be a 3- or 4-page analysis (12-pt font or smaller, 1 inch margins, single-spaced) of the ethical dimensions of one of the follow .../class_wiki/images/impactcs.pdf ImpactCS approach]. See especially Figure 1, where you identify relevant issues (the columns) and who the affected stak
    2 KB (272 words) - 14:25, 10 March 2022
  • |Nathaniel Merrill, E-mail: nmerrill@udel.edu, office hours: Tuesdays, 12:30-1:30 pm and 5:30-6:30 pm in Smith 2nd floor TA room <!--Fridays 2-3 pm, Monda * Lab section: Wednesdays, 1:25 to 2:15 pm in [http://css-rdms1.win.udel.edu/maps/?find=SPL Spencer 010]
    23 KB (3,413 words) - 10:09, 14 May 2019
  • ...can choose either of the two functions above by entering a single number: 1 for Heron's, 2 for convert seconds ...tt>Scanner</tt> class to read that number. Check that it really is either 1 or 2
    5 KB (840 words) - 14:22, 13 February 2019
  • * '''Milestone 1 (May 10)''' (worth 3%)
    4 KB (694 words) - 08:34, 7 May 2019
  • TA office hours: Mondays, 1-3 pm in Smith 102A ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon]: About $79 for used hardcover, $26 to rent physical book for semest
    24 KB (3,541 words) - 12:52, 16 May 2019
  • ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon]: About $50 to buy used hardcover, $17 to rent physical book for sem ...age-2nd-edition-pdf-d179803515 here] and [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf here]. Book's lin
    25 KB (3,711 words) - 22:19, 3 February 2021
  • ...adapted from idunnololz's comment titled "Tested on Android Studio 0.8.6 - 1.0.2" [http://stackoverflow.com/questions/16626810/can-android-studio-be-use ...l) tab that says "1: Project" or type "Alt+1" (hold down Alt key and press 1)
    2 KB (379 words) - 09:15, 12 February 2019
  • * 2.0: ''Satisfactory'': At least 1/2 of requirements met; non-trivial problems * 1.0: ''Poor'': Extremely serious problems, but some effort/understanding disp
    1 KB (188 words) - 10:08, 12 February 2019
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (507 words) - 14:27, 7 March 2019
  • * Make a new project (but now ''n'' = 1) following [[CISC181_S2019_NewAndroidStudioProject | these ]] instructions ...hich is read with a <tt>Scanner</tt> object). This time, the options are: 1 to solve a basic physics problem, 2 to draw a particular pattern with print
    4 KB (659 words) - 12:08, 20 February 2019
  • ...rial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL Tutorial #1] regarding installation on your system. To be sure it is working, run the
    4 KB (628 words) - 20:13, 21 February 2019
  • ...lly, and approximately -3 to +3 vertically (the image shown only has -1 to 1 -- don't just duplicate it!) * Label the vertical axis with "-1", "-2", "-3", "1", "2", and "3" where appropriate
    6 KB (1,018 words) - 14:07, 27 February 2019
  • ...utomatically'' according to the following super-simple strategy and print (1) the final amount of money remaining, and (2) the ''best'' hand that you ev ArrayList<Hand> hands = D.deal(1, 5);
    4 KB (709 words) - 20:32, 18 March 2019
  • ...l) tab that says "1: Project" or type "Alt+1" (hold down Alt key and press 1)
    2 KB (395 words) - 10:01, 17 April 2019
  • ...parameter constructor that takes the numerator and sets the denominator to 1 ...dia.org/wiki/Irreducible_fraction lowest terms]. For example, "2 / 4" -> "1 / 2", or "10 / 15" -> "2 / 3". You may look up pseudocode for how to reduc
    4 KB (655 words) - 12:50, 23 April 2019
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b ...r as an obstacle in the physics mode, so that it can be collided with. '''[1 point]'''
    6 KB (933 words) - 12:25, 18 April 2019
  • You may use any code from HW #1, HW #2, or HW #3 as a starting point, as well as any code from the [http://
    3 KB (435 words) - 22:56, 13 May 2019
  • * 25% Programming/learning assignment (1-3 students) * 50% Final project (1-3 students)
    18 KB (2,559 words) - 21:59, 2 December 2019
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (515 words) - 21:14, 2 October 2019
  • ...use every one for training. Note that in the paper, the authors only used 1 out of every 5 video frames for training. ...nvnet") in TensorFlow to categorize a given RGB and/or depth image into '''1 of the 4 subtrees above''' -- '''NOT''' one of the 51 categories. You may
    4 KB (682 words) - 13:57, 1 October 2019
  • ...rial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL Tutorial #1] regarding installation on your system. To be sure it is working, run the
    4 KB (632 words) - 10:32, 5 September 2019
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b
    6 KB (933 words) - 10:18, 1 November 2019
  • You may use any code from HW #1 through HW #4 as a starting point, as well as any code from the [http://www
    3 KB (481 words) - 11:39, 12 November 2019
  • |Tuesdays and Thursdays, 12:30-1:45 pm ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon] it's about $60 to rent physical book for semester and about $50 to
    26 KB (3,862 words) - 16:17, 18 May 2021
  • ...rial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL Tutorial #1] regarding installation on your system. To be sure it is working, run the
    4 KB (633 words) - 12:24, 25 February 2021
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (522 words) - 11:11, 16 March 2021
  • * 20% Presentation, given between Oct. 25 and Nov. 1
    4 KB (696 words) - 16:53, 26 March 2021
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b
    6 KB (933 words) - 05:09, 6 April 2021
  • You may use any code from HW #1 through HW #4 as a starting point, as well as any code from the [http://www
    3 KB (484 words) - 10:31, 4 May 2021
  • Emma Adelmann, E-mail: eadel@udel.edu, office hours: 5-6 pm on Mondays, 1-2 pm on Thursdays in Smith 102A {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    25 KB (3,550 words) - 13:31, 13 December 2021
  • ==Lab #1== ===1. Getting started (2 points)===
    5 KB (835 words) - 16:09, 1 September 2021
  • ===1. Written problems=== * '''(0.5 points)''' Drozdek exercises 1.11.3 "Providing that the declaration..."
    2 KB (334 words) - 14:55, 8 September 2021
  • ===1. C++ programming exercises=== ...lement the stack-based delimiter matching algorithm from Drozdek Section 4.1. As in the algorithm, you should read from a file (specified on the comman
    3 KB (453 words) - 12:22, 15 September 2021
  • ===1. C++ programming exercises=== * '''(1 point)''' Complete the ''push_front()'' and ''pop_back()'' functions in the
    2 KB (428 words) - 11:47, 30 August 2021
  • ===1. Binary Search Tree (BST) implementation=== ...ains()'', ''findMin()'', and ''findMax()'' [2 points for ''Fast'' version, 1 point for ''Slow'']. Both classes will use the templatized class '''BSTNod
    4 KB (629 words) - 15:33, 29 September 2021
  • ===1. Written problems=== * '''(1.5 points)''' Drozdek exercise 2.11.9 (0.5 points for each of adding, multip
    1 KB (174 words) - 14:31, 6 October 2021
  • ===1. C++ programming exercises=== ...rebalance the tree. This should work for both the +2/+1 case and the -2/-1 case. Rotation functions have already been written: ''rotate_right(t)'' pe
    3 KB (522 words) - 16:36, 13 October 2021
  • ===1. Maze generation using union/find=== ...() so that U IS updated after each wall is removed (this is called "option 1" in the code).
    4 KB (615 words) - 12:35, 3 November 2021
  • ===1. File compression with Huffman coding=== ** (1) remove trie in PQ with SMALLEST frequency, assign to first
    4 KB (591 words) - 17:31, 10 November 2021
  • ===1. Written problems=== ...the ''i''th letter in a q-letter word W, where the value of 'a' = 0, 'b' = 1, ..., 'z' = 25. One possible hash function is
    2 KB (322 words) - 09:39, 18 November 2021
  • |Mondays, 1-3 pm ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon] it's about $60 to rent a physical book for semester and (strangely!
    27 KB (3,953 words) - 09:28, 12 May 2022
  • <!-- ** Chapter 1 [http://secondmachineage.com/excerpt/ here] --> {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    25 KB (3,431 words) - 13:22, 10 May 2022
  • ''Due Tuesday, March 1 at midnight'' ...rial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL Tutorial #1] regarding installation on your system. To be sure it is working, run the
    4 KB (631 words) - 11:28, 17 February 2022
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures ...shadertoy.com] (similar to but not the same as the one shown in class on 3/1) that works over the ''land surface'' only of the earth while in draw mode
    3 KB (541 words) - 11:36, 10 March 2022
  • ...lytical paper''' should be a 3- to 4-page analysis (12-pt font or smaller, 1 inch margins, single-spaced) of the ethical dimensions of one of the follow
    2 KB (274 words) - 14:30, 10 March 2022
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b
    6 KB (933 words) - 10:53, 25 March 2023
  • ''Due Sunday, May 1'' ...in Section 2.1 of [http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.7.9782&rep=rep1&type=pdf Wolberg, "Recent Advances in Image Morphing", 2003
    3 KB (542 words) - 11:01, 19 April 2022
  • You may use any code from HW #1 through HW #4 as a starting point, as well as any code from the [http://www
    3 KB (484 words) - 07:39, 3 May 2022
  • ...hics-Fourth-Marschner/dp/1482229390/ref=sr_1_1?ie=UTF8&qid=1452108760&sr=8-1 Amazon] it's about $20 to rent a physical 4th edition book for semester and ...age-2nd-edition-pdf-d179803515 here] and [http://wiki.labomedia.org/images/1/10/Orange_Book_-_OpenGL_Shading_Language_2nd_Edition.pdf here]. Book's lin
    28 KB (4,156 words) - 08:12, 12 May 2023
  • {| class="wikitable" style="text-align: center" border="1" cellpadding="5" |style="background:rgb(102, 204, 255)"|1
    17 KB (2,500 words) - 12:18, 29 September 2022
  • ...u Desktop 22.04 LTS. [https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview Installation instructions] * MacOS: Mojave 10.14. Several students have had success on HW #1 by installing Ubuntu in a [https://mac.getutm.app/ UTM] VM. Bridging mode
    23 KB (3,414 words) - 07:23, 10 May 2023
  • ...floor to ceiling of the box). Make changes to both Flocker and Predator (1) ''spawning'' so that none are born inside the cylinder, and (2) ''motion b
    6 KB (980 words) - 06:38, 7 April 2023
  • ...rial.org/beginners-tutorials/tutorial-1-opening-a-window/ OpenGL Tutorial #1] regarding installation on your system. To be sure it is working, run the
    4 KB (632 words) - 09:21, 17 February 2023
  • ...sphere representing the planet Earth as seen from space. By pressing keys 1-5, the user can switch between "draw modes" to show five different textures
    3 KB (564 words) - 09:21, 6 March 2023
  • You may use any code from HW #1 through HW #4 as a starting point, as well as any code from the [http://www
    3 KB (525 words) - 08:26, 1 May 2023
  • ...wn'' completely as a continuous curve (i.e., connected line segments) '''[1 point]'''. So it should be computed outside of your animation loop ...program such that the camera path and aiming is broken into three phases: (1) Show the two objects as a group, (2) Focus on the first object, and (3) Fo
    4 KB (607 words) - 12:12, 20 April 2023
  • ...google.com/store/books/details?id=PRgLAAAAQBAJ&rdid=book-PRgLAAAAQBAJ&rdot=1&source=gbs_vpt_read Google Play e-book] $40 rental, $70 purchase {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    27 KB (3,878 words) - 15:40, 8 December 2023
  • ...ppointment. Here are [https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview installation instructions for Ubuntu]. Several students with MacO {| class="wikitable" style="text-align: center" border="1" cellpadding="5"
    24 KB (3,548 words) - 15:57, 5 December 2023
  • ==Lab #1== ===1. Getting started (1 point)===
    5 KB (927 words) - 16:50, 2 September 2023
  • ===[1 point] <tt>PREPRINT</tt>: <tt>void preOrderPrint(node)</tt>=== ===[1 point] <tt>INPRINT</tt>: <tt>void inOrderPrint(node)</tt>===
    4 KB (588 words) - 13:27, 22 September 2023
  • ...sertHead</tt> : Put new node with specified value at head of list (1 ARGUMENT: value) ...t</tt> : Remove node by index. If index is invalid, do nothing (1 ARGUMENT: index). '''You can use AI programming assistance tools to help w
    4 KB (700 words) - 09:17, 7 September 2023
  • ..., and exponentiation, respectively. 3 are strings representing ''unary'' (1-argument) operators: <tt>sqrt</tt>, <tt>log</tt>, and <tt>log10</tt>, for t | 7 1.3 - || 6
    4 KB (576 words) - 10:51, 14 September 2023
  • ===1. Binary Search Tree (BST) implementation [4 points]=== ...is undefined for this implementation so <tt>computeHeight()</tt> returns -1.
    5 KB (825 words) - 20:06, 29 September 2023
  • ===1. Written problems=== * '''(1.5 points)''' Drozdek exercise 2.11.9 (0.5 points for each of adding, multip
    1 KB (174 words) - 09:14, 5 October 2023
  • ===1. Maze generation using union/find=== 0:3, 1:0, 2:5, 3:-1, 4:0, 5:0, 6:2, 7:0, 8:0, 9:8, 10:8, 11:7
    5 KB (776 words) - 09:54, 26 October 2023
  • ===1. File compression with Huffman coding=== ...ii_decompress_body()</tt> : This function should read one "bit" (a '0' or '1' char) at a time from the input stream until a legal code is assembled, the
    6 KB (984 words) - 12:42, 3 November 2023
  • ===1. Word graphs === ...executable is called as follows: <tt>wordgraph <dictionary> <command> <0, 1, or 2 parameters</tt>>. Commands and their parameters are explained below:
    4 KB (750 words) - 16:45, 10 November 2023
  • ...12 (reading day) will be posted after Thanksgiving break. Your code and a 1+ page description of what you tried, how much you got done, and any results
    2 KB (401 words) - 14:23, 7 December 2023
  • ===1. Hash tables === ...scheme should use lazy deletion and follow the probing sequence ''f(1) = +1'', ''f(2) = -4'', ''f(3) = +9'', ''f(4) = -16'', and so on.
    4 KB (662 words) - 10:25, 5 December 2023