-
stm32f0-chip-unique-ID
本文件实现的功能是获取stm32f0芯片的唯一ID,并通过串口打印。(Get stm32f0 chip unique ID, and print through the serial port)
- 2017-04-26 10:23:35下载
- 积分:1
-
example4_5
分析双极性不归零码的功率谱特性请输入随机序列的长度N= (ubplot(312)
plot(f,lpf)
title( 低通滤波器 )
axis([-fs/2 fs/2-0.2 1.2])
subplot(313)
plot(f,abs(yr_lpf)/N)
title( 经低通滤波后的频谱 )
xlabel( f /Hz ) )
- 2010-05-25 20:56:23下载
- 积分:1
-
OBJLoader
利用OpenGL实现obj格式模型文件的读取和显示。(Using OpenGL to read and display obj format model file.)
- 2016-01-18 12:10:43下载
- 积分:1
-
qt 实现的故障树
qt 实现的故障树 void FaultTree::calcPosition(){ int maxLayer = 0; //获取最大层数 for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() > maxLayer) maxLayer = m_list.at(index)->layer(); } //计算最大宽度 int maxWidth = 0, count; for (int layer = 1; layer < maxLayer+1; ++layer) { count = 0; for (int index = 0; index < m_list.size(); ++index) { if (m_list.at(index)->layer() == layer) count++; } if (count > m
- 2022-08-26 04:01:10下载
- 积分:1
-
serial_test
C#下编写wince6.0的串口通信示例代码(To write the wince6.0 serial communication example code in C#)
- 2012-10-31 16:18:23下载
- 积分:1
-
C# IrisSkin2.dll实现漂亮的窗口 并显示加载的Loading动画
C# IrisSkin2.dll实现漂亮的窗口 并显示加载的Loading动画 ,读取数据的时候显示Loading,制作一个窗体的操作等待功能,用来演示Loading效果的窗口也是相当漂亮哦,不过这个窗口的实现是使用了一个第三方的组件: IrisSkin2.dll,使用时请确保在Debug目录下。使用了WaitingBox插件。
窗口中的按钮风格圆滑,单击后会出现Loading动画效果,窗口中同时显示"正在处理数据,请稍后...";如示例图所示的效果。
- 2022-02-26 00:39:03下载
- 积分:1
-
osgRecipes-master
osg cookbook 中的源代码,里面有OSG和CG的结合,OSG和CEGUI的结合,OSG与QT的结合以及PHYSX的结合。(the source code of OSGCOOKBOOK,include integration of OSG and CG,CEGUI,QT and physx)
- 2013-09-07 21:30:32下载
- 积分:1
-
fft
一个短时傅里叶变换的C语言实现,对3万个数据进行加窗、FFT处理(A short time Fourier transform of C language, for 30,000 data windowing, FFT processing)
- 2020-08-15 18:58:26下载
- 积分:1
-
canny
对静态图像应用canny算法提取边缘特征(The edge feature is extracted by canny algorithm of static image)
- 2017-12-11 10:53:47下载
- 积分:1
-
lianliankan
简单的用ege实现的连连看,有音乐播放功能(Simple ege implementation of the again and again, there is music player function)
- 2020-08-23 14:07:52下载
- 积分:1