-
移动飞信完美版C源代码 可以学习一下 希望能有所帮助
移动飞信完美版C源代码 可以学习一下 希望能有所帮助-Fetion perfect version of the C source code can be helpful to learn about hope to
- 2022-03-23 13:02:56下载
- 积分:1
-
串口收发程序
fafasdfasfasfasdfasfasfas
fsdafasfasdgfdhfdghgdfjhdfghdgf
hdfghfdghfdghdfghdfghdfg// DlgSend.cpp : implementation file
// Download by http://www.codefans.net
#include "stdafx.h"
#include "SCC.h"
#include "DlgSend.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CDlgSend dialog
CDlgSend::CDlgSend(CWnd* pParent /*=NULL*/)
: CDialog(CDlgSend::IDD, pParent)
{
//{{AFX_DATA_INIT(CDlgSend)
m_nCycMode = 0;
m_nCycSel = 0;
m_unTime = 1000;
m_unLine = 1;
m_unStart = 1;
m_unEnd = 2;
m_unTrigger = 0;
//}}AFX_DATA_INIT
}
void CDlgSend::DoDataEx
- 2022-03-05 20:00:41下载
- 积分:1
-
mimo toolbox pdf reference. this file wish you so goo work!
mimo toolbox pdf reference. this file wish you so goo work!
- 2023-02-05 02:25:03下载
- 积分:1
-
卷积及其快速算法的C + + 实现
* 此程序是免费软件 ;你可以将它重新分发和/或修改它
* 所发表的 GNU 通用公共许可的条款下
* 自由软件基金会,版本 2 或任何更高版本。
*
* 重新分发和使用在源代码和二进制形式,或不
* 修改,允许只要符合以下条件:
*
* 1。重新分发源代码必须保留上述版权通知,
* 此列表的条件和以下免责声明。
*
* 2.以二进制形式再分发必须复制上述版权
* 请注意,此列表中的条件和以下免责声明
* 文件和/或随该分发提供的其他材料。
*
* 发布此程序的目的是希望它有用,但不是
* 任何担保 ; 没有甚至的适销性或适用性的默示保证或
* 特定目的。请参阅 GNU 通用公共许可证
* 更多详细信息。GNU 通用公共许可证的副本是可用在:
* http://www.fsf.org/licensing/licenses
* /
/ * * *
* convolution.h
*
* 线性卷积和多项式乘法。
*
* 卷积例程"conv"实现由它的定义在时间
* 域。如果要将复杂的序列很长,则应使用
* 快速卷积算法"fastConv",在频率中实现
* 域由遛 FFT。
*
* * * /
#ifndef CONVOLUTION_H
#define CONVOLUTION_H
#include < vector.h >
#include < fft.h >
#include < utilities.h >
- 2022-03-03 15:30:10下载
- 积分:1
-
详细介绍了 当前流行的openet软件的应用 t通过学习 可以对无线协议进行仿真...
详细介绍了 当前流行的openet软件的应用 t通过学习 可以对无线协议进行仿真 -Detailed introduction of the current popular software applications Openet t Through the study of wireless protocols can be simulated
- 2022-05-10 15:10:39下载
- 积分:1
-
Introduction To Mobile Telephone Systems: 1G, 2G, 2.5G, and 3G Wireless Technolo...
Introduction To Mobile Telephone Systems: 1G, 2G, 2.5G, and 3G Wireless Technologies and Services
- 2022-05-19 19:02:47下载
- 积分:1
-
C# NamePipe通信
以前收集到的一个NamePipe通信库,包含Client, Server端的调用范例,希望对研究这方面的人有些帮助。
- 2022-07-06 18:35:10下载
- 积分:1
-
应用sbs3200板卡的一个c程序工程,是一个经典的应用
应用sbs3200板卡的一个c程序工程,是一个经典的应用-Sbs3200 board application process works, a c, is a classic application
- 2022-09-22 01:15:03下载
- 积分:1
-
操作系统有所耳闻,它是微软已推出的三种操作系统内核之一,是一种实时操作系统。虽然它是一种实时操作系统,但是从96年发布v1.0到现在,它的主要用途都在民用领域,...
操作系统有所耳闻,它是微软已推出的三种操作系统内核之一,是一种实时操作系统。虽然它是一种实时操作系统,但是从96年发布v1.0到现在,它的主要用途都在民用领域,比如Pocket
PC、SmartPhone、Automation。不像VxWorks,应用于航空航天、军事等领域。现在linux、VxWorks厂商也都看好嵌入式民用市场,激烈竞争在所难免。我看好Windows
CE,因为微软在PC领域实在太强,用户也早已熟悉了微软的产品,把PC下的技术移植到嵌入式领域,首先在操作界面方面就占了上风。
-operating systems have heard, it is Microsoft has launched three of the operating system kernel, is a real-time operating system. Although it is a real-time operating system, but from the 96 released v1.0 now, which are mainly used in civilian areas, such as Pocket PC, SmartPhone, Automation. Like VxWorks, used in aerospace, military and other fields. Now Linux, VxWorks manufacturers are optimistic about embedded civilian market, fierce competition is inevitable. I like Windows CE, Microsoft in the PC field is too strong, users are already familiar with Microsoft products, the PC technology into the embedded field in the first operation on the interface prevailed.
- 2022-06-12 05:26:50下载
- 积分:1
-
example of detecting ras
一个检测RAS的例子-example of detecting ras
- 2022-03-15 08:40:21下载
- 积分:1