|
Tag:Keil
直流电机控制Keil c51源代码 2009-10-27 20:30 Tag: 直流电机 控制 Keil 代码 Blog: Life++ 直流电机开环控制Keil c51源代码 //-----------------------函数声明,变量定义------------------------ #include <reg51.h> #include <intrins.h> #include<ABSACC.H> ... 在KEIL里面如何看RAM的值 2007-09-13 12:55 Tag: keil Blog: CN's core field 打开memory视窗, 在地址框填写: C:0000 ;查看CODE 区 D:0000 ;查看DATA &nbs... keil C51 error: 121 IMPROPER FIXUPQUESTION 2008-12-14 17:38 Tag: C51 keil interrupt Blog: Edison home QUESTIONI have discovered that if I change the order of OBJ files in the BL51 linker command line, I sometimes get the following error message: Error L121: Improper Fixup... uvision3 字体问题。默认安装之后是couriers new显示不正常。 2008-09-28 16:30 Tag: keil 3.0 字体 中文 Blog: I like it 在keil的安装目录里面找到tools.ini文件。在NAME="xx", "xx"(xx代表你自己填写的内容)之后增加一行 ANSI=1 |