电机控制,用51开发,可控制电机正反转,转多少度,编码器控制。
标签: 电机控制
上传时间: 2015-03-16
上传用户:水口鸿胜电器
C++完美演绎 经典算法 如 /* 头文件:my_Include.h */ #include <stdio.h> /* 展开C语言的内建函数指令 */ #define PI 3.1415926 /* 宏常量,在稍后章节再详解 */ #define circle(radius) (PI*radius*radius) /* 宏函数,圆的面积 */ /* 将比较数值大小的函数写在自编include文件内 */ int show_big_or_small (int a,int b,int c) { int tmp if (a>b) { tmp = a a = b b = tmp } if (b>c) { tmp = b b = c c = tmp } if (a>b) { tmp = a a = b b = tmp } printf("由小至大排序之后的结果:%d %d %d\n", a, b, c) } 程序执行结果: 由小至大排序之后的结果:1 2 3 可将内建函数的include文件展开在自编的include文件中 圆圈的面积是=201.0619264
标签: my_Include include define 3.141
上传时间: 2014-01-17
上传用户:epson850
卷积码的C源程序,包括编码器和译码器。 还有一个是循环荣誉校验的vhdl]源码。
上传时间: 2015-04-15
上传用户:qq21508895
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MP3编码器源代码
上传时间: 2014-08-18
上传用户:alan-ee
Intel提供的在Sitsang等嵌入式开发平台上使用Linux操作系统,基于IPP4.0库的MPEG2编码器源代码
上传时间: 2013-12-18
上传用户:yuanyuan123
本程序来自TI公司网站原程序,其功能是通过传统的矢量控制算法来实现对永磁同步电机的控制,矢量控制采用双闭环结构,内环为电流环,外环为速度环,其速度的采集是通过编码器获得。是一个不可多得矢量控制例程。控制程序可以采用.asm也可以采用.C。程序的具体算法和介绍在软件压缩包有详细介绍!
上传时间: 2015-04-29
上传用户:chenjjer
网上查了半天,没有C语言的,就自己写了一个。(HD61202驱动,128*64液晶,和编码器计数的),KEIL C51写的
标签:
上传时间: 2013-11-30
上传用户:270189020
直流电机的闭环控制程序,包括补偿系统和编码器
上传时间: 2015-05-14
上传用户:Yukiseop
数字运算,判断一个数是否接近素数 A Niven number is a number such that the sum of its digits divides itself. For example, 111 is a Niven number because the sum of its digits is 3, which divides 111. We can also specify a number in another base b, and a number in base b is a Niven number if the sum of its digits divides its value. Given b (2 <= b <= 10) and a number in base b, determine whether it is a Niven number or not. Input Each line of input contains the base b, followed by a string of digits representing a positive integer in that base. There are no leading zeroes. The input is terminated by a line consisting of 0 alone. Output For each case, print "yes" on a line if the given number is a Niven number, and "no" otherwise. Sample Input 10 111 2 110 10 123 6 1000 8 2314 0 Sample Output yes yes no yes no
上传时间: 2015-05-21
上传用户:daguda
无线呼叫器完整设计方案,提供电路原理图、单片机程序源代码、主要器件芯片资料。内部源码: 无线编码器PT2262的单片机解码程序、X25045子程序可供参考。
上传时间: 2015-06-03
上传用户:ippler8