-
introduced TFT LCD detailed information on the TFT LCD principle, the revelation...
这是介绍TFT液晶的资料,详细介绍了TFT液晶的工作原理、显示原理,深入介绍TFT驱动板的设计。-introduced TFT LCD detailed information on the TFT LCD principle, the revelation principle, TFT-driven insights on the design of the plate.
- 2023-04-14 05:10:03下载
- 积分:1
-
Water meter interface with Jennic
Water meter interface with Jennic
- 2022-04-09 08:08:49下载
- 积分:1
-
AIX system administrator manuals, suitable for day
AIX系统管理员手册,适合从事AIX系统管理日常参考手册-AIX system administrator manuals, suitable for day-to-day AIX System Management Reference Manual
- 2023-01-21 16:35:03下载
- 积分:1
-
Simulation Study on Grid Integration and Steady Operation of
Doubly
双馈风力发电机组系统接入与稳定运行仿真,pSCAD仿真分析。-Simulation Study on Grid Integration and Steady Operation of
Doubly-Fed W ind Turbine Generators
- 2022-01-31 23:48:03下载
- 积分:1
-
pci中文规范... 有需要的兄弟可以下载
pci中文规范... 有需要的兄弟可以下载-pci Chinese ... there is a need to standardize the brothers can be downloaded
- 2022-02-13 01:11:34下载
- 积分:1
-
通过这一款选修课小系统,学生可以登入学生端进行选课及其他的操作,管理者通过登入管理端可以进行对选修课系统的数据的管理和维护。在学生端主要设置了3个基本功能:学生...
通过这一款选修课小系统,学生可以登入学生端进行选课及其他的操作,管理者通过登入管理端可以进行对选修课系统的数据的管理和维护。在学生端主要设置了3个基本功能:学生选课、学生情况、选课情况等;在管理端主要设置了9个基本功能:增加/删除学生、增加/删除课程、更改学分、填写成绩、学生情况、选课情况、保存数据等。这些功能基本上能满足选课的基本要求。此程序可以初步体现课程设计的目标。-An optional academic course or subject.
- 2022-02-04 08:59:16下载
- 积分:1
-
介绍了基于GPRS网的数据传输、嵌入式实时操作系统u/OS
介绍了基于GPRS网的数据传输、嵌入式实时操作系统u/OS-II以及小型TCP/IP协议栈uIP;深入论述了基于8051嵌入式系统的GPRS终端的实现。提供了一种罗为简单、廉价和实用的GPRS终端的实现方案,说明了在8051中如何进行uC/OS-II和uIP的移植。-Introduction based on the GPRS network, data transmission, embedded real-time operating system u/OS-II and small TCP/IP protocol stack uIP go into the 8051-based embedded systems realize GPRS terminals. Romania provides a simple, cheap and practical realization of the GPRS terminal program, described in 8051 how to uC/OS-II and uIP transplant.
- 2022-08-21 17:32:58下载
- 积分:1
-
大屏幕显示及触摸屏系统设计方案, 本系统软件首先界面精美,操作简便,触控点布局合理,方便触摸,提高触摸准确率。其次系统结构设计合理,充分利用图、文、声、像以及交...
大屏幕显示及触摸屏系统设计方案, 本系统软件首先界面精美,操作简便,触控点布局合理,方便触摸,提高触摸准确率。其次系统结构设计合理,充分利用图、文、声、像以及交互性等多媒体特征对用户的操作、信息查询与接收等进行合理导引,以便用户以最少的时间和精力查询到最多的信息-Large-screen display and touch-screen system design, software, first of all, the system interface is beautifully simple, touch points, rational layout, easy to touch and improve touch accuracy. Secondly, the structural design of a reasonable system, make full use of maps, text, sound, such as interactive multimedia, as well as characteristics of the user" s operation, and receiving information such as a reasonable guide, so users with minimal time and effort to maximize the amount of information inquiries
- 2022-08-15 13:29:51下载
- 积分:1
-
介绍了vhdl设计fpga时仿真和综合的过程,包括软件的应用和一些注意事项,相信会对大家有所帮助...
介绍了vhdl设计fpga时仿真和综合的过程,包括软件的应用和一些注意事项,相信会对大家有所帮助-introduced a VHDL design and simulation when they simply integrated process, including software applications and some attention to matters, we believe it will help
- 2022-03-13 08:38:54下载
- 积分:1
-
在数控机床中, 通常用可编程控制器( PLC) 对机床开关量信号进行控制。PLC可靠性高, 使用方便。但在大多数数控机床, 特别是经济型数控机床中, 要求的输入...
在数控机床中, 通常用可编程控制器( PLC) 对机床开关量信号进行控制。PLC可靠性高, 使用方便。但在大多数数控机床, 特别是经济型数控机床中, 要求的输入输出点数并不多, 通常在60点以下,因此, 为了降低数控机床成本, 在基于工业PC机的数控系统中, 可以采用开关量I/O板加外接继电器,配合主机的软件对机床开关进行控制。但如果PC机采用单任务操作系统(如DOS) , 数控系统的所有任务运行都置于一个总体的消息循环中, 软件的模块化和可维护性较差, 系统故障的风险相对集中, 而且不能充分利用PC机系统资源。而采用非实时多任务操作系统(如Windows) 时, Win32 API的设计没有考虑到实时环境的开发用途, 其系统调用的效率不高,不能满足数控系统PLC控制的实时性要求。
为此, 本文提出一种基于RT - Linux操作系统的嵌入式PLC, 利用RT - Linux的开放性、模块化和可扩展性的系统结构特性和多线程/多任务的系统环境,在保证实时性的同时, 使故障风险相对分散。
-use linux to design plc
- 2022-02-03 18:12:02下载
- 积分:1