• Elementary Programming with C - Session 12: File HandlingElementary Programming with C - Session 12: File Handling

    File Input/Output All I/O operations in C are carried out using functions from the standard library This approach makes the C file system very powerful and flexible I/O in C is unique because data may be transferred in its internal binary representation or in a human-readable text format Streams The C file system works with a wide variety of d...

    ppt28 trang | Chia sẻ: candy98 | Ngày: 02/12/2020 | Lượt xem: 521 | Lượt tải: 0

  • Elementary Programming with C - Session 11: Advanced Data types and SortingElementary Programming with C - Session 11: Advanced Data types and Sorting

    Explain structures and their use Define structures Declare structure variables Explain how structure elements are accessed Explain how structures are initialized Explain how assignment statements are used with structures Explain how structures can be passed as arguments to functions Use arrays of structures Explain the initialization of str...

    ppt23 trang | Chia sẻ: candy98 | Ngày: 02/12/2020 | Lượt xem: 479 | Lượt tải: 0

  • Bài giảng Các thiết bị mạng - AthenaBài giảng Các thiết bị mạng - Athena

    Nội Dung  Network Interface Card  Repeater  HUB  Bridge ATHENA  Switch  Router  Gateway  Modem: ADSL, Dial-up

    pdf53 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 783 | Lượt tải: 0

  • Elementary Programming with C - Session 10: StringsElementary Programming with C - Session 10: Strings

    String variables Declaring string variables String I/O operations String Functions Passing Arrays to Functions Example of Passing Strings to Functions String variables Strings are arrays of characters terminated by the NULL (‘\0’) character. String variables can be assigned string constants. A string constant is a sequence of charact...

    ppt20 trang | Chia sẻ: candy98 | Ngày: 02/12/2020 | Lượt xem: 513 | Lượt tải: 0

  • Bài giảng Các phương tiện truyền dẫn - AthenaBài giảng Các phương tiện truyền dẫn - Athena

    Nội Dung  Khái niệm phương tiện truyền dẫn  Các đặc tính của phương tiện truyền dẫn  Các loại cable: • Cáp đồng trục (Coaxial) ATHENA • Cáp xoắn đôi (Twisted-Pair) • Cáp quang (Fiber-optic)  Các kỹ thuật bấm cáp mạng (bài thực hành)

    pdf51 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 772 | Lượt tải: 0

  • Bài giảng Mô hình OSI - AthenaBài giảng Mô hình OSI - Athena

    Nội Dung  Giới thiệu về mô hình OSI • Khái niệm • Các quy tắc  Mô hình tham chiếu OSI • Giới thiệu chi tiết 7 tầng của mô hình OSI ATHENA • Quá trình xử lý và vận chuyển của một gói dữ liệu  Mô hình tham chiếu TCP/IP • Khái niệm • Giới thiệu chi tiết 4 tầng của mô hình TCP/IP  So sánh mô hình OSI với mô hình TCP/IP

    pdf49 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 566 | Lượt tải: 0

  • Bài giảng Firewall - AthenaBài giảng Firewall - Athena

    Nội Dung  Khái niệm Firewall  Chức năng của Firewall  Khái niệm IDS/IPS  Chức năng của IDS/IPS

    pdf17 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 760 | Lượt tải: 1

  • Bài giảng Tổng quan về địa chỉ IP - AthenaBài giảng Tổng quan về địa chỉ IP - Athena

    Nội Dung  Khái niệm địa chỉ IP  Khái niệm và thuật ngữ liên quan  Giới thiệu các lớp địa chỉ IP  Chia mạng con (subnetting)

    pdf38 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 724 | Lượt tải: 0

  • Bài giảng Mạng WLAN - AthenaBài giảng Mạng WLAN - Athena

     Khái niệm WLAN  Các chuẩn trong WLAN  Các kỹ thuật truyền tín hiệu trong WLAN • DSSS – Direct Sequence Spread Spectrum ATHENA • WLAN Media Access Control - CSMA/CA (Carrier sense mutiple/collision avoidance) - RTS/CTS (Request to send/Clear to send)  Các thiết bị sử dụng trong mạng WLAN  Một số mô hình mạng WLAN

    pdf37 trang | Chia sẻ: thuongdt324 | Ngày: 02/12/2020 | Lượt xem: 501 | Lượt tải: 0

  • Elementary Programming with C - Session 9: FunctionsElementary Programming with C - Session 9: Functions

    Functions Structure of a function Explain function declaration and function prototypes Explain the different types of variables Explain how to call functions Call by Value Call by Reference Explain the scope rules for a function Explain functions in multifile programs Explain Storage classes Explain function pointers Functions A func...

    ppt20 trang | Chia sẻ: candy98 | Ngày: 02/12/2020 | Lượt xem: 474 | Lượt tải: 0