资源列表
[其他小程序] bank-data.arff
说明:用于weka初入门学习,银行数据包括600实例,是data-bank.arff 文件,经过csv 处理之后的可经weka使用的文件。-The learn for weka early entry, bank data including 600 instances of the the the data-bank.arff file after csv after processing the file via weka.<zjl> 在 2025-10-04 上传 | 大小:4kb | 下载:1
[其他小程序] data-bank-training-and-test
说明:weka学习中,对银行bank-data.arrf处理之后的 训练与测试文本的正确格式,包括dank-raining.arff 与 bank-test1.arff 可直接用来测试使用。-weka learning the correct format, including the dank-raining.arff and the bank-test1.arff can directly used to test the use of the training and testing after<zjl> 在 2025-10-04 上传 | 大小:5kb | 下载:0
[其他小程序] vcgetcpuid
说明:1. 用汇编语言编写一个cpuid函数,然后调整链接器配置,在C语言中调用该函数。 2. 使用内嵌汇编调用CPUID指令。 3. 使用编译器提供的Intrinsics函数来调用CPUID等特定平台指令。 我们一般优先使用第3种办法,代码量少、可读性高、编译维护简单。例如VC(VC2005或更高)在“intrin.h”中声明了 __cpuid函数。 当编译器没有提供Intrinsics函数时,就只有使用前两种办法了。 -Written in assembly langu<ahcd30> 在 2025-10-04 上传 | 大小:56kb | 下载:0