资源列表
ssolve
- Matlab中虽然有很多解方程的函数,但对于一般线性方程,有无穷个解时,却不能算出一个特解和基础解系,这几个函数可以实现这个功能。-Matlab Although there are many solutions to the equation function, but for the general linear equations, Infinite Solutions months, they can not penetrate a special solution and infras
dan
- Matlab的Optimization软件包,虽然能很好地解决线性规划问题,但对于无解和有无穷个解地情况,结果不能让人满意,本人编了几个函数用于打印单纯形表。-Matlab Optimization package, Although able to solve linear programming problems, but no solution and a solution to the endless, the results are not satisfying. I compiled
Color-menu
- 在图形窗口上创建一个(color)菜单项及其下拉菜单,下拉菜单包括Red,自定义,缺省三菜单项.-the graphics window creation of a (color) and the drop-down menu item menu, the drop-down menu includes Red, since the definition of default three menu items.
surf(peaks)
- 试创建一个伴随surf的现场菜单,包括四个菜单项:春色,夏色,秋色,冬色.-try to create a scene with surf the menu, including four menu items : Spring, summer colors, Autumn and winter color.
fdtd3dpml
- matlab编写的三维FDTD程序 pml边界条件 实现电磁波传播数值模拟和仿真-Matlab prepared by the three-dimensional FDTD procedures pml boundary conditions to achieve numerical simulation of electromagnetic wave propagation and Simulation
duojilianghua
- 包含三种跳频序列编码的实现,实现了性能改进,很经典的。-contains three hopping sequence coding to achieve and realize the performance improvements, very classic.
MMA32
- 一种盲均衡算法的matlab仿真程序 信道为多经信道-a blind equalization algorithm Matlab simulation program for multi-channel by channel
duoxiangshiqiugen
- 计算多项式非线性方程f(x)=0的求根问题,本人数值分析课程设计做的一个程序,供大家参考,希望给予指正.-nonlinear equation of a polynomial f (x) = 0 in solving problems, I numerical analysis courses designed to do a procedure, we also hope to correct.
ODEsolve_numberic
- 数值方法求解常微分方程的C实现[TEXT为主程序,其余方法(即C文件)放入Include文件夹即可]-the numerical solution of ordinary differential equations to achieve C [TEXT-based procedures, other methods (C) Add Include folders can be]
songz_leochin
- 点歌系统的实现 有菜单显示,可以进行歌曲名字输入,浏览,投票,显示前3名等功能。-following address system of a menu that can be imported song name, browse, the vote shows that the former three functions.
fft_leochin
- FFT 变换 该程序可以实现运行时输入时域的采样数据,而且输出可以以文件方式保存。比较实用-FFT transform the operational procedures can be achieved when the time domain input sampling data, and the output can be kept in the document. More practical! !
EULERDemo
- /* * EULER S ALGORITHM 5.1 * * TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM: * Y = F(T,Y), A<=T<=B, Y(A) = ALPHA, * AT N+1 EQUALLY SPACED POINTS IN THE INTERVAL [A,B]. * * INPUT: ENDPOINTS A,B INITIAL CONDITION ALPHA I