搜索结果
找到约 17 项符合
Subroutine 的查询结果
按分类筛选
单片机编程 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 ...
单片机开发 实用的单片机开发与应用程序
实用的单片机开发与应用程序,包括:中值滤波子程序,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 ...
书籍源码 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 ...
单片机开发 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 ...
源码 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 ...