资源列表
upgradeTool
- C#组播实现源码,可以多个网卡选择和切换(C# multicast implementation source code, can select and switch multiple network cards)
GPF-PHD
- 采用高斯粒子滤波实现概率假设密度算法,本人亲测效果有用
课设光立方代码
- 基于CPLD,用VHDL语言编程,实现了一个8*8*8的光立方控制(Based on CPLD and programming with VHDL language, an 8 * 8 * 8 optical cube control is realized)
OpenDCLStudio
- AutoCAD二次开发DCL的工具,一个免费的软件。(The tool of AutoCAD secondary development DCL)
无人机
- 无人机四轴代码,是正点原子的stm32F4,有利于基础学习和二次开发(UAV four axis code is stm32f4 of positive point atom, which is beneficial to basic learning and secondary development)
工程代码
- 输入彩色图片,分解为三原色通道,用于拜尔代码测试(Input color picture and decompose it into three primary color channels)
简易信号分析GUI
- 能够生成几种代表信号并且进行频谱分析、功率谱密度分析,还含有一个iir低通滤波器和一个fir高通滤波器的简易示范(It can generate several representative signals and carry out spectrum analysis and power spectral density analysis. It also contains a simple demonstration of IIR low-pass filter and a fir high
WAS 解压
- 快速将大话西游2中的was文件解出,所得文件为包含所有方向所有帧的Png图片。(The was file in the western tour 2 of Dahua is quickly solved, and the resulting file is a PNG picture containing all frames in all directions.)
CSerialPort-master
- CSerialPort串口类,包含mfc例程、控制台例程(CSerialPort serial port class, including MFC routines and console routines)
xm
- 熊猫烧香样本,请勿轻易使用,下载只做研究用。(a trojan as "Worm.WhBoy.cw")
手势识别数据提取
- 发射接收特定波形的超声波用于信道估计手势识别。(Transmitting and receiving ultrasonic wave of specific waveform is used for channel estimation gesture recognition.)
基于DSP中断工作方法的音频滤波代码
- 设计基于DSP中断工作方式的语音采集-滤波-回放系统,要求: 1.输入为双声道立体声音频,用48kHz的采样率采集音频。 2.将音频信号经36阶截止频率10kHz的低通滤波处理后,再进行回放。 3.要求采用音频接收、播放双中断工作方法。