资源列表

« 1 2 ... .23 .24 .25 .26 .27 19728.29 .30 .31 .32 .33 ... 28522 »

[数据结构常用算法ds_5_3

说明:生成二叉树 按照普通的二叉树输入方法进行输入,空节点还是用@表示。 例如输入以下这棵树: A / B C / D E / F G 输入根节点:A 输入A的两个儿子(@表示空节点):BC 输入B的两个儿子(@表示空节点):@@ 输入C的两个儿子(@表示空节点):DE 输入D的两个儿子(@表示空节点):FG 输入E的两个儿子(@表示空节点):@@ 输入F的两个儿子(@表示空节点):@@ 输入G的两个儿子(@表示空节点):-Generat
<杨丫> 在 2025-06-11 上传 | 大小:210kb | 下载:0

[数据结构常用算法ds_2_9

说明:本程序没有使用类,事实上将下面的函数封装到类中可以实现一样的功能。 方便起见,直接在main函数中写好这些程序。 使用了系统自带的list类。 本程序没有进行错误的捕捉与处理,例如在没有open的情况下执行其他命令也没有报错。 执行帮助: 运行文件后输入open打开文件。 输入list,按照提示操作可以查看文件。 输入del,按照提示操作删除某些字符。 输入ins,按照提示操作插入某些字符。 输入quit,保存并退出。-The program
<杨丫> 在 2025-06-11 上传 | 大小:219kb | 下载:0

[matlab例程FM_modulation_demodulation

说明:FM信号调制解调simulink仿真实现,一共四个文件,调制解调-FM modulation demodulation simulink
<Bob> 在 2025-06-11 上传 | 大小:71kb | 下载:0

[数据结构常用算法ds_15_2

说明:其中已经包含测试数据,find函数为书中自带,find2函数为新写的非递归函数。-Which already contains the test data, find the function of the book comes, find2 function write new non-recursive functions.
<杨丫> 在 2025-06-11 上传 | 大小:205kb | 下载:0

[matlab例程DMR_physical

说明:DMR协议物理层仿真链路,仿真主要是针对欧洲电信标准协会的DMR数字对讲机的物理层协议-DMR physical simulation simulink tools
<Bob> 在 2025-06-11 上传 | 大小:190kb | 下载:0

[matlab例程CannyEdgeDetector

说明:The Canny Edge Detector is implemented in MATLAB without using the functions of the image processing toolbox.
<dvarga> 在 2025-06-11 上传 | 大小:207kb | 下载:1

[数学计算/工程计算DoublePendulumAnimation.m

说明:Run the program by typing DoublePendulumAnimation at the Matlab prompt. Make sure that your current directory in Matlab is set to the directory containing DoublePendulumAnimation.m. To run the animation with the default parameters, simply click the B
<dvarga> 在 2025-06-11 上传 | 大小:2kb | 下载:0

[matlab例程Bench

说明:constraint nonlinear optimization
<soad tayeb> 在 2025-06-11 上传 | 大小:10kb | 下载:0

[matlab例程mtcx

说明: 这个函数用来通过蒙特卡罗求积分, f 要求的函数; fail1 积分下限 fail2 积分上限 a,b 积分区域内x的积分上下限 c,d 积分区域内y的最大和最小值,c,d不是必须的参数,但是有之计算速度更快 n 求解迭代次数- This function is used to find the integral Monte Carlo, function f requirements fail1 integral limit fail2 i
<Robert> 在 2025-06-11 上传 | 大小:1kb | 下载:0

[matlab例程LMFnlsq2test

说明:结合上传的LMFnlsq2testPDF.rar文件,可以轻松的明白本程序的实现步骤以及编程思想。-Combination of upload LMFnlsq2testPDF. Rar file, can easily understand the program implementation steps and the programming ideas.
<徐淼> 在 2025-06-11 上传 | 大小:2kb | 下载:0

[matlab例程LMFnlsq2

说明:本程序是LM方法实现的主程序,并且本程序通过了LMFnlsq2test.rar程序的测试,证明了程序的正确性和有效性。顺便说下,上面的LMFnlsq2test.rar里面的程序是一个测试程序,它的描述写错了。-This LM method is the main program, the program and the program passed LMFnlsq2test. Rar program test, proves the correctness and effectiveness
<徐淼> 在 2025-06-11 上传 | 大小:47kb | 下载:0

[matlab例程separator

说明:本压缩文件里面的程序是LMFnlsq2.rar里面主程序调用的一个函数,此函数不可或缺,需要联合使用。-This program inside the compressed file is LMFnlsq2. Rar inside the main program calls a function, this function is indispensable, need to use.
<徐淼> 在 2025-06-11 上传 | 大小:1kb | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 19728.29 .30 .31 .32 .33 ... 28522 »

源码中国 www.ymcn.org