CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - h.3
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
ARM-PowerPC-ColdFire-MIPS
Embeded Linux
SCM
VxWorks
uCOS
DSP program
Windows CE
VHDL-FPGA-Verilog
Other Embeded program
QNX
hardware design
Open-source hardware
Search - h.3 - List
[
Embeded-SCM Develop
]
chinese_displty(lao)
DL : 0
汉字库的实现 一.获取字库.exe 可以获得汉字库及英文字库 二.查看字库.exe 可以查看汉字库及英文字库的点阵显示效果 三.显示程序.h 获取字库点阵及显示的源代码 四.其它资料 相关的字库显示资料 06.3 华工-the realization of a Store. Access library. Exe available Store and two English font. View library. Exe can view Store and English font matrix display 3. Display program. H character dot-matrix and access to the source code shown four. Other information related to the information on the library 06.3 laborers
Date
: 2008-10-13
Size
: 823.96kb
User
:
劳中建
[
Embeded-SCM Develop
]
menu
DL : 0
真正实现完美应用的以LCD12864为显示终端的四行多级菜单源码(完整版),绝非某些人发那个毫无帮助的骗点数的PDF文档!压缩包中只包含了3个.h及2个.c文件,请自己在Keil下新建工程并加入相应文件
Date
: 2008-10-13
Size
: 7.95kb
User
:
赵奇
[
Embeded-SCM Develop
]
fat_demo_CODE
DL : 0
1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5)文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6)所有编译宏存放于文件fat_cfg.h。 联系作者:QQ:292942278,e-mail:figureyang@yahoo.com.cn
Date
: 2008-10-13
Size
: 351.92kb
User
:
6756
[
Embeded-SCM Develop
]
一个占用内存极少的菜单系统的实现
DL : 0
1. MenuSampleCode目录是代码 这份代码我在我的硬件上测试过。 2.说明文档是:一个占用内存极少的菜单系统的实现.pdf 3.menu.gif是一个演示 4.目录说明 MenuSampleCode\SI Source Insight 3.5 的工程文件 MenuSampleCode\Menu.Uv2 Keil 的工程 MenuSampleCode\Src 源代码 MenuSampleCode\Obj 目标文件 MenuSampleCode\Lst 列表文件 可以看MenuSampleCode\Lst\menu.m51最后编译的结果: 代码状况: Program Size: data=9.0 xdata=110 code=15731 creating hex file from ".\Obj\menu"... ".\Obj\menu" - 0 Error(s), 0 Warning(s). 这是打开动态条项生成功能时的结果。 Program Size: data=9.0 xdata=79 code=15155 creating hex file from ".\Obj\menu"... ".\Obj\menu" - 0 Error(s), 0 Warning(s). 这是关闭动态条项生成功能时的结果。 菜单深度均为4层深度。 25+4*3 = 37Byte 可见占用内存还是挺小的。 源文件说明 CPU.H CPU相关定义 Main.C 主函数 Ks0108.C LCD驱动 ASCII.c 8x8 8x16 英文字模 KeyScan.C 键盘扫描 MenuPara.C 菜单函数使用模版 MenuTop.C 顶层菜单和菜单核心代码 MenuFSM.C 菜单核心和FSM代码 MenuFunc.C 功能菜单和动态条项生成代码 MenuLanguage.C 语言切换代码 MenuMeasure.C 空例子 PIC.C 图标 MenuMain.C 菜单主循环 KeyScan.H Ks0108.H Menu.H Menu.C main函数 Chinese.txt 用到的中文 Chinese.C 中文字模 Simulation.exe是uCGUI上移植的演示。 可以通过你的键盘控制菜单: 你的PC键盘的四个方向键: 向上键 :确定 向下键 :ESC 向左键 :向左 向右键 :向右 默认语言是英文,你可以进入设置成中文。 PS:不提供这个的代码。请不要问我要。其实Src的源代码的效果也就是这个的运行效果。 包括动态条项生成功能。
Date
: 2010-04-16
Size
: 1.61mb
User
:
migrant
[
Embeded-SCM Develop
]
红色飓风II代-CY1C6开发板实验代码
DL : 0
1、count.c 实现计数显示功能,按键一正计数,按键二反计数,液晶屏、数码管会有显示 2、flash_test.c 测试flash是否工作正常 3、flash_test_simple 简单的测试flash 4、lcd_test.c 测试16x2液晶模块 5、system_id.c 测试软件环境的id和硬件环境的id是否一致 6、test_all.c 4个按键按下时液晶屏、串口会有不同输出 7、time.h,time.c 简单数字钟程序,液晶屏显示用四个按键控制可以调整时间、日期 8、uart_txd.c 串口收发显示
Date
: 2009-06-01
Size
: 9.73kb
User
:
skylie
[
Embeded-SCM Develop
]
chinese_displty(lao)
DL : 0
汉字库的实现 一.获取字库.exe 可以获得汉字库及英文字库 二.查看字库.exe 可以查看汉字库及英文字库的点阵显示效果 三.显示程序.h 获取字库点阵及显示的源代码 四.其它资料 相关的字库显示资料 06.3 华工-the realization of a Store. Access library. Exe available Store and two English font. View library. Exe can view Store and English font matrix display 3. Display program. H character dot-matrix and access to the source code shown four. Other information related to the information on the library 06.3 laborers
Date
: 2025-12-16
Size
: 824kb
User
:
劳中建
[
Embeded-SCM Develop
]
t35001
DL : 0
ssd1926 驱动3.5TFT程序,MCU为8051。-ssd1926 drive 3.5TFT procedures, MCU for 8051.
Date
: 2025-12-16
Size
: 40kb
User
:
[
Embeded-SCM Develop
]
basic-twi-eeprom-project-1.3-at91sam7x-ek
DL : 0
Atmel的AT91SAM7X256的和24系列EEPROM通讯的源程序-Atmel s AT91SAM7X256 and 24 series EEPROM communication source
Date
: 2025-12-16
Size
: 351kb
User
:
hammil
[
Embeded-SCM Develop
]
menu
DL : 0
真正实现完美应用的以LCD12864为显示终端的四行多级菜单源码(完整版),绝非某些人发那个毫无帮助的骗点数的PDF文档!压缩包中只包含了3个.h及2个.c文件,请自己在Keil下新建工程并加入相应文件-Real applications in order to achieve the perfect LCD12864 display terminals for multi-level menu of the four lines of source code (full version), not some fat that will not help deceive the PDF document points! Compression package contains only three. H and 2. C file, Keil under their new construction and add the corresponding file
Date
: 2025-12-16
Size
: 8kb
User
:
赵奇
[
Embeded-SCM Develop
]
fat_demo_CODE
DL : 0
1)兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2)可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3)文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4)可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5)文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6)所有编译宏存放于文件fat_cfg.h。 联系作者:QQ:292942278,e-mail:figureyang@yahoo.com.cn
Date
: 2025-12-16
Size
: 834kb
User
:
6756
[
Embeded-SCM Develop
]
FAT16
DL : 0
嵌入式FAT16文件系统源码下载1) 兼容FAT16文件系统,长文件名,最大路径长度260个字节,符合Microsoft Longfilename specification。 2) 可移植于各种平台,只需编写sector驱动驱动,共计两个函数:1)read_flash_sector() 2)write_flash_sector()。 3) 文件缓冲功能:1)读文件时,读位置在文件缓冲区内,则可直接读文件缓冲区,不需要读物理磁盘;文件缓冲区大小可使用编译宏EnableFileBuf,TotalFileBUFsQTYeachFCB,FileBUFSize来控制。 4) 可同时打开多个文件;最大打开文件数可使用编译宏MaximumFCB设定,MaximumFCB最大值限定为254。 5) 文件保护功能:文件可同时打开多个FCB,而只有其中一个FCB可以得到文件RD/WR权限。该功能完全由文件系统代码来完成,上层应用无需编写额外代码。 6) 所有编译宏存放于文件fat_cfg.h。-Embedded FAT16 file system source code download 1) compatible with FAT16 file system, long file name, maximum path length 260 bytes, in line with Microsoft Longfilename specification. 2) can be transplanted into a variety of platforms, just to prepare sector-driven drive, for a total of two functions: 1) read_flash_sector () 2) write_flash_sector (). 3) file buffer functions: 1) read documents, read the location of the buffer zone in the document, you can read files directly buffer, do not need to read physical disk file buffer size can be used to compile macro EnableFileBuf, Tot
Date
: 2025-12-16
Size
: 581kb
User
:
xjj
[
Embeded-SCM Develop
]
UCOSFS_SYS
DL : 0
本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. 具体文件系统应用接口见fs_api.h-本资料包括建立在SD卡和NANDFLASH上的文件系统,具体如下: SD卡:FAT32 NANDFLASH:FAT16 SD&NAND:整合的文件系统,SD(FAT32)的盘符是"ide",NANDFLASH(FAT16)的盘符是"FLASH" uc/FS基本使用方法: 1. FS_Init(),在调用uc/FS功能前需要进行初始化 2. FS_IoCtl(),对媒质进行格式化(SD卡用电脑格式化,所以未给出格式化参数) 3. _write_file, 1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FWrite(),数据写入文件 3)FS_FClose(),关闭文件 4. _dump_file,1)1)FS_FOpen(),建立文件或打开已有文件,返回文件结构指针 2)FS_FRead(),读出文件数据 3)FS_FClose(),关闭文件 5. FS_Exit(),关闭文件系统. 具体文件系统应用接口见fs_api.h
Date
: 2025-12-16
Size
: 1.49mb
User
:
乔木
[
Embeded-SCM Develop
]
fft
DL : 1
2007年全国大学生电子设计大赛,A题音频信号分析仪的全部源程序。 单片机为c8051f120,系统时钟倍频至96MHZ。 main.c是一个包含五级菜单的主函数。 FFT.C是进行fft变换,将时域信号变换成频域信号。 flash.c是读写片外flash存储器的程序,可以将分析结果保存,以备调用. z7290.c是周立功7290键盘芯片的驱动程序. FFT_xgjis.c是对变换后的频谱进行分析和运算. FFT_CodeTable.c是一个正弦表,在FFT的时候调用. LCD320240.c是320*240的液晶驱动程序,液晶的控制器是SED1335. 所有的.h文件提供了子函数的定义. 本程序用KEIL3 802版本编译通过,将所有的.C文件添加到工程中,并编译main.c 注意两点:1.器件选择c8051f120. 2.在target中将时钟设为96M.同时必须将Memory Model 改成large--XDATA.默认的是small. 因为本设计占用的资源是非常大的. Program Size: data=81.3 xdata=6811 code=43056-2007 National Undergraduate Electronic Design Contest, A title of the audio signal analyzer full source code. Singlechip c8051f120, system clock multiplier to 96MHZ. main.c is a menu that contains the main function 5. FFT.C is fft transform, time-domain signal will be converted into frequency domain signals. flash.c are reading and writing flash memory chip procedure, the results of the analysis can be preserved, for calling. z7290.c weeks are Ligong 7290 driver keyboard chip. FFT_xgjis.c is transformed spectrum analysis and computing. Sine FFT_CodeTable.c is a table at a time when FFT calls. LCD320240.c are 320* 240 LCD drivers, LCD controllers are SED1335. all. h document provides the definition of Functions.
Date
: 2025-12-16
Size
: 35kb
User
:
王渔阳
[
Embeded-SCM Develop
]
task3-2
DL : 0
对EVK1100板,创建一个菜单系统。该系统应采用的液晶显示传感器(热敏电阻,电位器和光感应器(LDR的) 推按钮PB0 - PB3应该选择一个项,并开始 采集数据,由传感器连接到ADC。该ADC值应转换一个介于0 - 3.3V的电压。 推动的操纵杆按钮,应该将系统返回到初始的菜单。该按钮状态应该使用中断 该ADC值应予以使用轮询技术。 该ADC是采用了3.3V的参考电压。-Write a C program which creates a menu system. The system should utilizes the LCD * display and the built in sensors(thermistor, potentiometer and light sensor (LDR) * on the EVK1100 board. * Pushing the pushbutton PB0-PB3 should select a item on the menu, and start taking * data from the ADC connected to the selected sensor. The ADC value should be converted * to a voltage between 0-3.3V. * Pushing the Joystick button, should return the system to the initial menu. * * The pushbutton states should be registered using interrupt * Interrupt functions are available in gpio.h * * The ADC has 8 channel and 10-bit resolution. * The ADC value should be read using polling technique. * * The ADC is powered with a 3.3V reference voltage.
Date
: 2025-12-16
Size
: 3kb
User
:
wang
[
Embeded-SCM Develop
]
KeilC51_CountDown
DL : 1
源起: http://zhidao.baidu.com/question/163455823.html 适合用户:KeilC已初步入门,想进一步提高的朋友 程序架构:全部使用状态机构建而成(状态机是高手进阶必经之路) 模块构成:键盘,显示,定时器,CPU核心四大块 程序特点: 1. 修改方便,所有头文件由Includes.h统一组织,增加头文件只需在Includes.h中加入 2. 由Keil自带串口方便的在全速运行时监视数据 3. 本系统相当于一个精简的合作式操作系统,你随便用,绝无版权纠纷 使用方法: 1. 打开项目文件,编译通过并启动调试器 2. peripherial 菜单下打开P2口(P2.0 -P2.2是键盘,定义详见Key.c) 3. view菜单下打开Serial Window #1 ,将显示模式设定为16进制(putchar()输出字符) 4. Run全速运行,点击键盘P2.0,P2.1,P2.2观察效果(注意按键按下后必须弹起,否则不响应下一次按键) 尹刚 于2010-06-30 凌晨 交流QQ:635093341 欢迎访问我的博客空间:http://hi.baidu.com/burn_life-For User: KeilC have initially started, to further enhance friend Program structure: all use is made state machine (state machine is a must to master advanced) Blocks: the keyboard, display, timer, CPU core four blocks Program features: 1. Modify convenience, all the header files from the Includes.h unified organization, increasing only in Includes.h header file to add 2. Keil comes from the serial port running at full speed to facilitate the surveillance data 3. This system is equivalent to a streamlined collaborative operating system, you talk with, no copyright disputes Usage: 1. Open the project file, compile and start debugger 2. Peripherial menu to open the port P2 (P2.0-P2.2 is the keyboard, more specifically defined Key.c) 3. View menu to open the Serial Window# 1, the display mode is set to 16 hexadecimal (putchar () output characters) 4. Run at full speed, click on the keyboard P2.0, P2.1, P2.2 observed effect (attention button pressed to bounc
Date
: 2025-12-16
Size
: 8kb
User
:
尹刚
[
Embeded-SCM Develop
]
6-3
DL : 0
用于MSP430F149。异步通讯。 从串口接收数据,分析收到的数据包,然后根据算法进行运算,最后 将结果从串口返回。 数据包的结构见xieyi.h。-For MSP430F149. Asynchronous communication. Receive data from serial analysis of received packets, and then computing algorithm, and finally return the results from the serial port. Packet structure is shown in xieyi.h.
Date
: 2025-12-16
Size
: 26kb
User
:
ztc
[
Embeded-SCM Develop
]
ZStack-1.4.3
DL : 0
cc2430 完整协议栈 开源代码 完整协议栈 开源代码-cc2430 complete protocol stack
Date
: 2025-12-16
Size
: 1.38mb
User
:
郑志谊
[
Embeded-SCM Develop
]
1 4键盘
DL : 0
/* 引用头文件,里面包含了一些对51单片机内部寄存器的定义 */ #include <reg51.h> /* 定义unsigned int为uint */ #define uchar unsigned char /* 定义unsigned uchar为uchar */ #define uint unsigned int /* 定义P2.3 按键接收A */ sbit InputA = P2^3; /* 定义P2.4 按键接收B */ sbit InputB = P2^4; /* 引脚4 */ sbit LCD_RS = P2^0 ; /* 引脚5 */ sbit LCD_RW = P2^1 ; /* 引脚6 */ sbit LCD_EN = P2^2 ;
Date
: 2013-04-22
Size
: 20.09kb
User
:
11966429@qq.com
[
Embeded-SCM Develop
]
1602液晶仿真
DL : 0
液晶显示程序,很简单的一个小程序,stm32的(t h i s i s a p r oc e ss of stm 3 2)
Date
: 2025-12-16
Size
: 2.52mb
User
:
狂野猎人
[
Embeded-SCM Develop
]
3种H型电路控制方式
DL : 0
典型3种H型电路控制方式。非常适合初学者,以及理解H桥工作方式。(Typical three kinds of H-type circuit control methods. It is ideal for beginners as well as understanding the way H bridge works.)
Date
: 2025-12-16
Size
: 22kb
User
:
白泽呼啸
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.