• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
大家还在搜
  • How Delay Lines Work

    new-generation all-silicon delay lines. Both EconOscillators and delay lines use a compensated voltage-controlled delay line (VCDL)

    2009-04-20 15:11

  • 延迟线比较-Delay Lines Comparison

    Abstract: Maxim manufactures several delay lines. This application note compares each programmable

    2009-04-29 09:56

  • 延迟线比较-Delay Lines Comparison

    Abstract: Maxim manufactures several delay lines. This application note compares each programmable

    2009-04-22 10:28

  • STM32F7x0和H7x0超值系列(Value Lines) 微控制器功能介绍

    高端的STM32H750在400MHz时CoreMark测试取得2020分,并在TFT控制器和Chrom-ART加速器内增加了硬件JPEG编码器/解码器,以实现更快的GUI图形处理性能。外设接口包括一个CANFD端口;内置时间触发功能和同类最好的运算放大器的附加CANFD端口;运行速率高达3.6Msample / s 的16位ADC。片上存储器包括 128KB闪存、16KB指令缓存、16KB数据缓存、864KB系统RAM和64kB + 128KB TCM,都具有ECC(纠错码)功能,用于安全执行内部或外部存储器内的代码。

    2018-08-22 11:03

  • PC机串口驱动器12位A / D转换器-PC Serial

    standard serial port. The CS lines and SCLK lines are emulated by the RTS and DTR lines respectively. Conve

    2009-05-08 09:42

  • 考虑设计全硅延迟线

    solid-state and hybrid delay lines. In many cases, solid-state delay lines provide a functional, if not pin-for-pin, replacement fo

    2009-04-22 10:31

  • 延迟线如何工作

    new-generation all-silicon delay lines. Both EconOscillators and delay lines use a compensated voltage-controlled delay line (VCDL)

    2009-04-22 10:36

  • Network Interface and Circuit

    to outgoing telephone lines. Because phone lines can expose circuitry to hazardous overvoltage or overcurrent conditions, protectio

    2009-04-20 09:23

  • DS2151, DS2153 Interfacing to

    Abstract: Interfacing between the Hitachi HD64570 and the DS2151 for T1 lines or the DS2153 for E1 lines. MCSI-0 and MCS-1 are in Bi

    2009-04-20 10:38

  • python窗口文本框怎么限制行数

    换行符切分为列表 lines = text.split( "n" ) # 如果行数超过指定的行数,截取前面指定行数的内容 if len(lines) > 5 :new_text = "n" .join

    2023-11-22 10:32