资源列表

« 1 2 ... .69 .70 .71 .72 .73 3674.75 .76 .77 .78 .79 ... 28522 »

[数据结构常用算法bisorttree

说明:构造一棵数据值为a[n]的二叉排序树、释放二叉排序树中所有结点、获取指向根结点的指针。-Binary sort tree structure a data value of a [n], the release of all the nodes in the binary sort tree to get a pointer to the root node.
<宿琦> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程distance

说明:从网点位置获得个网点间距离,并用地图形是显示-From the distance between outlets outlets location and land graphical display
<mailchong> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程puma

说明:计算puma560手臂雅可比矩阵,对初学者很有帮助-Calculate puma560 arm Jacobian matrix
<林如> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程sinuous

说明:正弦函数与余弦函数的线性组合 变精度数是用确切的有理表示存在的一个小数点。利用变精度而合理的算法,创建变量使用vpa功能。-This example feedforward utilization 2/3 convolutional encoder drawing. Describes how to determine the coded block parameters. This example also illustrates the use of the calculation er
<mailchong> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程windmeasurement

说明:北京气象台测量10月1日0:00到10月1日12:00风向和风力实例,文章出自:凯娜Matlab教程网,尊重版权是美德,转载请保留原地址,感谢合作!-Beijing Meteorological Observatory measurements at 0:00 on the October 1st to at 12:00 on October 1st, wind direction and instances from the article: Kaina Matlab tutorial, re
<mailchong> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程plot3demo

说明:我自己的各种plot使用范例 三维绘图函数示例 surf函数:用颜色填充mesh网格 指定区域合并 -My various plot using the examples of three-dimensional graphics functions example the surf function: color fill the designated area of ​ ​ the mesh grid merger
<michael> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程MY_calcmean

说明:计算均值 循环计算 几种均值计算情况 for循环-Calculate the mean overall Mean = the mean (sampleMean) nsamples = 6 of npoints is equal = 100
<michael> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程sin

说明:matlab编程实现离散数字信号的有理数插值收取-the matlab programming discrete digital signal rationals interpolation charged
<王跃> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[matlab例程NormalTest

说明:正态分布函数的各种实例测试 正态分布函数 高斯分布-Various instances of the normal distribution function test normal distribution function Gaussian distribution
<michael> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法ack

说明:Calculate the Ackermann function ACK ( m, n ) recursive functions.-Calculate the Ackermann function ACK ( m, n ) recursive functions. For m>=0, n>=0, ACK ( m, n ) is defined as: ACK ( 0, n ) =n+1 ACK ( m, 0) =ACK ( m-1,1 ) ACK ( m, n ) =ACK (
<周杨> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Two-forks-tree-problem

说明:二叉树问题 1、 按根、左子树和右子树三部分进行遍历 遍历二叉树的顺序存在下面6种可能: TLR(根左右), TRL(根右左) LTR(左根右), RTL(右根左) LRT(左右根), RLT(右左根) 其中,TRL、RTL和RLT三种顺序在左右子树之间均是先右子树后左子树,这与人们先左后右 的习惯不同,因此,往往不予采用。余下的三种顺序TLR、LTR和LRT根据根访问的位置不同分别 被称为先序遍历、中序遍历和
<周杨> 在 2025-06-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法Heap-sort

说明:堆排序  堆排序利用了大根堆(或小根堆)堆顶记录的关键字最大(或最小)这一特征,使得在当前无序区中选取最大(或最小)关键字的记录变得简单。   (1)用大根堆排序的基本思想   ① 先将初始文件R[1..n]建成一个大根堆,此堆为初始的无序区   ② 再将关键字最大的记录R[1](即堆顶)和无序区的最后一个记录R[n]交换,由此得到新的无序区R[1..n-1]和有序区R[n],且满足R[1..n-1].keys≤R[n].key   ③由于交换后新的根R[1]可能违反堆性质,故应将当前无序区
<周杨> 在 2025-06-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .69 .70 .71 .72 .73 3674.75 .76 .77 .78 .79 ... 28522 »

源码中国 www.ymcn.org