07 2022 档案
摘要:# 绪论与算法基础 **算法的基本内容(算法设计的基本步骤)** - **算法设计** - 算法表示 - 算法确认 - **算法分析** - 程序测试 **算法的重要特性**: - 确定性:每一种运算必须要有确切的定义,无二义性; - 能行性:运算都是基本运算,原则上能在有限时间内完成; - 输入:
阅读全文
摘要:数据库概述(Introduction) 什么是数据库管理系统 Database Management System (DBMS) 数据 + 管理系统 数据库存在的价值 Data redundancy and inconsistency(冗余与不一致性) Difficulty in accessing
阅读全文