卡诺图在变量数目很多时,不 容易 化简,Quine-McCluskey(Q-M)方法基本原理 与卡诺图相同当变量数目很多时,或者有许多function要做化简时,都需要使用计算机来做,而Q-M方法为一个系统的逻辑代数化简流程.
上传时间: 2013-12-11
上传用户:xmsmh
基于基本遗传算法的函数最优化SGA.C A Function Optimizer using Simple Genetic Algorithm developed from the Pascal SGA code presented by David E.Goldberg
标签: Algorithm Optimizer developed Function
上传时间: 2015-05-29
上传用户:aa54
it is about window function in Matlab. Welcome to using it !
标签: function Welcome Matlab window
上传时间: 2015-05-30
上传用户:yuchunhai1990
it is about famous hanning window function using in Matlab,Welcome to download.
标签: download function Welcome hanning
上传时间: 2013-12-16
上传用户:ecooo
This a simple genetic algorithm implementation where the evaluation function takes positive values only and the fitness of an individual is the same as the value of the objective function
标签: implementation evaluation algorithm function
上传时间: 2015-06-03
上传用户:2467478207
* Function: * 1. Replace the first oldstr with newstr in srcstr * Arguments: * IN : * srcstr * oldstr * newstr * OUT : * srcstr * Return: * 1. If find and replace one oldstr with newstr in srcstr , return 1 * 2. If find no oldstr in srcstr , return 0 * 3. If error (malloc return NULL) return -1 * Notes: * 1. srcstr should be large size enough.
标签: Arguments Function Replace oldstr
上传时间: 2014-12-20
上传用户:Yukiseop
Matlab官方文档:Matlab函数参考第一卷function reference volumn 1 A_E
标签: Matlab reference function volumn
上传时间: 2014-01-18
上传用户:cainaifa
Matlab官方文档:Matlab函数参考function reference F_O
标签: Matlab reference function F_O
上传时间: 2014-12-03
上传用户:rocketrevenge
Matlab官方文档:Matlab函数参考第三卷function reference volumn3 P_Z
标签: Matlab reference function volumn3
上传时间: 2014-10-12
上传用户:shawvi
matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
标签: nagauss function matlab Gauss
上传时间: 2013-12-22
上传用户:exxxds