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
实现图像文件与.DAT文件之间的转换,在DSP程序中输入数据有用。
上传时间: 2017-08-05
上传用户:yan2267246
自己用MATLAB编写dsp5509的中的sine.DAT文件,附详细正确的编写方法,和m文件。只要改些参数就可任意生成想要的函数.DAT是授人渔的方法,此论坛以及网络流传的函数经试验不好使,没有考虑许多问题生成的文件是错误的,在此详细介绍生成dsp标准.DAT方法
上传时间: 2013-12-10
上传用户:jyycc
如何编写读/写一个字节的函数呢? 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
use for max+plus11.0,含license.DAT
上传时间: 2017-09-14
上传用户:qb1993225
已知数据文件IN.DAT中存有200个四位数,并已调用读函数rDATa()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数字是原四位数的百位数字,新二位数的个位数字是原四位数的十位数字),如果新组成的两个二位数一个是奇数,另一个为偶数,并且两个二位数中至少有一个数能被17整除,同时两个新数的十位数字均不为0,则将满足此条件的四位数按从大到小的顺序存入数组b中,并要计算满足上述条件的四位数的个数count。最后main()函数调用写函数wDATa(),把结果count以及数组b中符合条件的四位数输出到OUT.DAT文件中。
上传时间: 2014-10-29
上传用户:李彦东
下载者包括四个工程: CDown:生成器 userinit:真正的下载者 DAT:驱动和下载者的安装程序 pass:驱动程序
上传时间: 2014-01-11
上传用户:lht618
These codes require an ASCII input file called input.DAT of the following form: Lower Limit on x Upper Limit on x Final Time Pressure for x<0 when t=0 Density for x<0 when t=0 Speed for x<0 when t=0 Pressure for x>0 when t=0 Density for x>0 when t=0 Speed for x>0 when t=0 These codes produce 8 ASCII output files: density.out. Density vs. x entropy.out. Entropy vs. x mach.out. Mach number vs. x massflux.out. Mass flux vs. x pressure.out. Pressure vs. x sound.out. Speed-of-sound vs. x velocity.out. Velocity vs. x waves.out. A description of the solution in terms of the three waves defined in the book (+,-,0).
标签: input following require called
上传时间: 2017-09-21
上传用户:希酱大魔王