Data_Structures_and_Algorithm_Analysis_in_C
2023-04-22 19:54:36 4.85MB Data Structures
1
数据结构与算法分析_C语言描述// 英文版 //PDF格式 // 带书签
1
Data Structures and Algorithm Analysis in C
2023-04-22 19:31:20 3.56MB Data Structure Algorithm
1
Most books on data structures assume an imperative language such as C or C++. However, data structures for these languages do not always translate well to functional languages such as Standard ML, Haskell, or Scheme. This book describes data structures from the point of view of functional languages, with examples, and presents design techniques that allow programmers to develop their own functional data structures. The author includes both classical data structures, such as red-black trees and binomial queues, and a host of new data structures developed exclusively for functional languages. All source code is given in Standard ML and Haskell, and most of the programs are easily adaptable to other functional languages. This handy reference for professional programmers working with functional languages can also be used as a tutorial or for self-study.
2023-04-19 16:31:42 636KB 函数式编程
1
Data.Structures.and.Algorithm.Analysis.in.C++.pdf
1
ordered-map:保留插入顺序的C ++哈希映射和哈希集
2023-03-16 13:41:30 76KB c-plus-plus cpp hash-map data-structures
1
游戏开发参考书-游戏开发数据结构].Data.Structures.for.Game.Programmers.rar
1
用Go语言编写的kmeans k均值聚类算法实现它做了什么k-means聚类将多维数据集划分为k个聚类,其中每个数据点均属于用m个最近的kmeans k-means聚类算法实现的聚类k-均值聚类的作用将多维数据集划分为k个聚类,其中每个数据点均以最接近的均值属于聚类,用作聚类的原型。 我什么时候应该使用它? 当您拥有数字,多维数据集时,就没有数据标签了。您确切知道要将数据划分为Example导入的几个集群(“ github.com/muesli/kmeans”
2023-02-27 16:49:36 3.66MB Golang Data Structures
1
英文原版。同时学习python ,和数据结构算法。之前看过 java 版本的, 挺好 ,学习一下
2023-02-27 14:09:13 6.38MB 英文原
1