资源列表
[数学计算/工程计算] RungeKutta
说明:用龙格库塔求解微分方程的例子,用C语言编写,可作为参考。-Using Runge-Kutta solution of differential equation example, using C language, can be used as reference.<leebeing> 在 2025-07-30 上传 | 大小:249kb | 下载:0
[数学计算/工程计算] rk6.cpp.tar
说明:使用runge-kutta方法求解ODE问题,其中第一步是使用三级RK方法,后面的时间层采用多步RK方法-The use of runge-kutta method for solving ODE problems, the first step is to use three-RK method, the time behind the layer using multi-step RK methods<litfish> 在 2025-07-30 上传 | 大小:3kb | 下载:0
[数据结构常用算法] datastructure168
说明:数据结构168个实验程序,很全面,编译成功-Data structure 168 experimental procedures, it is full, the compiler successfully<大湖> 在 2025-07-30 上传 | 大小:1.75mb | 下载:0
[数学计算/工程计算] zuixiaoerchengfa
说明:最小二乘法中的递推最小二乘法,拥有良好的界面和一定的抗干扰计算能力-Least squares method of recursive least squares method, with good interface and a certain degree of anti-jamming computing power<黄丁丁> 在 2025-07-30 上传 | 大小:23kb | 下载:0
[数据结构常用算法] MyProjects
说明:数据结构--c语言,广义表,图以及关键路径-Data structure- c language, generalized form, as well as the critical path diagram<马俊> 在 2025-07-30 上传 | 大小:51kb | 下载:0
[压缩解压] Packman.source-1.0_vc2005
说明:pe exe packer (must use vc2005 to compile)<小明> 在 2025-07-30 上传 | 大小:606kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构的试卷!带答案的希望大家喜欢。-Data structure of the papers! With the hope that we like the answer.<116419> 在 2025-07-30 上传 | 大小:22kb | 下载:0
[数值算法/人工智能] Top_Sort
说明:K-MEANS算法: k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再<cz> 在 2025-07-30 上传 | 大小:234kb | 下载:0