搜索资源列表
tree
- pda上实现二叉树生成演示,以app形式打包了
TreeCtrlUse
- evc开发的ppc环境下的动态树控件的生成与检索,包括节点编码规则和遍历算法。
TreeCtrlUse
- 嵌入式WINCE树型控件编程使用,用EVC开发实现
TreeCtrlUse
- 用VS2005开发的,基于mobile6的VC++程序,是关于树控件的,代码完整可运行-Developed with VS2005, VC++ based on mobile6' s program on the tree control, the code can run a complete
Tree
- evc编程,树控件CTRLTREE用图片做背景,实用例子-evc programming, tree control CTRLTREE to do with the image background and practical examples
121212TreeCtrlUse
- wince 在evc++环境下,树控件学习代码,适合新手学习-wince in evc++ environment, the tree control to learn the code, for novices to learn
paixu
- Switch 可能转化成多种不同算法的代码。其中最常见的是跳转表和比较链/树。当switch用比较链的方式转化时,编译器会产生if-else-if的嵌套代码,并按照顺序进行比较,匹配时就跳转到满足条件的语句执行。所以可以对case的值依照发生的可能性进行排序,把最有可能的放在第一位,这样可以提高性能。-Switch could be transformed into a variety of different algorithm code. One of the most common is