资源列表
[其他小程序] homework
说明:1.将一个字符串数组按字典序重新排列 2.分析字符串,分别输出字符串的单词,并统计单词个数 3.实现字符串的反转-1. Will be an array of strings to rearrange the order according to the dictionary 2. Analysis of the string, respectively, the output string of words, and word statistics the number of 3. T<Violet> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[其他小程序] loogadd
说明:能实现两个n位数的超长加法,n可取->00 的数-To achieve the addition of two n-digit long, n desirable- " 00 the number of<yicaifenchen> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[其他小程序] CircularBuffer
说明:C code for Circular buffer<Ashwin Vijayakumar> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[其他小程序] KMeansAlgorithm
说明:K means classiifcation-K means classiifcation<manish> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[其他小程序] kmeans_best
说明:K means for image processing-K means for image processing<manish> 在 2025-06-17 上传 | 大小:1kb | 下载:0
[其他小程序] polynomial-
说明:一元多项式相加减 #include<stdio.h> #include<malloc.h> typedef struct polynode /*用单链表存储多项式的结点结构*/ { int coef int exp struct polynode *next }node-Unary polynomial-phase addition and subtraction# include <stdio.h># incl<张朗> 在 2025-06-17 上传 | 大小:1kb | 下载:0