资源列表

« 1 2 ... .02 .03 .04 .05 .06 16307.08 .09 .10 .11 .12 ... 28522 »

[数据结构常用算法BSTree

说明:二叉排序树。 键盘输入一句话,按字母顺序排序,然后中序输出-Binary search tree. Keyboard input word, sorted alphabetically, and then the output sequence
<sunxine> 在 2025-07-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法PriorityQueue

说明:优先队列,设置优先级,使队列按照优先级出队-Priority queue, set priorities, make the team out in priority queue
<尹笑彬> 在 2025-07-18 上传 | 大小:64kb | 下载:0

[数据结构常用算法DebugHuffmanTree

说明:哈夫曼树,即通过哈夫曼方法生成最小权值数的树,-Huffman tree, that is generated by the Huffman method the number of minimum weight tree
<尹笑彬> 在 2025-07-18 上传 | 大小:64kb | 下载:0

[数据结构常用算法DebugBSTree

说明:树的广度优先遍历,通过广度优先遍历出数的每一个结点-Breadth-first traversal of the tree by a breadth-first traversal of each node number
<尹笑彬> 在 2025-07-18 上传 | 大小:64kb | 下载:0

[数据结构常用算法heterogeneouslist

说明:异质链表,元素类型包括学生、老师、职工,可以执行添加、删除、查询等操作。-Heterogeneous list, element types, including students, teachers, workers, you can add, delete, query and other operations.
<sunxine> 在 2025-07-18 上传 | 大小:125kb | 下载:0

[matlab例程PTS

说明:关于随机分割、交织分割、相临分割降低峰均值的PTS算法MATLAB程序-About random division, mixed segmentation, neighboring segmentation reduce peak mean of PTS MATLAB algorithm
<mulin> 在 2025-07-18 上传 | 大小:2kb | 下载:0

[matlab例程ButterworthLP

说明:用MATLAB编写的巴特沃斯低通滤波器,可运行,参数可变-MATLAB prepared bart wo low-pass filter, can run, parameters variable
<mulin> 在 2025-07-18 上传 | 大小:1kb | 下载:0

[matlab例程dijkestra

说明:Dijkestra Algorith coded in matlab
<Hallaj> 在 2025-07-18 上传 | 大小:684kb | 下载:0

[人工智能/神经网络/遗传算法Game-Algorithms

说明:博弈算法,ACM竞赛经典试题, 对计算机专业的同学很有帮助啊~-Game algorithm, ACM contest the classic questions, useful for computer science students ah ~
<叶梓> 在 2025-07-18 上传 | 大小:95kb | 下载:0

[数值算法/人工智能diannaodaogou

说明:电脑导购:假定电脑市场共有n家联想专卖店,按店的规模由大到小的顺序每家的坐标对应的是(xi,yi),birdfly每天要接待m位客户,每次的客户坐标是(cx,cy)。对于每一位客户,birdfly要帮他们介绍好联想电脑的相关知识,并把他带到距离当前客户所在位置最近的一家联想店,距离按照dis=sqrt((x1-x2)^2+(y1-y2)^2)公式计算,要求输出m个客户中距离每一位客户坐标(cx,cy)最近的专卖店坐标(xi,yi)。-Computer shopping guide: Suppos
<常青树> 在 2025-07-18 上传 | 大小:170kb | 下载:0

[数据结构常用算法seeking-algorithm-for-n!

说明:一个对求n的阶乘的高精度算法,看了后会让你大开眼界-One pair of high-precision requirements of n factorial algorithm, you will after reading an eye-opener ~ ~
<叶梓> 在 2025-07-18 上传 | 大小:42kb | 下载:0

[数值算法/人工智能shuziheidong

说明:数字黑洞,指的是某种运算,这种运算一般限定从某些整数出发,反复迭代后结果必然落入一个点或若干点。任意整数a,如果它的偶数位的个数为b,奇数位的个数为c,b和c的和为d,那么定义运算@:@a = bcd,比如 @647382 = 426。那么123数字黑洞可以描述为:对于任意整数a,有While(a != 123)a = @a 这个循环可以结束。比如整数274829,@274829 = 426,@426 = 303,@303 = 123,可见,274829经过三次变换变成了123,现在,给你一个整
<常青树> 在 2025-07-18 上传 | 大小:175kb | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 16307.08 .09 .10 .11 .12 ... 28522 »

源码中国 www.ymcn.org