-
This test_tonegen example application consists of both DSP and VM software to im...
This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore. -This test_tonegen example application consists of both DSP and VM software to implement a tone generator using the Kalimba DSP. The tones are controlled by AT-commands sent by an off-chip host.
Note: No Bluetooth functionality is required or invoked in this example.
A terminal emulator application e.g. Windows HyperTerminal can be used to send AT commands and receive the responses from the VM application running on the BlueCore.
- 2022-02-01 04:09:40下载
- 积分:1
-
C++填充源程序,有助于对图形学初期学习的人!
C++填充源程序,有助于对图形学初期学习的人!-C++ fill scoure code!
- 2022-01-25 16:58:28下载
- 积分:1
-
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保...
本程序设计分为服务器应用程序及客户机应用程序部分,采用Socket套接字库网络编程。(UDP)和(TCP/IP)相结合的连接方式,及解决了数据传输的时效性又能保证数据在传输的过程中不会丢失。另外程序采用多个线程来避免程序阻塞。具体设计思路及部分代码如下:
程序设计目的:首先就是完成课设任务啦(大二课设内容)其他目的:
1:练习使用套接字进行网络编程。
2:练习使用自定义消息。
3:练习多线程方面的编程思想。
4:练习使用各种控件。
-This procedure is divided into server application design and part of the client application using Socket socket network programming library. (UDP) and (TCP/IP) connection method of combining, and resolved the timeliness of data transmission but also ensures that the process of data transmission will not be lost. Other procedures to avoid the use of multiple threads blocking procedures. Specific design ideas and some code as follows: program design purposes: first mission is set up you finish class (sophomore class for the content of) other purposes: 1: Practice using the socket network programming. 2: Practice the use of custom message. 3: practice aspects of multi-threaded programming idea. 4: Practice using a variety of controls.
- 2022-03-23 04:56:54下载
- 积分:1
-
显示软件的阿什维尼雷达
typedef 结构 _Timestamp
{
无符号短时间 ;
无符号短分钟 ;
无符号短秒 ;
无符号的短毫秒为单位) ;
} S_Timestamp ;
typedef 结构 _PrimaryReports
{
无符号短 messageHeader ;//33031
无符号短 rangeSpread ;
无符号短 azimuthSpread ;
无符号短 filterNumber ;
浮动范围 ;
浮法方位 ;
浮法高程 ;
浮法 multipleElevation [3] ;
浮法强度 ;
} S_PrimaryReport ;
typedef 结构 _PrimaryReportsPerCpi
{
无符号短 messageHeader ;/ / 34952
无符号短 numberOfReports ;
无符号短 cpiNumber ;
无符号的短保留 ;
//float 纬度 ;
//float 经度 ;
S_Timestamp 时间戳 ;
S_PrimaryReport primaryReports [MAX_PRIMARY_REPORTS_PER_CPI] ;
} S_PrimaryReportsPerCpi ;
DetectionDataInterface.MultiCastInit("225.0.0.1",44902) ;
- 2023-05-06 06:10:02下载
- 积分:1
-
source MD5 Algorithm
MD5算法源程序-source MD5 Algorithm
- 2022-03-24 20:07:39下载
- 积分:1
-
这是一篇博士论文,主要描述Web挖掘中涉及对一些经典问题的看法,是写得比较细的论文.
这是一篇博士论文,主要描述Web挖掘中涉及对一些经典问题的看法,是写得比较细的论文.-This is a doctoral thesis, the main description of Web mining involves a number of classic issues, is written in relatively thin paper.
- 2022-07-26 12:21:07下载
- 积分:1
-
haha!it s lunar calendar s small pragrame,please give directions.if there is err...
哈哈,农历小程序,大家多指教。如有错误请指出-haha!it s lunar calendar s small pragrame,please give directions.if there is error in it,please point it out
- 2022-07-08 18:38:49下载
- 积分:1
-
email的发送 简单有注释
email的发送 简单有注释,运用smtp邮件发送类的特点发送,附有附件发送功能 很适合初学者借阅
- 2023-03-09 08:45:03下载
- 积分:1
-
计算器小程序,应该很容易再次开发,很值得看一看。
计算器小程序,应该很容易再次开发,很值得看一看。-Calculator applet, it should be very easy to develop once again, it is worth looking at.
- 2022-01-25 18:23:13下载
- 积分:1
-
获取cpu信息
获取CPU使用率, 内存分页 ,未分页
struct MIB_ENTRY
{
AsnObjectIdentifier asnOid;
void * pStorageValue;
CHAR * szStorageName;
BYTE chType;
UINT unAccess;
MIB_ENTRY* pMibNext;
};
- 2022-01-25 15:18:48下载
- 积分:1