资源列表
[书籍源码] detectiontheoryassignmentquestionattached
说明:radar equation for detection of target<amiii> 在 2025-07-18 上传 | 大小:566kb | 下载:0
[并行运算] simulink&&CUDA
说明:利用simulink的自动生成代码功能生成代码后,在VC2013上进行编译,然后调用CUDA程序(After generating code from Simulink's automatic generation of code, compiling on VC2013, then calling the CUDA program)<NiZaiCaiA> 在 2025-07-18 上传 | 大小:72kb | 下载:0
[编译器/词法分析] cmake-3.10.1
说明:CMake是一种跨平台编译工具,比make更为高级,使用起来要方便得多.(cmake compile.The release was packaged with CPack which is included as part of the release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions.<天天吃鱼> 在 2025-07-18 上传 | 大小:12.42mb | 下载:0
[LabView] CrcTableGenerate
说明:生成CRC32字符串,进行校验查表,256字节(Generate the CRC32 string and check the checklist)<zhut> 在 2025-07-18 上传 | 大小:10kb | 下载:0
[中间件编程] breakpad.tar
说明:google breakpad 源代码,程序崩溃之前生成dump文件,方便调试(Google breakpad source code, dump files are generated before the program crashes, easy to debug)<随风0313> 在 2025-07-18 上传 | 大小:65.39mb | 下载:1
[编译器/词法分析] grammar
说明:预测分析法(LL(1)方法)的基本思想是:从文法开始符S出发,从左到右扫描源程序,每次通过向前查看 1 个字符,选择合适的产生式,生成中间推导过程以及句子的最左推导。本程序可以输入预测分析表,输出最左推导和中间过程。(The basic idea of prediction analysis method (LL (1)) is to start from the grammar start symbol S, and scan the source program from left to r<lwqcinder> 在 2025-07-18 上传 | 大小:587kb | 下载:0