CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - 多级菜单
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - 多级菜单 - List
[
Other resource
]
多级菜单
DL : 0
/*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进的生产力, 代表了社会的发展方向,是建设和谐社会的必要条件.不管你用了多长时间C语言,只要你不善于用 一个小针指来指去,你就是那种\"用嘴吃饭的高贵骑士,决不用屁股装弹步枪\"的守旧分子和社会发 展的绊脚石.(跑题太远,删去1万字...打住) .言归正传,下面的程序适用CPU为Mega16,编译器为CVAVR 1.24.4a 由于按键数目较多,所以按键程 序把按键事件分为数字键,快捷键,确认键,取消键,上下翻键几类,以减小菜单结构的容量.一下菜单 数据在菜单结构数组中的偏移量,有多少个菜单象就有多少个宏定义*/-/ * [original] tree is a multi-level menu reference to a procedure which is used in car phone menu procedures can be seen as a feature to simplify the menu board. I think the tree is a multi-level menu means : a father in the following menu items have sub menu, sub-menus there are a number below SUN ... menu, the main menu into classes according to the current selected * Index. a bit like the directory structure. the wood used to achieve this main menu * stratification of the switch statement, is a switch on each floor. but when I saw the Xiaoyi heroes procedures and ears filled with lq others vying On, then that to my mind changed, I realized indicators represent the advanced productive forces, represents the orientation and social development, the building of a harmonious society is a ne
Date
: 2008-10-13
Size
: 2.47kb
User
:
崔敬军
[
Embeded-SCM Develop
]
液晶多级菜单实现方法
DL : 0
这个是我参考过的多级菜单,里面的思路很不错,比较有参考价值,程序比较大要耐心看-this is my reference to the multi-level menu, the inside is very good ideas that are the reference value, procedures more patience to see
Date
: 2008-10-13
Size
: 33.19kb
User
:
周讯
[
Other resource
]
一个树形多级菜单参考程序
DL : 0
一个树形多级菜单参考c语言源程序 一个树形多级菜单参考c语言源程序-a multi-level menu tree c language reference source tree a multi-level menu c language reference source
Date
: 2008-10-13
Size
: 2.48kb
User
:
陈志辉
[
Other
]
LCD多级菜单
DL : 0
该程序可以作为一些学习c语言和开发的人员参考,怎样去开发多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。-the program can be used as learning c language and the development of reference, and how to develop multi-level menu. C of the procedures used to prepare. After changes can be applied to the actual process.
Date
: 2008-10-13
Size
: 40.43kb
User
:
哈哈哈
[
Embeded-SCM Develop
]
LCD多级菜单具体实现
DL : 0
LCD多级菜单具体实现
Date
: 2009-03-03
Size
: 32.94kb
User
:
w750915@126.com
[
SCM
]
LCD多级菜单显示
DL : 0
LCD多级菜单显示具体实现
Date
: 2011-06-11
Size
: 32.93kb
User
:
yjher2010
[
WinSock-NDIS
]
数码管多级菜单,自己调试
DL : 0
用数码管做的多级菜单
Date
: 2012-04-08
Size
: 161.28kb
User
:
rmkey@qq.com
[
Embeded-SCM Develop
]
CxlcdNew
DL : 0
LCD多级菜单具体实现-LCD multi-level menu concrete realization
Date
: 2025-07-07
Size
: 12kb
User
:
刘题名
[
Embeded-SCM Develop
]
LCD多极菜单演示
DL : 1
LCD多级菜单演示-LCD multi-level menu demo
Date
: 2025-07-07
Size
: 5kb
User
:
张建伟
[
SCM
]
LCD_menu
DL : 0
lcd多级菜单实现,转摘!-LCD achieve multi-level menu, journals!
Date
: 2025-07-07
Size
: 40kb
User
:
普通人
[
BREW
]
MenuList
DL : 0
以栈结构实现的多级菜单-to stack structure of the multi-level menu
Date
: 2025-07-07
Size
: 1.12mb
User
:
范国腾
[
Other
]
LCD多级菜单
DL : 0
该程序可以作为一些学习c语言和开发的人员参考,怎样去开发多级菜单。该程序用c编写。经过修改可以应用到实际的程序中。-the program can be used as learning c language and the development of reference, and how to develop multi-level menu. C of the procedures used to prepare. After changes can be applied to the actual process.
Date
: 2025-07-07
Size
: 40kb
User
:
哈哈哈
[
SCM
]
多级菜单
DL : 1
/*[原创]一个树形多级菜单参考程序 这是一个用于车载电话的菜单程序,可以看成是手机功能菜单的简化板. 我所认为的树形多级菜单是指:在一个父菜单项目下面有多个子菜单, 子菜单下面又有多个孙菜单...,进入下层菜单主要依*当前选中的索引.有点象文件的目录结构. 本木从前实现这类的菜单主要*分层的switch语句,每层都是一个switch.但当我看到晓奇大侠的 程序和耳朵灌满lq等人的争论后,那时那地,我的心境变化了,我意识到指针代表了先进的生产力, 代表了社会的发展方向,是建设和谐社会的必要条件.不管你用了多长时间C语言,只要你不善于用 一个小针指来指去,你就是那种"用嘴吃饭的高贵骑士,决不用屁股装弹步枪"的守旧分子和社会发 展的绊脚石.(跑题太远,删去1万字...打住) .言归正传,下面的程序适用CPU为Mega16,编译器为CVAVR 1.24.4a 由于按键数目较多,所以按键程 序把按键事件分为数字键,快捷键,确认键,取消键,上下翻键几类,以减小菜单结构的容量.一下菜单 数据在菜单结构数组中的偏移量,有多少个菜单象就有多少个宏定义*/-/* [original] tree is a multi-level menu reference to a procedure which is used in car phone menu procedures can be seen as a feature to simplify the menu board. I think the tree is a multi-level menu means : a father in the following menu items have sub menu, sub-menus there are a number below SUN ... menu, the main menu into classes according to the current selected* Index. a bit like the directory structure. the wood used to achieve this main menu* stratification of the switch statement, is a switch on each floor. but when I saw the Xiaoyi heroes procedures and ears filled with lq others vying On, then that to my mind changed, I realized indicators represent the advanced productive forces, represents the orientation and social development, the building of a harmonious society is a ne
Date
: 2025-07-07
Size
: 2kb
User
:
Rover
[
Embeded-SCM Develop
]
液晶多级菜单实现方法
DL : 0
这个是我参考过的多级菜单,里面的思路很不错,比较有参考价值,程序比较大要耐心看-this is my reference to the multi-level menu, the inside is very good ideas that are the reference value, procedures more patience to see
Date
: 2025-07-07
Size
: 33kb
User
:
周讯
[
SCM
]
一个树形多级菜单参考程序
DL : 0
一个树形多级菜单参考c语言源程序 一个树形多级菜单参考c语言源程序-a multi-level menu tree c language reference source tree a multi-level menu c language reference source
Date
: 2025-07-07
Size
: 2kb
User
:
陈志辉
[
android
]
Android 多级菜单、树形菜单的实现
DL : 0
Android 多级菜单、树形菜单的实现 ,类似左边是树,右边展开节点
Date
: 2013-11-10
Size
: 1.05mb
User
:
easymecn@163.com
[
SCM
]
12864多级菜单
DL : 0
51单片机控制12864显示多级调试菜单(51 single-chip microcomputer control 12864 display multi-level debugging menu)
Date
: 2025-07-07
Size
: 379kb
User
:
547184691
[
Other
]
LCD12864多级菜单仿真
DL : 0
基于STC89C51单片机+LCD12864平台实现多级菜单,有仿真,利用结构体和指针来做的(Based on STC89C51 microcontroller +LCD12864 platform to achieve multi-level menu, there are simulation, using the structure and pointer to do)
Date
: 2025-07-07
Size
: 81kb
User
:
殇单片机小白
[
SCM
]
LCD多级菜单具体实现
DL : 0
嵌入式liniux,lcd的多级菜单实现,(Multilevel menu implementation of LCD)
Date
: 2025-07-07
Size
: 34kb
User
:
lop1234
[
SCM
]
stm32多级菜单实现12864
DL : 0
stm32+freertos实现多级菜单按键翻页,汉字字库(STM32 + FreeRTOS realizes multi-level menu button page turning and Chinese character library)
Date
: 2025-07-07
Size
: 606kb
User
:
hehehaha666
«
1
2
3
4
5
6
7
8
9
10
...
25
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.