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

View (previous 50 | next 50) (20 | 50 | 100 | 250 | 500)