Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - keil
Search - keil - List
uCOSI2C
DL : 0
KEIL环境下的ARM程序,I2C通信。基于LPC214x系列-KEIL environment of the ARM program, I2C communications. Based LPC214x Series
Update : 2024-05-20 Size : 6144 Publisher : 低万

KEIL FOR ARM RTOS.rar 是keil公司开发的针对ARM的实时操作系统.-KEIL FOR ARM RTOS.rar is keil developed real-time operating system for ARM.
Update : 2024-05-20 Size : 3173376 Publisher : zhuhs2000

DL : 0
STC89C55+STA013+CH375设计读U盘(已经通过)/硬盘(还没调试,也放上来)的MP3播放器,支持歌曲的选择,歌词的显示等等的完整源代码(KEIL编译)及硬件(SCH/PCB),可以直接使用-STC89C55+ STA013+ CH375 design read U disk (has passed)/hard disk (not debugging, but also放上来) of MP3 players, support the choice of songs, lyrics display, etc. The complete source code (KEIL compiler) and hardware ( SCH/PCB), can be directly used
Update : 2024-05-20 Size : 1678336 Publisher : Qfly

SCMwigen
DL : 0
韦根解码程序,包括的原理图与KEIL C51原代码-Wiegand decoding procedures, including the schematic diagram with the original code KEIL C51
Update : 2024-05-20 Size : 45056 Publisher : 陈振宇

DL : 0
TECHWELL 之tw2835 四画面合一之驱动代码,CCIR656输出,KEIL C51 平台编译,-Techwell tw2835 of one of four screen-driven code, CCIR656 output, KEIL C51 compiler platform,
Update : 2024-05-20 Size : 335872 Publisher : yyj

DL : 0
51读写U盘全套技术资料,原理图,KEIL C51原代码-U disk 51 to read and write a full set of technical information, schematics, KEIL C51 original code
Update : 2024-05-20 Size : 25991168 Publisher : 陈振宇

DL : 0
89C52的键盘扫描LED显示及串口程序。 用Keil C51开发。用通用实验板调试通过。 -89C52 keyboard scanning LED display and serial procedures. Using Keil C51 development. Experiments with GM through the debug board.
Update : 2024-05-20 Size : 32768 Publisher : sum

两个常用的单片机仿真实验板,里面有详细的教程和例子,大家一看便懂!-Two commonly used single-chip simulation board, which has a detailed tutorial and examples, everyone will know one to see!
Update : 2024-05-20 Size : 166912 Publisher : P50614083

lpc2100_arm_keil实例,很好的实例,我用过-lpc2100_arm_keil examples, good example, I used
Update : 2024-05-20 Size : 451584 Publisher : 小吴

SCMKEIL
DL : 0
KEIL软件是目前最流行开发MCS-51系列单片机的软件,它提供了包括C编译、宏汇编、连接器、库管理和一个功能强大的仿真调试器。-KEIL software development is the most popular MCS-51 series single-chip software, which provides, including C compiler, macro assembler, connectors, database management and a powerful simulation debugger.
Update : 2024-05-20 Size : 486400 Publisher : Bao

DL : 0
看到最近大家都关心 usbhost 的实现, 论坛上能找到的代码仅是一些简单的 demo , 完整的源码级的协议层是找不到的 我就贡献一把, 将我前一段时间移植成功的 USBHost 代码奉上 注意事项 1. ohci 层移植自 u-boot-1.3.2-rc3 2. fat 层移植自 gba_nds_fat 3. 本代码只是我产品中的一部分, 使用 Keil RTL 操作系统, 任务为 void task_usb(void) __task 保证完整, 想要跑起来可能需要做些修改与测试-?#39 ??????#39 蠹??脊匦?usbhost 的实现, 论坛上能找??的
Update : 2024-05-20 Size : 70656 Publisher : caj

DL : 0
Keil_AGSI_SDK: 这是一个广泛使用的Keil单片机IDE平台软件仿真插件(AGSI)开发的官方SDK资料包,内含DLL插件范例和开发自己的仿真DLL插件所必须的包含文件,同时资料中还含一个48页的详细介绍如何开发此类插件的PDF指南-Keil_AGSI_SDK: This is a widely used Keil Singlechip IDE plug-in software simulation platform (AGSI) official SDK development kit, containing examples and DLL plug-ins to develop their own simulation DLL plug-ins necessary to include file, while information also containing a 48-page detailed introduction how to develop such a plug-PDF Guide
Update : 2024-05-20 Size : 385024 Publisher : tomgreen

SCMstartup
DL : 0
Keil uVision3例证代码NOMOD51 This file is part of the C51 Compiler package Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. Version 8.01-Keil uVision3 example code NOMOD51This file is part of the C51 Compiler package Copyright (c) 1988-2005 Keil Elektronik GmbH and Keil Software, Inc. Version 8.01
Update : 2024-05-20 Size : 2048 Publisher : Braver

DL : 0
Keil C51的中文教程,是初学者的很好学习材料-Keil C51 Chinese tutorial is a good learning materials for beginners
Update : 2024-05-20 Size : 951296 Publisher : yuchao

DL : 0
就像在嵌入系统中使用C语言替代汇编一样,在嵌入系统中使用RTOS是大势所趋。原因主要是现在在大多数情况下编程效率比执行效率重要(单片机便宜嘛)。但纵观51的RTOS,keil c51 所带的RTX Full 太大(6k多),且需要外部ram,又无源代码,很多时候不实用。RTX Tiny虽然小(900多字节),但是任务没有优先级和中断管理,也无源代码,也不太实用。而ucosII虽有源代码,但是它太大,又需要外部ram,所有函数又必须是重入函数,用在51这类小片内RAM的单片机上有点勉强。于是,我借鉴ucosII和RTX Tiny编写了Small RTOS 51,虽然它为51系列编写,但是它还是比较容易移植到其它CPU上。 -err
Update : 2024-05-20 Size : 91136 Publisher : gtt

SCMpl3105
DL : 0
这是北京福星晓程公司的PL3105电力载波通信程序,在KEIL环境下开发。用于电力载波通信的应用,比如,电力载波抄表-This is the way Beijing
Update : 2024-05-20 Size : 25600 Publisher : tangliang

这是利用ARM子公司KEIL的开发环境,其中用到的语言为C以及VISUAL C++,编写的是闪亮的程序。-This is the use of ARM subsidiary KEIL development environment, in which the language used for C and VISUAL C++, The preparation of the flashing procedure.
Update : 2024-05-20 Size : 6144 Publisher : 刘其峰

SCMIO_UART
DL : 0
STC单片机IO口模拟RS232测试程序,Keil Cx51应用开发技术中的程序主要的功能是在利用串口调试工具发送一个8bit的数据,而后单片机接收后把这个数据发送给模拟串口-STC Single-chip analog IO port RS232 test procedures, Keil Cx51 technology application development process is essentially the function is in the use of serial debug tools send an 8bit data, and then after the single-chip receive the data sent to the simulation of serial
Update : 2024-05-20 Size : 17408 Publisher : 丁佳

keil汉化软件包 -keil finished package
Update : 2024-05-20 Size : 727040 Publisher : 傅家欣

DL : 0
基于8051单片机的GSM报警系统源代码,经测试可用,用KEIL c51 编译-8051 based on the GSM alarm system source code can be used have been tested, using KEIL c51 compiler
Update : 2024-05-20 Size : 132096 Publisher : Spadge Lee
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.