搜索结果
找到约 19 项符合
subroutine 的查询结果
按分类筛选
单片机开发 Main program running when workpiece is ready on deferent belt(deferent_ready=ture). * Call Squ
Main program running when workpiece is ready on deferent belt(deferent_ready=ture).
* Call Square_Wave subroutine to generate 0.5ms square wave on P1.2 to drive
* electromotor,then drive deferent belt step forward. When it steps to the measure
* zone, it stops to be me ...
书籍源码 Watchdog software code, development environment KEIL, including the main program and "Weigou" subrou
Watchdog software code, development environment KEIL, including the main program and "Weigou" subroutine
其他书籍 Number of Namespaces in the project: 1 Number of Classes in the project: 6 Number of C# function
Number of Namespaces in the project: 1
Number of Classes in the project: 6
Number of C# function(s) in the project: 2
Number of C# subroutine(s) in the project: 15
Number of VB.NET function(s) in the project: 1
Number of VB.NET subroutine(s) in the project: 10
Number of Application variable(s) use ...
单片机开发 实用的单片机开发与应用程序
实用的单片机开发与应用程序,包括:中值滤波子程序,AD转换类程序,16、32位整型数开方,单片机音乐程序--祝你平安。对初学者很有帮助的。MCU development and practical applications, including: median filter subroutine, AD converter type of proceeding, 16,32-bit integer number prescribing, SCM music program ...
技术资料 基于AT89C51单片机八位抢答器的设计
随着科技的进步与发展,电子产品在我们的生活中随处可见,各类电子产品以其方便、精准、稳定的特点越开越被人们所广泛应用.本文是围绕AT89C51单片机进行的抢答器设计.使用MAX7219芯片驱动数码管的方式驱动LED数码管显示,采用C51语言编写程序,整个程序采用模块化设计,通过主函数对各子程序的调用来实现.子程序主要包括:键盘扫 ...
单片机编程 Emulating a synchronous serial
The C500 microcontroller family usually provides only one on-chip synchronous serialchannel (SSC). If a second SSC is required, an emulation of the missing interface mayhelp to avoid an external hardware solution with additional electronic components.The solution presented in this paper and in the a ...
嵌入式综合 labview教程ppt
一篇长90页的PPT和10个左右的示例源程序,对于自学能力强且有一定计算机编程基础的人来说上手还是很快的。
 
•Understand the components of a Virtual Instrument
•Introduce labview and common labview functions
•Build a simple data acquisition application
•Create a subroutine ...
源码 fortan程序数值分析之Newton法求解非线性方程组
module M_GAUSS
!高斯列主元消去法模块
contains
subroutine LINEQ(A,B,X,N)
!高斯列主元消去法
   implicit real*8(A-Z)
   integer::I,K,N
   integer::ID_MAX  !主元素标号
   real*8::A(N,N),B(N),X(N)
  &n ...
技术资料 一种基于MSP430单片机的升降小车设计
随着工业自动化的发展,升降平台在工业现场体现的作用越来越重要,相比于传统升降平台,电动可移动式升降平台的应用越发广泛,与其他升降系统相比电动升降系统具有高效、安全、稳定以及环保等诸多明显优势。本文着重介绍了一种电动升降小车的控制器设计。采用MSP430单片机的升降小车控制器通过扩展后的I/O口控制和处理电机驱动 ...