⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 http:^^www.cs.byu.edu^courses^cs455^cs455.html

📁 This data set contains WWW-pages collected from computer science departments of various universities
💻 HTML
📖 第 1 页 / 共 2 页
字号:
  Graphics Package     	50%<BR>        TOTAL          		100%<P>  Letter grades are assigned as follows:<P>A     93.3% and above 	B-  above 80.0%     	D+  above 56.7%<BR>A-    above 90.0%     	C+  above 73.3%    	D   above 53.3%<BR>B+    above 86.7%     	C   above 66.7%     	D-  above 50.0%<BR>B     above 83.3%     	C-  above 60.0%     	E   above 00.0%<P>I     Circumstances beyond the student`s control and not in his contemplation      occurring after the 12th week of the semester<P>UW    No activity after the 12th week of the semester.<P><H3>MIDTERMS AND FINAL EXAMINATION</H3>Midterms will be multiple choice, closed book, closed notes, and administered in the Testing Center.  The Final Examination will consist of two parts: 1) questions taken from the midterms, possibly with the wording or information changed, but testing the same concepts,  2) material since the last midterm.  Instead of taking any or all of part (1), you may elect to carry his midterm percentage(s) forward to this part.  The Final Examination will be timed, multiple choice, closed book, closed notes on Wednesday, December 18, 1996 in the Testing Center.<H3>PROGRAMMING ASSIGNMENT DEADLINES, LATE DAYS, AND EARLY DAYS</H3> There are four phases or programming assignments, as follows:<P>           Title                         Points     		Due Date<BR>  <!WA15><A HREF="http://www.cs.byu.edu/courses/cs455/assign1.txt">Phase 1</A>: Primitives             85 points 	October 2, 1996<BR>  <!WA16><A HREF="http://www.cs.byu.edu/courses/cs455/assign2.txt">Phase 2</A>: 2D Graphics	   85 points 	October 23, 1996<BR>  <!WA17><A HREF="http://www.cs.byu.edu/courses/cs455/assign3.txt">Phase 3</A>: 3D Graphics	   85 points 	November 22, 1996<BR>  Phase 4</A>: Three Options   85 points 	December 13, 1996<UL><LI> <!WA18><A HREF="http://www.cs.byu.edu/courses/cs455/assign4RayTracing.txt">Ray Tracing</A> or<LI> <!WA19><A HREF="http://www.cs.byu.edu/courses/cs455/assign4Fractals.txt">Fractals</A> or<LI> <!WA20><A HREF="http://www.cs.byu.edu/courses/cs455/assign4Animation.txt">Animation</A></UL> (choose 1 option only)<BR>  Total Points:                      340 points<P>You may earn up to 100 points in any phase.<P>       You may accumulate up to five late days without penalty.  Late days consist of Monday through Friday except holidays.  Once five late days have been accumulated, each additional day results in a 10% (of maximum points) loss.  No work will be accepted after December 13, 1996.<P>Work submitted early accumulates early days against which subsequent late days may be charged without penalty.<P><HR><H2>GRAPHICS PACKAGE REQUIREMENTS</H2><H3>GENERAL OVERVIEW</H3>The objective of these requirements is to allow you to design and implement a basic but useful three-dimensional graphics package.  Emphasis is given to fundamental computer graphics elements that are common to all general purpose 3D computer graphics packages.  This course does not emphasize documentation or software design nor does it emphasize user interfaces.  These are appropriate subjects for other courses and are of obvious importance.  The goal of this course is to allow you to gain an understanding of the important fundamental algorithms and techniques used in computer graphics.<P>Now, a warning to the wise concerning some things you should do so that you have a pleasant experience in this course.  First, scan ahead and read all parts of the text that have something to do with your implementation.  This saves you from realizing down the road that the architecture of your package cannot easily accommodate a new capability that must be incorporated.  Understand all the elements and how they will fit together from the start.  Design your package ahead of time.  This task, though time consuming, saves you a lot of headaches later on.  There simply is not enough time in the semester to finish your package if you wait until a concept is discussed in class before you begin to think about it or to implement it.  While this philosophy may be odd to some, this is the only way you can produce a good package in this class given the unavoidable time constraints common to university courses and to actual production environments.<P>Second, start early!  The pass-off deadlines come up very fast.  Try always to keep a couple of weeks ahead so that you aren't caught short and so that you have time left at the end of the semester to meet your other responsibilities.<P>Third, make your code robust.  Use good sense and your knowledge of good program design.  <P>Finally, do not limit yourself to the course textbook.  Read other texts and any other material that may give more information on a subject or explain it better.  Other sources can be of great value to you for your implementation.<P><H3>MACHINES AND LANGUAGES</H3>Students may use any machines or languages that are capable of accommodating the package requirements and to which they have authorized access for CS 455. To make pass-offs manageable for the TA, you must pass-off your package on a computer located on BYU's campus which you have authorized access to.  If you develop your package on a computer at home, please make sure that there is a compatible computer which will run your package on campus.  Otherwise, you will be under the necessity of transporting your computer to campus for each pass-off, which might not be convenient for you unless the computer is a laptop.  The display device should be capable of displaying at least 256 different colors at a resolution of at least 640 x 480 pixels.<P>Several department machines are available:<P>  SGI's :             	2244 TMCB (machines of choice).  <!WA21><A HREF="http://www.cs.byu.edu/courses/cs455/glinfo.html"> Info.</A><BR>  PC's :              	1149 TMCB <BR>  MAC's :            	1149 TMCB (CS 143 and CS 535 have priority)<BR>  UNIX systems :  	2204 and 2240 TMCB<P><H3>INTERFACE AND PASS-OFF PROCEDURE</H3> A static demo is NOT sufficient for pass-off.  Your implementation must be somewhat interactive.  The objective of the pass-off is to demonstrate the robustness of your implementation by performing arbitrary graphics functions. There are several options you may choose from depending on your preferences and development environment. <P>   1) GUI    			You may use mouse, keyboard, menus, dialogs, or any controls  you wish.  However, this is not required.  It is assumed that this interface will be intuitive.  The supported commands and their optional parameters will be tested using the GUI.<P>  2) Script-File		You may create and process a simple script file to demonstrate the functionality of your software.  Please provide the syntax or sample commands that can be processed from the script file.   The supported commands and their optional parameters will be tested by editing the script files and then processing them.<P>    3) Command-Line   	You may use a command line interface.  If you choose this option please include the ability to print out the commands and parameters on a simple help screen.  The supported commands and their optional parameters will be tested using the command-line interface.  This is the least convenient implementation.<P>  About one week before pass-off, the TA will supply the students with a pass-off sign up sheet.  You will be required to turn in an electronic copy of your code. However, there are no special code or documentation requirements.<P>   <H3>GRADING OF PROGRAMMING ASSIGNMENTS</H3>Each assignment must be completed by the due date or late days will be charged.  The"*" indicates functions which you must provide.  All required functionality must be completed.  The balance of points for each section may be earned by completing optional items listed in each category.  You may also propose additional options in writing which, if approved in advance, may count toward the total of optional points.  There are 85 points for each of the four phases for a total of 340 possible points. Note that phase 4 gives you three different options to choose from.  Each option is worth 85 points.  Choose only one of them.  Up to 20 points may be deducted for each assignment if the interface does not facilitate adequate testing of the functionality.  For example, drawing a line must accept start and end points and any other functionality supported such as width, color, etc.  Points will be awarded based on the sophistication and elegance of the functionality.<P><H3>USE OF OPERATING SYSTEM GRAPHICS PRIMITIVES</H3>For phase 1 (primitives), the only operating system primitives you may use are those that draw individual pixels or clear the screen.  This restriction applies only to the graphics code specified by this assignment.  For the user interface, you may use any operating system or library support available to make your job easier.<P>For phase 2 and later, you may use built-in operating system or library primitives that draw lines, circles, polygons, etc., so that you can concentrate on implementing the higher level functionality called for in the assignments.<P>  <H3>RESOURCES</H3>Many of the options can be programmed using only information from the text book. Following each option, the page numbers in the text book that cover It are listed in parenthesis. For some options, especially in phase 4, the text book has insufficient detail to allow you to program it without using outside resources.  The reference books cited should prove helpful, and the library has many other graphics books that would be helpful also.  IMPORTANT NOTE: not all of the graphics books are available in the library "on the shelf".  Some of the graphics books are kept behind locked doors (some of them include CDs or disks) and you have to ask the librarian to get them for you before you can check them out.<P>Feel free to come in and see the TA during office hours for additional help.  The programming assignments for this class are heavy and the deadlines come up quickly.  It is important to not "get stuck" and procrastinate working on the assignment until the deadline is imminent.  If you reach a point where you are not sure how to proceed, It is much better to get some help right away and get going again, rather than wait until deadline panic sets in and it may be too late to catch up.<P></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -