资源列表

« 1 2 ... .54 .55 .56 .57 .58 65759.60 .61 .62 .63 .64 ... 66603 »

[其他小程序thrt

说明:2.建立并中序遍历一个排序二叉树 排序二叉树是指左子树的所有节点的值均小于它根节点的值,右子树的所有节点的值均大于它根节点的值,如下图是一棵排序二叉树 输入: 输入有一行,表示若干个要排序的数,输入0时停止 输出 二叉树的凹入表示 和二叉树的中序遍历序列 sample: input: 56 78 34 89 12 35 67 77 22 57 0 output:
<王乐> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序Untitled4

说明:实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为:
<王乐> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序PSO

说明:MPPT code for particle swarm optimization
<Leonardo> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序yaoshi

说明:自动连接指定的VPN连接,并且设定指定的路由表,进行流量分流,主要作用于内网和外网共存的情况。-Automatically connect to the specified VPN connection, and set the specified routing table, traffic diversion, a major role in the internal and external condition of coexis
<王咏> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序Particle_GS

说明:高斯模型下的粒子滤波实验仿真,具有完整的代码,可以学习,可以直接进行仿真使用-The simulation model of the Gaussian particle filter, having a complete code, can learn, can be simulated using the direct
<赵丹> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序residual

说明:残差重采样算法的实现,代码可直接运行并出结果,可以研究学习-Achieve residual resampling algorithm, the code can be run directly and the results can be studied to learn
<赵丹> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序Untitled

说明:二维平面的机动目标运动程序,简单易懂,可以参考着写不同的运动模式-Maneuvering target motion program two-dimensional plane, easy to understand, you can refer to the write different movement patterns
<赵丹> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序HOPFIELD

说明:HOPFIELD神经网络优化计算算法源码和应用于数字识别问题-hopfield neural network source code
<ZHAI> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序afafa

说明:本实验实现邻接表表示下无向图的广度优先遍历。 程序的输入是图的顶点序列和边序列(顶点序列以*为结束标志,边序列以-1,-1为结束标志)。程序的输出为图的邻接表和广度优先遍历序列。例如: 程序输入为: a b c d e f * 0,1 0,4 1,4 1,5 2,3 2,5 3,5 -1,-1 程序的输出为:
<王乐> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序test1

说明:该程序是基于《时滞系统的辨识及NARMAX模型的修正》论文编写的matlab程序-The program is based on the identification and correction of NARMAX model of a class of linear system papers written in matlab
<张锋> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[其他小程序shuzhijifen

说明:数值积分MATLAB代码,包含4种数值积分方法,分别为复化梯形、复化抛物线、梯形逐次分半、抛物线逐次分半。且编写采用向量化思维效率高、代码简洁。-Numerical integration MATLAB code, including four kinds of numerical integration methods are Trapezoidal, Compound Parabola trapezoid successive ha
<陈文青> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[C#编程cyu

说明:有两个.c源文件,第一个用来求具体的日期是该年的第几天,要求判断是闰年还是平年,第二个是用来对学生的成绩排序的。-There are two .c source files, the first to seek a specific date is the first day of the year, requiring judgment is a leap year or leap year, and the second is us
<江雪> 在 2025-04-03 上传 | 大小:1kb | 下载:0
« 1 2 ... .54 .55 .56 .57 .58 65759.60 .61 .62 .63 .64 ... 66603 »

源码中国 www.ymcn.org