-
微机原理与接口技术课程设计,步进电机综合控制实验,设计用PC机对四相步进电机,方向,步数的控制系统,并编写汇编程序实现相应功能。...
微机原理与接口技术课程设计,步进电机综合控制实验,设计用PC机对四相步进电机,方向,步数的控制系统,并编写汇编程序实现相应功能。
-Microcomputer Principle and Interface Technology curriculum design, stepper motor control experiments, designed to PC-to four-phase stepper motor, direction, step control system and the preparation of the compilation process to achieve the corresponding functionality.
- 2022-08-09 00:47:59下载
- 积分:1
-
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做...
MCD1实战一,LED8位流水灯《霹雳灯》
该实战的目的作为学习和应用MCD1在线调试工具套件,进行项目的软件和硬件
联合调试的范例程序,也就是当做一个用户程序实例,而演示板暂时充当用户电
路的角色。这样就构成了一个软件、硬件齐全的自制项目模拟环境。
本程序实现的功能是,把端口RC的8条引脚全部设置为输出模式,依次从引脚RC0
到RC7送出高电平,然后再依次从引脚RC7到RC0送出高电平,并且周而复始,从而
使得与该端口C相连的8只发光二极管LED循环依次点亮,其效果类似于一个简单的霹雳灯。
该程序可用于PIC16F87X(A)所有系列
- 2022-01-26 02:20:23下载
- 积分:1
-
Code for initializing HIWIN motion controller PCI
4P
Code for initializing HIWIN motion controller PCI
4P
- 2022-05-29 20:31:15下载
- 积分:1
-
暂时没有其它的代码..
呵呵,,在网吧啊...
以后再跟大家分享...
暂时没有其它的代码..
呵呵,,在网吧啊...
以后再跟大家分享-there is no other code .. Oh, and at the bar after the matter with the ah ... to share with you
- 2022-04-29 04:48:31下载
- 积分:1
-
双鱼林学生公寓信息管理系统,大家好,我是..
双鱼林学生公寓信息管理系统
大家好,我是双鱼林,这是我为大家奉献的asp.net+sqlserver2000的学生公寓信息管理系统-Beas Lin Student Apartment information management system Hello everybody, I am a Pisces forest, this is my dedication to all students in asp.net+ sqlserver2000 Apartment Information Management System
- 2022-04-25 00:35:45下载
- 积分:1
-
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指...
该文件的内容是设计一个五层楼的电梯控制装置,要求每层楼根据需要控制设上下控制按键及按键指示灯,全部楼层只设置一个当前楼层显示 电梯内设开关门按键 各楼层按键及指示灯,开关门要有声响提示 每层楼高度为0.30米,楼层全高1.5米-the contents of this document is to design a five-storey building in the lift control device on each floor under the requirements necessary to control the upper and lower control buttons located buttons and lights, all floors can provide a current show floor elevator door keys internal switches on each floor of buttons and lights, switches doors have audible alert signal height of each floor 0.30 meters, the entire floor 1.5 meters high
- 2022-02-02 12:09:15下载
- 积分:1
-
要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分;
程序可接受输入人名及相应的电话号码,并把它们加入电话号码...
要求程序建立一个可存放50项的电话号码表,每项包括人名(20个字符)及电话号码(8个字符)两部分;
程序可接受输入人名及相应的电话号码,并把它们加入电话号码表中;
凡有新的输入后,程序应按人名对电话号码表重新排序;
程序可接受需要查找电话号码的人名,并从电话号码表中查出其电话号码,再在屏幕上以如下格式显示出来。
-Require the establishment of a process to deposit the telephone number of the table 50, each including the name (20 characters) and telephone number (8 characters) in two parts program acceptable to enter the names and corresponding telephone numbers and telephone numbers to join them in the table where a new input, the program should list the names of the telephone number to re-sort procedures acceptable to the need to find phone numbers names, phone numbers from their telephone numbers found in the table, and then on the screen in the following format displayed.
- 2023-06-23 10:25:03下载
- 积分:1
-
51单
一个基于51单片机的时钟电路设计源代码,还包括了电路图.PCB.源程序-51 single-chip-based clock circuit design source code, also includes the circuit diagram. PCB. Source
- 2022-06-19 11:55:14下载
- 积分:1
-
本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的...
本站以C语言和Java语言、嵌入式开发、算法实现为主,源码数量达几十万个,有200多个分类,很多都是本站会员的私家珍藏,互联网上其他地方是找不到的-Powered by C language and Java language, embedded development, algorithm-based, the number of up to hundreds of thousands of source code, there are more than 200 categories, many of which are members of a private collection site on the Internet can not be found elsewhere The
- 2022-02-01 15:46:33下载
- 积分:1
-
题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析:同上...
题目:一个5位数,判断它是不是回文数。即12321是回文数,个位与万位相同,十位与千位相同。 1.程序分析:同上-Title: A 5-digit, to determine whether it was not the number palindrome. That is, 12,321 is a palindrome number of 10,000 seats with the same 10 with the same 1000. 1. Program analysis: ibid
- 2022-08-15 03:12:15下载
- 积分:1