-
一个不错的案例运行典范,实际操作的手册,关键步骤的说明...
一个不错的案例运行典范,实际操作的手册,关键步骤的说明-a good example of the operation of cases, the actual operation of the manual steps of the key
- 2022-05-25 08:38:07下载
- 积分:1
-
三层结构及组件技术实现员工数据管理系统.pdf
三层结构及组件技术实现员工数据管理系统.pdf-three-tier structure and components technology employee data management system. Pdf
- 2022-07-23 18:37:20下载
- 积分:1
-
关于lpc2214远程IAP升级程序的方法
关于lpc2214远程IAP升级程序的方法-about update your program by IAP
- 2022-01-25 20:59:25下载
- 积分:1
-
This paper presents a general valve control valve controller design program The...
本文介绍了一种控制普通阀门的阀门控制器的设计方案,该阀门控制器带有工业现场总线PROFIBUS-DP 的接口,可以实现阀门的远程控制和网络控制。本文主要的着力点为介绍利用PROFIBUS-DP 专用芯片SPC3 开发PROFIBUS-DP 设备中需要注意的一些问题,包括硬件接口设计,有关PROFIBUS-DP 规范标准的一些设计要点,以及利用PROFIBUS-DP 诊断功能的方法。本文对设计其它Profibus DP从站节点有很好的参考价值!-This paper presents a general valve control valve controller design program The valve controller with industrial PROFIBUS-DP interface. The valve can be achieved remote control and network control. This paper mainly focus on the use of PROFIBUS-DP SPC3 ASIC development PROFIB U.S.-DP equipment necessary to pay attention to a number of issues, including the hardware interface design, The PROFIBUS-DP standards in a number of design features, and the use PROFIBUS-DP diagnostic function method. In this paper, the design of other Profibus DP slave nodes are of value!
- 2023-06-03 14:10:03下载
- 积分:1
-
2009 National Undergraduate Electronic Design Competition grid
2009年全国大学生电子设计竞赛试题
光伏并网发电模拟装置(A题)-2009 National Undergraduate Electronic Design Competition grid-connected PV simulation device (A question)
- 2023-07-29 12:15:03下载
- 积分:1
-
电子时钟源程序设计,可以作为课程设计用,非常实用哦。
电子时钟源程序设计,可以作为课程设计用,非常实用哦。-clock design
- 2022-08-09 19:39:44下载
- 积分:1
-
学生信息管理系统设计
学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E...
学生信息管理系统设计
学生信息包括:学号,姓名,年龄,性别,出生年月,地址,电话,E-mail等。提供以下功能:
1、系统以菜单方式工作
2、学生信息录入功能(学生信息用文件保存)--输入
3、学生信息浏览功能--输出
4、学生信息查询功能--算法,按学号、姓名等查询
5、学生信息的删除与修改
-Student Information Management System Design
Student Information includes: Student ID, name, age, gender, date of birth, address, telephone, E-mail and so on. Provides the following features:
1, the system in order to work the way the menu
2, student information input function (Student Information used to save the file)- Input
3, student information browsing- Output
4, student information query functions- algorithms, according to study number, name, etc. Search
5, deletion and modifications Student Information
- 2022-01-26 03:23:01下载
- 积分:1
-
流媒体 P2P性能优化 会议论文 清华大学课程指定阅读文献
流媒体 P2P性能优化 会议论文 清华大学课程指定阅读文献-Performance Analysis and Improvement of Overlay Construction for Peer-to-Peer Live Streaming_Simulation2006.pdf
Performance Evaluation of Distributed Prefetching for Asynchronous Multicast in P2P Networks_WCW2004.pdf
……
- 2022-02-06 08:40:47下载
- 积分:1
-
版权所有2004年米特留塞尔吉乌& copy,玛尔塔icirc递回G,C和T # 259 # 259 # HRI&林……
版权所有2004 Sergiu Dumitriu,Marta Gî rdea,C&ŧ259 t&ŧ259 lin Hri&ţ355 cu根据GNU Free Documentation License 1.2版或自由软件基金会发布的任何更高版本的条款,授予复制、分发和/或修改本文档的许可,不包含固定章节、封面文本,没有封底短信。许可证副本包含在“GNU免费文档许可证”一节中,所有品牌名称、产品名称或商标均属于其各自的持有人。
- 2022-04-06 22:15:55下载
- 积分:1
-
MCS-51单片机实用子程序库
1)按当前流行的以 IBM PC 为主机的开发系统对汇编语言的规定,读者不必再进行修改,便可直接使用。(2)对浮点运算子程序库进行了进一步的测试和优化,对十进制浮点数和二进制浮点数的相互转换子程序进行了彻底改写,提高了运算精度和可靠性。(3)新增添了若干个浮点子程序(传送、比较、清零、判零等),使编写数据处理程序的工作变得更简单直观。在使用说明中开列了最主要的几项:标号、入口条件、出口信息、影响资源、堆栈需求,各项目的意义请参阅《单片机应用程序设计技术》第六章 6.3.7 节的内容。程序清单中开列了四个栏目:标号、指令、操作数、注释。为方便读者理解,注释尽力详细。子程序库的使用方法如下:1.将子程序库全部内容链接在应用程序之后,统一编译即可。优点是简单方便,缺点是程序太长,大量无关子程序也包含在其中。2.仅将子程序库中的有关部分内容链接在应用程序之后,统一编译即可。有些子程序需要调用一些低级子程序,这些低级子程序也应该包含在内。优点是程序紧凑,缺点是需要对子程序库进行仔细删节。
- 2023-04-30 01:35:03下载
- 积分:1