搜索资源列表
飞云电子技术论坛
- 一个采用asp开发的论坛,结构清晰,树形目录,使用方便简单-an asp development using the forum, clear directory tree, easy to use simple
2.6.3--树形组件进阶(目录树)
- 树形操作--树形组件进阶(目录树),了解树形的基本应用。理解应用树形-tree operation -- Advanced Component tree (tree), a basic understanding of tree applications. Understanding Application tree
ASP_Tree
- ASP_树形下拉框 用ASP实现的,具有树形目录结构的下拉框-ASP_ tree drop-down box with the ASP, with a tree structure of the drop-down box
肖天华数据结构大作业
- 本次作业采用MFC多文档——视图结构体系(已征得肖老师的同意)。开发环境为VC++ 6.0 SP6,其他环境下编译未做测试。 程序运行时的外观如上图所示:文档窗口被分割为左右两部分。左边部分采用树形控件CTreeCtrl管理,右边部分采用文本框控件CEdit管理。打开或生成的XML文档都将以文本方式显示在右侧文本编辑窗口,经一定算法解析后将在左侧窗口中按XML文档描述的逻辑结构以树形目录的方式显示出来,直观明了。 -this operation using MFC more docume
15树形列表
- 本例子中用到较多的Asp技巧,模仿树形目录结构,记录是从数据库中查询,采用table 和 css加以实现.-this case Asp use more skills, imitate tree directory structure, the records from the database query, use table and css be achieved.
dirtre
- 使用VC++6.0开发的windows界面-树形目录-use development of the VC 6.0 windows interface-tree directory
nTree_Acc_Sql
- 自己做的一个多级树形目录,能通过数据库动态的修改目录树,提供了ACCESS和SQL版.-own more than one level of directory tree, the database can change the dynamic directory tree, and the ACCESS SQL version.
osdesign
- 这是一个操作系统课程设计之文件系统管理,实现了多级目录管理,先开放20M空间。完成树形目录操作-courses on operating system design from the file system management, and the realization of the multi-level directory management, first 20M open space. Complete tree directory operations
ASP+XML自动生成产品目录网页
- 一个用ASP+XML自动生成产品目录网页应用程序 添加或修改产品信息时只需在自己电脑上用xml可视化工具修改xml文件后运行一次ASP即可生成所有新的静态网页,然后将更新的静态网页上传网站即可. 改版面只需对ASP中的html部分修改即可,改样式则只需修改.css文件 很强大且成熟程序,效果请见: http://www.samluo.com/light/light.htm 注意这个文件夹里的几千个网页是一个ASP文件调用xml数据后自动生成的静态网页,网页共调用了一个.js文件实现树形
一个用于生成树形目录的文件
- 一个用于生成树形目录的文件
模版目录树
- C# 源码 个人开发的提供树形目录,保证操作的简便性
QT下的树形目录、列表控件演示程序
- QT下的树形目录、列表控件演示程序,有助于QT开发人员学习。,QT under the directory tree, list control demo program will help developers learn QT.
ga.rar 简单论坛程序
- 一个女生编写的简单论坛程序,树形目录,实现了论坛相关功能,借得你看看!,A forum for girls to prepare a simple procedure, directory tree, the realization of the forum-related functions, to borrow you look at!
TreeWiewDemo.rar
- 树形结构,简单实用,实例源码,源码,树形目录,Tree structure, simple and practical examples of source code, source, directory tree
通讯目录
- 树形控件,对话框类型的 做的不好,请多指教。-tree controls, the type of dialog so well, please enlighten.
treenodefilebrowser
- 简单的树形目录,ui方面没有仔细设计。不过基本的treenode用法都有了。-Simple tree directory, ui the lack of detailed design. However, usage of both the basic treenode.
codefans.net
- jquary 树形目录 四种样式 可以选择使用 很漂亮的哦-jquary tree directory can choose to use the four styles are beautiful Oh
目录树
- 此程序可用于将计算机内文件以树形结构显示出来(This program can be used to display the file inside the computer in a tree structure)
tree1
- 树形目录菜单 可刷新 可自由配置菜单目录项,可实现在指定的目标打开查看目录及子项目的链接内容。(menue tree Adds a node to the tree. Example mytree.add(1, 0, 'My node', 'node.html', 'node title', 'mainframe', 'img/musicfolder.gif');)
纯JS的树形目录节点添加删除
- 纯JS的树形目录,可以实现节点的添加和删除,节点后面带复选框,父节点带单选框,还带有复原选择的功能。对于学习JS非常有用!