登录
首页 » Windows开发 » This Application Note describes how to use the ADC on the Jennic JN513x wireless...

This Application Note describes how to use the ADC on the Jennic JN513x wireless...

于 2022-02-16 发布 文件大小:53.88 kB
0 239
下载积分: 2 下载次数: 1

代码说明:

This Application Note describes how to use the ADC on the Jennic JN513x wireless microcontrollers to monitor the power supply voltage. It refers to example software provided for this purpose. -This Application Note describes how to use the ADC on the Jennic JN513x wireless microcontrollers to monitor the power supply voltage. It refers to example software provided for this purpose.

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

发表评论

0 个回复

  • 用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能...
    用VC实现的系统服务启动程序,可修改源码添加需要实现的服务功能-Implemented with the VC system services to start program can modify the source code to add the service function of the need to achieve
    2022-08-18 13:22:58下载
    积分:1
  • This program called (WM_TIMER) ,is designed for time keeping. In this program I...
    这项计划要求( WM_TIMER ) ,是专为时间维持。 在这个项目中我用三( 3 )功能( SetTimer , OnTimer , KillTimer ) ,这些功能都支持该计划的选择-This program called (WM_TIMER) ,is designed for time keeping. In this program I used three (3) functions (SetTimer,OnTimer,KillTimer),these function support the program with option
    2022-02-16 06:45:41下载
    积分:1
  • C++简单实现的类的继承和多态的简单习题,对于多态的理解有比较好的帮助...
    C++简单实现的类的继承和多态的简单习题,对于多态的理解有比较好的帮助-C++ Realize simple class inheritance and polymorphism of simple exercises for the polymorphism have a better understanding to help
    2022-03-03 18:27:25下载
    积分:1
  • 支持复选功能树控件的下拉框
    支持复选功能树控件的下拉框-support of the right of election control function tree drop-box
    2022-03-16 04:26:51下载
    积分:1
  • array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h...
    array.h: 安全数组 linkedlist.h: 普通表 dclinkedlist: 双向循环链表 hashtable.h: 哈希表 binstree.h: 二叉搜索树 avltree.h: AVL 树 如果要存储集合(元素不可重复)并快速查找,最佳的是 binstree.h(二叉搜索树)。 如果要存储二维或更高维的表格,最佳的是 hashtable.h(哈系表)。AVL 树的插入成本非常高(删除函数也没有实现),但 AVL 的搜索效率极高,所以适用于在程序开始前初始化程-NOTE: array.h :secure array,linkedlist.h:common table, dclinkedlist:dual cycle linkedlist, hashtable.h:hash table binstree.h:binary search tree, avltree.h: AVL tree, if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to store two dimensions s or more dimensions s table,best hashtable.h(hash table).the cost of AVL tree s insertion is very high(delete function is not completed),but effiency of AVL tree s search is very high,so it is the same with initialize programme before beginning programme.
    2022-08-16 05:08:19下载
    积分:1
  • COM 连接点
    在 COM 中的典型场景有客户端对象实例化服务器对象,然后再使对这些对象的调用。然而,如果没有特别的机制,将很难为这些服务器对象,转身回来对客户端对象进行调用。COM 连接点提供这个特别的机制,使客户端与服务器之间的双向通信。使用连接点,该服务器可以调用客户端,当某些事件发生在服务器上。与连接点服务器指定的事件,它能够提高通过定义一个接口。已在服务器上引发这些事件时所采取的行动的客户端向服务器注册自己。客户端随后提供由服务器定义的接口实现。有标准的机制,通过该客户端可以注册自己的服务器。COM 为此提供支持和要求的接口。COM 连接点服务器的客户可以写在 c + + 和 C# 中的托管代码。C + + 客户端注册提供接收器接口的实现类的实例。托管客户端注册代表对于个别的事件,从而创造一个单一的接收器,每个事件通知方法。在托管领域中,有两种方法,客户端可以注册本身 — — 这两种方法稍后在本专栏中,我详细介绍。有很少的工作样本,进行事件和在 Web 上的互操作。在本专栏中,我集中精力创建活动模板库 (ATL) 连接点服务器。这涉及到将公开一个 COM 方法,定义将由客户端执行的事件接口和实现提出了来自服务器的事件的代码。我也告诉你一个提供接收器实现的示例 c + + 客户端加上一个示例 C# 客户端和的两种方式,您可以注册,并侦听来自服务器的事件。最后,我谈实现托管的事件接收器的推荐方式。
    2022-11-08 05:15:03下载
    积分:1
  • Window Info
    从光标获取窗口控件信息
    2022-10-27 08:45:03下载
    积分:1
  • 这段代码说明如何在C #使用反射
    This code descirbes how to use the reflection in C#
    2022-05-27 05:03:09下载
    积分:1
  • Wince下自动搜索SD卡的有EXE文件.
    Wince下自动搜索SD卡的有EXE文件.-Wince automatically search SD card are EXE files.
    2022-02-14 03:32:51下载
    积分:1
  • 我注意到有一段时间,在Windows XP中,当你使用浏览器删除..
    I ve noticed for a while that on Windows XP, when you use Explorer to delete a file or directory that is in use by another process, it takes what seems like an eternity before an error message appears telling you the file can t be deleted. During this time, there is no indication that Explorer even noticed the delete command. No hourglass, no nothing. By the time the message box appears, I ve already hit the delete key a few more times in a futile attempt to get Explorer to just do something, already. Either delete the file or tell me you can t...throw me a bone here.
    2022-01-31 01:32:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载