资源列表
cotputing-number
- 本程序主要是在图像处理应用关于计算图像的欧拉数 不错的源码-This procedure is mainly applied in image processing, image about computing the euler number of good source
szquenoedocumentVSAM
- 模式识别中,用线性预测分类器实现逻辑与和逻辑或,MATLAB实现-Pattern recognition, the linear prediction classifier is used to implement logic and logic or MATLAB
chap2
- 系统辨识与自适应控制程序,课程学习程序,可以方向下载(System identification and adaptive control program)
第16章 偏微分方程的数值解法
- 工程应用中的偏微分方程的数值解法,包括源代码和函数索引,用于matlab中PDE工具箱的学习(Numerical solution of partial differential equation in engineering application)
35965354
- Bayesian transform applied to image of function code, the matlab platform, has finished testing and debugging
Fuzzy-PID-control
- 模糊PID控制 用模糊控制器来代替传统的pid进行调节 仿真结果优-Fuzzy PID control
tjticient
- 给出了一种Hough变换的Matlab代码,不错的 很好用的-Matlab code, and presents a Hough transform is very useful
方程求根
- MATLAB里面常用的方程求解程序,里面包括各类常用的数值分析算法(MATLAB is commonly used in the equation solver, including various commonly used numerical analysis algorithms.)
4
- In main function user enters input number Calls the function and pass the number Function calculates the required result and return In main function program displays the final result
MinimizationFAL
- Development of an algorithm to minimize program logic functions The archive contains the program performs minimization of the source code (C ++ Builder 2010) Minimization of Boolean functions The method of direct transformation of logic functio
5
- A while loop is used and will terminate when user will press esc key. To get the characters a function getche() is used conio.h which will store in char variable and store into the file using putc() function. On pressing esc to avoid any other cha
2
- User enters a number which stores in variable num Then number passes as argument in function call A static variable is used to check that how many times function is called When base case becomes true if(statement) then function returns result