搜索资源列表
-
0下载:
冒泡排序的链式存储,冒泡排序法首先将第一个记录的关键字与第二个记录的关键字进行比较,若逆序则交换,然后比较第二个与第三个,以此类推,直至第n-1个与第n个记录的关键字进行比较。-Bubble sort of chain stores, bubble sort method will be the first record of the first and second records the keywords the keywords are compared, if the reverse w
-
-
0下载:
设计并实现以下算法:给出用单链表存储多项式的结构,利用后接法生成多项式的单链表结构,实现两个多项式相加的运算,并就地逆置相加后的多项式链式。-Designed and implemented the following algorithm: given the structure of a singly linked list storage polynomial, use the connection to generate a polynomial single-chain structur
-
-
0下载:
BP算法,采用连接权重的神经迭代算法实现自学习(Optimizing the connection weights through the reverse BP neural network learning algorithm)
-