-
这篇程序是我一个同学编的,并且已经应用到了二相步进电机(四线步进电机)上了.但是我认为此程序需要改进的地方有很多....
这篇程序是我一个同学编的,并且已经应用到了二相步进电机(四线步进电机)上了.但是我认为此程序需要改进的地方有很多.
-This procedure is a fellow student, I made and have been applied to a two-phase stepper motor (four-wire stepper motor) on. But I think this process needs to be improved where there are many.
- 2022-01-29 01:49:52下载
- 积分:1
-
根据输入的年,月,日 计算出星期几。
单片机数码管显示和键盘输入,...
根据输入的年,月,日 计算出星期几。
单片机数码管显示和键盘输入,-Based on the input of the year, month, day, calculate the day of the week. Microcontroller digital tube display and keyboard input,
- 2022-02-12 14:22:23下载
- 积分:1
-
C51单片机控制LED灯闪烁(用于汽车警示作用)。
C51单片机控制LED灯闪烁(用于汽车警示作用)。-C51 SCM control LED lights flashing (for automotive warning).
- 2023-06-11 06:00:03下载
- 积分:1
-
实现stc12c5410ad/stc12c2051单片机ad转换和pwm功能
实现stc12c5410ad/stc12c2051单片机ad转换和pwm功能-Single-chip implementation stc12c5410ad/stc12c2051 function ad conversion and pwm
- 2022-02-15 07:34:30下载
- 积分:1
-
基于DS12R885的时钟芯片的单片机程序 很具有参考价值
基于DS12R885的时钟芯片的单片机程序 很具有参考价值-DS12R885-based single-chip clock chip is a reference value of the procedure
- 2022-05-31 14:18:08下载
- 积分:1
-
FFT的C实现方法
(函数名: 快速傅立叶变换
本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。)...
FFT的C实现方法
(函数名: 快速傅立叶变换
本函数测试OK,可以在TC2.0,VC++6.0,Keil C51测试通过。)-C-Implementation of FFT
- 2022-05-20 09:05:00下载
- 积分:1
-
x5045的c源程序,绝对使用通过,放心使用
x5045的c源程序,绝对使用通过,放心使用-x5045 source, the absolute use, easy-to-use!
- 2022-10-28 20:45:03下载
- 积分:1
-
P89CXX编程器控制CPU接收和控制程序
P89CXX编程器控制CPU接收和控制程序-P89CXX Programming Control CPU to receive and control procedures
- 2023-01-11 18:00:03下载
- 积分:1
-
本程序用于用单片机控制步进电机的转动。用单片机的某一个引脚实现控制,如果引脚电平为高则实现正转,反之为反转。所用单片机为日立系列h83664十六位单片机。本代码...
本程序用于用单片机控制步进电机的转动。用单片机的某一个引脚实现控制,如果引脚电平为高则实现正转,反之为反转。所用单片机为日立系列h83664十六位单片机。本代码使用c语言实现,开发环境为日立系列单片机专用开发环境-This procedure for the use of single-chip stepper motor rotation control. With a pin MCU control, if the pin level is higher then realize to the contrary, for the inversion. Used in single-chip for Hitachi Series 16 Singlechip h83664. This code uses the c language, development environment for the Hitachi series of single-chip dedicated development environment
- 2023-01-07 10:45:03下载
- 积分:1
-
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用...
用C51实现的拼音输入法,这是改写的网友 embuffalo、独步上载在www.21ic.com自由发布区的由张凯原作的51上的拼音输入法程序。
原作使用了一个二维数组用以查表,我认为这样比较的浪费空间,而且每个字表的索引地址要手工输入,效率不高。所以我用结构体将其改写了一下。就是大家现在看到的这个。
因为代码比较的大,共有6,000多汉字,这样就得要12,000 byte来存放GB内码,所以也是没办法的 :-(
编译结果约为3000h,因为大部分是索引表,代码优化几乎无效。
在Keil C里仿真芯片选用的是华邦的W77E58,它有32k ROM, 256B on-chip RAM, 1K on-chip SRAM (用DPTR1指针寻址,相当于有1K的片上xdata)。条件有限,没有上片试验,仿真而已。
打算将其移植到AVR上,但CodeAVRC与IAR EC++在结构体、指针的定义使用上似乎与C51不太一样,现在还未搞定。还希望在这方面有经验的网友能给予指导。-C51 with the Pinyin input method, which is rewritten netizens embuffalo. Unrivaled www.21ic.com available in the free publication of the original work by Kai-51 on the Pinyin input method procedures . Appreciate the use of a two-dimensional array for the look-up table, I think this is a waste of space. Each of the characters but the index table to manually input address, efficiency is not high. I use the structure to rewrite a bit. We see now is this. Because the code comparison, a total of 6, more than 000 Chinese characters, this must
- 2023-04-01 14:55:03下载
- 积分:1