ࡱ> ` ZAbjbjss r49%$,A,A,AP|ADBwXDnD"DDDkEkEkEwwwwwwwxhX{w/KkEkE/K/KwDDwTTT/KDDwT/KwTT2nrDLD @P,AN}p.tw0wpr{SS{\rr{r kEFTHH6kEkEkEwwqTkEkEkEw/K/K/K/KD<,A,A  University College of Engineering Punjabi University Patiala B. TECH SECOND YEAR COMPUTER ENGINEERING (Batch 2009) SCHEME OF PAPERS THIRD SEMESTER (COMPUTER ENGINEERING) S. No.Subject CodeSubject NameLTPCr.ECE-209Digital Electronics3103.5CPE-201Computer Architecture3103.5CPE-202Data Structures3103.5CPE-203Operating Systems3103.5CPE-204Principles of Programming Languages3103.5CPE - 205Discrete Mathematical Structure3103.5ECE-259Digital Electronics Lab0021.0CPE-252Data Structure Using C/C++ Lab0021.0CPE-253Operating System Lab0021.0Total1866 =SUM(ABOVE) 24Total Contact Hours = 30 * ECE-259, CPE-252 and CPE-253 are practical papers only. There will not be any theory examination for these papers. ECE 209 DIGITAL ELECTRONIC CIRCUITS L T P CR 3 1 0 3.5 Section-A Number Systems and Codes : Binary, Octal and Hexadecimal number systems, Binary to decimal, Decimal to binary, Octal and hexadecimal to binary and binary to octal and hexadecimal conversions, BCD code, Gray code, Alphanumeric codes, Parity method for error detection. Logic gates and Boolean Algebra: OR, AND and NOT operations and gates, NOR, NAND, XOR and XNOR operations and gates, Evaluating logic circuit outputs, Implementing circuits from Boolean expressions. Boolean theorems, DeMorgan's theorem, universality of NAND and NOR gates, IEEE/ANSI standard logic symbols. Section-B Combinational Logic Circuits: Sum of product form, Product of sum form, Simplification of Boolean functions using algebric and Karnaugh map methods. Half adder, Full adder, Half subtractor, full subtractor circuits, Multiplication operation and ALU. Combinational digital IC packages: Multiplexers, De-multiplexers, Code converters, Combinational logic circuits. Some examples of Boolean gate ICs and ICs implementing different combinational logic circuits. Section-C Sequential Circuits: RS, JK, D and T flip-flops circuits and their conversions, Serial and parallel counters and shift registers, Universal shift registers, Some examples of counter and shift register ICs. Logic families and digital ICs: Characteristics of digital ICs, Classification of different logic families. Section-D Memories : Semi-conductor memories, ROM and RAM, ROM using diodes, BJTs, and FETs. RAM cell. Memory organization and expansion. An idea about other types of memories. Digital to Analog and Analog to Digital Converters: Variable register network, R-2R D/A converters. D/A accuracy and resolution, A/D converters, Simultaneous conversion and counter method. An idea about D/A and A/D IC packages. Recommended Books : 1. R.J Tocci, " Digital Principles Circuit" Prentice Hall of India, New Delhi. 2. M.M. Mano, " Digital Design" Mcgraw Hill, USA 3. Morris M. Mano "Digital logic and Computer design" Prentice Hall of India New Delhi. 4. Malvino Leach, " Digital Principles and Applications" MCgraw Hill, USA CPE 201 COMPUTER ARCHITECTURE L T P Cr 3 1 03.5 Sect ion-A Review of Digital Electronics: Flip flops, registers., counters, multiplexer, decoder. Basic Computer Organization and Design : Instruction Codes, Computer Instructions, Timing and Control, Execution of instructions, Input, Output and Interrupt. Design of basic Computer. Section-B Microprogram Control Organization : Control Memory Address Sequencing, Microprogram Sequences, Microinstruction Formats. Arithmetic Processor Design : Comparison and Subtraction of unsigned Binary Numbers, Addition, Subtraction, Multiplication, Division Algorithm. Section-C Control Processor Organization : Processor Bus Organization , ALU Stack Organization, Instruction Formats. Addressing Modes. Data Transfer and Manipulation, Program Control, Pipeline and vector processing.. Input-Output Organization: I/O interface, Asynchronous Data transfer DMA, Priority Interrupt , I/O Processor, Section-D Memory Organisation : Memory hierarcy, main memory,Associative memory, Virtual & Cache Memory, Memory Management Hardware. Multiprocessors: Characteristics of multiprocessors, interconnection structures, inter-processor arbitration, inter-processor communication & synchronization, cache coherence. Recommended Books : Computer System Architecture: M.M. .Mano, Prentice Hall of India. Structured Computer Organization: Andrew S. Tanenbaum , Prentice Hall of India J.P. Hayes, Computer Systeui Architecture, Prentice Hall of India, New Delhi. Ali leigh. System architecture, South wester publishing co. New Delhi. CPE - 202 DATA STRUCTURE L T P Cr 3- 1 0 3.5 S e c t i o n - A Basic Data Structures and Operations on them: Arrays, Stacks and Queues and Their Applications, Linked and Sequential Representation. Linked List, Representation of Linked List, Multi-Linked Structures Section-B Trees-Definitions and Basic Concepts, Linked Tree Representation, Representations in Contiguous Storage, Binary Trees, Binary Tree Traversal, Searching, Insertion and Deletion in Binary Trees, Binary Search Tree, Heap and Heap Sort Algorithm, AVL Trees. S c c t i o n - C Graphs and Their Application, Sequential and Linked Representation of Graph-Adjacency Matrix, Operations on Graph, Traversing a Graph, Dijkstra's Algorithm for Shortest Distance, DFS and BFS, Minimal Spanning Tree. "File Organization: Sequential, Relative, Index Sequential, B-Tree, Multi-Key, Inverted File. Sect ion-D Searching and Sorting, use of Various Data Structures for Searching and Sorting, Linear and Binary Search, Bubble Sort, Insertion Sort, Shell Sort, Selection Sort. Merge Sort, Radix Sort, Quick Sort. Hashing: Introduction to hash table, hash function, resolving collision by chaining and open addressing, deleting items from a hash table. Recommended Books : Data structures: a Pseudocode Approach with-C, IInd Edition,' Cengage Learning (Thomson). Fundamentals of Data Structures, CBS Publishers and Distributors, Delhi, Ellis HorwitZ and Sartaj Sahni. An introduction to data structures with applications, Mc-Graw Hill Inc., J.P. Trembley and P.G, Sorensen. Data Structures and Program Design in C Prentice Hall of India, 1992, Robort L. Kruse, Bruce P. Leung, Cluvis L. Tundo. Data Structure using (C & C++, Sanjeev Kumar, Khanna Publishers. CPE-203 OPERATING SYSTEMS L T P Cr 3 1 0 3.5 Section-A Basic Functions and Concepts of Operating Systems: Concept of an operating system, batch system, Multi-programmed, Time sharing, Personal Computer System, Parallel system, Real time system. General system Architecture. Features and Objective of Operating Systems: System components, operating system services, System calls, System Programmes, System Structure, System design and implementation. Section-B Process Management: Concept of process, process states, process state transitions, process control block, operations of processes, deadlocks, scheduling algorithms, scheduling criteria Section-C Memory Management: Logical and physical address space, storage allocation and management techniques, swapping, concepts of multi programming, paging, segmentation, virtual memory, virtual storage management strategies, Demand Paging, Page Replacement Algorithms, Thrashing. Section-D Information Management: File concept, Access method, Directory structure, Protection File system structure, Allocation methods, Free space management, Directory implementation, -Disk structure,' Disk Scheduling, Disk management. Swap space management. Recommended Books : Flynn "Understanding operating Systems", Cengage Learning (Thomson) Operating System: (Sixth Edition) 2005: Galvin Silberschatz, Addison Wesley Publishing Ltd. DM Dhamdhere, "Operating System r A Concept Based Approach", Tata Me Graw- Hill. Operating Systems Design and Implementation: Andrew S. Tanembaum, PHI (Latest Edition). CPE - 204 PRINCIPLES OF PROGRAMMING LANGUAGES L T P Cr 3 1 0 3.5 Section-A Introduction to Programming Language. Attributes of Good Language. Application Domains. Language Standardization. Effects of Environments on Languages: Batch-Processing Environments. Interactive Environments. Embedded System Environments. Programming Environments. Environment Frameworks. Section-B Language Design Issues: The Structure and Operation of a Computer. Virtual Computer and Binding Times. Language Paradigms. Language Translation Issues: Programming Language Syntax. Stages in Translation. Formal Translation Models. Section-C Data Types: Properties of Types and Objects. Elementary Data Types. Structured Data Types Abstraction I : Encapsulation; Abstract Data Types. Encapsulation by Subprograms. Type, Definitions. Storage Managements. Section-D Abstraction II : Inheritance: Inheritance. Polymorphism. Variations on Subprogram Control. Parallel Programming. Case Studies: Object-Based Languages : C++ Functional Languages Recommended Books : Programming Languages : Design & Implementation by Pratt & Zelkowrtz., PHI Publication (1995) or latest Edition Programming Languages : Principle and Practice by Louden, engage learning (Thomson) Principles of Programming Languages by Tucker, TMH CPE-205 Discrete Mathematical Structures L T P Cr 3 1 0 3.5 Section A Relations and Functions: Binary relations, composition of relations; Equivalence relations and partitions; partially ordered sets and Lattice Hasse* diagrams; Functions, Injection, Surjection and Bisection; Composition of functions. Recursion and Recurrence Relations: Polynomials and their evaluation, recursion, iteration, sequences and discrete functions, Recurrence Relations, generating functions. Section B Graphs: Introduction to graphs, Graph terminology, Representing Graphs and Graph Isomorphism, Connectivity. Mathematical Logic: Statement and notations, normal forms, theory and inference for statement and calculus, predicate calculus, inference theory for predicate calculus. Graph Theory: Directed and undirected graphs and their matrix representations: Euclidean paths and cycles; Hamiltonian paths and cycles; shortest paths, Euler.'s formula. Section C Boolean Algebra: Basic Circuits and theorems, Boolean expressions; Logic ,. gates and relation of Boolean functions. Induction and Recursion: Principle of Mathematical induction; Recursive definition; Introduction to primitive Recursive functions. Section D Algebraic Structures: Introduction to algebraic structures, semi groups; Groups and subgroups; Elementary theory of coding; Homomorphism and homophormism of groups. Lagrange theorem. Recommended Books : 1 J.P.Tremble: Discrete Mathematics Structure with application to Computer Science, McGraw Hill, 1987 2 Truss, Johan.K: Discrete Mathematics for Computer Scientist, Pearson Education, India. 3 Liu, C.L.: Elements of Discrete Mathematics, 4lh Edition, McGraw Hill, New York, 1998. ECE 259 DIGITAL ELECTRONIC CIRCUITS LAB L T P Cr 0 0 2 1.0 List of Experiments Experiment 1. Verify the truth table for different Logic Gates. Realize AND,OR, NOR, NOT functions using only NAND Gate. Realize AND,OR, NAND, NOT functions using only NOR Gate. Implement EX-OR, EX-NOR using AND.OR,NOT Gates Implement EX-OR, EX-NOR using only NAND, NOR Gates Experiment 2. Boolean Algebra:- Verify laws of Multiplication. Verify laws of Addition. Experiment 3. Make the circuit of Binary adder theortically. Half-Adder. Full-Adder and then Verify. Experiment 4. Make the circuit of binary subtractor theoretically. Half-Subtractor Full-Subtractor and then Verify. Experiment 5. Construct different types of FF. RS-FF JK-FF D-FF T-FF Experiment 6. Verify the Master-Slave J-Kflip flops and construct Master Slave FF from JK-FF. Experiment 7. Verify the 4-bit magnitude comparator. Experiment 8. Generate all the 0-9 digits from BCD to 7 segment decoder and then make K-Map. Experiment 9. Make truth table for 16:1 mux and implement ACD+BA+ACB in it. Experiment 10. Verify all the shift registers. SISO SIPO PISO PIPO Experiment 11. Verify decade Counters: Verify and Design M-6 Counter: Experiment 12. To Study & Verify ADC and DAC converter. CPE-252 Data Structure (Practical) L T P Cr 0 0 2 1.0 Write a program lo check whether a string is palindrome or not: Write a program to extract substring from given string. 3. Write a program to implement slack using arrays. 4. Write a program lo implement queues using arrays. 5. Write a program lo creale a linked list and perform following operations: 1 ) Insert element al beginning. Insert element al end. Insert element al given position. Delete element from beginning Delete element at end. Delete given element. 6. Take a list of number and creale a sorted linked list from given list at the time of creation of linked list. 7. Implement stack using linked representation. 8. Implement queue using linked representation. 9. Write a program to sort a given list of number using following algorithm. 1. Bubble sort 2. Insertion sort 3. Selection sort 4. Quick sort 10 Write a program to implement binary search algorithm. 11 Write a program to create a tree and perform deletion of given element from tree. 12 Write a program lo implement heap sort. 13 Write a program to implement hasting. CPE-253 OPERATING SYSTEMS PRACTICAL L T P Cr 0 0 2 1.0 1. Familiarization of UNIX/LINUX Environment. 2. Installation and Administration of UNIX/LINUX operating system. 3. Implementation of common commands of UNIX operating systems. 4. Working on vi editor using its different modes. 5. Redirection of input and output using Filters and Pipes. 6. Shell programming and its features. 7. Implementation of programs using shell scripts. Recommended Books : 1. Forouzan UNIX and Shell Programming 1st Edition, Cengage Learning (Thomson)     PAGE  PAGE 3 "@ikuvx  / 0 S T y z   F G o p v } ~ ! " . / ȷِ hhh thm&hhih5h;vhPJmHnHujh;vhPJUh;vhPJh;vh5h;vh5PJ h5CJ h5 h}m5hh5 h5CJ hih5CJ h1#7?@Tijxy$dh$Ifa$gd;v$a$gd$a$gd4AYA(kd$$Ifl֞S,"<Tpyk7 t0644 la  $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;v  (kd$$Ifl֞S,"<Tpyk7 t0644 la   % ' ) + / $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;v/ 0 (kd$$Ifl֞S,"<Tpyk7 t0644 la0 1 9 I K M O S $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;vS T (kd$$Ifl֞S,"<Tpyk7 t0644 laT U ] o q s u y $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;vy z (kd$$Ifl֞S,"<Tpyk7 t0644 laz { $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;v (kd$$Ifl֞S,"<Tpyk7 t0644 la $Ifgd5N($dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;v (kd$$Ifl֞S,"<Tpyk7 t0644 la   $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;v  (kd$$Ifl֞S,"<Tpyk7 t0644 la   < > @ B F $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;vF G (kd$$Ifl֞S,"<Tpyk7 t0644 laG H P e g i k o $dh$Ifa$gd;v$ & Fdh$1$7$8$H$Ifa$gd;vo p v ($dh$Ifa$gd;vkd$$Ifl֞S,"<Tpyk7 t0644 lav y { } ?kd $$IflrS,"yk7 t0644 la$dh$Ifa$gd;v ! " # $ % & ' ( ) * + , $a$gdekd $$Ifl,"# t0644 la$dh$Ifa$gd;v, - . / 0 1 2 3 l m z $a$gdt$a$gdtgdt ^`gdt $ HBa$gdt B@gdt$2-DM ^2a$gd>H$a$gd/ 0 2 3 l m  ŽŽŽŽŽŽŽŽŽŽוf0hm&h>H5@B*CJOJQJ^JaJph*hm&5@B*CJOJQJ^JaJph0hm&h55@B*CJOJQJ^JaJphh4=5CJ\ htaJhtCJaJht5CJaJht ht5'ht@B*CJOJQJ^JaJph'hm&@B*CJOJQJ^JaJph# 6 B0^`0gdt $ Ba$gdt$a$gd4= $ HBa$gdt $ HBa$gdtBST_pd-DM ^gdd-DM gd$ -DM a$gd$ -DM a$gd3Y$+d-DM [$^+a$gd>H$2-DM ^2a$gd>Hgdt Bgdt 'ABJKLMNSTзyeyO61huh@ B*CJOJQJRHu^JaJph+h@ B*CJOJQJRHu^JaJph'hB*CJOJQJRHu^JaJph#hB*CJOJQJ^JaJph+h@B*CJOJQJRHu^JaJph+h3Y@B*CJOJQJRHu^JaJph0hm&h5@B*CJOJQJ^JaJph4hm&h5@B*CJOJQJRHu^JaJph'h>H@B*CJOJQJ^JaJph T^_cɳnUn?)+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph1h>H5@B*CJOJQJRHu\^JaJph1h5@B*CJOJQJRHu\^JaJph+h@B*CJOJQJRH}^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph1h5@B*CJOJQJRHu\^JaJphh1h5@B*CJOJQJRHx\^JaJph %y{{hWs-DM ^sgde-DM ^egded-DM ^egdVd -DM ^VgdHd-DM ^Hgd2.-DM ^2gd$$d-DM ]^$a$gdd-DM ^gd c%Aj峝nXD+1h5@B*CJOJQJRHu\^JaJph'hB*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph1h5@B*CJOJQJRHu\^JaJph+h@B*CJOJQJRHu^JaJph1h5@B*CJOJQJRHu\^JaJph1h5@B*CJOJQJRHu\^JaJphh+h@B*CJOJQJRHu^JaJph$%.:xy HIRSϻϻϑxbL31h5@B*CJOJQJRHu\^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph1h5@B*CJOJQJRHu\^JaJph+h@B*CJOJQJRHu^JaJph'h>HB*CJOJQJRHu^JaJph'hB*CJOJQJRHu^JaJphh+h>H@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJphIS~BvV & F gg7d-DM ^g`7gd & F gd'-DM ^gd$a$gd4=$d-DM ]^a$gd$+d -DM ]+^a$gd-DM ^gdd -DM ^gd Sg\}~#AкРmYC-+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJphh4=5CJ\+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJphh+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph1h5@B*CJOJQJRHu\^JaJphABFHӿ}gQMI.4hm&h5@B*CJOJQJRHu^JaJphhm&h+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph'hB*CJOJQJRHu^JaJph+h@$B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph Bgd! & F gg7d$-DM ^g`7gd! & F gg7d-DM ^g`7gd/0<=GHͻz_I3/h+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph4hm&h5@B*CJOJQJRHu^JaJph:hm&h56@B*CJOJQJRHu]^JaJphhm&h54hm&h5@B*CJOJQJRHu^JaJph#hB*CJOJQJ^JaJph4hm&h5@B*CJOJQJRHu^JaJph.hm&5@B*CJOJQJRHu^JaJph 0H\&20kP$Hd-DM ]^Ha$gd" `:9db-DM ]`^:`9gd$d-DM ]^a$gd zd-DM ^gd r-DM ^rgdy-DM ^ygd p2-DM gdHYZ[\%&'012thO8$'h@B*CJOJQJ^JaJph-h5B*CJOJPJQJ\^JaJph1h5@B*CJOJPJQJ\^JaJph1h5@B*CJOJPJQJ\^JaJph'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJphh'hB*CJOJPJQJ^JaJph#hB*CJOJQJ^JaJph0hm&h5@B*CJOJQJ^JaJph t/0AB cÿoYE/+h@B*CJOJQJRHy^JaJph'hB*CJOJQJRHy^JaJph+h@,B*CJOJQJRHy^JaJph'h@ B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph'h@ B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJphh'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph0BwJqiii$a$gd4=d-DM ^gd$Ad-DM ]A^a$gd-DM ^gdd-DM ^`gd$Oed-DM ]O^ea$gd^ -DM ^^gd cvwIJ) + 7 R 幣wnbL4L.h@B*CJH*OJQJRHu^JaJph+h@B*CJOJQJRHu^JaJphh4=h5CJ\h4=5CJ\+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+hP@B*CJOJQJRHu^JaJphh+h@B*CJOJQJRHy^JaJphS G!!""""yWHHH-DM gd! & F 7d-DM ^`7gd! & F 7d-DM ^`7gd & F 7d-DM ^`7gd! & F 7d-DM ^`7gd! & F 7d-DM ^`7gdR S !F!G!!!!!!ӽ{eO9!.h@B*CJH*OJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph ! """"%","9"K"U"h"ӽv[="4hm&h5@B*CJOJQJRHu^JaJph:hm&h56@B*CJOJQJRHu]^JaJph4hm&h5@B*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph4hm&h5@B*CJOJQJRHw^JaJph+hm&@B*CJOJQJRHw^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph+h@B*CJOJQJRHu^JaJph """"K"i""""t#$$.$$n$Od-DM ]Oa$gd$Vd-DM ]Va$gd$sd-DM ]sa$gd-DM gd r-DM ^rgdy-DM ^ygd-DM gd h"i"j"r"v"w"x""""""""# ##˹oYC-C+hTR@ B*CJOJQJRHw^JaJph+h@ B*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph1h5@B*CJOJQJRHw\^JaJph-h5@B*CJOJQJ\^JaJphh+h@B*CJOJQJRHu^JaJph#hB*CJOJQJ^JaJph+h@B*CJOJQJRHu^JaJph+hm&@B*CJOJQJRHu^JaJphhm&h5#_#s#t####$$$-$.$B$t$$$$$%϶όs]F-1h5@B*CJOJQJRHw\^JaJph-h5@B*CJOJQJ\^JaJph+h@B*CJOJQJRHw^JaJph1h5@B*CJOJQJRHw\^JaJph'h@B*CJOJQJ^JaJph+h@B*CJOJQJRHw^JaJph1h5@B*CJOJQJRHw\^JaJphh+h@B*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph$$& & ' ' ' 'x''B(sY & F O d -DM gd & F O d-DM gd & F O d'-DM gd$a$gd4=$d-DM ]a$gd-DM gd$$d-DM ]$a$gd-DM gd %0%%%&& & &%&L&b&f&&ӿs]G1G+h@,B*CJOJQJRHw^JaJph+h@ B*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph1h5@B*CJOJQJRHw\^JaJph1h5@B*CJOJQJRHw\^JaJphh+h@B*CJOJQJRHw^JaJph'hB*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph &&' '' 'i'n'w'x'''ƺw`G.1h4=hm&@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph-h4=h@B*CJOJQJ^JaJph)h4=hB*CJOJQJ^JaJph-h4=hm&@B*CJOJQJ^JaJph-h4=h@B*CJOJQJ^JaJphh4=h5CJ\h4=5CJ\h+h@B*CJOJQJRHw^JaJph+h@B*CJOJQJRHw^JaJph ''' ( ()(.(<(A(B((ʹgN51h4=h@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=hm&@B*CJOJQJRHw^JaJph4h4=h@B*CJH*OJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph (((((((((ʹcG,4hm&h5@B*CJOJQJRHu^JaJph7hm&hm&5@B*CJOJQJRHu\^JaJph7hm&h5@B*CJOJQJRHu\^JaJph1hm&5@B*CJOJQJRHu\^JaJph7h4=hTR5@B*CJOJQJRHu\^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=h@B*CJOJQJRHw^JaJph1h4=hm&@B*CJOJQJRHw^JaJphB((((((((((((((((((((())y-DM ^ygdgd & F O d$-DM gd(()) )))$)-).)8)ʹ{s]G5+h@B*CJOJQJRHu^JaJph#hB*CJOJQJ^JaJph+h@B*CJOJQJRHu^JaJph+hm&@B*CJOJQJRHu^JaJphhm&h54hm&h5@B*CJOJQJRHu^JaJph:hm&h56@B*CJOJQJRHu]^JaJph1h5@B*CJOJQJRHu\^JaJph7hm&h5@B*CJOJQJRHu\^JaJph+h@B*CJOJQJRHu^JaJph )9):)D)))****+%+t+pd-DM gd-DM gd-DM gdd -DM gdd -DM gdd -DM gd$ -DM a$gdTR r-DM ^rgdTR 8):)C)D)))))))@******ͷ㞂lY@1h6@B*CJOJQJRHs]^JaJph%h5B*OJQJRH~\^Jph+h@B*CJOJQJRHs^JaJph7h56@B*CJOJQJRHs\]^JaJph1h6@B*CJOJQJRHs]^JaJph+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJphh)h5@B*OJQJRH~\^JphhTR*****+++$+%+s+t+}+~++++++++߳ߚ߅iP8/h56@B*OJQJRH~\]^Jph1h6@B*CJOJQJRHu]^JaJph7h56@B*CJOJQJRHu\]^JaJph)h5@B*OJQJRH~\^Jph1h6@B*CJOJQJRHs]^JaJph+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJphh7h56@B*CJOJQJRHs\]^JaJpht+~++++U,b,l,,,, -&-;-<-Q-$a$gd4= & F Y d -DM gdd -DM gdd-DM gd-DM gd -DM gd -DM gdd-DM gd+T,U,a,b,k,l,x,{,},,,,,,,-- -坁oS:1h6@B*CJOJQJRHs]^JaJph7h56@B*CJOJQJRHs\]^JaJph#h@B*OJQJRH~^Jph7h56@B*CJOJQJRHs\]^JaJph1h6@B*CJOJQJRHs]^JaJph1h5@B*CJOJQJRHz\^JaJph+h@B*CJOJQJRHs^JaJphh+h@B*CJOJQJRHs^JaJph -%-&-:-;-Q-R-------- . ...齴r\F0F0F+h@B*CJOJQJRHs^JaJph+h[K@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph+h[K@B*CJOJQJRHs^JaJphh4=5CJ\+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJphQ--.S.T.U.V.W.X.Y.Z.[.\.].^._.`.a.  -DM gd & F -DM gd= & F d!$-DM gd[K & F d -DM gd[K... .R.S._.a.h.j...ӽxbQM>-!h5@B*CJ\aJphh5B*CJ\aJphh!h5@B*CJ\aJph!!!+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph1hh@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph+h=@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph a......N0X02$2w^$d-DM ]a$gd$+d-DM `+a$gd-DM gd$d-DM ^a$gd-DM ^gd-DM gd Z2-DM gd$-DM a$gd ...../P//M0N0W0X00022ȷ{raP?.!hqQ}h@B*CJaJph!hqQ}h@B*CJaJph!hqQ}h@B*CJaJph!hqQ}h@B*CJaJphhqQ}hCJ!hqQ}h@B*CJ$aJphhqQ}hCJ!hqQ}h@B*CJaJph!hqQ}h@B*CJaJph!hqQ}h@B*CJaJphhqQ}hCJ+hqQ}h5@B*CJRHt\aJphh'hh5@B*CJ\aJph22#2$2r22 333'3(3333333-4ǶǜubWN;-h@B*CJaJph%h4=5@B*CJRHt\aJphh4=5CJ\h4=hCJaJ%h4=h@B*CJRHtaJph%h4=h@B*CJRHtaJph'hqQ}h5B*CJ RHt\aJphhqQ}hCJ!hqQ}h@B*CJaJph!hqQ}h@B*CJaJph!hqQ}h@B*CJaJphhqQ}hCJ+hqQ}h5@B*CJ RHt\aJphhqQ}hCJ$23(3333b44"5#5$5%5&5'5(5)5*5  -DM gdgdd-DM ]gd$a$gd4=$d-DM a$gd-DM gd$d-DM a$gd-4.4b4444444!5#5-51545a5b5{5555:8:O:Q:Ͼ|f|a]TLE]|f| h_55\h_5CJaJh_55CJaJh_5 h_55+h_5@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJphhqQ}hCJh@B*CJH*aJph$hqQ}h@B*CJH*aJph!hqQ}h@B*CJaJph!hqQ}h@B*CJaJph!hqQ}h@B*CJaJphh@B*CJaJph*5+5,5-5.5/50515253545b5|55555%6^66 & F1$7$8$H$gd_5dhgd_5$ Bh^ha$gd_5$a$gd_5$^`a$gd_5 B@gd_5  -DM gd66667U7a7}7777!8'8-8287888'9s9gd_5$a$gd_5 & F1$7$8$H$gd_5 & F1$7$8$H$gd_5 & F1$7$8$H$gd_5 & F1$7$8$H$gd_5dhgd_5 & F1$7$8$H$gd_5s999999994:5:6:7:8:9:::;:<:=:>:?:@:  -DM gdgd_5 & Fdh1$7$8$H$gd_5 & Fdh1$7$8$H$gd_5 & F1$7$8$H$gd_5dhgd_5@:A:B:C:D:E:F:G:H:I:J:K:L:M:N:O:P:Q:w:x:$  -DM a$gdZ$  -DM a$gdk  -DM gdQ:Y:[:\:v:x:::::::::::к椎sXsXsXs=4hm&h5@B*CJ$OJQJRHs^JaJph4hm&hZ5@B*CJOJQJRHs^JaJph4hm&h5@B*CJOJQJRHs^JaJph+hk@B*CJOJQJRHs^JaJph+hZ@B*CJ$OJQJRHs^JaJph+hk@B*CJ$OJQJRHs^JaJph+h@B*CJ$OJQJRHs^JaJph1hh@B*CJ$OJQJRHs^JaJphx::::;Q;;;;}}j$d^-DM a$gdZ- -DM gd\@ h-DM gd\@ & F a-DM gd & F a-DM gd$ -DM a$gdZ$ -DM a$gdZ:::::::::::::::;;鿫}iUA: h>uh'h@B*CJOJQJ^JaJph'h(@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph-h6@B*CJOJQJ]^JaJph-h>u6@B*CJOJQJ]^JaJph'h@B*CJOJQJ^JaJph'h(@B*CJOJQJ^JaJph+hZ@B*CJOJQJRHs^JaJph+h@B*CJOJQJRHs^JaJph;; ;O;P;Q;T;;;;;; <</<ïso[G3'h/@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJphhZ-'hZ-@B*CJOJQJ^JaJph'hZ-@B*CJOJQJ^JaJph'hZ-@B*CJOJQJ^JaJph'h\@@B*CJOJQJ^JaJph'h\@@B*CJOJQJ^JaJph'h(@B*CJOJQJ^JaJph'h>u@B*CJOJQJ^JaJph;<0<N<e<{<<<=P==q]]+dm-DM ^+gd$dm-DM ^$gddm-DM ^gddm-DM gd & F Udmv-DM ^gd/ & F Udm-DM ^gd/ & F Ud^-DM ^gd/ /<0<M<N<d<e<z<{<<<<<<<<<<<= =ï믛uauauau]I5'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJphh'h@B*CJOJQJ^JaJph#hB*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJph'h/@B*CJOJQJ^JaJph =!="=P=R=U=u=y==========lZF2F'h@4@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph#hB*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJphh'h@B*CJOJQJ^JaJph'h@B*CJOJQJ^JaJph-hh@B*CJOJQJ^JaJph'h_@B*CJOJQJ^JaJph====='>|>>>>>>~i -DM gd\@  -DM ]gd -DM gdx0 -DM gdbdW-DM gdx0 dt-DM gd@42dt-DM ^2gdAdt-DM ^Agd ===&>'>*>/>W>w>{>|>>>>>>yeS<-hbh@B*CJOJQJ^JaJph#hB*CJOJQJ^JaJph'hb@B*CJOJQJ^JaJph hh'h@B*CJOJQJ^JaJph'h_@B*CJOJQJ^JaJph'hx0@B*CJOJQJ^JaJphh'h@B*CJOJQJ^JaJph'hx0@B*CJOJQJ^JaJph-h@4h@B*CJOJQJ^JaJph>>>>>>>>>>>>>>ץ{tpUQ9.hm&5@B*CJOJQJRHt^JaJphhG4hm&hG5@ B*CJOJQJRHt^JaJphh h,h\@'hZ-@B*CJOJQJ^JaJph+h@B*CJOJQJRHs^JaJphh-h6@B*CJOJQJ]^JaJph-h,Z6@B*CJOJQJ]^JaJph'h@B*CJOJQJ^JaJph'hx0@B*CJOJQJ^JaJph >>>???.?/?0?a???@V@}@}}}}}}$ dh-DM a$gdO$ -DM a$gd?J$ -DM a$gds$-DM gdG & F a-DM ^gd a-DM gd>u>??? ???-?0?4?5?C?a?f?g???ϹmWC/C/C/C/'h?J@B*CJOJQJ^JaJph'hx5?@B*CJOJQJ^JaJph+h?J@B*CJOJQJRHs^JaJph4hm&hs5@B*CJ$OJQJRHs^JaJph4hm&hs5@B*CJOJQJRHs^JaJph+hs@B*CJOJQJRHs^JaJph+hs@B*CJOJQJRHt^JaJph+hG@B*CJOJQJRHt^JaJph4hm&hG5@B*CJOJQJRHt^JaJph?????@@@@U@Y@o@ӽ{eO9#+hx5?@B*CJOJQJRHt^JaJph+h?J@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+h?J@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+h?J@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+h?J@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph o@r@|@@@@@AAAAA Aӽr\Dr.r+hNL@B*CJOJQJRHt^JaJph.hx5?@B*CJH*OJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJphh4=5CJ\+hS#j@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+h?J@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph+hx5?@B*CJOJQJRHt^JaJph }@@@@@3A4A6A7A9A:A<  -DM ]gd>d.-DM ^`>gdx5?$a$gd4=$ -DM a$gdS#j$ dh-DM a$gdO A2A3A4A5A7A8A:A;A=A>A@AAAGAHAIAKALARASATAUAVAXAYAZAùhK0JmHnHuh h0Jjh0JUh a#jh a#U+hx5?@B*CJOJQJRHs^JaJphhx5?+hx5?@B*CJOJQJRHt^JaJphIAJAKAVAWAXAYAZA  -DM ]gd &`#$gd><h]hgdm&<00&PP:pm&/ N!"#8$[% 21h:p j'/ =!"#$% $$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh5'5$5t55v5j52#v'#v$#vt#v#vv#vj#v2:V l t065<5T5p55y5k57$$If!vh555v5j52#v#v#vv#vj#v2:V l t06555y5k57u$$If!vh5"#v":V l t065#T@T sNormal1$7$8$H$ OJQJ^J_HmH nHsH tHDA@D Default Paragraph FontRi@R  Table Normal4 l4a (k(No List 4@4 m&Header  !4 @4 m&Footer  !.)@. m& Page Numbern#n  Table Grid7:V0PJ6Z9>#7?@Tijxy%')+/019IKMOSTU]oqsuyz{   <>@BFGHPegikopvy{}!"#$%&'()*+,-./0123lmz    6  B S T _ %yIS~B0H\&20BwJSGKit$.     xB !!9!:!D!!!""""#%#t#~####U$b$l$$$$ %&%;%<%Q%%&S&T&U&V&W&X&Y&Z&[&\&]&^&_&`&a&&&&&&N(X(*$*+(++++b,,"-#-$-%-&-'-(-)-*-+-,---.-/-0-1-2-3-4-b-|-----%.^...../U/a/}////!0'0-0207000'1s11111111425262728292:2;2<2=2>2?2@2A2B2C2D2E2F2G2H2I2J2K2L2M2N2O2P2Q2w2x22223Q3333404N4e4{4445P555555'6|66666666777.7/707a7778V8}888883949697999:9<9=9?9@9I9J9K9V9W9X9[90000000000000000000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0 0 0 000000000000000000000000000000000000 0 0 0 0 00000000000000000000000 0 0 0 000000000000000000000000000000000000000000000 0 000 0 0 0000000000000000000000000000000000000000000000000000000 0 0 0 0 00 0 00 0 00 0 00 0 0 0 000000 0 0 0 00 00000000000000000000000000000000000 0 00000 0 0 0 0 000000000000000000h0000000000000000000h00h00h00h00h00h00h00h00h00dӠh00h00@0@0h00dӠh00 $$$$$$$$$'/ TcSAHtcR !h"#%&'((8)*+ -..2-4Q::;/< ==>>?o@ AZA!:=>@ACDFHIKMNPQSTUVXZ[]^`bcejlmoprsuvwy  / 0 S T y z   F G o v , B0"$B()t+Q-a.$2*56s9@:x:;=>}@IAZA"$%&'()*+,-./0123456789;<?BEGJLORWY\_adfghiknqtxzYA#}Z9"  '!!8@0(  B S  ?777L7v7"7777v7N7TN7|77y7z7Tz7$)7d)7)777D78D8888\ ##+77 % % 2  ,,---[9      *55>>  0 5 5  ,,---[9  9*urn:schemas-microsoft-com:office:smarttagsStateB*urn:schemas-microsoft-com:office:smarttagscountry-region=*urn:schemas-microsoft-com:office:smarttags PlaceName=*urn:schemas-microsoft-com:office:smarttags PlaceType8*urn:schemas-microsoft-com:office:smarttagsCity9*urn:schemas-microsoft-com:office:smarttagsplace Jkw367:ckpx  % + C G ZfpxY`PQ4589'+7>+3 U\6 : %%%&I'N'**+++,m,t,G/S///////_0d0O1R1334488993949496969797999:9<9=9?9@9H9K9U9X9[9fj  m    6  r :B\p.9ZhMX2/v'4Ws D!T!m!{!!!!!!" "'","M"N"g"h"""""""#%#A#B#X#Y#s########$$3$6$J$U$a$x$|$$$$$$$$$<%N%o*q*r*w*++++----0.3...../%/}////70D00000'141s11111 2 232g3p33344778849496969797999:9<9=9?9@9X9[9333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333ikuv "/13 ~ ;%Q%a&#-,-0-4-5272N2Q2Q2883949496969797999:9<9=9?9@9H9K9U9[9ikuv""3949496969797999:9<9=9?9@9X9[9 l6aWz.:3@3'A&hESdvO@b${!l&.pV  r@2Q6vNd?808^8`0o() ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.@OJQJ^Jo(.@wOJQJ^Jo()@OJQJ^Jo(.808^8`0o() 88^8`o(hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.808^8`0o()0^`0o(. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.@OJQJ^Jo(()808^8`0o() ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.@aOJQJ^Jo(.808^8`0o() ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h ^`o(hH.h ^`hH.h pLp^p`LhH.h @ @ ^@ `hH.h ^`hH.h L^`LhH.h ^`hH.h ^`hH.h PLP^P`LhH.808^8`0o()^`o() pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.@KOJQJ^Jo(.@aOJQJ^Jo(.808^8`0o() ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.@oOJQJ^Jo(.@hOJQJ^Jo(.@aOJQJ^Jo(.@hOJQJ^Jo(.  ^`o(hH) ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.3'A3'AhB6aWhEX){!lh+@b:3!OWB' t @LOJQJ^Jo(.`        B&uP       ~[       O        N        R p        ʯփ@       $v<         c        L2z?a@Q k*tu5}m_b9b "# a#m&MF' j'5N(g)%`)@,Z-x0 28H;9:><4=x5?fADOrG*=H>H?J}oJ,O`hOTRG_UV['_`$b]h.hiS#jPn^n@BFGHPegikopvy{}39[93@Z9@@UnknownGz Times New Roman5Symbol3& z Arial;SimSun[SO"1h ¦ji8D0g0g!8x499 2qHP ?[2!University College of Engineeringgaganhp pc\               Oh+'0 , L X d p|$University College of EngineeringgaganNormalhp pc56Microsoft Office Word@ @`P@d@zP0՜.+,0 hp|  uccg9 "University College of Engineering Title  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{}~Root Entry F0 §PData |1Table4|WordDocumentrSummaryInformation(DocumentSummaryInformation8CompObjq  FMicrosoft Office Word Document MSWordDocWord.Document.89q