-
PLC程序集成开发平台,可以编辑、编译PLC程序的梯形图文件和逻辑语言文件,逻辑语言指令与三菱PLC兼容...
PLC程序集成开发平台,可以编辑、编译PLC程序的梯形图文件和逻辑语言文件,逻辑语言指令与三菱PLC兼容--PLC IDE. It could edit and compile PLC program.
- 2022-11-14 21:15:03下载
- 积分:1
-
KEYPAD 4X5 Driver for all microcontrollers
KEYPAD 4X5 Driver for all microcontrollers
- 2022-05-06 15:21:45下载
- 积分:1
-
轻量级TCP/IP协议栈最新版本
轻量级TCP/IP协议栈最新版本-lightweight TCP/IP protocol stack latest version
- 2022-07-10 04:30:39下载
- 积分:1
-
一个不错的DSP5402的bootloader源代码,主要程序是用汇编来实现
一个不错的DSP5402的bootloader源代码,主要程序是用汇编来实现-a good DSP5402 Bootloader source code, is the procedure used to achieve compilation
- 2022-03-26 08:04:05下载
- 积分:1
-
CC2430点对点通信
CC2430点对点通信,程序编译就能够实现。
void receiveMode(void)
{
BYTE* receiveBuffer;
BYTE length;
BYTE res;
BYTE sender;
while(1)
{
YLED = LED_ON;
res = radioReceive(&receiveBuffer, &length, RECEIVE_TIMEOUT, &sender);
YLED = LED_OFF;
- 2023-04-29 13:05:04下载
- 积分:1
-
步进电机控制系统 ,DOC内有原理图,注释
步进电机控制系统 ,DOC内有原理图,注释-stepper motor control system, DOC has diagram Notes
- 2022-04-30 06:31:17下载
- 积分:1
-
uboot Portable Document 1.2 2009 skyey simulation. . .
uboot移植文档
1.2 2009
skyey模拟-uboot Portable Document 1.2 2009 skyey simulation. . .
- 2023-08-21 08:10:03下载
- 积分:1
-
These are commonly used in communications equipment circuit schematics, many of...
这些都是常用的通信设备的电路原理图,很多是高频电子线路的-These are commonly used in communications equipment circuit schematics, many of them are high-frequency electronic circuits
- 2022-01-28 10:01:08下载
- 积分:1
-
DE2 练习源码2-2
FPGA DE2开发板 实验2第一部分VHDL硬件语言练习源码
Part II
You are to design a circuit that converts a four-bit binary number V = v3v2v1v0 into its two-digit decimal equivalent
D = d1d0. Table 1 shows the required output values. A partial design of this circuit is given in Figure 1. It
includes a comparator that checks when the value of V is greater than 9, and uses the output of this comparator
in the control of the 7-segment displays. You are to complete the design of this circuit by creating a VHDL entity
which includes the comparator, multiplexers, and circuit A (d
- 2022-05-07 21:56:50下载
- 积分:1
-
AVR ATmega328P ArduinoNano30开发板闪灯程序
应用背景AVR ATmega328P ArduinoNano30开发板闪灯程序,方便各位入门这款单片机,相当于HelloWorld程序吧关键技术演示如何控制AVR ATmega328P ArduinoNano30开发板上面的LED灯
- 2022-01-25 20:36:53下载
- 积分:1