-
FFT_Matlab
本文是一片关于FFT的Matlab仿真分析,很具体,配有大量清晰的仿真图片~~有利于FFT初学者的学习(This article is one of the Matlab simulation on the FFT analysis, very specific, clear配有大量simulation picture ~ ~ is conducive to learning for beginners FFT)
- 2009-01-15 17:06:36下载
- 积分:1
-
music
说明: 传统的MUSIC算法用于声源定位,确定信号源的方向角(Conventional MUSIC algorithm for sound source position to determine the source of the direction angle)
- 2009-08-12 11:07:07下载
- 积分:1
-
Skeet J. - C# in Depth, 3rd Edition - 2013.pdf
Sharp Best Book from Skeet J
- 2018-03-19 15:34:16下载
- 积分:1
-
成为优秀的C++程序员Beginvisualc++2005
通过使用本书,您可成为优秀的C++程序员。Microsoft公司的最新开发系统Visual Studio 2005支持两种截然不同但又紧密相关的C++语言。该系统完全支持原来的ISO/ANSI标准C++,同时还支持名为C++/CLI的新版C++。C++/CLI由Microsoft公司开发,现在是ECMA标准。这两种C++版本互为补充,各自完成不同的任务。ISO/ANSI C++用于开发在本地计算机上运行的高性能应用程序,而C++/CLI专门为.NET Framework开发。本书将讲述使用这两种C++版本开发应用程序的基础知识。
(Through the use of this book, you can become a good C++ Programmers. Microsoft)
- 2020-06-26 02:40:02下载
- 积分:1
-
Cry12864_msp430
1. No line should exceed 80 characters.
2. Use MACROs provided in the MSP430 header file.
- 2011-07-28 09:15:08下载
- 积分:1
-
C# 显示选择的DataGridView单元格行数据
C# 显示选择的DataGridView单元格行数据附实现源码,连接数据库后,单击上部的“显示选择的单元格行”功能,即可显示出该行数据,具体的实现代码如下:
private void toolStripButton1_Click(object sender, EventArgs e)
{//显示选择的单元格行(获取DataGridView控件中选定的单元格行)
Int32 MyCount =customersDataGridView.Rows.GetRowCount(DataGridViewElementStates.Selected);
if (MyCount > 0)
{
System.Text.StringBuilder MyInfo = new System.Text.StringBuilder();
for (int i = 0; i < MyCount; i++)
{
MyInfo.Append("被选择的行号是: ");
MyInfo.Append(customersDataGridView.SelectedRows[i].Index.ToString());
MyInfo.Append(Environment.NewLine);
}
MyInfo.Append("一共选择了: " + MyCount.ToString()+"行。");
MessageBox.Show(MyInfo.ToString(), "信息提示",MessageBoxButtons.OK);
}
}
- 2022-12-31 00:55:04下载
- 积分:1
-
12
说明: 一个按键的多次击键组合判别技巧
有时在设计中,往往要用一个按键来输入多种信息。如:单击/双击/三击、短击/长击、
还有各种组合击键方式。可以用以下程序来做。
如果按键闭合时间判断为一次短击
如果按键闭合时间判断为一次长击(A button multiple keystroke combinations sometimes Discriminant skills in design, often using a button to enter a wide range of information. Such as: click/double/triple-clicking, hit a short/long shot, there are various combinations of keystrokes way. The following procedures can be used to do. If the button closure for a short time to judge the hit to determine if the button closure for a long time to hit)
- 2008-06-22 10:37:45下载
- 积分:1
-
pb01
PB开发者的重点说明,能够很好的介绍给初学者学习PB开发。(PB developers highlights can be a good introduction for beginners learning PB development.)
- 2013-07-29 20:59:48下载
- 积分:1
-
SFP
新唐单片机Mini51系列在SFP光模块应用上的源代码(Nutiny-Mini51 sourcecode for SFP optical Module)
- 2018-08-02 11:42:46下载
- 积分:1
-
jisuanqi
实现加减乘除sqr和abs函数的任意整型和浮点型运算(Addition and subtraction and multiplication and division to achieve abs function sqr arbitrary integer and floating-point operations)
- 2009-06-07 20:57:15下载
- 积分:1