Advertisement

Introduction to Computation and Programming with Python (2016,...

  •  5星
  •     浏览量: 0
  •     大小:None
  •      文件类型:None


简介:
《Introduction to Computation and Programming Using Python》是一本面向非计算机专业的入门教材,通过Python语言教授编程基础与计算概念。本书帮助初学者掌握问题解决技巧和软件开发方法。 《John V. Guttag - Introduction to Computation and Programming Using Python With Application to Understanding Data》是MIT 6.00.1x课程《Introduction to Computer Science and Programming Using Python》(2016年秋季)的配套教材,有很多相关资源可以在MIT OpenCourseWare网站上找到。这本书仅用于学习参考。

全部评论 (0)

还没有任何评论哟~
客服
客服
  • Introduction to Computation and Programming with Python (2016,...
    优质
    《Introduction to Computation and Programming Using Python》是一本面向非计算机专业的入门教材,通过Python语言教授编程基础与计算概念。本书帮助初学者掌握问题解决技巧和软件开发方法。 《John V. Guttag - Introduction to Computation and Programming Using Python With Application to Understanding Data》是MIT 6.00.1x课程《Introduction to Computer Science and Programming Using Python》(2016年秋季)的配套教材,有很多相关资源可以在MIT OpenCourseWare网站上找到。这本书仅用于学习参考。
  • Introduction to 3D Game Programming with DirectX 9.0c: A Shader Approach...
    优质
    本书《使用DirectX 9.0c的三维游戏编程——着色器方法》为初学者介绍了如何利用DirectX和着色器技术创建3D游戏,内容涵盖了图形学基础及实际应用。 第22章介绍了shadow map, project texture, displacement map的源代码。
  • Machine Learning Introduction with Python [2016]
    优质
    《Machine Learning Introduction with Python [2016]》是一本介绍机器学习基础概念及Python实现的经典教程,适合初学者快速入门。书中结合实例讲解算法原理与应用技巧,帮助读者构建坚实的知识体系。 Introduction to Machine Learning with Python (Early Release) is a book written in English that was published in 2016. Many developers who use Python are interested in learning about machine learning and how it can be used practically to solve problems faced by businesses dealing with large volumes of data. This book, Machine Learning with Python, introduces the fundamentals of machine learning while providing a comprehensive practical understanding of the subject. Youll learn key concepts and algorithms related to machine learning, understand when they should be applied, and gain insight into how to use them effectively. The book covers a complete workflow for machine learning: data preprocessing and handling data, training algorithms, evaluating results, and implementing these algorithms in production-level systems.
  • An Introduction to Computer Science through Python Programming
    优质
    本书通过Python编程语言为读者提供计算机科学的基础知识和实用技能,适合初学者学习算法、数据结构及程序设计。 约翰·泽尔的《Python编程》第三版继续沿用了更新技术以保持与时俱进的传统,同时保留了教授入门级计算机科学课程的有效方法。
  • An Introduction to Stochastic Dynamic Programming
    优质
    本书《Stochastic Dynamic Programming入门》为读者提供了一个关于随机动态规划理论与应用的全面介绍,适用于初学者和研究者。 《Introduction to Stochastic Dynamic Programming》涵盖了随机动态规划的理论、应用及方法论等内容。该书由学术权威Sheldon Ross编写,是学习随机动态规划的理想教材。此外,本书扫描质量高,并已通过OCR处理,支持文本搜索功能。
  • Introduction-to-the-Theory-of-Computation-by-Michael-Sipser.pdf
    优质
    《计算理论导论》由迈克尔·西普斯编写,是一本介绍计算模型、可计算性理论及复杂度理论的经典教材,适用于计算机科学专业高年级学生和研究生。 《计算理论导引》(作者:Michael Sipser)是一本关于计算机科学基础概念的教科书,涵盖了形式语言、自动机理论、可计算性和复杂性等主题。这本书以其清晰易懂的语言和丰富的实例而著称,在学术界广受好评。 本书首先介绍了正则表达式与有限状态机的概念,并深入探讨了上下文无关语法及图灵机的工作原理。此外,作者还详细讲解了NP完全问题以及密码学中的应用等内容。 《计算理论导引》不仅适合计算机科学专业的学生阅读,同时也为相关领域的研究人员提供了宝贵的参考资料。
  • SDN Router and Load Balancer: CS 640 Programming Assignment 3 - Introduction to Computer Networks
    优质
    本编程作业是《计算机网络》课程中的第三个任务,要求学生设计并实现基于SDN技术的路由器和负载均衡器,以加深对软件定义网络的理解与应用。 对于SDN路由器和负载均衡器CS 640编程作业3 - 计算机网络简介,请将项目“floodlight-plus”下载到Eclipse项目的同一目录下。运行以下命令: git 克隆 cd ~/project3 ln -s ../floodlight-plus patch -p1 < floodlight.patch cd project3/floodlight-plus ./ 可能需要更改project3中的Java构建路径。