搜索资源列表
CmnCtrl
- 用VC编写的程序,用以调整树形菜单控件的节点颜色、背景颜色等,比较有意思的程序,除了这些功能外,还有很多说不上来的功能,点击窗体上边的选项卡,每一个里面都有不少的操作,值得大家学习。-Program written with VC for the tree menu control to adjust the node color, background color, more interesting programs, in addition to these features, there
tree
- asp+js动态树形菜单 带数据库 很好用的,放到webroot下就能运行-asp
Thunderdemo
- vs2008仿写的C#迅雷下载软件主界面源程序,使用有控件,不过模仿的很像,像分校、Tab选项卡的应用、Flash文件的嵌入、多级的展开菜单、树形控件的加入、DatView数据列表的调用与显示、图形按钮的实现、网络信息的载入等,考验的是比较综合的窗体界面编程技术,希望每一样C#爱好者都能参考一下这套源代码 。-vs2008 C# Thunder Imitating the main interface to download software source code, use the contr
erchashu
- 实现二叉树的排序 实现二叉树的前序、中序、后序排列,以菜单形式出现-To achieve the realization of binary tree binary tree sort of pre-order, in sequence, arranged after the order to the form menu
j_14408_Text_CTreeBT_Demo
- VC仿QQ游戏大厅的树型展开菜单控件源码类别:编程源码 - C/C++授权语言:共享软件 - 简体中文应用平台:windows - 无数据库发布时间:2009-7-12 11:01:55更新时间:2009-7-12 11:01:-VC imitation QQ games hall tree expand the menu control source categories: Programming source code- C/C++ authorization language: Share
PHPv1.0
- PHP无限级树型分类菜单 v 1.0 PHP无限级树型分类菜单 v 1.0-PHP Infinite Tree Category Menu v 1.0PHP unlimited level classification tree menu v 1.0PHP unlimited level classification tree menu v 1.0
Testaa
- Asp.net编写的树形导航菜单源码----生成树源码-Generate Tree
HuffmanCode
- (1)鼠标输入一个待压缩短文本文件,统计文本文件中各字符的个数作为权值,生成哈夫曼树。 (2)将文本文件利用哈夫曼树进行编码。 (3)把哈夫曼编码用二进制位紧缩到一个变量中,利用位运算进行真正的数据压缩。 (4)界面友好,易于操作,采用菜单方式进行选择。 -(1) the mouse to enter a short text file to be compressed, statistics text file as the number of characters in t
treeMaker3.0
- 很好的树型菜单制作工具!可以制作无极限树新菜单!-Good tree menu authoring tool! No limit tree can create new menu!
BSTSort
- //本程序实现二叉排序树的基本操作: //1:输入数组长度和一串数,创建它的二叉排序树; //2:查找给定元素,并给出层次值; //3:插入给定元素; //4:先根和中根遍历; //5:显示菜单 //0:退出程序。-//This program is to achieve the basic operation of the binary sort tree:// 1: the length of the input array and a string of numbe
js
- 树形js菜单!按照英文字母顺序排序,并按照英文字母分类!-Tree js menu!
The-tree
- (1)输入字符序列,建立二叉链表。 (2)中序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法。(最好也能实现先序,后序非递归算法) (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)建立中序线索二叉树,并实现中序遍历。 (8)借助队列实现二叉树的层次遍历。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) Enter the character sequence of binary list. (2) in traversing
tu
- (1)键盘输入数据,建立一个有向图的邻接表。 (2)输出该邻接表。 (3)建立一个无向图的十字链表。 (4)在有向图的邻接表的基础上计算各顶点的度,并输出。 (5)采用邻接表存储实现无向图的深度优先遍历。。 (6)采用邻接表存储实现无向图的广度优先遍历。 (7)以有向图的邻接表为基础实现并输出它的拓扑排序序列 (8)采用邻接矩阵存储实现无向图的最小生成树的PRIM算法。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。-(1) keyboard input
path-menu
- 层次,wrappable(当容器宽度比长度变小的菜单),鼠标悬停和tab键驱动的菜单栏。最初创建代表选中项的路径在树形视图。 -Hierarchical, wrappable (when container width gets smaller than the menu length), mouse-hover and Tab-key driven menu bar. Originally created to represent a path to the selected item i
xuejiguanlixitong
- 学籍管理系统 系统是在VC++6.0和SQL Server 2000下开发的. 数据库在Database目录下,在SQLSERVER的查询分析器中执行即可生成数据库. 源程序在Src目录中. 因为程序极为经典,所以本人在此转载~ 一、编程环境: windows2000 +visual stdio c++ .net,Ado + SQL2000 二、SQL设置: 将在SQL2000下建立schooldata数据库,导入数据文件 三、导入数据: data目录下有school_back数据库备分文件 操
dtreeTopdf
- 一个树形菜单,实现:用javascr ipt代码动态构建目录树,而不需要任何配置文件。 在安装pdf阅读器的条件下,可以浏览pdf文件。并且实现指定页打开。树形菜单添加复选框,实现勾选父节点的复选框,自动全选其子节点。实现批量打开pdf。-A tree menu: to build a directory tree using javascr ipt code dynamically, without the need for any configuration files. Under t
shujujiegou
- 输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)先序遍历二叉树:非递归算法(最好也能实现中序,后序非递归算法)。 (4)求二叉树的叶子个数。 (5)借助队列实现二叉树的层次遍历。 (6)在主函数中设计一个简单的菜单,分别调试上述算法。-Enter the character sequence to build the binary tree. (2) first order, in sequence, after the b
binarytree
- 二叉树以lson-rson链接方式存储,以菜单方式设计并完成功能任务:建立并存储树、输出前序遍历结果、输出中序遍历结果、输出后序遍历结果、交换左右子树、统计高度,其中对于中序、后序的遍历运算要求采用非递归方式。-Binary links to lson-rson stored to design the menu and complete functional tasks: Create and store the tree, the output results before preorder
zTree-zTree_v3-master
- 比较实用的树状菜单js代码,有更多需求可到模板之家下载观看(More practical tree - like menu JS code,,with more needs to be downloaded from mubanzhijia)
第09章 Tree Control的使用
- Tree Control 是最常见的Windows控件之一,建立有数据表接口的Tree Control对象,通过右键菜单完成Tree Control 节点的增删改等功能,Tree Control对象与ALV Grid对象的关联(Tree Control is one of the most common Windows controls, setting up Tree Control objects with a data table interface, completing and del