搜索资源列表
aduc7000_pwm
- This project is created using the Keil ARM CA Compiler. The Logic Analyzer built into the simulator may be used to monitor and display any variable or peripheral I/O register. It is already configured to show the PWM output signal on PORT3.0 an
INIFileOP_new
- window ce.net ini文件读写,纯c代码-window ce.net ini file read and write, code-c
INI
- 一个类似于WIndows API中INI文件读写的源码,可以在基于C的多平台(如Vxworks)下方便使用
pcf8584_Apilication_Examples
- pcf8584应用实例,*** PROJEKT, bestehend aus 3 Teilen *** ** PCF8584 ** PCF8584.Opt i2c_DEF.h PCF8584.Uv2 PCF8584_lib.c PCF8584_lib.h ringbuf.h ringbuffer.c test.ini tst_I2C.c Globals.h ** Chip_Inc ** 16550.h 81C90.h
ceIniFile
- 不用api的ini,c#类,ce可用-not api ini, c # category, ce available
linuxsetup
- 硬盘安装Linux系统方法 boot.init 使用方法:显示所有隐藏和受保护文件,把c盘下的boot.ini文件的只读属性改掉,然后打开,在最后加上如下一行字:c:\\grldr=安装Linux
mdk3.24crack-ulink1-ulink2-jli
- 1、在MDK下让ULINK与ULINK2共存调试ARM: 1.1、安装MDK3.20或以它版本; 1.2、拷贝BIN文件夹到keil的安装目录下(例如c:\Keil\ARM\ 此步实际是安装ULINK1需用的DLL); 1.3、将windows文件夹拷贝到系统安装目录(例如c:\ 此步其实是安装ULINK1的驱动); 1.4、打开KEIL,选择File菜单下的License Management,拷贝CID; 1.5、用KEIL_Lic.exe生成License,并注册(此
stm32_fat_sd_ini
- 单片机STM32F103,环境KEIL ARM,系统UCOS,功能: 1 - 移植了网络上一份开源的文件系统 2 - *.ini文件在单片机上的读写操作-SCM STM32F103, environment, KEIL ARM, the system UCOS, function: 1- transplanted to a source on the network file system 2-*. ini file read and write operations on the MC
electronisc-base.com_PICKIT2_clone
- Source Notes for PICkit(R) 2 Microcontroller Programmer PK2CMD Command Line Interface v1.20 Contains Device File V1.55.00 as pk2cmd\release\PK2DeviceFile.dat This source project can be opened and modified in Microsoft Visual C++ 2005 Expr
SD24
- msp430afe253的程序SD24 AD采集程序 ..........\18B20.h ..........\Debug ..........\.....\Exe ..........\.....\...\sunshine.d43 ..........\.....\List ..........\.....\Obj ..........\.....\...\main.r43 ..........\.....\...\sunshine.pbd
lua-5.3.2.tar
- Lua 是一个小巧的脚本语言。作者是巴西人。该语言的设计目的是为了嵌入应用程序中,从而为应用程序提供灵活的扩展和定制功能。 Lua脚本可以很容易的被C/C++代码调用,也可以反过来调用C/C++的函数,这使得Lua在应用程序中可以被广泛应用。不仅仅作为扩展脚本,也可以作为普通的配置文件,代替XML,Ini等文件格式,并且更容易理解和维护。 Lua由标准C编写而成,代码简洁优美,几乎在所有操作系统和平台上都可以编译,运行。 一个完整的Lua解释器不过200k,在目前所