-
fft
fft傅里叶快速变化程序,里面说的很清楚,很使用。(FFT Fourier rapid change program, which made it very clear, is to use.
)
- 2014-05-11 20:59:38下载
- 积分:1
-
新建文件夹 (2)
just to active my account sss
- 2019-03-14 12:29:45下载
- 积分:1
-
shuzishuiyinzongshu
:数字水印将感觉不到的信号嵌入到声频、视频和图像中以实现不同的目的。例如: 添加标题和版权保护。首先介绍
了有关数字水印的基本原理、重要属性及其主体框架。然后,将数字水印按不同角度划分为不同种类。讨论了各种各样的数
字水印算法以及数字水印在不同领域的应用,并简要介绍了对数字水印的攻击。最后,给出了数字水印当前的研究现状和发
展形式及前景。(: Digital watermark embedding imperceptible signals to the audio, video and images to achieve different purposes. Example: Add a title and copyright protection. Firstly, the basic principle about digital watermarking, and the main framework of the important attributes. Then, the digital watermark according to different angles into different types. Discussed a wide range of digital watermarking algorithms and digital watermarking applications in different fields, and a brief introduction of the digital watermarking attacks. Finally, the digital watermark of the current situation and development in the form of research and prospects.)
- 2015-03-18 16:12:36下载
- 积分:1
-
STC8系列中文资料
stc8系列单片机中文资料,含有STC8系列各种单片机的基本介绍。(STC8 series of Chinese data, including STC8 series of the basic introduction of a variety of singlechip.)
- 2018-02-07 20:37:43下载
- 积分:1
-
all codes
说明: flood fill and boundary fill
- 2020-06-22 13:40:02下载
- 积分:1
-
stemwin-tutorials-Chapter-44
安富莱电子推出emwin教程,共60期。论坛:http://bbs.armfly.com/本期教程讲解STemWin支持的框架窗口控件。(Armfly Electronics launched emwin tutorials, a total of 60. Forum:
http: //bbs.armfly.com/
)
- 2015-05-12 14:26:18下载
- 积分:1
-
3dterrainDEMO
说明: 3d 地形渲染DEMO lod
采用lod技术 多层渲染(3d terrain rendering using DEMO lod multi-lod rendering technology)
- 2009-08-01 22:30:54下载
- 积分:1
-
屏幕函数-国赛
.提供一般的题目选择和控制相关功能函数的运行。
.支持在屏幕上直接调参,对参数具有断电保护,锁定保护的功能。
.未加入ucos操作系统(近年来电赛中还没有必要用到操作系统)
.此文件针对stm32f103zet6开发板,提供底层的屏幕显示和操作控制功能,具体比赛要求的功能应自行写成单独的模块加入此文件中即可运行。(1. provides general topic selection and control of the function of the function.
2. supports the direct parameter adjustment on the screen, the power failure protection for the parameters and the function of locking the protection.
3. not added to the UCOS operating system (there is no need to use the operating system in recent caller calls)
4., this document provides the bottom screen display and operation control function for the stm32f103zet6 development board, and the function of specific match request should be written into a separate module by itself.)
- 2017-12-20 19:15:07下载
- 积分:1
-
0321992784
c++ builder programming languge
- 2018-09-09 20:32:18下载
- 积分:1
-
DSP经典例子
interrupt void cpu_timer0_isr(void)
{
CpuTimer0.InterruptCount++;
GpioDataRegs.GPATOGGLE.bit.GPIO4 = 1; // Toggle GPIO0 once per 500 milliseconds
GpioDataRegs.GPATOGGLE.bit.GPIO5 = 1; // Toggle GPIO1 once per 500 milliseconds
GpioDataRegs.GPATOGGLE.bit.GPIO6 = 1; // Toggle GPIO2 once per 500 milliseconds
GpioDataRegs.GPATOGGLE.bit.GPIO7 = 1; // Toggle GPIO3 once per 500 milliseconds
// Acknowledge this interrupt to receive more interrupts from group 1
PieCtrlRegs.PIEACK.all = PIEACK_GROUP1;
}
- 2022-02-27 08:05:40下载
- 积分:1