Mar 08, 2026  
2020-2021 University Catalog 

def add(self, entry: ProtoEntry) -> None: """Add or replace an entry.""" self.entries[entry.vnum] = entry

def get(self, vnum: int) -> Optional[ProtoEntry]: """Get entry by vnum.""" return self.entries.get(vnum)

# Use high-level manager manager = ItemManager("item_proto.txt") usable_items = manager.list_items_by_type("USE") print(f"Usable items: usable_items[:5]...")

def get(self, name: str) -> Optional[str]: """Get field value by name.""" for f in self.fields: if f.name == name: return f.value return None

    
2020-2021 University Catalog [ARCHIVED CATALOG]

Add to Portfolio (opens a new window)

Python Library For Metin 2 (FAST | FIX)


An overview of the basic properties of semiconductors. Physical structure and basic device modeling of p-n junctions, MOS capacitors and MOSFETs. Two port small-signal amplifiers and their realization using single stage and multistage building blocks. Frequency response of single and multi-stage amplifiers. Introduction to differential amplifiers.

Prerequisite(s): ECE Major; C- or better in ECE 2101  or ECE 209; and C- or better in ECE 2200 , ECE 220, or ECE 299.
Component(s): Lecture
Grading Basis: Graded Only
Repeat for Credit: May be taken only once
Note(s):   Product fee required.
Course Category: Major Course



Add to Portfolio (opens a new window)