资源列表
jincheng.cpp
- 模拟进程通讯,可以模拟操作系统的进程调度,按优先级调度-modeling process communications, the operating system can simulate the process of scheduling, priority scheduling
time_wn
- 用C语言实现的对基—2FFT算法的改进,提高了算法的运算速度-using the C language to the base-FFT algorithm, the algorithm improves the speed of operation
lagrangematlab
- 拉个朗日插值公式是把Pn(X)的构造问题转化为n+1插值基函数问题的构造!此软件就是拉哥郎日插值的原程序matlab版-Rafah Colon day interpolation formula is Pn (X) issue of the structure into an n-interpolation function of the structure. This software is Barayagwiza few days interpolation procedures for t
NnuericalMethodsforPDE
- 本程序功能为计算一阶双曲型偏微分方程的初值问题,分别采用3种格式计算:1、迎风格式 2、Lax-Friedrichs格式 3、Lax-Wendroff格式-function of the procedures for calculating an order hyperbolic partial differential equation initial value problems were used to calculate three formats : 1, 2 upwind, the
shannonsource2
- 信息论与编码中,对香农信源编码定理的仿真,验证了香农编码定理的可行性。-information theory and coding, right Shannon source coding theorem simulation, verification of the Shannon coding theorem.
Non-lineProgram
- 本方程为二阶边值问题的数值算法之打靶法计算,主要是边值得磨光处理,程序调试成功-equation for the second-Numerical Algorithms shooting method, is worth polished edge, Debugger success
jiefangcheng-matlab
- 用matlab解方程,包括线性微分方程、非线性微分方程等等。-using Matlab solving equations, including linear differential equations, nonlinear differential equations and so on.
convolution(vc++)
- 我上硕士时完成的第一个作业!!! 可以显示两个离散的数据,然后完成它们之间的卷积运算,并显示!绝对原创-I completed a master's degree on the first operation! ! ! Be able to show two discrete data, They then completed the convolution between the operator and show! Absolute originality
3_dimention_regression
- 空间三维螺旋曲线的回归分析; 空间sinc曲线的回归分析。-3D space spiral curve regression analysis; Space sinc curve regression analysis.
Regularization_Tools
- 求解离散病态问题的正则化方法matlab 工具箱,可以应用到地震勘探中反演问题的求解!-solving discrete pathological problems are based on Matlab toolbox, can be applied to seismic inversion solution!
TriSpline
- 三次样条插值程序。编译运行本程序后,程序会弹出窗口及问句:“input the number of intervals:”,输入插值的次数即可,程序将得到的次数保存在变量int n中。如果输入的插值次数正确(n>=2),程序会显示下一语句:\"input the value of the variable:\",此时输入插值点即可,程序将得到的插值点保存在变量double v中。若插值点正确(v>=0&&v<=6),则程序将输出插值结果。-cubic spline interp
LDL~
- 系数矩阵为对称正定的线性方程组的求解程序(LDL~分解法)