登录
首页 » 软件系统 » 用于Silabs si470x家庭FM无线电接收机的文档。

用于Silabs si470x家庭FM无线电接收机的文档。

于 2022-03-22 发布 文件大小:8.10 MB
0 187
下载积分: 2 下载次数: 1

代码说明:

Documentation for Silabs Si470x family FM Radio Receivers.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 国内著名ns2论坛――网络论坛制作的ns2概要介绍ppt转成的pdf,不容错过哦...
    国内著名ns2论坛――网络论坛制作的ns2概要介绍ppt转成的pdf,不容错过哦-Domestic well-known ns2 Forum- Forum produced ns2 network overview ppt into the pdf, not to be missed, oh
    2023-07-11 00:45:04下载
    积分:1
  • 基于armsys2440开发应用程序(evc&vs2005).
    基于armsys2440开发应用程序(evc&vs2005).-Armsys2440 developing applications based on the (evc
    2023-08-12 16:10:03下载
    积分:1
  • 四朋友的团队
    请为项目我,我需要的软件绘制形状,如正方形,矩形和圆形,钢笔图形用户界面
    2022-06-26 02:25:18下载
    积分:1
  • 美国人写的matlab教材,非常好,简单易懂
    美国人写的matlab教材,非常好,简单易懂-Americans matlab written materials, very good, easy to understand
    2022-10-31 06:15:04下载
    积分:1
  • ebook for learning intel8085 microprocessor architecture
    ebook for learning intel8085 microprocessor architecture
    2023-04-21 03:15:02下载
    积分:1
  • html
    物业管理系统全套html模板ddd ddd ddd ddd ddd ddd ddd ddd ddd -html
    2022-02-04 01:01:41下载
    积分:1
  • Welcome to "PLC serial communications debugging" This software mainly used f...
    欢迎使用“PLC串口通信调试” 本软件主要用于PLC(或单片机)与计算机的串口通信调试。软件根据目前PLC常用的多种串行通信协议的特点设计,数据的输入、组织和显示方式灵活多样,便于使用和观察调试。 在编制计算机与PLC的串口通信程序时,由于计算机和可编程设备双方均需编制通信程序,调试时往往不知道是哪一方的程序出了问题。可以使用本软件调试PLC一侧的程序,调试正确后再调试计算机侧的程序。本软件为PLC串口通信程序的调试提供了便利。-Welcome to "PLC serial communications debugging" This software mainly used for PLC (or single-chip) and the computer s serial communication debugging. According to the current PLC software for a variety of common characteristics of serial communication protocol design, data input, organize, and display flexible, easy-to-use debugging and observation. In the preparation of the computer s serial communication with the PLC program, computers and programmable devices as a result of both procedures require the preparation of communication, debugging often do not know which side the procedure is a problem. Can use the software side of the PLC program debugging, testing the right side after the debugging of computer procedures. The software for the PLC seria
    2022-08-13 18:47:23下载
    积分:1
  • 编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数...
    编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买 / 卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买 / 卖 ) 3. 委托撤消: 输入:要撤消的委托号。 输出:若成功,显示该委托信息,其中委托包括数据项:委托序号、股票编码、价格、数量、 B/S (买 / 卖 ) ;否则显示“ not found ”失败信息。 委托输入格式 : 1 股票编码 价格 数量 买卖 查询输入格式 : 2 股票编码 委托撤销 : .3 委托号 退出: 0 如: 1 0038 20 1000 b orderid: 0001 1 0278 18 2000 s orderid: 0002 1 0003 8 5000 b orderid: 0003 -编写一模拟股票交易的程序,该程序有以下几个功能: 1. 委托申请: 输入:每个委托包括四个数据项,股票编码( 4 位数字)、价格(浮点数)、数量(整数)、买/卖( B/S ) 输出: a. 程序为每个委托产生一个唯一的序号( 04d ),该序号从 1 开始; b. 每笔成交包括:成交价格( 6.1f )、成交量( 4d )、买委托序号( 04d )、卖委托序号( 04d )。 2. 查询未成交的委托: 输入:股票编码 输出:按撮合队列中委托的顺序,分别输出该股票未成交的委托,每个输出的委托包括:委托序号( 04d )、 股票编码 ( 04d ) 、 价格( 6.1f )、数量( 4d )、 B/S (买/卖 )
    2022-03-16 00:17:05下载
    积分:1
  • SAMPLE CRC CALCULATIONS This document contains ‘C’ language coding examples th...
    SAMPLE CRC CALCULATIONS This document contains ‘C’ language coding examples that illustrate how to compute the DNP3 CRC.-SAMPLE CRC CALCULATIONS This document contains ‘C’ language coding examples that illustrate how to compute the DNP3 CRC.
    2022-03-14 23:06:13下载
    积分:1
  • pclint手册,对于初学都非常有使用参考价值。
    pclint手册,对于初学都非常有使用参考价值。-pclint manual are for the beginner to use reference value.
    2022-03-06 10:42:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载