资源列表
[数学计算/工程计算] 33066487StandardApriori
说明:Apriori template in C#<Wahyu> 在 2025-07-06 上传 | 大小:6kb | 下载:0
[数学计算/工程计算] Apriori(Java)wskeynes
说明:apriori in java to identify frequent item sets. It proceeds by identifying the frequent individual items in the and extending them to larger item sets while the items satisfy the minimum support requirement (frequency of items in the ). The frequent<Wahyu> 在 2025-07-06 上传 | 大小:171kb | 下载:0
[数据结构常用算法] RollCall
说明:C#数据结构-算法:随机点名;主要利用文件读取和随机算法实现,是学习数据结构的理想材料。-The data structure of C#- algorithm: random name realize the main use of file read and random algorithm, is the ideal material for the study of data structure.<buaa_sheng> 在 2025-07-06 上传 | 大小:38kb | 下载:0
[数据结构常用算法] Maze
说明:利用栈解决非递归迷宫求解的C#算法实现,速度快,算法简明可读性强。是学习数据结构的优秀材料。-The realization of C# algorithm, using the stack to solve the non recursive maze solving fast algorithm is concise, readable. Is excellent learning materials data structure.<buaa_sheng> 在 2025-07-06 上传 | 大小:31kb | 下载:0
[数据结构常用算法] Circulink
说明:C#利用循环双向链表解决约瑟夫环问题,算法简明可读性强,是学习数据结构的优秀材料。-Using C# to solve the problem of Joseph ring cycle of two-way linked list algorithm is concise, readable, is excellent learning materials data structure.<buaa_sheng> 在 2025-07-06 上传 | 大小:36kb | 下载:0
[数学计算/工程计算] BigInt
说明:许多天文数字级别的计算远远超出一般所能支持的表示方式,例如1000000个字节的表示,本源码提供了处理这类超大数的类,用以完成各种运算。-many type of number are so big and can not be present with the legacy type to represent and caculate. this is the class for this regard to handle the arithmatic operation.<xiangwei> 在 2025-07-06 上传 | 大小:3kb | 下载:0
[数学计算/工程计算] 2DplateElementMethod
说明:二维平面板受荷变形计算matlab程序,可选择三角形或四边形单元。-2D plate element analysis procedure by matlab<杨军> 在 2025-07-06 上传 | 大小:26kb | 下载:0
[matlab例程] Chen-K.--Dzhiblin-P.--Irving-A.
说明:Chen KDzhiblin PIrving A<JR> 在 2025-07-06 上传 | 大小:88kb | 下载:0
[数学计算/工程计算] shuzupaixu
说明:题目描述 a)实现一个函数。函数的参数有2个,分别是数组 名(数组起始地址),数组大小(即数组元素个数 )。函数返回值为void。函数功能是将数组中有意 义的元素按降序排列。 b)实现一个函数。函数的参数有3个,分别是数组 名(数组起始地址,要求数组元素按降序排列), 数组大小(即数组元素个数),和待插入的元素值 。函数返回值为void。函数功能是将待插入的元素 插入数组中,并维持降序排列。例如:将元素4插 入数组{8,7,5,2,1,0, 0}后,数组变<V> 在 2025-07-06 上传 | 大小:9kb | 下载:0