资源列表
[数值算法/人工智能] jmetal.2.0.tar
说明:no quiero describir el algoritmo PAES<Claudio> 在 2025-10-01 上传 | 大小:126kb | 下载:0
[数值算法/人工智能] jmetalPiRP.tar
说明:no quiero describir el algoritmo PAES<Claudio> 在 2025-10-01 上传 | 大小:2.03mb | 下载:0
[matlab例程] Simulation1
说明:本程序先使用RSSI中对数常态模型来测距离,然后用三边测量法来计算未知节点的坐标。-The program first uses RSSI in lognormal model to measure the distance, and then use trilateration to calculate the coordinates of the unknown node.<刘晓红> 在 2025-10-01 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] 37724071apriori
说明:关联规则算法用C语言实现,大家可以参考,欢迎下载-Apriori althm<邵宝胜> 在 2025-10-01 上传 | 大小:3kb | 下载:0
[数据结构常用算法] sizeyunsuan
说明:这是一个高精度的四则运算的程序,能够运算千位数的加减乘除-This is a high-precision arithmetic of the program, to thousands of bits of the addition, subtraction operations<ldc> 在 2025-10-01 上传 | 大小:333kb | 下载:0
[数据结构常用算法] zuichangzixulie
说明:序列Z=<B,C,D,B>是序列X=<A,B,C,B,D,A,B>的子序列,相应的递增下标序列为<2,3,5,7>。-Sequence Z = < B, C, D, B > is sequence X = < A, B, C, B, D, A, B > son sequence, the corresponding sequence for increasing subscr ipt < 2 consecutie hc-posit<王绍华> 在 2025-10-01 上传 | 大小:1kb | 下载:0
[数据结构常用算法] SqList
说明:有两个按元素值递增有序排列的链表l1和l2,编写一个程序将l1和l2表归并成一个按元素递增有序的链表l3,要求 (1)链表中允许有相同的元素,只要l1、l2、l3单调不减即可 (2)要利用原表空间(即l1和l2表)的结点空间构造l3。-There are two elements of the value increase ordered by the list l1 and l2, write a program that will merge l1 and l2 table into<小陈> 在 2025-10-01 上传 | 大小:2kb | 下载:0
[数据结构常用算法] sort
说明:编写一个C编程,实现这样的功能:从键盘输入任意个整数,以0作为结束标志,对这个整数序列从小到大排序,并输出排序后的结果。 题目分析:在这里应用链表作为数据的存储结构。因为链表的存储空间是分配在系统的动态存储区的,因此可以在程序执行时动态的分配内存。这样就可以轻松的解决动态的数列访问问题。-Write a C program, to achieve this functionality: any integer from the keyboard, with 0 as the end mark<小陈> 在 2025-10-01 上传 | 大小:1kb | 下载:0