点击切换搜索课件文库搜索结果(1246)
文档格式:PDF 文档大小:14.06KB 文档页数:8
TAC Handout written by Maggie Johnson and revised by me. Three address code Three-address code(TAC) will be the intermediate representation used in our Decaf compiler. It is essentially a generic assembly language that falls in the lower-end of the mid-level IRs. Some variant of 2, 3 or 4 address code is fairly commonly used as an IR, since it maps well to most
文档格式:PPT 文档大小:126KB 文档页数:9
Chapter 16 Objectives After you have read and studied this chapter, you should be able to Write recursive algorithms for mathematic functions and nonnumerical operations. Decide when to use recursion and when not to. Describe the recursive quicksort algorithm and explain how its performance is better than selection and bubble sort algorithms
文档格式:PPT 文档大小:174.5KB 文档页数:17
Chapter 15 Objectives After you have read and studied this chapter, you should be able to Develop large programs incrementally using multiple objects from object categories controller, storage, application logic, and user interface. Develop large programs that are extensible and modifiable by applying polymorphism and inheritance effectively in program design. Document how the methods in the classes are related by using method call sequence diagrams
文档格式:PPT 文档大小:216.5KB 文档页数:20
Chapter 13 Objectives After you have read and studied this chapter, you should be able to Write GUI application programs using Frame, Dialog, and Button objects from the java. awt package. Write GUI application programs with menus using Menu, MenuItem, and MenuBar objects from the java.awt package. Write event-driven programs using Java's delegation- based event model. Write GUI application programs that process mouse events
文档格式:PPT 文档大小:188.5KB 文档页数:22
Chapter 11 Objectives After you have read and studied this chapter, you should be able to Include a FileDialog object in your program to let the user specify a file. Write bytes to a file and read them back from the file using FileOutputStream and FileInputStream. Write values of primitive data types to a file and read them back from the file using DataOutputStream and DataInputStream
文档格式:PPT 文档大小:498KB 文档页数:40
Chapter 9 Objectives After you have read and studied this chapter you should be able to Manipulate a collection of data values using an array. Declare and use an array of primitive data types in writing a program. Declare and use an array of objects in writing a program. Describe how a two-dimensional array is implemented as an array of arrays. Manipulate a collection of objects using a vector. Use MultiInputBox object from the javabook package to input an array of strings
文档格式:PPT 文档大小:304KB 文档页数:36
Chapter 7 Objectives After you have read and studied this chapter, you should be able to Implement repetition control in a program using while statements. Implement repetition control in a program using do- while statements. Implement repetition control in a program using for statements
文档格式:PPT 文档大小:201.5KB 文档页数:20
Chapter 5 Objectives After you have read and studied this chapter, you should be able to Define an applet with multiple methods. Incorporate a simple event-handling routine to an applet to process input. Construct input-processing applets using Label, TextField, and Button objects from the java.awt package. Convert string data to numerical data
文档格式:PPT 文档大小:396KB 文档页数:31
Chapter 3 Objectives After you have read and studied this chapter, you should be able to Select proper types for numerical data. Write arithmetic expressions in Java. Evaluate arithmetic expressions using the precedence rules. Describe how the memory allocation works for objects and primitive data values. Write mathematical expressions using methods in the Math class
文档格式:PPT 文档大小:214.5KB 文档页数:22
Chapter 1 Objectives After you have read and studied this chapter, you should be able to Name the basic components of object-oriented programming. Differentiate classes and objects. Differentiate class and instance methods. Differentiate class and instance data values
首页上页118119120121122123124125下页末页
热门关键字
搜索一下,找到相关课件或文库资源 1246 个  
©2008-现在 cucdc.com 高等教育资讯网 版权所有