-
数据结构和算法的代码与Java实现
此项目包含各种经典的数据结构和算法,包括阵列、 冒泡排序算法、 InsertSort、 SelectionSort、 堆栈、 LinkedList、 双 linkedlist、 递归、 shellsort、 快速排序、 树、 hashfunction、 图和测试用例。这是一个很好的项目,开始你的 datasture 和算法的学习。希望这可以帮助你 !
- 2022-04-07 07:40:35下载
- 积分:1
-
A program to demonstrate the optimization process of ant colony optimization for...
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
- 2022-02-19 22:51:42下载
- 积分:1
-
计算机算法与分析,包括书后习题答案,供参考了
计算机算法与分析,包括书后习题答案,供参考了-Computer algorithms and analysis, including the answer to the book Exercises for the reference to the
- 2022-01-30 10:53:27下载
- 积分:1
-
MESI协议
源代码采用C++实现多核缓存一致性协议。实现了MESI协议。测试用例使用4个内核运行,输入数据是内存系统上的50个请求。输出是缓存和内存的最终状态。
- 2022-05-21 13:44:41下载
- 积分:1
-
算法分析与设计,是我们的教程来的啊,希望不会让你失望拉...
算法分析与设计,是我们的教程来的啊,希望不会让你失望拉-algorithm analysis and design, is our guide to the ah, you will not be disappointed Rafah
- 2023-08-23 03:10:04下载
- 积分:1
-
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)...
这是一些数值算法的源程序,包括非线形方程的解法。(二分法,牛顿法)。线性代数方程组数值解法(包括,消去法,迭代法)-This is some numerical algorithm of the source, including non-linear equations method. (Dichotomy, Newton). Linear algebra equations Numerical Solution (including, elimination, iteration)
- 2022-05-19 06:04:19下载
- 积分:1
-
arbitrary precision strike pi value
求取任意精度pi值-arbitrary precision strike pi value
- 2023-07-08 11:15:03下载
- 积分:1
-
利用二分法求一个方程的实数近似根。
利用二分法求一个方程的实数近似根。-use dichotomy for a few equations approximate the real root.
- 2022-02-14 21:10:34下载
- 积分:1
-
查找SD卡
函数GetDriverPhysicalInfo可以获取物理磁盘的相关信息,函数CheckSDCard中先枚举出计算机物理磁盘的名字,再根据物理磁盘的名字依次查找相关物理磁盘信息,通过信息匹配即可找到想要找到的SD卡
- 2022-11-28 06:15:03下载
- 积分:1
-
经典黑皮书,算法分析电子书
资源描述经典的算法分析书的电子版,不容错过,内附有相应的习题课后全解
- 2022-08-19 19:03:12下载
- 积分:1