资源列表

« 1 2 ... .75 .76 .77 .78 .79 25480.81 .82 .83 .84 .85 ... 28522 »

[数学计算/工程计算111

说明:求标准偏差 > function c=myfunction(x) > [m,n]=size(x) > t=0 > for i=1:numel(x) > t=t+x(i)*x(i) > end > c=sqrt(t/(m*n-1)) function c=myfunction(x) [m,n]=size(x) t=0 for i=1:m for j=1:n t=
<> 在 2025-07-01 上传 | 大小:203kb | 下载:0

[matlab例程Simulink

说明:Simulink建模与仿真的电子书 很不错的-Simulink modeling and simulation of the e-book is very good
<李欣> 在 2025-07-01 上传 | 大小:8.22mb | 下载:0

[数学计算/工程计算beyes

说明:用于数据挖掘的一个小实验,贝叶斯分类,分类-For data mining in a small experiment, Bayesian classifier, classification
<秋婷> 在 2025-07-01 上传 | 大小:28kb | 下载:0

[数学计算/工程计算jiajianchengchusizeyunsuan

说明:加减乘除四则运算 对用户输入的一个包含两个十进制的操作数的加减乘除表达式求出结果并输出,对用户的输入需要进行有效性判断。-Math
<陈永> 在 2025-07-01 上传 | 大小:40kb | 下载:0

[数据结构常用算法tu-matrix

说明:图可以采用邻接矩阵、邻接表等多种方式来存储,本程序实现图的邻接矩阵存储-Chart can be used adjacency matrix, adjacency lists to store a variety of ways, this program graph adjacency matrix storage
<youjing> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法tu-table

说明:图可以采用邻接矩阵、邻接表等多种方式存储,本程序实现图的邻接表存储-Chart can be used adjacency matrix, adjacency list a variety of ways, such as storage, this procedure realize Graph Adjacency List Storage
<youjing> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法tu-table-DFS

说明:本程序采用深度优先的方法完成图的遍历,包括连通图和非连通图。-This procedure used the method of depth-first traversal of the complete diagram, including the connected graph and non-connected graph.
<youjing> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法szzh

说明:本程序适用栈来完成不同数制之间的数值转换,是栈这种数据结构的一种典型应用。-This procedure applies to the stack to complete the different values between the number of system conversions, such stack data structure is a typical application.
<youjing> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[数据结构常用算法mazePath

说明:本程序实现某一已知迷宫的路径搜索,简单实用。经过修改可以做为栈的一个典型应用示例。-This procedure is known to achieve a path maze searching, simple and practical. Modified stack can be used as a typical application example.
<youjing> 在 2025-07-01 上传 | 大小:1kb | 下载:0

[数值算法/人工智能ps2007final

说明:Proceedings of Practice of Interesting Algorithms 2007 The editor assumes no responsibility for the accuracy, completeness or usefulness of the information disclosed in this volume. Unauthorized use might infringe on privately owned patents of
<darren> 在 2025-07-01 上传 | 大小:5.5mb | 下载:0

[数学计算/工程计算GraphAlgori

说明:图论算法中dijkstra、Floy、和最小生成树算法的实现,使用类进行封装-Graph theory algorithm dijkstra, Floy, and the minimum spanning tree algorithm, the use of encapsulation
<林立文> 在 2025-07-01 上传 | 大小:169kb | 下载:0

[压缩解压rs_encoder

说明:一个很不错RS编码,用于DVB的信道编码,用VHDL语言编写,在FPGA上通过验证。-A very good RS encoder for DVB Channel Coding using VHDL language, in the FPGA-validated.
<杨宇> 在 2025-07-01 上传 | 大小:3kb | 下载:0
« 1 2 ... .75 .76 .77 .78 .79 25480.81 .82 .83 .84 .85 ... 28522 »

源码中国 www.ymcn.org