资源列表

« 1 2 ... .38 .39 .40 .41 .42 33543.44 .45 .46 .47 .48 ... 33928 »

[单片机(51,AVR,MSP430等)单片机程序

说明:包含6个实验程序和一个例题程序; 1:编程实现,在一个数码管上静态方式循环显示数字0~F。 2:编程实现,在4个数码管上利用动态方式显示数字0123。 3:利用一个按键控制小灯的亮灭,每按一次键,小灯状态改变一次。 4:独立式键盘扫描实现,利用由4个按键组成的独立式键盘控制4个LED灯,当某按键按下时,对应的LED灯点亮。 5:使用MSP430单片机控制发光二极管模拟流水灯的显示。将发光二极管LED1~LED8依次点亮、熄灭,8只LED
<李云龙777> 在 2025-06-27 上传 | 大小:1.07mb | 下载:0

[单片机(51,AVR,MSP430等)stc15xx-sch-pcb-library10.26

说明:很全的单片机库,还有一些经典的元器件库,请好好使用,赶紧下载(http://pan.baidu.com/s/1nvobwwD)
<hammer.> 在 2025-06-27 上传 | 大小:133kb | 下载:0

[单片机(51,AVR,MSP430等)6-15

说明:实现多功能传感器测量 上传 多路AD转换 51系列单片机处理器 欢迎指正。(Realization of multifunction sensor measurement uploading)
<天一天> 在 2025-06-27 上传 | 大小:110kb | 下载:0

[嵌入式/单片机编程QDQ

说明:他的基本功能是,在四组参赛的情况下,首先抢答的发出抢答信号,此时其它抢答电路失去控制作用,在优先抢答的要在固定时间进行答题,否则直接扣一分(His basic function is, in the four groups of the competition, the first answer to answer the answer signal, at this time the other answer circuit lost control, in the priority to a
<S空梦> 在 2025-06-27 上传 | 大小:1.68mb | 下载:0

[嵌入式/单片机编程DS18B20

说明:DS18B20温控芯片的接线图和C程序DS18B20 temperature control chip wiring diagram and C program(DS18B20 temperature control chip wiring diagram and C program)
<chenwg> 在 2025-06-27 上传 | 大小:10kb | 下载:0

[硬件设计19_ADC10_Temperature

说明:ADC10温度,可以用于MSP430单片机采集内部温度的程序(ADC10temperature which can used to collect the temparature of the MSP430)
<摩尼06> 在 2025-06-27 上传 | 大小:84kb | 下载:0

[单片机(51,AVR,MSP430等)6_PWM_LED

说明:Launchpad G2553开发板上P1.3接了一个按键,P1.6各接了1个绿光LED(用跳线帽连接)。 * 功能描述:按键按下的瞬间,LED亮度变化。需调用TA_PWM库函数。(P1.3 on Launchpad G2553 development board received a key, and P1.6 received 1 green light LED (connected by jumper cap). * function descr iption: L
<摩尼06> 在 2025-06-27 上传 | 大小:36kb | 下载:0

[单片机(51,AVR,MSP430等)clock

说明:在C51单片机上实现了数字钟功能,以及六种其他功能,包括日期显示、秒表、定时器、闹钟等(通过按键切换)。(The function of digital clock is realized on C51 microcontroller, and six other functions, including date display, stopwatch, timer, alarm clock and so on.)
<琳琳lin> 在 2025-06-27 上传 | 大小:59kb | 下载:0

[VHDL编程FPGA_flash设计

说明:我们的设计是用一个FSM控制器来控制发送什么命令,flash模块判断FSM发送过来的state信号来选择应该执行什么操作,当命令写入或者读出后,会发送一个flag_done命令,这个命令让我们判断上个指令是否完成,如果完成后FAM将发送下一个命令.(Our design uses a FSM controller to control what commands are sent. The flash module judges the state signal sent by the FSM
<硅渣渣> 在 2025-06-27 上传 | 大小:244kb | 下载:0

[VHDL编程FPGA_USB2.0设计

说明:把FX2配置成从FIFO的模式, 配置为单片机工作时钟24M,端点2输出,字节1024,端点6输入,字节1024,信号全设置为低电平有效等。我们的模块驱动时钟我们配置成内部输出时钟,也就是让FX2给我们的设计当做时钟源,输出一个最大的配置时钟48M的时钟。(The FX2 is configured from FIFO mode, configured as MCU working clock 24M, endpoint 2 output, byte 1024, endpoint 6 input
<硅渣渣> 在 2025-06-27 上传 | 大小:420kb | 下载:0

[VHDL编程FPGA_实时时钟设计

说明:通过配置DS1302芯片来实现实时时钟的监测,我们通过通过控制2个按键来选择我们要在数码管上显示的时间,按下按键1我们来显示周几,按下按键2来显示年月日,不按显示时分秒,这样显示复合我们的数字表的显示(By configuring DS1302 chip to monitor the real-time clock, we select the time that we want to display on the digital tube by controlling 2 keys. Pres
<硅渣渣> 在 2025-06-27 上传 | 大小:348kb | 下载:0

[VHDL编程FPGA_红外遥控系统设计

说明:上电后我们的设计会发一次我们给定的数据码,然后在接受模块会接受到其发送的数据并在数码管上显示出来,之后我们可以用我们我的遥控键盘来发送数据,接收模块接收显示出来.(After power up, our design will send a given data code, then the receiving module will accept the data that it sends and display it on the digital tube. Then we can use
<硅渣渣> 在 2025-06-27 上传 | 大小:426kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 33543.44 .45 .46 .47 .48 ... 33928 »

源码中国 www.ymcn.org