Welcome![Sign In][Sign Up]
Location:
Search - http keil

Search list

[Other resource直接在Keil下仿真的T9拼音输入法(完整版)

Description: 仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译 2、由于Keil的模拟串口是单字节显示,汉字显示为乱码,所以要加挂RICHWIN或RichView这种会重新刷新显示的中文平台,或手工刷新屏幕,所以请先到 http://www.pchome.net/dl/chinese.htm 下载RichView,安装运行 3、在Keil环境下可以直接按“Ctrl+F5”键仿真,按“F5”全速运行,切换到在串口依次输入: // 64*.6 426***.5 98*.7 936.3 586.1 4826*.1 9464*.7 64*.6试试:-) 4、按键对应(根据我自己的手机设置的,全部在PC的小键盘操作): -simulation steps are as follows : 1 and 3 respectively, the content of messages posted on the preservation of 51t9py.c, 51t9py_indexa.h, 5py_mb.h, on the same directory, will join the project 51t9py.c compiler 2, Keil is the simulation of single-byte Serial show , the Chinese showed gibberish, so need to add or RichView RICHWIN this show will re-set the Chinese platform, or manual refresh screen, so please download RichView http://www.pchome.net/dl/chinese.htm to install three operations in Central Keil Habitat can be directly "Ctrl + F5" key simulation, according to the "F5" running full-speed, switched to the serial order input : / / 64 *. 6426 *. ***. 5 98 7936.3 586.1 4826 1 9464 *. *. 6 7 64 *. try :-) 4, corresponding button (according to my own set of phones, a
Platform: | Size: 6345 | Author: 许赞龙 | 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:

[SCM直接在Keil下仿真的T9拼音输入法(完整版)

Description: 仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译 2、由于Keil的模拟串口是单字节显示,汉字显示为乱码,所以要加挂RICHWIN或RichView这种会重新刷新显示的中文平台,或手工刷新屏幕,所以请先到 http://www.pchome.net/dl/chinese.htm 下载RichView,安装运行 3、在Keil环境下可以直接按“Ctrl+F5”键仿真,按“F5”全速运行,切换到在串口依次输入: // 64*.6 426***.5 98*.7 936.3 586.1 4826*.1 9464*.7 64*.6试试:-) 4、按键对应(根据我自己的手机设置的,全部在PC的小键盘操作): -simulation steps are as follows : 1 and 3 respectively, the content of messages posted on the preservation of 51t9py.c, 51t9py_indexa.h, 5py_mb.h, on the same directory, will join the project 51t9py.c compiler 2, Keil is the simulation of single-byte Serial show , the Chinese showed gibberish, so need to add or RichView RICHWIN this show will re-set the Chinese platform, or manual refresh screen, so please download RichView http://www.pchome.net/dl/chinese.htm to install three operations in Central Keil Habitat can be directly "Ctrl+ F5" key simulation, according to the "F5" running full-speed, switched to the serial order input :// 64*. 6426*.***. 5 98 7936.3 586.1 4826 1 9464*.*. 6 7 64*. try :-) 4, corresponding button (according to my own set of phones, a
Platform: | Size: 6144 | Author: 许赞龙 | Hits:

[OS Develop51-00-OS

Description: 基于51的圈圈操作系统(51_00_OS)出来拉…… 来这里下载整个程序包: http://blog.21ic.com/more.asp?name=computer00&id=9501 *************基于51内核的圈圈操作系统**************** 说明:这是圈圈在学习嵌入式操作系统后在51上写的一个简单的操作系统,提供创建任务,删除任务,任务调度,系统延时,任务挂起,发送消息,等待消息,CPU使用率统计,系统时间,串口发送、接收数据及串口资源管理等功能。由于时间匆忙,部分注释可能在调试时忘记更改,如有发现不能理解的注释,请给圈圈留言: http://blog.21ic.com/blog.asp?name=computer00 可使用keil自带的软件仿真,也可以使用硬件来运行,使用硬件时,上位机推荐使用windows自带的超级终端,关于超级终端的使用,可参看: http://blog.21ic.com/more.asp?name=iC921&id=8878-circle operating system (51_00_OS) Rafah ... out here to download the whole package : http :// blog.21ic.com/more.asp name = computer00
Platform: | Size: 202752 | Author: Computer00 | Hits:

[SCMdanpianjichuankouzhongduan_C51

Description: 开发平台为Keil Cx51,C51单片机串行口中断服务程序,仅需做简单调用即可完成串口输入输出的处理 //编程:聂小猛。该资料来自“51单片机世界”http://go.163.com/~dz2000。-development platform for Keil Cx51, C51 microcontroller serial port interrupt service procedures, just doing simple call can be completed serial input and output processing// Programming : NIE Xiao-meng. The information from "51 microcontroller world" http://go.163.com/ ~ dz2000.
Platform: | Size: 3072 | Author: a | Hits:

[source in ebookdanpianjiC51

Description: 下载说明: 本光盘的所有代码均在Keil C51 7.0以上版本编译通过。读者的电脑只需要 能够运行Windows 98 以上版本的操作系统、并能够安装Keil C51 7.0以上版本 的软件即可。 读者可以到Keil公司的主页(http://www.keil.com/demo/)免费下载 Keil C51试用版软件。但试用版的Keil C51 软件有2KB RAM的限制,部分程序 将不能通过编译。-Download Description: This CD-ROM of all the code in Keil C51 7.0 compiler passed above. The reader
Platform: | Size: 1878016 | Author: 肖金星 | Hits:

[ARM-PowerPC-ColdFire-MIPSlm3s69xx_http_demo

Description: lm3s6965 keil下的HTTP服务器运行界面-lm3s6965 keil running under the HTTP server interface
Platform: | Size: 514048 | Author: 黎兴 | Hits:

[SCMEdnrtos

Description: 8051单片机嵌入式操作系统small rtos编程及仿真,共5个主题基本包括了SmallRTOS的基本用法,文件包括电路图、完整的Keil工程源码。绝对原创,更多内容看我的博客:http://www.ednchina.com/Blog/crossmind/-8051 embedded operating system small rtos programming and simulation, a total of five basic themes include SmallRTOS the basic usage of the document includes schematics, complete source Keil works. Absolutely original, more watch my blog: http://www.ednchina.com/Blog/crossmind/
Platform: | Size: 1277952 | Author: 田学军 | Hits:

[SCMMCS51__KeilC

Description: 蛮全面的51单片机keil c学习源代码,内容全面,涵盖了单片机学习的绝大部分知识,是很不错的学习资料-51Singlechip pretty comprehensive study keil c source code, comprehensive, covering the vast majority of single-chip study of knowledge, is a very good learning materials
Platform: | Size: 2367488 | Author: 陈笑天 | Hits:

[ARM-PowerPC-ColdFire-MIPS2300_http_demo

Description: lpc2300 http demo keil
Platform: | Size: 157696 | Author: powarm | Hits:

[DSP programKeil

Description: 北京航空航天大学出版社 单片机与嵌入式系统 图书介绍 (2007年第2期) 通信地址: 北京市海淀区学院路37号 北京航空航天大学出版社 邮编: 100083 网址: http://www.buaapress.com.cn 发行部业务室: 电话: (010) 82317024 电话传真: (010) 82328026 E-mail: bhpress@263.net --敬 请 投 稿-- 北航出版社诚挚地欢迎各位业界人士和读者,围绕嵌入式系统,包扩单片机、DSP、ARM、SOC、SOPC.FPGA/CPLD,以及嵌入式操作系统及软件开发等各个方面,向我社: • 投稿图书; • 提供图书出版建议和信息; • 推荐图书新作者。 有意投稿及提供意见、建议者,敬请联系: 通信地址: 北京航空航天大学出版社 (邮编:100083) E-mail: bhpress@mesnet.com.cn 联系电话: 010-82317022, 82317035,82317044 传 真: 010-82317022 ---------------------------------------------------------------------------------------------------------------------- ----目 录---- 2006年1月后出版的新书列表-------------------------------------------------------------------------(2) 2006年1月后出版-ok
Platform: | Size: 74752 | Author: 南华 | Hits:

[ARM-PowerPC-ColdFire-MIPSWeb_based

Description: Web based binary image upload for ARM LPC2366 controller. Toolchain is Keil Realview MDK ARM ver 3.2 with RL ARM Real time Lib 3.40. RAR file contains webiap2.cgi file and HTTP_cgi file. HTTP_cgi file is modified in cgi_process_data to upload binary image of application using HTTP protcol. File upload is using HTML syntax method=\"post\" ENCTYPE=\"multipart/form-data\
Platform: | Size: 8192 | Author: kashinath | Hits:

[ARM-PowerPC-ColdFire-MIPSmcb1700_http_demo

Description: The LPC1700 HTTP demo for Keil RVW compiler with TCPnet Lib
Platform: | Size: 176128 | Author: HieuNguyen | Hits:

[ARM-PowerPC-ColdFire-MIPSmcb2300_http_demo

Description: lpc2368 http demo for Keil RVW compiler with RL lib
Platform: | Size: 151552 | Author: HieuNguyen | Hits:

[Other Embeded programHttp_demo

Description: 基于LM3S6965的http例子,调用的是keil tcpip协议栈-tcpip
Platform: | Size: 67584 | Author: 王二小 | Hits:

[Other1

Description: Fatfs是一个优秀的文件系统,同时也是一个易于移植的文件系统,目前的Fatfs版本只需要编写6个函数和配置几个宏就能完成移植。 网上很多移植Fatfs的文章,记得有一篇写得不错,出处我没有找到,很多人转载都把标题写成 "一篇比较详细介绍FatFs文件系统移植的文章",需要的朋友可以去参考下。 网上很多Fatfs的移植工程,基于AVR的、STM32的很多,但鲜有现成的移植好基于51的Keil 工程可供参考。我不熟悉那些AVR、STM32,参考起来有点别扭^_^。 对于初次接触SD卡和文件系统的新手来说,有一个完整的可供参考的移植实例可以大大减少移植所需的时间和精力。 1、本工程是根据EDN的一位网友上传的源码包整理的,个人认为代码写得很工整,看起来比较舒服,所以我做了简单的工作,把工程后缀名为.wsp的源码包改为Keil工程,以方便有需要的人参考与阅读! 2、EDN网友的博客地址是 http://blog.ednchina.com/xzp21st/,有兴趣的朋友可以去看看。我的博客地址是http://blog.21ic.com/user1/5926/index.html,欢迎各位光临!-Fatfs is an excellent file system, but also an easy-to-portable file system, the current version of Fatfs just need to write six functions and configurations can be done a few macro transplant. Many transplant Fatfs online articles, remember that a well-written well, I did not find a source, many people regarded reproduced the title as the "a more detailed description FatFs file system migration, the article" the need to refer a friend can go to the next. Many online Fatfs transplant project, based on the AVR s, STM32 many, but few are ready to transplant a good project based on 51 Keil for reference. I am not familiar with those AVR, STM32, refer to them a little bit awkward ^ _ ^. For the first time the file system access to SD card and the novice, there is a complete reference of the transplants can greatly reduce instances of migration time and effort. 1, this project is based on one of EDN User upload source packages finishing I personally thi
Platform: | Size: 225280 | Author: gao | Hits:

[SCMstm32_GPIO

Description: Stm32嵌入式系统的IO口研究。这是配合作者博文(http://blog.ednchina.com/czlyzhj/1794894/message.aspx)的源程序。 编译环境:keil-Stm32 IO port of the embedded system. This is in line with of the Notes (http://blog.ednchina.com/czlyzhj/1794894/message.aspx) of the source. Build environment: keil
Platform: | Size: 323584 | Author: zhj | Hits:

[Other Embeded programad9954-keil-uv3-src

Description: Source code to drive a Analog Devices AD9954 DDS (Direct Digital Synthesis) chip. from a 8051 microprocessor. AD9954 info here: http://www.analog.com/en/rfif-components/direct-digital-synthesis-dds/ad9954/products/product.html Toolchain is the Keil uVision2 - C51 compiler project.
Platform: | Size: 38912 | Author: darrklogik | Hits:

[SCMHTTP-small

Description: HTTP design for LPC 2387 on keil compiler
Platform: | Size: 475136 | Author: pankaj | Hits:

[ARM-PowerPC-ColdFire-MIPSKeil-2378-EasyWEB

Description: LPC278做的web服务器,简单服务器,可以网页访问-The web server using LPC2378,easy server,using http commprotocol
Platform: | Size: 159744 | Author: 熊家乐 | Hits:
« 12 3 »

CodeBus www.codebus.net