Welcome![Sign In][Sign Up]
Location:
Search - keilc51

Search list

[Other resourcekeilc51 startup代码解释

Description: keilc51 startup代码解释 -keil c51 startup source code explain
Platform: | Size: 6981 | Author: 张三 | Hits:

[Other resourceKEILC51

Description: 进行单片机系统设计需要的软件编程环境KEILC51的中文说明很实用
Platform: | Size: 979218 | Author: zjf | Hits:

[Other resourceucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 730996 | Author: 套件 | Hits:

[Other resourcekeilc51

Description: keilc51的说明文档。希望对大家有帮助
Platform: | Size: 952232 | Author: asdifje | Hits:

[Other resourceucOSII移植到keilc51源代码

Description: ucOSII移植到keilc51源代码.方便大家学习,希望共同进步。-keilc51 ucOSII transplanted to the source code. To facilitate learning, common progress.
Platform: | Size: 183844 | Author: 学生 | Hits:

[SCMKeilC51例子

Description: 包括: 1)small_rtosV1.20.x for LPC2104 2)Small RTOS 下dp-51例子for v1.20.x 3)Small RTOSv1.12.x 下dp-51例子 4)small_rtos1.12.2 5)small_rtos1.20.3 希望对大家有用
Platform: | Size: 711560 | Author: link1yjf | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[SCMkeilc51硬件编程

Description: 这是一本关于Intel 80C51 以及广大的51 系列单片机的书这本书介绍给读者一些 新的技术使你的8051 工程和开发过程变得简单-This one of Intel 80C51, and the majority of the 51 Series MCU book on this book to give readers some new technology allows you to the 8051 project and the development process becomes simple
Platform: | Size: 952320 | Author: 我意天下 | Hits:

[uCOSucOSII移植到keilc51源代码

Description: ucOSII移植到keilc51源代码.方便大家学习,希望共同进步。-keilc51 ucOSII transplanted to the source code. To facilitate learning, common progress.
Platform: | Size: 183296 | Author: 学生 | Hits:

[SCMkeilc51俄罗斯方块

Description: 单片机上运行俄罗斯方快.在加上protues软件就可以实现纯软件实现仿真-SCM running on the Russian side soon. In addition protues software can be achieved purely Simulation Software
Platform: | Size: 406528 | Author: 李家绪 | Hits:

[SCMkeilc51 startup代码解释

Description: keilc51 startup代码解释 -keil c51 startup source code explain
Platform: | Size: 7168 | Author: 张三 | Hits:

[SCM51+E2PROM

Description: KeilC51开发,51单片机与E2PROM的接口程序,并且有串口与液晶的输出.-KeilC51 development, SCM and 51 E2PROM interface procedures, and a serial port with LCD output.
Platform: | Size: 51200 | Author: hamlemon | Hits:

[SCMc51Emulater

Description: 自制51芯片仿真器完全手册,使用sst89e564rd 芯片,连接KEILC51开发环境,制作方法简单,便宜好用!-chip Simulator entirely manual, the use of sst89e564rd chips connecting KEILC51 development environment, production method is simple, cheap handy!
Platform: | Size: 377856 | Author: 郑道册 | Hits:

[Embeded-SCM DevelopuCOS-IIforKeilC51

Description: 此代码是关于UC/OS移植到KEILC51的具体实现,希望给正在学习的朋友一点参考-this code is on the UC/OS to a concrete realization of KEILC51, hope is learning to friends reference point! !
Platform: | Size: 44032 | Author: Jacker | Hits:

[SCMP89C669

Description: PHILIP公司的P89C669串口0,1的驱动源码。调试环境KEILC51. 需要加到MAIN()中才能运行。JACK.REN-Philip's Serial Set 0,1 drive source. KEILC51 debugging environment. MAIN need to add () to run. JACK.REN
Platform: | Size: 2048 | Author: 任永 | Hits:

[OtherKeilC51CN

Description: KEILC51的中文应用手册,详细讲解KEILC51的使用方法和编译环境。-KEILC51 Chinese manuals and KEILC51 elaborate on the use and build environment.
Platform: | Size: 952320 | Author: 赵兵坡 | Hits:

[SCMKeilC51

Description: 本文档包括单片机系统中常用到的时钟中断、通讯及键盘扫描等模块(见所附源程序)的说明。这些模块使用前后台系统模型。为达到最大的灵活性, 需要在用户工程中定义config.h文件, 在其中定义各模块可选参数的设置,而不是直接更改源代码。-this document, including SCM system clock used to the interruption communications and keyboard scanning modules (see accompanying source code) Note. These modules use before and after the Taiwan model. To achieve maximum flexibility in user defined config.h engineering documents, in the definition module optional parameter settings, and not to directly change the source code.
Platform: | Size: 15360 | Author: yanyan | Hits:

[OtherKEILC51

Description: 进行单片机系统设计需要的软件编程环境KEILC51的中文说明很实用-The need for single-chip system design software programming environment KEILC51 very useful description of the Chinese
Platform: | Size: 978944 | Author: zjf | Hits:

[SCMKeilC51

Description: KeilC51V7.09完全破解版V7.09 mcs51单片机编程功能强大-The KeilC51 V7.09 completely cracks the version V7.09 Mcs 51 single slice of machine plait distance functions are strong
Platform: | Size: 17828864 | Author: 林琳 | Hits:

[SCMKeilC51

Description: keilC51教程,其中包括调试命令、入门教程、视频教程等。-keilC51 tutorials, including debug commands, Tutorial, video tutorials and so on.
Platform: | Size: 10954752 | Author: pry | Hits:
« 12 3 4 5 6 7 8 9 10 ... 25 »

CodeBus www.codebus.net