资源列表
[数学计算/工程计算] factorial
说明:实现组合C(M,N)运算,程序结构简单鲜明,运用递归算法,取代流行的数组方式储存,实现组合运算-achieve portfolio C (M, N) Operational procedures simple structure distinctive, using recursive algorithm to replace the popular approach to storage arrays to achieve portfolio Operational .............<莫斯韦> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[人工智能/神经网络/遗传算法] c4.5ID3javasharepacket
说明:c4.5 ID3 分类决策数 公用java包 share-Bank classification decisions ID3 few packets share common java<代风> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[数据结构常用算法] Expression-D.S.Report2
说明:数据结构课程设计报告,算术表达式求值,自动辨别算符优先级,括号,将char型转换成int计算,再将结果显示,具有精美用户界面-data structure curriculum design, arithmetic expression evaluates automatically identify operator precedence, in brackets, char to int conversion type, the result shows that the user inte<杜> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[数值算法/人工智能] AnEasyProblem
说明:ACM试题An Easy Problem Descr iption As we known, data stored in the computers is in binary form. The problem we discuss now is about the positive integers and its binary form. Given a positive integer I, you task is to find out an integer J, which<LY> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[数学计算/工程计算] Jacobidiedai
说明:Jacobi迭代的算法 根据给出的系数矩阵和函数值以及需要精度 能求出方程值,以及迭代次数-Jacobi iteration of the algorithm is based on the coefficient matrix and function values and the need for accuracy can be obtained value equation , and the number of iterations<cmooc> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[数据结构常用算法] doubledirectionlink
说明:属于利用C++开发的数据结构代码,包括双向链表的添加、删除、修改的操作。-belonging to the development of the use of C code data structure, including the addition of two-way linked list, deletion and modification of the operation.<张婧姝> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[人工智能/神经网络/遗传算法] eightnumberwww
说明:人工智能中的八数码难题,人工智能中的八数码难题-artificial intelligence of eight puzzle, artificial intelligence of eight puzzle<lzcggyy> 在 2025-11-22 上传 | 大小:229kb | 下载:0
[数据结构常用算法] Account
说明:一、实验名称:银行账户模拟 二、实验目的:这道题的主要目的是加深同学们对于面对对象编程中继承理解 三、实验内容: 创建一个银行账户的继承层次,表示银行的所有客户。所有的客户都能在他们的银行账户中存钱、取钱。任务主要如下: (1)创建Account类,作为基类。Account类应该包含帐户余额,并提供构造函数;向账户中余额加钱的方法;减少账户中余额的方法;获取当前帐户余额的方法。 (2)创建Account类的派生类:储蓄账户SavingAccount类,除去基类Account的<刘微笑> 在 2025-11-22 上传 | 大小:229kb | 下载:0