This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.
標簽: 9660 file system directory
上傳時間: 2015-03-15
上傳用戶:腳趾頭
一個簡單的應用程序,用來說明循環結構與分支結構的嵌套使用 * 程序功能:猜數游戲。定義被猜的數。通過鍵盤輸入進行猜數, * 如猜錯則顯示“**Wrong**”, “Too high”或“Too low ”; * 猜對則顯示“**Right**”后退出
標簽: 應用程序
上傳時間: 2014-01-16
上傳用戶:tuilp1a
Polynomial fit functions === === === === RegressionObject.cls contains a class that provides an easy way to add polynomial regression functionality to any application. If you just want linear regression or a very high degree, no matter: this class has good performance and scales seamlessly with the complexity of your problem.
標簽: RegressionObject Polynomial functions contains
上傳時間: 2015-04-06
上傳用戶:rocwangdp
Quality, object.oriented architecture is the product of careful study, decision making, and experimentation. At a minimum, the object.oriented architecture process includes farming of requirements, architecture mining, and hands.on experience. Ideally, object.oriented architecture comprises a set of high.quality design decisions that provide benefits throughout the life cycle of the system.
標簽: architecture decision oriented Quality
上傳時間: 2014-10-28
上傳用戶:love_stanford
nRF24E1編程下載板是我們自行開發的簡易無線通信模塊nRF24E1的在線下載板,使用方便。 nRF24E1編程下載板源程序包括上位機程序、單片機固件程序和nRF24E1內51核控制程序, 分別存放在“上位機程序”、“AT89S52”和“nRF24E1”三個文件夾內。 “上位機程序”內有應用軟件download.exe。 “AT89S52”內有單片機固件源程序download.c,可以直接編譯連接生成下載文件,下載到目標單片機AT89S52中。 “nRF24E1”內有控制nRF24E1工作的源程序,分別是: 24E1.c:典型控制應用; putchar.c:nRF24E1串行通信源程序; transmit.c:nRF24E1無線發送源程序; receive.c:nRF24E1無線接收源程序; “Temperature”:nRF24E1控制DS18B20溫度采集并無線發送源程序。
上傳時間: 2015-05-07
上傳用戶:songyue1991
自制51編程器 I have build my own programmer. This device can program the AT89C51 and works with it. So it can easily be adapted to programming other devices by itself. The Atmel Flash devices are ideal for developing, since they can be reprogrammed easy, often and fast. You need only 1 or 2 devices in low cost plastic case for developing. In contrast you need 10 or more high cost windowed devices if you must develop with EPROM devices (e.g. Phillips 87C751).
標簽: programmer program device build
上傳時間: 2015-05-11
上傳用戶:sdq_123
he LPC932 can be used to create a Pulse Width Modulated PWM signal. That s an analog signal, with only 2 discrete levels, for example 0V and 5V and a constant period. The current value of this signal at a certain poiTnt of time is proportional to its Duty Cycle. That s the High Time during one period divided by the period. It can also be calculated as the average value during a particular period. That means after low pass filtering, (e.g. RC circuit) the signal becomes analog, with an actual value controlled by the microcontroller. The PWM functionality enables the LPC932 to control for example the speed of DC motors or the brightness of electric lighting.
標簽: signal Modulated analog create
上傳時間: 2015-05-14
上傳用戶:CHINA526
The HD66773, controller driver LSI, displays 132RGB-by-176 dot graphics on TFT displays in 260,000 colors. The HD66773’s bit-operation functions, 18-bit high-speed bus interface, and high-speed RAMwrite functions enable efficient data transfer and high-speed rewriting of data to the graphic RAM.
標簽: displays controller graphics RGB-by
上傳時間: 2014-06-19
上傳用戶:stvnash
SDL Library Documentation. The SDL library is designed to make it easy to write games that run on Linux, *BSD, MacOS, Win32 and BeOS using the various native high-performance media interfaces, (for video, audio, etc) and presenting a single source-code level API to your application. SDL is a fairly low level API, but using it, completely portable applications can be written with a great deal of flexibility.
標簽: Documentation SDL designed Library
上傳時間: 2015-06-23
上傳用戶:nanxia
=== === =時鐘20:6=== === === == 應先初始化狀態寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 間接尋址寄存器 TMR0 EQU 01H 定時器 STATUS EQU 03H 狀態寄存器 BSR EQU 04H bank選擇寄存器 PORTA EQU 05H I/0端口寄存器 PORTB EQU 06H I/0端口寄存器 PORTC EQU 07H I/0端口寄存器 PORTD EQU 20H I/0端口寄存器 PULL EQU 21H PULL-High上拉寄存器 WAKEUP EQU 22H 喚醒控制寄存器--被用來設定watchdog允許和禁止 IRQM EQU 23H 中斷屏蔽寄存器 IRQF EQU 24H 中斷標志寄存器 WDTSEL EQU 25H
上傳時間: 2013-12-13
上傳用戶:chfanjiang