资源列表
单片机_labview
- Labview接收单片机数据,进行波形数据采集(LabVIEW receives SCM data and carries out waveform data acquisition)
基于动态时间规整(DTW)的孤立字语音识别实验
- 基于动态时间规整(DTW)的孤立字语音识别MATLAB程序(Isolated word speech recognition MATLAB program based on dynamic time warping (DTW))
pwd
- 可以批量修改Labview密码,一键设置/解除所有Vi密码,非常好用(You can modify the Labview password in batches, and set/remove all Vi passwords with one click. It is very easy to use.)
频谱分析
- 用于频谱分析,对于信号的分析和除燥,这样能够对信号进行更好的处理和分析(Used for spectrum analysis, signal analysis and desiccation, so that the signal can be better processed and analyzed)
易语言API网络拦截源码
- 易语言API网络拦截源码,send,recv(Easy language API network intercept source)
HookIRF
- 使用hookrf编写的网截源码软件。易语言web2.0浏览器内修改网页源码(Use hookrf to write the network cut source software. Modify web source code in easy language Web2.0 browser)
978-1-4020-9199-5
- MATLAB codes for Finite Element Analysis Antonio Ferreira 2008
YY协议
- YY最新可用多功能协议源码.功能稳定实用(WeChat group tool source code can be sent in group pictures and text)
基于Modbus协议的PLC与LabVIEW的通讯实现
- 基于Modbus协议的PLC与LabVIEW的通讯实现。(Communication between PLC and LabVIEW based on Modbus protocol)
工程桩编号提取坐标
- CAD中提取坐标生成表格。使用方法:CAD加载程序,加载后,命令:ZBBZ(The coordinate generation table is extracted in CAD. Usage: CAD loader, after loading, command: ZBBZ)
Portable Implementation of the High-Performance Linpack Benchmark for Distributed-Memory Computers
- HPL is a software package that solves a (random) dense linear system in double precision (64 bits) arithmetic on distributed-memory computers. It can thus be regarded as a portable as well as freely available implementation of the High Performance Co
OS exercise 1
- 编写一个从标准输入中读取字符串的程序。所有字符串都不包含0字节字符,并以\ n换行符终止。最后一行输入可能不会被换行符终止。读取所有字符串后,应根据libc提供的strcmp函数的顺序对这些字符串进行排序。排除所有字符串后,应按新顺序将这些字符串打印到STDOUT。在将字符串写入STDOUT时,每个字符串应以\ n换行符终止。(Write a program that reads string from the standard input. All strings will contain n