Data Structures with C++ using STL 一书的源代码
2021-11-17 11:58:47 2.63MB 数据结构 STL 源码
1
Data Structures and Algorithms Alfred V. Aho, Bell Laboratories, Murray Hill, New Jersey John E. Hopcroft, Cornell University, Ithaca, New York Jeffrey D. Ullman, Stanford University, Stanford, California
2021-11-17 10:19:55 6.59MB Data_Structures_And_Algorithms
1
Algorithms and Data Structures(15th) 英文无水印pdf 第5版 pdf所有页面使用FoxitReader和PDF-XChangeViewer测试都可以打开 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
2021-11-17 10:19:22 10.7MB Algorithms and Data
1
This book provides a comprehensive introduction to the theory of nonlinear finite elementanalysis and its various implementation strategies. It is intended for beginning graduate students studying the areas of mechanical engineering, civil engineering, applied mathematics, engineering mechanics and materials science.
2021-11-14 23:04:22 8.78MB Finite Eleme 有限元
1
dict:R的更好的字典类
2021-11-14 10:47:40 26KB r dictionary data-structures DatastructuresR
1
算法百科全书,非常全面且详尽的算法参考书。。。。 查阅很方便,带完整的字母索引。。。
2021-11-11 10:55:15 12.15MB Data Structures Algorithm Algorithms
1
本书为Data Structures.and.Algorithm.Analysis.in.C++ 的答案,即solution manual。花费我很多时间找到这本,在美国学习的筒子们,赶紧下吧
2021-11-10 22:32:24 3.1MB english version
1
Data Structures and Algorithms Made Easy 英文无水印pdf pdf使用FoxitReader和PDF-XChangeViewer测试可以打开 本人上传的pdf,如果原pdf有水印或书签不正常,本人都会删除水印和修正书签,是全网最好版本
2021-11-07 00:41:30 32.73MB Data Structures Algorithms Made
1
完整版的 数据结构与算法,英文,豆瓣上高分Python书籍
2021-11-04 09:02:22 5.98MB 数据结构 算法 Python
1
国际象棋 该项目专注于计算机科学概念,例如数据结构和算法。 Chessnut是我们用于所有移动和棋逻辑的棋引擎。 我们正在使用一棵树来生成可能的棋盘,该棋盘可进行3级深度和深度优先搜索,最小极大值和alpha-beta修剪,以根据以下启发式方法找到最佳动作: 材料(每个玩家的总件数) 可能采取的法律行动的数量,重点是中心广场 检查/检查状态 典当结构 当前,由于递归函数要使用大量的计算能力,因此尝试实现多处理功能,因此在超过4个级别的深度上计算启发式状态需要花费大量时间。 深度为3级时,我们的AI做出了不错的动作,但也提出了许多不明智的建议。 人工智能的国际象棋情报估计为9级中的3级。 极小极大算法 从Wikipedia的简洁定义中借用的是“用于最小化最坏情况(最大损失)情况下可能的损失的决策规则”。 对于国际象棋,扮演角色的玩家是最大化者,其移动将受到对手(最小化者)的对抗React
1