资源列表

« 1 2 ... .14 .15 .16 .17 .18 20619.20 .21 .22 .23 .24 ... 28522 »

[数据结构常用算法d

说明:稀疏矩阵的压缩存储: 实现稀疏矩阵压缩存储,并实现矩阵转置和求和。 输入矩阵时,首先需要输入非零元素的个数,然后分别输入矩阵的 行号,列号和值。 输完2个矩阵后,自动进行计算第一个矩阵的转置以及两个矩阵的和。 例如:输入如下: 100 90 5 //矩阵的行数为100,列数为90,共5个非零元素。 1 10 100 //a(1,10)=100 50 60 200//a(50,60)=200 50 80 100//a(50,80)=10
<刘忠威> 在 2025-07-01 上传 | 大小:672kb | 下载:0

[数据结构常用算法b

说明:实验目的:掌握用线性表实现一元多项式的基本运算。 实验内容:使用链式存储实现一元多项式的加法、减法、乘法和求导。-Purpose: to master the linear meter to achieve one yuan polynomial of basic operations. Experiment: Using the chain store to realize one yuan polynomial addition, subtraction, multiplicati
<刘忠威> 在 2025-07-01 上传 | 大小:1.08mb | 下载:0

[数据结构常用算法e

说明:实现二叉树的基本操作:建立、遍历、计算深度、结点数、叶子数等。-Binary tree basic operations: the establishment, traverse, calculate the depth, the number of nodes, number of leaves and the like.
<刘忠威> 在 2025-07-01 上传 | 大小:254kb | 下载:0

[matlab例程kevin

说明:包含部分obj文件 有几个在matlab环境下水印制作的小程序 有用matlab读入三维网格并显示并对读入顶点进行排序。有傅里叶变换-There are several obj file contains part in the matlab environment watermarking small program useful for three-dimensional grid matlab reads and reads and displays the sorted vertices
<高鑫> 在 2025-07-01 上传 | 大小:8.4mb | 下载:0

[数学计算/工程计算PANair

说明:面元法程序,用于计算飞行器气动力、气动力矩系数。-panel code for aero calculation.
<ydobon> 在 2025-07-01 上传 | 大小:20.32mb | 下载:1

[matlab例程ds

说明:this the matlab code file-this is the matlab code file
<saini> 在 2025-07-01 上传 | 大小:17.4mb | 下载:0

[matlab例程niudun

说明:matalab牛顿法潮流计算程序,基于此程序可以轻松求解电力系统潮流计算-matalab Newton load flow calculation program, based on this program can easily solve the power flow calculation
<shuaiwang> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[matlab例程perceptron

说明:用matlab库实现的感知器对二维向量进行分类,内包含数据-Implementation of perceptron to classif two-dimensional vectors using Matlab library. With data inside.
<LiuJingyuan> 在 2025-07-01 上传 | 大小:37kb | 下载:0

[matlab例程BP

说明:用BP神经网络对红细胞、白细胞、杆菌和盐结晶图片进行分类。使用Matlab自带函数。内附图像数据。-To classify four kinds of cell images using Matlab library. With image data inside.
<LiuJingyuan> 在 2025-07-01 上传 | 大小:62kb | 下载:0

[matlab例程cluster

说明:使用Matlab自带的库函数对几个国家的若干特征进行聚类。内附数据。-Implementation of cluster for several countries as to their features. With data inside.
<LiuJingyuan> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[matlab例程EM

说明:基于非参数核密度估计的EM算法,对行人图像进行检测。内附红外行人图像。-EM based on non-parametric kernel estimation. Pedestrian detection. With images inside.
<LiuJingyuan> 在 2025-07-01 上传 | 大小:358kb | 下载:0

[matlab例程bayes

说明:基于贝叶斯的显著目标检测代码。内附图像数据。-Bayesian significant target detection code. With the image data.
<LiuJingyuan> 在 2025-07-01 上传 | 大小:249kb | 下载:0
« 1 2 ... .14 .15 .16 .17 .18 20619.20 .21 .22 .23 .24 ... 28522 »

源码中国 www.ymcn.org