资源列表
[压缩解压] JPEG_decode
说明:此是JPEG编码程序,请大家指正,如果有更好的可以互相交流 -This is the JPEG encoding process, please correct me, if there is a better exchange<晓峰> 在 2025-10-11 上传 | 大小:11kb | 下载:0
[数据结构常用算法] 3_list
说明:三: 针对带表头结点的单链表,试编写下列函数。 (1) 定位函数Locate:在单链表中寻找第i个结点。若找到,则函数返回第i个结点的地址;若找不到,则函数返回NULL。 (2) 求最大值函数max:通过一趟遍历在单链表中确定值最大的结点。 (3) 统计函数number:统计单链表中具有给定值x的所有元素。 (4) 建立函数create:根据一维数组a[n]建立一个单链表,使单链表中各元素的次序与a[n]中各元素的次序相同,要求该程序的时间复杂性为O(n)。 (5) 整理函数<卡米力江> 在 2025-10-11 上传 | 大小:16kb | 下载:0
[人工智能/神经网络/遗传算法] GaPlaygroundCode
说明:Java实现的遗传算法工具集:GA Playground -The GA Playground is a general purpose genetic algorithm toolkit where the user can define and run his own optimization problems. The toolkit is implemented in the Java language, and requires (when used as an application<LaoGuan> 在 2025-10-11 上传 | 大小:561kb | 下载:0
[数据结构常用算法] 5_queen
说明: 设在初始状态下在国际象棋棋盘上没有任何棋子(皇后)。然后顺序在第1行,第2行,…。第8行上布放棋子。在每一行中有8个可选择位置,但在任一时刻,棋盘的合法布局都必须满足3个限制条件,即任何两个棋子不得放在棋盘上的同一行、或者同一列、或者同一斜线上。试用递归与非递归的方法编写算法,求解并输出此问题的所有合法布局-In the initial state in the international chess board does not have any pieces (Queen' s).<卡米力江> 在 2025-10-11 上传 | 大小:10kb | 下载:0
[数学计算/工程计算] puzzlesolver
说明:A 8 puzzle program solver.user have to input the current state and goal state of your 8 puzzle and it solving by the program.<lih> 在 2025-10-11 上传 | 大小:2kb | 下载:0