天天看点

《算法设计编程实验:大学程序设计课程与竞赛训练教材》——导读

《算法设计编程实验:大学程序设计课程与竞赛训练教材》——导读

前言

2012年,我们在机械工业出版社出版了《数据结构编程实验:大学程序设计课程与竞赛训练教材》一书。现在,我们又编著了《算法设计编程实验:大学程序设计课程与竞赛训练教材》,旨在为计算机学科的核心课程——算法与数据结构提供配套的实验教材,为全国各大学的acm程序设计竞赛活动提供系列化的培训资料,并为从事计算机软硬件研发或系统自学算法的人员提供丰富、实用的参考手册。

<a href="https://yq.aliyun.com/articles/174885">第1章 求解ad hoc类问题的编程实验</a>

<a href="https://yq.aliyun.com/articles/174889">1.1 机理分析法的实验范例</a>

<a href="https://yq.aliyun.com/articles/174898">1.2 统计分析法的实验范例</a>

<a href="https://yq.aliyun.com/articles/174941">1.3 相关题库</a>

<a href="https://yq.aliyun.com/articles/174948">第2章 模拟法的编程实验</a>

<a href="https://yq.aliyun.com/articles/174956">2.1 直叙式模拟的实验范例</a>

<a href="https://yq.aliyun.com/articles/174964">2.2 筛选法模拟的实验范例</a>

<a href="https://yq.aliyun.com/articles/174969">2.3 构造法模拟的实验范例</a>

<a href="https://yq.aliyun.com/articles/174981">2.4 相关题库</a>

<a href="https://yq.aliyun.com/articles/175071">第3章 数论的编程实验</a>

<a href="https://yq.aliyun.com/articles/175086">3.1 素数运算的实验范例</a>

<a href="https://yq.aliyun.com/articles/175096">3.2 求解不定方程和同余方程的实验范例</a>

<a href="https://yq.aliyun.com/articles/175113">3.3 积性函数的实验范例</a>

继续阅读