搜索:Times

找到约 197 项符合「Times」的查询结果

结果 197
https://www.eeworm.com/dl/898291.html 技术资料

基于嵌入式单片机的模数转换精度提高技术及算法

运用嵌入式单片机的内置模数转换(ADC)进行模数转换时,为了提高其转换精度或分辩率,提出了通过多级切换ADC参考电压的方法,研究设计了实现模数转换分辨率成倍提高的处理电路,分析和推导了其实现过程和算法,理论上实现转换精度提高n倍,并以嵌入式单片机PIC18F45K80的内部模数转换模块为操作对象,以提高转 ...
下载 4
·
查看 2003
https://www.eeworm.com/dl/502/31628.html 单片机编程

单片机控制交通灯程序及设计

近年来随着科技的飞速发展,单片机的应用正在不断深入,同时带动传统控制检测技术日益更新。在实时检测和自动控制的单片机应用系统中,单片机往往作为一个核心部件来使用,仅单片机方面知识是不够的,还应根据具体硬件结构软硬件结合,加以完善。 十字路口车辆穿梭,行人熙攘,车行车道,人行人道,有 ...
下载 134
·
查看 1071
https://www.eeworm.com/dl/571/21345.html 模拟电子

二极管导通开关稳压器引发的故障时间

  Most circuit designers are familiar with diode dynamiccharacteristics such as charge storage, voltage dependentcapacitance and reverse recovery time. Less commonlyacknowledged and manufacturer specifi ed is diode forwardturn-on time. This parameter describes the timere ...
下载 147
·
查看 1089
https://www.eeworm.com/dl/505/24270.html 电源技术

简单、高效USB电源管理IC解决方案

  Linear Technology offers a variety of devices that simplifyconverting power from a USB cable, but the LTC®3455represents the highest level of functional integration yet. The LTC3455 seamlessly manages power flowbetween an AC adapter, USB cable and Li-ion battery,wh ...
下载 31
·
查看 1051
https://www.eeworm.com/dl/505/24331.html 电源技术

DN465 超低功耗升压转换器

  Industrial remote monitoring systems and keep-alivecircuits spend most of their time in standby mode. Manyof these systems also depend on battery power, so powersupply effi ciency in standby state is very important tomaximize battery life. The LT®8410/-1 high effi ...
下载 92
·
查看 1072
https://www.eeworm.com/dl/566/35776.html 嵌入式综合

基于VxWorks的汉字输入法实现

论述了汉字显示的基本原理,基于OpenGL提出了在VxWorks嵌入式系统中汉字输入及显示的实现方案,并以16×16点阵字库为例,给出了关键程序设计。通过该输入法的输入及显示,结果表明,OpenGL提供了一种直观的编程环境,以及一系图形变换和外部设备访问函数,使开发者可以方便地访问鼠标、键盘等外设,简化 ...
下载 114
·
查看 1109
https://www.eeworm.com/dl/kbcluoji/40189.html 可编程逻辑

PCI-PCI桥在线读写EEPROM的技巧

  PCI-PCI 桥启动时,一般需要从EEPROM 预读取配置数据。更改EEPROM中的数据一般需要专用的烧结器,这给调试过程带来不便。尤其是采用表贴封装的EEPROM。本文以Intel 公司的Dec21554PCI-PCI 桥为例,介绍一种在线读写EEPROM 的方法。EEPROM选用的是ATMEL 公司生产的AT93LC66,4Kbit,按512&ti ...
下载 101
·
查看 1134
https://www.eeworm.com/dl/654/155653.html 数据结构

解决时钟问题

解决时钟问题,acm竞赛题 A weird clock marked from 0 to 59 has only a minute hand. It won t move until a special coin is thrown into its box. There are different kinds of coins as your options. However once you make your choice, you cannot use any other kind. There are infinite nu ...
下载 163
·
查看 1055
https://www.eeworm.com/dl/520134.html 源码

成绩查询系统

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   { &n ...
查看 84
https://www.eeworm.com/dl/520138.html 源码

学生成绩guanli

#include<stdio.h> #include<string.h> #include<stdlib.h> #define N 100 int iNumOfStu=0; struct score   {   float math;   float english;   float computer;   }; struct student   { &n ...
查看 85