It s the Naive Bayes algorithm with import function dat-files, realized by the tools of Visual Studio developer system.
标签: the algorithm dat-files function
上传时间: 2017-07-26
上传用户:qiaoyue
driver program which uses the above two modules. I have also made available the data set pollute.dat of mortality rates against socio-economic, meteorological and pollution variables for 60 statistical areas in the USA.
标签: available the program modules
上传时间: 2017-07-28
上传用户:wff
This M-File imports data from binary *.dat files, created with PSpice 6.0 (DOS), 9.1 (Student), and 10.0.3. If you are using newer versions of PSpice, you might need to adjust the code.
标签: Student imports created M-File
上传时间: 2017-07-28
上传用户:zsjinju
帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试
上传时间: 2013-12-27
上传用户:koulian
Functions are mappings from one Manifold to another. Discrete Functions are functions which can be represented using a finite number of values. Given the finite extent of computer memory, algorithms which compute a function that satisfies some special properties are computing a discrete function which approximates a continuous function. Computing the function involves writing a set of equations that may be solved for the values representing the function.
标签: Functions are functions Discrete
上传时间: 2017-08-05
上传用户:671145514
实现图像文件与.dat文件之间的转换,在DSP程序中输入数据有用。
上传时间: 2017-08-05
上传用户:yan2267246
Computing-the-2-D Discrete-Fourier-Transform IEEE article
标签: Discrete-Fourier-Transform Computing-the article IEEE
上传时间: 2013-12-18
上传用户:zhangzhenyu
自己用MATLAB编写dsp5509的中的sine.dat文件,附详细正确的编写方法,和m文件。只要改些参数就可任意生成想要的函数.dat是授人渔的方法,此论坛以及网络流传的函数经试验不好使,没有考虑许多问题生成的文件是错误的,在此详细介绍生成dsp标准.dat方法
上传时间: 2013-12-10
上传用户:jyycc
this code is used to find autocovariance of two discrete signals
标签: autocovariance discrete signals this
上传时间: 2014-11-06
上传用户:a3318966
如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0 for(i=1 i<=8 i++) { j=tmpreadbit() dat=(j<<7)|(dat>>1) //读出的数据最低位在最前面,这样刚好一个字节在DAT里 } return(dat) //将一个字节数据返回 }
上传时间: 2017-09-06
上传用户:gengxiaochao