-
利用DFT的卷积性质求两个复序列的线性卷积。
利用DFT的卷积性质求两个复序列的线性卷积。-DFT using the convolution nature for two complex sequence of linear convolution.
- 2022-01-25 18:19:19下载
- 积分:1
-
VC++发送带附件邮件程序
VC++发送带附件邮件程序,使用base64编码,能够实现收发自如,资源消耗小,可以传输文字,图片,附件,
接口已经全部封装好,使用非常方便,欢迎大家参考
- 2022-01-30 11:48:12下载
- 积分:1
-
在公式描述GPS定位是在台北写的,杰夫,我建议…
关于GPS定位方程式的讲述,是台北的Jeff写的,我把它编程了文档,发给大家,一起拿来学习。-GPS positioning on the formula described is written in Taipei, Jeff, and I recommend it programmers the document, distributed to you, used to study together.
- 2022-10-24 22:00:03下载
- 积分:1
-
这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。
测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用...
这是XMODEM传输协议原代码,测试只能证明错误的存在,而不能表明程序中没有错误。
测试的两个作用是:确定程序中缺陷的存在;有助于判断该程序在实际上是否可用。
软件测试最困难的问题之一是知道何时停止测试(When to stop testing? )
自己测试自己的程序是不可能的。
当一个软件被测出的缺陷数目增加时,更多的未被发现的缺陷存在的概率也随之增加。
-This XMODEM transfer protocol source code, the test can only be proved wrong there and not show anything wrong procedure. The two test role is : procedures for determining the existence of defects; Contribute to the judge whether the procedure can be used in practice. Software testing the most difficult one of the problems is to know when to stop testing (When to stop testing) testing their own procedures is not possible. When a software detected the increase in the number of defects, more undiscovered flaws in the probability has increased.
- 2022-03-10 02:22:42下载
- 积分:1
-
上位机软件动态获取计算机COM口
应用背景
通过MFC6.0生成一个单文档程序,然后新建一个对话框并生成一个新类;在对话框中添加两个组合框控件。在生成的新类上右击增加windows消息WM_INITDIALOG生成处理函数,函数内容见“关键技术描述”。函数体中的index和baud均为int型,可设为全局变量。
关键技术BOOL CComDlg::OnInitDialog()
{
CDialog::OnInitDialog();
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("4800");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("9600");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("38400");
((CComboBox *)GetDlgItem(IDC_COMBO2))->AddString("115200");
((CComboBox *)GetDlgItem(IDC_COMBO2))->SetCurSel(0+baud);
long lReg;
HKEY hKey;
DWORD MaxValueLength;
- 2022-03-14 01:15:16下载
- 积分:1
-
The Techniques and an Efficient PAPR Reduc ed Method of OFDM Systems
The Techniques and an Efficient PAPR Reduced Method of OFDM Systems-The Techniques and an Efficient PAPR Reduc ed Method of OFDM Systems
- 2023-08-01 14:15:03下载
- 积分:1
-
这个文档详细讲解了在单片机上实现控制GSM模块的格式,对于开发远程通信系统的人员很有用...
这个文档详细讲解了在单片机上实现控制GSM模块的格式,对于开发远程通信系统的人员很有用-This document gave a detailed account in single-chip GSM module to achieve control over the format of the remote communication system for the development of personnel is useful
- 2022-04-07 10:20:48下载
- 积分:1
-
很不错的通讯录,大家看一下吧!是用VB+ACCESS做成的
很不错的通讯录,大家看一下吧!是用VB+ACCESS做成的-very good contacts, we look at! VB is caused by ACCESS
- 2022-11-20 14:35:03下载
- 积分:1
-
a shaker on the numerical control (NCO) files, Matlab Simulink can be opened.
一个关于摇床的数控(NCO)文件,Matlab Simulink可以打开。
- 2022-08-06 19:36:19下载
- 积分:1
-
对AODV协议的流程进行了详细的描述文件…
一个对AODV协议流程进行详细说明的文档,对深入学习AODV协议有很好的帮助
- 2022-03-17 00:28:33下载
- 积分:1