资源列表

« 1 2 ... .92 .93 .94 .95 .96 5197.98 .99 .00 .01 .02 ... 28523 »

[数据结构常用算法C_TREE

说明:本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当前数据。如果输入0表明是空(NULL),不分配结点。递归调用
<yyfy> 在 2025-11-26 上传 | 大小:3kb | 下载:0

[数据结构常用算法C_string

说明:本程序的串编辑要求对串实现以下四种功能: (1)取子串:从给定串中取出定长的子串; (2)插入:把一个字符串插入到给定串的指定位置; (3)删除:将串中某指定位置开始的若干字符从串中删除; (4)联接串:把一个字符串插入到给定串的最后一个字符之后。-This procedure requires editing the string string to achieve the following four functions: (1) check substring: from
<yyfy> 在 2025-11-26 上传 | 大小:4kb | 下载:0

[matlab例程cpp-primer-code

说明:
<junli> 在 2025-11-26 上传 | 大小:166kb | 下载:0

[matlab例程BPMATLAB

说明:BP神经网络之MATLAB程序的数学建模-BP neural network of the MATLAB mathematical modeling procedures
<黄国涛> 在 2025-11-26 上传 | 大小:26kb | 下载:0

[压缩解压jmvm

说明:JMVM MPEG MVC/3DAV 测试平台 国际通用标准-JMVM MPEG MVC/3DAV international standard test platform
<maxwell> 在 2025-11-26 上传 | 大小:1.88mb | 下载:0

[matlab例程MatlabFns.tar

说明:matlab的一些函数功能,方便用户各自要求进行选择。-some function matlab function to facilitate the users to choose their own requirements.
<李岚> 在 2025-11-26 上传 | 大小:35.19mb | 下载:0

[matlab例程PendCtrl

说明:倒立摆去追寻设定位置的仿真, 使用matlab7.1去写m-file-Inverted pendulum to trace the location of the simulation settings, the use of matlab7.1 to write m-file
<盧安> 在 2025-11-26 上传 | 大小:1kb | 下载:0

[matlab例程IP-simulink

说明:倒立摆的仿真, 使用matlab7.1去写mdl file and m-file-Inverted pendulum simulation, the use of matlab7.1 to write mdl file and m-file
<盧安> 在 2025-11-26 上传 | 大小:35kb | 下载:0

[数学计算/工程计算root_618

说明:用黄金数0.618作为3折求根逐步缩小数据范围的完整程序-Using gold as the number of 0.618 Root 3 discount gradually narrowed the scope of the data integrity procedures
<mawenxiao> 在 2025-11-26 上传 | 大小:1kb | 下载:0

[数值算法/人工智能1

说明:动态规划的基本步奏,教你怎么写状态转移方程,及一些编程的技巧-Dynamic programming of the basic step-outs, teach you how to write the state transition equation, and some programming skills
<shelling> 在 2025-11-26 上传 | 大小:6kb | 下载:0

[数学计算/工程计算DoubleIntegration

说明:用于求解二阶常微分方程的变步长多步积分法,适合飞行器轨道计算等领域。-Solving second order ordinary differential equations for the variable step-size multi-step integration method for calculating the fields of aircraft track.
<LittleArmy> 在 2025-11-26 上传 | 大小:175kb | 下载:0

[数学计算/工程计算sftow

说明:控制重量、识别不合格的烟支、识别软点和硬点、计算烟条重量偏差、计算长期和短期标准偏差、计算端头压实量和压实端位置、采集烟支产量、故障信息和各种废品烟支数据(带数据采集板)-Control weight, cigarette unqualified recognition, identification of soft points and hard points to calculate the weight of tobacco article deviation to calculate t
<zyq> 在 2025-11-26 上传 | 大小:38kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 5197.98 .99 .00 .01 .02 ... 28523 »

源码中国 www.ymcn.org