Welcome![Sign In][Sign Up]
Location:
Search - www.51.a

Search list

[Other resourceC8051F020应用程序包

Description: C8051f020是基于51核的业界8位单片机最高速的,指令执行速度25MIPS。这个程序包是新华龙公司提供的,需要购买900元的开发系统才会赠送此文件包,先上传。可以用keil软件打开或者去www.xhl.com.cn下载IDE软件打开工程ps---c文件直接用记事本就ok啦^_^,里面有温度传感,步进电机等等源代码,方面移植!^_^-C8051f020 is based on the 51 nuclear industry eight most high-speed microcontroller, instruction execution speed MIPs. This package is a new company providing the Hualong, you need to buy 900 yuan development system will give this package, the first upload. Keil software can be used to open or download IDE www.xhl.com.cn open software engineering -- c ps documents directly on the notebook ok -- ^ _ ^, inside temperature sensor, stepper motors, etc. source code, area transplant! ^ _ ^
Platform: | Size: 536849 | Author: 程鹏 | Hits:

[OS Developucosv251源代码

Description: *** *** *** *** *** *** *** *** *** *** RELEASE NOTES *** *** ***** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- ---- The release notes are now provided in PDF format in the file: \\SOFTWARE\\uCOS-II\\DOC\\RelV251.PDF 2) FEATURES SINCE V2.00: --- --- ----- All the features added since V2.00 are described in the PDF file: \\SOFTWARE\\uCOS-II\\DOC\\NewV251.PDF 3) EVENT FLAGS: -------------- Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm) 4) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.51 is provided in the following .PDF files: \\SOFTWARE\\uCOS-II\\DOC\\QuickRefChartV251-Color.PDF Once printed, simply FOLD the page in half and if you have a LAMINATION machine, you can protect the chart by laminating it.-UcOs Operation System V2.51 with source code. the OS can used for PC/ARM/MCU,etc.For more detail,to view the package.
Platform: | Size: 1014306 | Author: 王陈 | Hits:

[Other resourcePinYin_InputMethod_C51

Description: 用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 be 12, byte to store 000 GB code, is not the way to compile results :-( about 3000h. because most of the index table. Code Optimization almost ineffective. Keil in the C simulation uses the chip in W77E58 Winbond, It has 32 k ROM 256B on-chip RAM, 1K on-chi
Platform: | Size: 14619 | Author: Jawen | Hits:

[SCMDS1302时钟芯片C例程

Description:

/*这个程序,是我用51电子网http://www.51dz.com/n.asp?id=12519&i=xie343706382,298元C51学习板调试通的单片机控制DS1303时钟芯片试验时请用排线
将p1口连到CZ2
一个时钟程序,它能实现断电走时(用纽扣电池),显示和设置年月日星期时分秒(8位数码管)。
*/


Platform: | Size: 3753 | Author: xie343706382 | Hits:

[Graph programDelphiX1.0.8.3

Description:

(un)DelphiX installation program (beta version)
Installation program (un)DelphiX 1.0.8.3 release Oct 28, 2008
Full source code with basic demos. This section will be preferred.
Installation brings sources to destination directory and following start selected compiler install into IDE Delphi package with IDE settings.

  • Supported Delphi version 4 , 5 , 6 , 7 , 2005 , 2006 , 2007 and 2009 .

Platform: | Size: 1321230 | Author: dgmryang | 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:

[Other Gamesnesterj_0_51_05_src

Description: 一个NES模拟器程序-a simulator procedures NES
Platform: | Size: 595968 | 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 Developucosv251源代码

Description: *** *** *** *** *** *** *** *** *** *** RELEASE NOTES *** *** ***** *** *** *** *** *** *** *** 1) RELEASE NOTES: --- ---- The release notes are now provided in PDF format in the file: \SOFTWARE\uCOS-II\DOC\RelV251.PDF 2) FEATURES SINCE V2.00: --- --- ----- All the features added since V2.00 are described in the PDF file: \SOFTWARE\uCOS-II\DOC\NewV251.PDF 3) EVENT FLAGS: -------------- Event Flags are discussed in AN-1007 (see www.Micrium.com/app_notes.htm) 4) QUICK REFERENCE CHART: ------------------------ A Quick Reference Chart for all the functions in V2.51 is provided in the following .PDF files: \SOFTWARE\uCOS-II\DOC\QuickRefChartV251-Color.PDF Once printed, simply FOLD the page in half and if you have a LAMINATION machine, you can protect the chart by laminating it.-UcOs Operation System V2.51 with source code. the OS can used for PC/ARM/MCU,etc.For more detail,to view the package.
Platform: | Size: 1013760 | Author: 王陈 | Hits:

[SCMojam

Description: 这是一个用汇编,和vc编写的劲乐团游戏,需下载到51/52单片机上使用-This is a compilation of use, and the preparation of fresh vc Orchestra games, the need to download 51/52 on the use of SCM
Platform: | Size: 35840 | Author: 何丹萍 | Hits:

[Other Embeded programcana51

Description: 基于80c51的汇编can总线调试程序,实际调试ok-Based on a compilation of 80C51 Bus debugger can actually debug ok
Platform: | Size: 74752 | Author: cool | Hits:

[SCMkeilc51

Description: 某牛人在51单片机上开发出来的一个俄罗斯方块的游戏,有液晶屏显示代码。-A cow in the 51 single-chip developed by a Russian box games, has LCD screen display code.
Platform: | Size: 262144 | Author: 王方 | Hits:

[Otherddd

Description: 这是51单片机编程书籍,里面有大量的源代码,对学习51的人很有帮助-This is the 51 single-chip programming books, there are a large number of source code, 51 people in learning helpful
Platform: | Size: 952320 | Author: liuxiang | Hits:

[SCM51SCOM

Description: 51单片机串口测试程序(KEIL C51),将串口接收到数据显示到数码管上,很方便直观看到接收数据是否正确-51 Single-chip serial test procedure (KEIL C51), will receive the serial data into a digital tube, it is easy to see intuitively receive data is correct
Platform: | Size: 12288 | Author: xmj | Hits:

[assembly languageAAA

Description: 自制51单片机学习板 自制51单片机学习板-51 Single-chip self-learning board made 51 Singlechip learning board
Platform: | Size: 22528 | Author: FDF | Hits:

[SCM51

Description: 8051架构单片机元件库。 Protel一直以来都没有提供Atmel公司8051架构单片机的元件库,电子爱好者和工程师们都得用其它公司8051架构单片机元件库来代替或者自己制作元件库。 根据Atmel公司官方网站(http://www.atmel.com)提供的Datasheet文件制作了一个Atmel公司8051架构单片机元件库。-8051 single-chip architecture libraries. Protel has failed to provide Atmel Corporation 8051 MCU architecture libraries, electronic enthusiasts and engineers had to use other companies Singlechip 8051 framework libraries to replace or produce their own libraries. According to the official website of Atmel Corporation (http://www.atmel.com) provided Datasheet paper produced a single-chip Atmel Corporation 8051 framework libraries.
Platform: | Size: 56320 | Author: Shadow | 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:

[OS programwww

Description: 51单片机的模块,请大家参考,完全准确~请大家谨慎使用,多多研究-51 single-chip modules, please refer to completely and accurately ~ please be used with caution, a lot of research
Platform: | Size: 1024 | Author: lijinling | Hits:

[Embeded-SCM Develops51

Description:  微型51/AVR编程器由德国的Peter Dannegger设计的51编程器,无论是学习单片机或业余时间搞开发,都是一个非常好的选择。但在原设计的的PC程序中很可惜的只有DOS版本的。为此我为它写了一个Windows版本的配套软件,经过一些朋友的试用效果也不错。以下图一是软件的界面。现有英文版和简体中文版,支持win9x,winxp,winnt,win2k多种版本的OS系统。 软件使用简单无须太多的说明,同时支持HEX,BIN等文件格式的读取,绿色软件无须安装。 可以到http://www.specs.de/~danni/tools/proflash/index.htm下载-Micro-51/AVR programmer from Germany, designed by Peter Dannegger programmer 51, whether it is free time to study or engage in the development of single-chip are a very good option. However, in the original design process of the PC it is a pity that only the DOS version. For this reason I write it, a Windows version of the software, after the trial some of my friends have a good effect. First, the following chart of the interface software. Available in English and simplified Chinese version, support for win9x, winxp, winnt, win2k multiple versions of the OS system. Using a simple software that do not have too much at the same time support the HEX, BIN file formats, such as reading, green do not need to install software. Can http://www.specs.de/ ~ danni/tools/proflash/index.htm to download
Platform: | Size: 1682432 | Author: laky | Hits:

[SCMwww.mcujc.com.IICwriteabyte

Description: 51单片机向AT24C02写入一个字节并读出来,这方便我了解IIC协议,本程序来自单片机教程网:http://www.mcujc.com-51 MCU writes a byte to the AT24C02 and read out, which facilitate the understanding of the IIC protocol, this procedure from the microcontroller tutorial: http://www.mcujc.com
Platform: | Size: 256000 | Author: 陈列 | Hits:
« 12 3 »

CodeBus www.codebus.net