资源列表

« 1 2 ... .93 .94 .95 .96 .97 32098.99 .00 .01 .02 .03 ... 33935 »

[嵌入式/单片机编程1001夜学三菱PLC例程-压缩包001

说明:该包中包含了10个plc编程开发实例,本人计划搜集到常用的完整的实例1001个,方便初学者系统的学习plc(The package contains 10 examples of PLC programming development, I plan to collect the commonly used examples of 1001 complete, easy for beginners to learn the system
<montai88 > 在 2025-02-10 上传 | 大小:137kb | 下载:0

[单片机(51,AVR,MSP430等)1001夜学三菱PLC例程-压缩包002

说明:该包包含10个PLC程序开发实例,我打算收集1001个常用的例子完整,便于初学者学习系统plc。(The package contains 10 examples of PLC programming development, I plan to collect the commonly used examples of 1001 complete, easy for beginners to learn the system PLC)
<montai88 > 在 2025-02-10 上传 | 大小:174kb | 下载:0

[嵌入式/单片机编程1001夜学三菱PLC例程-压缩包003

说明:该包包含10个PLC程序开发实例,我打算收集1001个常用的例子完整,便于初学者学习系统plc。这是第三个压缩包。(The package contains 10 examples of PLC program development, I intend to collect 1001 commonly used examples of integrity, easy for beginners to learn the system
<montai88 > 在 2025-02-10 上传 | 大小:151kb | 下载:0

[嵌入式/单片机编程Alarm generator

说明:用P1.0输出1KHz和500Hz的音频信号驱动扬声器,作报警信号,要求1KHz信号响100ms,500Hz信号响200ms,交替进行,P1.7接一开关进行控制,当开关合上响报警信号,当开关断开告警信号停止,编出程序。(Drive the speaker audio signal output of P1.0 1KHz and 500Hz, for the alarm signal, 1KHz signal ring 100ms, 50
<lastnight > 在 2025-02-10 上传 | 大小:45kb | 下载:0

[嵌入式/单片机编程IO parallel port drives LED display directly

说明:利用AT89S51单片机的P0端口的P0.0-P0.7连接到一个共阴数码管的a-h的笔段上,数码管的公共端接地。在数码管上循环显示0-9数字,时间间隔0.2秒。(AT89S51 microcontroller using the P0 port P0.0 - P0.7 connected to a total Yin digital tube a - H pen section, digital tube common terminal
<lastnight > 在 2025-02-10 上传 | 大小:50kb | 下载:0

[嵌入式/单片机编程00-59 seconds timer

说明:在AT89S51单片机的P0和P2端口分别接有两个共阴数码管,P0口驱动显示秒时间的十位,而P2口驱动显示秒时间的个位。(In the AT89S51 microcontroller P0 and P2 port, respectively, there are two common Yin digital tube, P0 port drive to display ten seconds of time, while the P2
<lastnight > 在 2025-02-10 上传 | 大小:39kb | 下载:0

[嵌入式/单片机编程Reversible reversible 4 bit counter

说明:利用AT89S51单片机的P1.0-P1.3接四个发光二极管L1-L4,用来指示当前计数的数据;用P1.4-P1.7作为预置数据的输入端,接四个拨动开关K1-K4,用P3.6/WR和P3.7/RD端口接两个轻触开关,用来作加计数和减计数开关。(The use of single-chip AT89S51 P1.0 P1.3 with four light emitting diode L1 L4, used to indicate th
<lastnight > 在 2025-02-10 上传 | 大小:50kb | 下载:0

[嵌入式/单片机编程00-99 counter

说明:利用AT89S51单片机来制作一个手动计数器,在AT89S51单片机的P3.7管脚接一个轻触开关,作为手动计数的按钮,用单片机的P2.0-P2.7接一个共阴数码管,作为00-99计数的个位数显示,用单片机的P0.0-P0.7接一个共阴数码管,作为00-99计数的十位数显示(To create a manual counter using AT89S51 microcontroller, in AT89S51 MCU P3.7 pin a
<lastnight > 在 2025-02-10 上传 | 大小:46kb | 下载:0

[DSP编程FULL_BRIDGE

说明:用于DSP28335的全桥驱动程序,随意GPIO口,不仅限于EPWM1A和1B产生死区,从原理技术层面上实现死区时间,频率可调。(it is a program for inverter with DSP28335. It has dead band which setted accroding to the basic count number.)
<sher1993 > 在 2025-02-10 上传 | 大小:284kb | 下载:0

[嵌入式/单片机编程smart.doc

说明:设计一个MCS-51单片机控制的程控增益放大器的接口电路。输入信号小于10mv,要求当输入信号小于1mv时,增益为1000,而输入信号每增加1mv时,其增益自动减少一倍,直到100mv为止。(Design a MCS - 51 single chip microcomputer control the interface circuit of programmable gain amplifier.Input signal is les
<鲤鱼精 > 在 2025-02-10 上传 | 大小:515kb | 下载:0

[硬件设计LDPC_TMH_11_译码_初始化-多次迭代

说明:该代码是实现LDPC编译码的C语言实现,编码采用的IRA LDPC编码算法,而译码采用的是对数域上的BP算法(LLR BP 算法),该代码先是实现了LDPC代码的编码过程,然后在通过LLR BP算法一步一步实现译码过程。译码主要过程有:初始化过程,校验节点更新过程,比特节点更新过程,最后进行译码判决,如果满足译码要求或者达到迭代最大次数则退出,否则返回到校验节点更新继续往下循环执行。(This code is to achieve th
<tmh > 在 2025-02-10 上传 | 大小:787kb | 下载:0

[单片机(51,AVR,MSP430等)单摆自测仪

说明:单摆自测仪功能描述: (1)自己用按键设定时间 (2)自己用按键设定摆长 (3)红外感应自动计数 (4)数码管实时显示计数个数 (5)计数时蜂鸣器提示 (6)自动计算半周期个数 (7)自动计算周期 (8)自动计算重力加速度 (9)用液晶显示周期、半周期个数和重力加速度(Function descr iption of the project: (1) Using the button set the time by yourself (
<tmh > 在 2025-02-10 上传 | 大小:3kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 32098.99 .00 .01 .02 .03 ... 33935 »

源码中国 www.ymcn.org