资源列表
HUFFMAN
- program in C++ for Halfman Algorithm
Dijikstra
- Program in C++ for Dijikstra Algorithm
KRUSKAL
- Program in C++ for KRUSKAL Algorithm
8QUEEN
- Program in C++ for 8QUEEN Problem
sparse
- 稀疏矩阵的数据结构-Sparse matrix data structure ~~~~~~~~~~~~~~~
geneticalgorithms
- 讲述了有关遗传算法的数学原理及其相关应用-Described the mathematical theory of genetic algorithms and related applications
DynamicProgramming
- 包含了7篇与动态规划相关的论文及附件: 基本动态规划问题的扩展----2001俞伟论文 动态规划算法的优化技巧---2001毛子青论文 动态规划的特点及其应用----2000张辰论文 动态规划的深入讨论---2000李刚论文 动态规划的深入探讨----1999来煜坤论文 动态规划的个性化优化----2003项荣璟论文 动态规划----2000方奇论文-Contains 7 and the dynamic programming-related papers and a
Main
- 上学时写的一个用JAVA和Selection sort and Merge Sort算法排序的代码-Write Java code to sort a sequence of elements into ascending order by using Selection sort and Merge Sort algorithms
SE205b_assignment3
- 要实现一个基于哈希表的字典ADT的从头开始 • 为了设计的游戏配置1散列函数 • 要创建和扩展的ADT为特定目的 • 为了使声音设计选择 • 要创建一个交互式GUI-• To implement a hashtable-based Dictionary ADT from scratch • To design a hash function for game configurati
assign4
- 第1部分 该纳契系列:0,1 ,2,3,5,8,13,21,...。开始的条款0和1,并有 每一个成功的财产一词,是前两个条件的总和。编写一个非递归 功能纳契(n)到显示的前n个Fibonacci数。观看停止对样品标志 在最后显示的数字输出(它不是逗号)。编写一个简短的UNIX shell脚本来运行 您的斐波那契程序。 第2部分 编写一个C程序,使用UNIX进程管理工具。您将使用fork()函数 产卵的三子进程。每个子进程将使用execlp()函数来运行
suiji
- 算法当中的随机算法详细讲解以及各种实例算法讲解-Algorithm among the randomized algorithm explained in detail as well as various examples of algorithms to explain
U7_27
- 完全背包问题 原创代码 算法 数据结构-Algorithm for knapsack problem completely original source data structure