资源列表
简易防火墙_支持黑白名单
- 简易网络防火墙,采用SPI技术,支持黑、白名单,且名单使用XML文件存储(Simple network firewall using SPI technology supports black and white lists and lists are stored in XML files)
PSO和GSA
- 基于群里智能的粒子群优化算法和引力搜索算法有效结合,性能优于原始算法
openmv-master
- /home/taz/Downloads/Firmwares/fmk_099 (3rd copy).tar.gz
AD1274驱动1.4
- ads1274信号采集,ads1274与spi的通信,将采集到的数据打印(ads1274 data get,camunicate with spi and then printf the data.)
MPTool20170421
- 台湾慧荣科技的SSD硬盘中主控芯片代码资料(Code data of main control chip in SSD hard disk)
基于51单片机的信号发生器
- 基于MCS-51单片机的信号发生器设计及其应用系统(Design and Application System of Signal Generator Based on MCS-51 Single Chip Microcomputer)
WebRtcAudioTest_NetDownloadSource
- 移植webrtc agc ns 等到linux平台或arm平台(webrtc agc ns source for arm or linux)
bWAPP_v2.2
- bWAPP,php靶机程序,方便渗透测试(bWAPP, or a buggy web application, is a deliberately insecure web application. bWAPP helps security enthusiasts, developers and students to discover and to prevent web vulnerabilities. It prepares one to conduct successful penetr
gpio_jtag1
- 通过CPU模拟jtag,实现jtag的口的读写(Simulate MDIO through CPU to realize reading and writing of jtag port)
micropython-stm32f103
- micropython_stm32f103 系统源码(micropython_stm32f103)
file_server
- 实现了客户服务器模式的的文件服务器,能够进行上传和下载文件(A file server based on client server mode is implemented, which can upload and download files.)
dtw
- 可以用来实现dtw。在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。(Can be used to implement DTW)