登录
首页 » SCM » Step Wireless Measurement Instrument

Step Wireless Measurement Instrument

于 2022-03-10 发布 文件大小:11.27 kB
0 170
下载积分: 2 下载次数: 1

代码说明:

步进式无线测量仪

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

发表评论

0 个回复

  • Version : 1.0 Target : devised procedures Description : The program uses 89 X51...
    版本:1.0 Target:89S51 程序描述:这个程序利用89X51连接绘图型LCD,然后显示出:-Version : 1.0 Target : devised procedures Description : The program uses 89 X51 graphics link-LCD, then showed :
    2022-10-18 00:40:03下载
    积分:1
  • 接上级主管部门通知,为了保障奥运会的网络信息安全,净化网络环境,促进互联网信息服务健康有序发展,从即日起至2008年9月20日,我司将对所有接入的网站进行网络信...
    接上级主管部门通知,为了保障奥运会的网络信息安全,净化网络环境,促进互联网信息服务健康有序发展,从即日起至2008年9月20日,我司将对所有接入的网站进行网络信息安全的彻底排查。-Then the competent authorities to inform their superiors, in order to protect the Olympic Games in network information security, clean up the network environment and the promotion of the Internet Information Service healthy and orderly development, and from now until September 20, 2008, I will have all access to the Division
    2022-05-22 17:55:19下载
    积分:1
  • rp89comdd mcs51单片机源码一堆
    rp89comdd mcs51单片机源码一堆-rp89comdd mcs51 SCM source heap
    2022-06-16 02:57:18下载
    积分:1
  • North Korea as the "single
    尽量朝“单片”方向设计硬件系统。系统器件越多,器件之间相互干扰也越强,功耗也增大,也不可避免地降低了系统的稳定性。随着单片机片内集成的功能越来越强,真正的片上系统SoC已经可以实现,如ST公司新近推出的μPSD32××系列产品在一块芯片上集成了80C32核、大容量FLASH存储器、SRAM、A/D、I/O、两个串口、看门狗、上电复位电路等等。 -North Korea as the "single-chip" design direction of the hardware system. System devices more mutual interference between devices are more strong, power consumption is increased, it will inevitably reduce system stability. With MCU with on-chip integration of more powerful, the real system-on-chip SoC can achieve, such as ST"s new PSD32 x x in a series chip integrates exertion nuclear, large-capacity flash memory, SRAM, A/D, I/O, 2 serial port, watchdog, the power-on reset circuit and so on.
    2022-06-27 18:40:57下载
    积分:1
  • void InitGoertzel(void) 作用:初始化算法参数 用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter(...
    void InitGoertzel(void) 作用:初始化算法参数 用法:采用算法进行检测前执行一次,如果需要改变参数,调用SetParameter() float CGoertzel::GetMagnitude(unsigned char * sampleData, int length) //算法主接口 作用:对采集下来的音频数据用算法处理,返回一个结果 参数:sampleData-音频数据缓冲地址指针; length-缓冲区尺寸(音频数据数量),字节数; 返回值:返回算法结果。 void SetParameter(DWORD set_SampleRate, DWORD set_TargetFreq, DWORD set_BlockSize) 作用:设置算法参数; 参数:set_SampleRate-音频数据抽样速率; set_TargetFreq-目标信号频率; set_BlockSize-算法数据块尺寸(采样点); 用法:调用本函数后,需要调用一次InitGoertzel(void)才会生效-void InitGoertzel (void) function: initialization algorithm parameters Usage: The algorithm performs a pre-test, if the need to change the parameters, calling SetParameter () float CGoertzel:: GetMagnitude (unsigned char* sampleData, int length)// Algorithm for the main interface role: to collect audio data from the treatment algorithm to return a result parameter: sampleData-audio data buffer address pointer length-buffer size (the number of audio data), number of bytes return value: the return of
    2023-03-11 13:30:04下载
    积分:1
  • 这是一个msp430单片机与上位机通信的程序,是用IAR编程环境开发的,是C语言代码,非常好用...
    这是一个msp430单片机与上位机通信的程序,是用IAR编程环境开发的,是C语言代码,非常好用-This is a MSP430 MCU and host computer communication procedure is the use of IAR development programming environment is C language code, very easy to use
    2022-01-27 15:26:54下载
    积分:1
  • 使用protel99软件编辑的原理电路图,希望对各位有助于电路图的学习和开发...
    使用protel99软件编辑的原理电路图,希望对各位有助于电路图的学习和开发-The use of the principle of circuit protel99 software editor, in the hope you will help the study and development of circuit
    2022-07-14 06:56:21下载
    积分:1
  • C51KEY
    用C51编[写的按键运用程序,已在产品中运用-C51KEY
    2022-04-11 02:24:31下载
    积分:1
  • 适用于51单片机的万年历算法.rar
    适用于51单片机的万年历算法.rar-applied to the MCU 51 calendar algorithm. Rar
    2022-05-26 12:46:24下载
    积分:1
  • 实现公历与农历的转换一般采用查表法按日查表是速度最快的方法但51 单片机寻址能力有限不可能采用 按日查表的方法除按日查外我们可以通过按月查表和按年查表的方法...
    实现公历与农历的转换一般采用查表法按日查表是速度最快的方法但51 单片机寻址能力有限不可能采用 按日查表的方法除按日查外我们可以通过按月查表和按年查表的方法再通过适当的计算来确定公历日所对应的 农历日期本文采用的是按年查表法最大限度地减少表格所占的程序空间-Limited can not be used In addition to a daily look-up table method of daily things that we can search through monthly and annual look-up table look-up table method and through the appropriate calculations to determine the calendar day corresponding to the Lunar date of this paper is the annual table look-up table method to minimize the space occupied by program
    2022-06-25 23:43:08下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载