代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/222606/14684282
ppt 第7章 matlab解方程与函数极值.ppt
www.eeworm.com/read/222520/14686896
txt gauss_seidel迭代法的matlab程序.txt
Gauss_Seidel迭代法的Matlab程序
function [x]=Gauss_Seidel_iterative(A,b)
% 用Gauss_Seidel迭代求解线性方程组,矩阵A是方阵
x0=zeros(1,length(b)); % 赋初值
tol=10^(-2); % 给定误差界
N=1000; % 给定最大迭代次数
[n,n]=
www.eeworm.com/read/221024/14775050
edu^math-prog^matlab ftp:^^ftp.cs.wisc.edu^math-prog^matlab
matlab directory
matlab
Up to math-prog
.message
cpfunjac.m
www.eeworm.com/read/219742/14866494
pdf matlab符号计算工具箱应用简介.pdf
www.eeworm.com/read/218912/14902920
pdf 基于matlab的扩频通信系统仿真研究.pdf
www.eeworm.com/read/217029/14982397
ppt 第11章 matlab图形用户界面设计.ppt
www.eeworm.com/read/217029/14982399