搜索资源列表
JSP+MSSQLBBS
- 这是一个用JSP结合MSSQL数据库编写的论坛,论坛是树型框架结构支持二级类别,类别自已可以添加修改。支持背景音乐,不喜欢的可以关闭。 -This is a combination of JSP MSSQL database prepared by the Forum, Forum tree framework to support two categories, Category own amendments can be added. Support background music,
windy
- 帮忙改错 我要写软件工程课程设计 平衡二插树-help Corrector I write software engineering courses designed to balance two intercalation tree
50402417
- 和树类似,图的遍历是图的一种主要操作,可以通过遍历判别图中任意两个顶点之间是否存在路径、判别给定的图是否是连通图并可求得非连通图的各个连通分量,但对于带权图(网),其最小生成树或最短路径都取决于弧或边上的权值,则需要有特定的算法求解。-and similar trees, graph traversal map is a major operation, Discrimination can traverse map between any two vertices existence trai
treeDeepLeaf
- 求树的深度和叶子数,在一个程序中解决两个问题-for the depth and tree leaves, and in a process to solve two problems
DATALECTURE
- 数据结构 授课教案 本章主要介绍以下内容: 1.数据结构研究的主要内容 2.数据结构中涉及的基本概念 3.算法的概念、描述方法以及评价标准 栈和队列 1.树的定义和存储结构 2.二叉树的定义、性质、存储结构 3.二叉树的遍历、线索算法 4.树和二叉树的转换 5.哈夫曼树及其应用 -data structure templates teach this chapter introduces the follow
shuxing
- 用JS实现的树形菜单!里面有两个图形文件 可以使菜单更逼真!-used to achieve the tree menu! There are two graphics files can make the menu more realistic!
jspftbbs320061010
- 本论坛开发环境:jdk1.5+Tomcat5.5.17+sql server2000+Windows 2000 1、支持HTML内容编辑,支持网络贴图与附件上传等,支持多种版面风格. 2、论坛是树型框架结构支持二级类别,类别自已可以添加修改。 3、安全稳定,系统采用密码加密二次验证。 4、本论坛设以简洁高效为目标,所以不适合要求功能花俏、插件多样的使用者; 5、本论坛完全是用dw作为开发工具,没有任何封装文件,易于二次开发。 6、演示地址:h
20070523
- 一个简单的二级树型目录的代码.用户可以将left.jsp中的代码根据你自己的需求,进行修改.-a simple two directory tree code. Users can left.jsp according to the code, you own needs and make revisions.
二分树文件存取的实验报告
- 一个二分树文件存取的实验报告-a two-tree file access Experimental report
JavaPXML-RSS
- 一、使用说明 程序入口命令 cd F:\java\2003012142 set classpath=classes javac -d classes src/RssParser.java java RssParser 操作 互动部分在左侧的树 左键选择---状态栏显示RSS的URL 右键弹出---该对象的方法 二、功能 简单快速查看网上的RSS资源,支持RSS2.0版本。 可以添加、删除RSS,可
FCA_Greysh_Configuration
- 简介 JavaEE在开发的时候,如果是系统内部常量,一般提倡用枚举常量类,写在单独的类中,但是经常要修改的变量,比如数据源配置,如果存在数据库中,有种浪费。但是存在TXT中扩展性不好,就笔者观察,一般的程序员都喜欢把经常修改的常量存在xml文件或者properties文件。 存在xml文件最大的好处是扩展性很好,一般用sax或者dom这两个方向的框架,比如DOM4J,JDOM等。Sun推出的JAXM(Java API for XML Messaging)也是用的DOM4J。由于SA
cz_site
- 使用Jquery开发的一个页面布局的示例;将页面分割为三部分,左边是一个树形选择结构,右边分为上下两个ifr a me结构,通过选择树中的不同节点,做局部刷新。-Developed using Jquery example of a page layout the page split into three parts, the left is a tree-selection structure, the right is divided into upper and lower two i
tree
- 简单树状结构实现,可以参考一下看看,可以实现两级目录也可以向下扩展-A simple tree structure to achieve, you can reference to see, you can achieve two directories can also be extended down
cuongtv_53_hw01
- Write a program using Java language has the duty to read a text file and statistics of the words in the file. Programs need to use dynamic data structures (eg binary tree or linked list). Information about each word stored in a node in the structure.
23tree
- 2-3 树插入,查找,删除,排序,从文件txt读入插入,查找,删除,排序等指令-two three tree, including insert, search,order,delete, you can read command for txt file
two-trees
- 2树之间的拖动,可以把文件在2树里拖动并添加到另个树里-Drag between 2 trees, can drag the file tree in the 2 and add a tree to another
tree-shake
- 树在风中抖动,一共12帧,一共添加了2个元件-The tree in the wind jitter, a total of 12 frame, added a total of two components
JavaScript Wonderful examples
- Javascr ipt精彩网页特效实例精粹,比如随机产生文本,文字循环出现,文字波浪效果,图片滚动链接效果,图片定期显示.随时间变化的提示语,简单的日历,时间倒计时,二级树型菜单效果,二级相互关联菜单等-Javascr ipt netnew wonderful examples of the essence, such as randomly generated text, text recurring, text wavy effect, the picture scroll effect l
Same-Tree
- Given two binary trees, write a function to check if they are equal or not. 判断两个二叉树是否相同-Two binary trees are considered equal if they are structurally identical and the nodes have the same value.
tree
- 最小生成树算法的动态演示,具有良好的交互性,支持用鼠标绘图和绘点,Prim算法和Kruskal算法两种的动态过程。-Dynamic presentation minimum spanning tree algorithm, with good interaction, support the use of the mouse for drawing and painting point, Prim algorithms and dynamic process of two of Kruskal&