搜索资源列表
zuoye
- 实现大平板的温度场分析,可以实现无限大平板的一维温度场的特性
zuoye
- 用高级语言编写和调试一个多道作业调度程序,以加深对进程的概念及作业调度算法的理解
zuoye
- 这个是以前开始研究模式识别的关于C均值算法和固定增量法的VC++程序,可以直接运行。
zuoye
- 利用MATLAB进行飞行器四自由度仿真。-Four degrees of freedom for vehicle using MATLAB simulation.
zuoye
- 迷宫问题与运动会,有丰富的实例与测试数据,是学习数据结构的较好的资料!-Maze with the Games, has a wealth of examples and test data, data structure to learn the information better!
zuoye
- 利用有限差分法 (Finite Differential Method, FDM)将场域离散为许多小网格,应用差分原理,将求解连续函数的泊松方程问题转换为求解网格节点上的差分方程组的问题。-The use of finite difference method (Finite Differential Method, FDM) will field for many small discrete grid, the application of differential principle, t
zuoye
- 利用matlab软件对模式识别进行了很好的仿真,利用贝叶斯分类器对男女生进行了很好的分类。-Pattern recognition using matlab software had a very good simulation, the use of Bayesian Classifiers for boys and girls had a very good classification.
zuoye
- 矩量法求半波振子天线的阻抗,与理论值偏差较小,比较精确-mom to calculate the z of the antenna
zuoye
- wav格式信号频谱分析,在matlab开发环境下可以很好的应用-wav format, the signal spectrum analysis, in the matlab development environment may be a good application of
zuoye
- MATLAB程序,用最陡下降实现LMS算法,设定不同的a值,可以验证该算法的收敛性,kalman算法和波束成型-MATLAB program, using the steepest descent LMS algorithm to achieve, set a different value, you can verify that the convergence of the algorithm, kalman algorithm and beam forming
zuoye
- 进行图像处理,使图像按一定方向以一定角度转动-Image processing, the image at a certain angle to the direction of rotation
zuoye
- MATLAB作业题,一个学期老师布置的作业和做出来的答案-MATLAB job title, a term teacher assignments and do them the answer
zuoye
- 利用matlab进行多项式的逼近和RBF网络函数的逼近,并分析其不同-Using matlab for polynomials RBF network function approximation, and to analyze the different
zuoye
- 龙哥库塔发,欧拉发是数值分析的一个分析方法。此程序是用来解决一个计算题的。-Long Ge Kuta hair, Euler made a numerical analysis of an analysis method. This procedure is used to solve a problem of calculation.
zuoye
- 迪卡克拉斯算法的vc++2010解决方案,包含完整的头文件和主程序-Di Klass algorithm vc++2010 solutions, including complete header files and the main program
201121421116913
- 解三角形,五种情况,并且电脑写出解题过程。抄作业专用,但不提倡抄作业,仅供学习编程做参考。(我编写的时候也总是犯晕,还是自己做题目轻松啊) -Solution triangle, five cases, and the computer to write problem-solving process. Chao Zuoye special, but does not advocate Chaozuo Ye, learn programming for reference purposes on
zuoye
- 关于信号输入均匀量化器的信号幅度,用MATLAB实现量化过程-Uniform quantizer on the input signal amplitude, using MATLAB to quantify the process of achieving
zuoye
- 这是一个我们平时的作业,里面的内容是关于MATLAB的,希望大家觉得有用-This is one of our normal operations, which the content is on the MATLAB, and hope you find it useful
zuoye
- 汉诺塔 算法:将上面的n-1个盘子从A移动到C,B作为辅助; 将最下面的盘子n从A移动到B, 将n-1个盘子从C移动到B,A作为辅助 1. 对一个整形数组设计一个排序算法 .n个元素的实数数组,写出求其最大元素和最小元素的算法-Tower of Hanoi algorithm: the above n-1 a plate moves from A to C, B as an auxiliary n the bottom of the plate moves from A t
zuoye
- 三次样条插值算法:三次样条插值(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。 -Cubic spline interpolation algorithm