搜索结果

找到约 172 项符合 dat 的查询结果

驱动编程 driver program which uses the above two modules. I have also made available the data set pollute.dat

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.
https://www.eeworm.com/dl/618/470658.html
下载: 101
查看: 1040

matlab例程 This M-File imports data from binary *.dat files, created with PSpice 6.0 (DOS), 9.1 (Student), and

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.
https://www.eeworm.com/dl/665/470900.html
下载: 128
查看: 1063

数值算法/人工智能 帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试

帮助大家认识蚁群算法 附上典型TSP的dat文件供大家测试
https://www.eeworm.com/dl/518/472479.html
下载: 181
查看: 1038

并行计算 实现图像文件与.dat文件之间的转换

实现图像文件与.dat文件之间的转换,在DSP程序中输入数据有用。
https://www.eeworm.com/dl/694/474129.html
下载: 74
查看: 1064

matlab例程 自己用MATLAB编写dsp5509的中的sine.dat文件

自己用MATLAB编写dsp5509的中的sine.dat文件,附详细正确的编写方法,和m文件。只要改些参数就可任意生成想要的函数.dat是授人渔的方法,此论坛以及网络流传的函数经试验不好使,没有考虑许多问题生成的文件是错误的,在此详细介绍生成dsp标准.dat方法 ...
https://www.eeworm.com/dl/665/482197.html
下载: 132
查看: 1065

软件设计/软件工程 如何编写读/写一个字节的函数呢? 1. 读一个字节 uchar tmpread(void) //read a byte date 读一个字节 { uchar i,j,dat dat=0

如何编写读/写一个字节的函数呢? 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) //将一个字节数据返回 } ...
https://www.eeworm.com/dl/684/486623.html
下载: 136
查看: 1262

其他 use for max+plus11.0,含license.dat

use for max+plus11.0,含license.dat
https://www.eeworm.com/dl/534/489870.html
下载: 48
查看: 1109

汇编语言 已知数据文件IN.dat中存有200个四位数

已知数据文件IN.dat中存有200个四位数,并已调用读函数rData()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数 ...
https://www.eeworm.com/dl/644/490132.html
下载: 169
查看: 1112

其他行业 下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序

下载者包括四个工程: CDown:生成器 userinit:真正的下载者 Dat:驱动和下载者的安装程序 pass:驱动程序
https://www.eeworm.com/dl/668/491527.html
下载: 67
查看: 1075

数值算法/人工智能 These codes require an ASCII input file called input.dat of the following form: Lower Limit on x

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 ...
https://www.eeworm.com/dl/518/492503.html
下载: 122
查看: 1074