资源列表
[数值算法/人工智能] HDUACM1001-1005_FLYLIKEABIRD
说明:杭电ACM1001~1005解体报告,内有详细的代码和解说!-Hang electric ACM1001 ~ 1005 breakup report has a detailed code and explanations!<G。G。> 在 2025-07-21 上传 | 大小:11kb | 下载:0
[压缩解压] RLE
说明:This the code about run length encoding-This is the code about run length encoding<john smith> 在 2025-07-21 上传 | 大小:91kb | 下载:0
[数据结构常用算法] treesanditsusing
说明:介绍树的相关用法和使用时应该注意的地方,重点突出二叉树的使用方法。-Introduce the relevant Usage tree and use the place when it should be noted, focused use of binary tree.<彼岸天堂> 在 2025-07-21 上传 | 大小:17kb | 下载:0
[matlab例程] MATLABmfile
说明:偏微分方程matlab m文件,各种类型偏微分方程求解的详细例程,-Partial differential equations matlab m files, various types of partial differential equations to solve the detailed routines,<zhihujj> 在 2025-07-21 上传 | 大小:10kb | 下载:0
[数据结构常用算法] hash_functions_src
说明:散列函数源代码,散列表通常是关键字和值对应的数据结构,散列函数用于把关键字映射到相应的数组索引号,由于散列表中每个元素访问到的概率不同,所以应该选用不同的散列函数,以提高程序的查找效率.-Hash function source code, hash table is usually the value of keywords and corresponding data structure, hash function used for the keywords mapped to the c<wuzh> 在 2025-07-21 上传 | 大小:79kb | 下载:0
[matlab例程] PDEMATLAB
说明:偏微分方程的matlab解法,详细讲解了使用该工具求解偏微分方程的方法和途径,是一本很有价值的参考书-Solution of partial differential equations matlab, detailed account of the use of the tools for solving partial differential equations of the ways and means, are a valuable reference book<zhihujj> 在 2025-07-21 上传 | 大小:4.89mb | 下载:0
[数据结构常用算法] eightqueen
说明:八皇后游戏的说明: 问题的提出:八皇后是个古老而有趣的游戏,是由高斯于1850年首先提出的。 要求在国际象棋的棋盘上放置八个皇后,使其不能相互攻击,即任意两个皇后不能处于 棋盘的同一行、同一列和同一条对角线上。试问有多少种放法? 基本思想是:先把皇后放在(0,0)位置,然后把1号皇后放在(1,j)位置, 使其满足要求。接着放2号皇后,依此类推。遇到某个皇后如把她无论放在该行的任意 位置均不满足要求,则前一个皇后放置不当,须重新放置前一皇后,如8个皇后均按要 求放置<王清> 在 2025-07-21 上传 | 大小:5kb | 下载:0