资源列表
spgs
- 用途:用向量(稀疏存储)形式的Gauss-Seidel迭代解线性方程组Ax=b % 格式: x=spgs(A,b,x0,e,N),A为系数矩阵,b为右端向量,x返回解向量。 % x0为初值向量(默认原点),e为精度(默认1e-4),设置迭代次数上限以防发散(默 % 认500)。 -purposes : with Vector (sparse storage) form of Gauss - Seidel iterative solution of linear equations
sortrows
- function [y,ndx] = sortrows(x,col) %[Y,I]=sortrows(A,k)按第k列升序的排列,向量I返各行的原编址.-function [y, ndx] = sortrows (x, col)% [Y, I] = sortrows (A, k) k out by the ascending order, I Vector trip back to the site of the original series.
rk4
- function [tout, yout] = rk4(ypfun, tspan, y0, h) %定步长四阶Runge-Kutta法求常微分方程(组)数值解 %[tout,yout] = rk4( ypfun , tspan, y0,h) % 这里字符串ypfun是用以表示f(t, y)的M文件名, % tspan=[t0, tfinal]表示自变量初值t0和终值tf % y0表示初值向量y0,h是步长。 % 输出列向量tout表示节点 (t0 , t1 , … ,
tutdemo
- echo off %优化工具箱简明教程 %TUTDEMO Tutorial for Optimization Toolbox. % Copyright (c) 1990-98 by The MathWorks, Inc. % 根据数据(x,y)给出在xi的线性插值结果yi.. % 使用\"非扭结\"端点条件, 即强迫第一﹑二端多项式三次项系数相同, 最后一段和倒数第二段三次项系数相同. %pp=spline(x,y)返回样条插值的分段多项式(pp形式)结构.其中br
CDDraw
- CDROW类,游戏编程基础类,有详细注释-CDROW category, game programming foundation classes, a detailed Notes
xianjing
- 最新仙镜传说服务器C语言源码,网络游戏公开源码-latest cents Mirror legend C language source server, network game open source
chinagame
- 游戏编程实例,注释不太详细,不过代码简单-game programming examples, the Notes are less detailed, but a simple code
27796712532730
- C++语言,约瑟夫环实验报告,里面有详细介绍.-C language, Josephus experimental report, which has a detailed briefing.
MFC_SOURCE_CODE
- 深入浅出mfc原代码,吐血推荐内含MFC的基本操作原理和消息循环说明.是MFC的学习者的必学之课.-easy mfc original code, MFC recommend to vomit blood containing the basic principles of operation and news cycle note. MFC is the learners will Studies class.
PathAnalysis
- 用C++写的最短路径程序,是基于迪杰斯特算法.-C was the shortest path procedure is based on the Dijkstra algorithm.
Formulation
- 用MatLab解一个代数方程,用二分法.-use MatLab an algebraic equation solution using dichotomy.
comm_maintain123
- modbus C++源码 modbus C++源码 -Modbus C + + source Modbus C + + source code
