搜索资源列表
QuadTree
- 从文件读取四叉树结点,按照morton码对四叉树进行编码-Read from the file quadtree node, in accordance with morton yards on the quad-tree coding
WinExplorer
- 树状目录结构,带有源码。分为不同的类,可独自运行,也可插入其它框架中,代码实现了文件路径以string存取-Tree structure, with source code. Divided into different categories, can be run independently, can also be inserted into other frameworks, the code achieved a string file path to access
Explorer
- Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能! 查找、删除含有子目录的文件夹和重命名功能实现类是FileViewImpl.java,不过功能没有真正实现,有兴趣的朋友可以继续完善。 -Java Explorer, based on the MVC realization, code structure analysis of clearance,
HuffmanTree
- 根据huffman树的一个压缩程序,可以压缩和解压单个文件,压缩率80 左右-Huffman tree in accordance with a compression program, you can compress and decompress a single file, the compression rate of 80
VKX.java
- This sample read file xml and creater tree -This is sample read file xml and creater tree
DtreeTest
- 生成动态树,可以添加节点,删除节点,数据库是mysql,sql文件在应用路径下文件名为tree_table.sql。解压后可直接放在myeclipse里-Generate dynamic tree, you can add nodes, delete nodes, the database is mysql, sql file path in the application file name is tree_table.sql. Decompression can be placed dire
WindowsExplorer.0
- 实现windows资源管理器的部分功能。如文件树和文件列表-Explorer windows to achieve some functionality. If the document tree and file list
14160_1243297151FXTK
- Java资源管理器,基于MVC实现,代码结构清析、规范。在功能上完全实现了资源管理器核心的浏览功能以及列表双击与目录树的同步展开和添加/删除文件时的同步刷新,另外增加了右键菜单功能! -Java Explorer, based on the MVC achieved clearance code analysis of the structure, norms. Functions fully achieved Explorer browsing, as well as the core
112-TreeSumming
- A solution in java (includes a .txt file of test cases) to the Tree Summing Problem under Volume I of the Problem Set Volumes of the UVA Online Judge. The problem is available at http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&ca
tree.java.tar
- ID3 Algorithm. This program needs an input file in.txt.
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
JSP_and_Ajax_tree_menu
- 一款JSP+MySQL的Ajax无刷新树形菜单完整示例,包含JAVA源文件和项目文件,配置好MYSQL连接,导入.war项目文件即可运行-The Ajax a JSP+ MySQL tree menu without refreshing the full sample, including the JAVA source files and project files, configured MYSQL connection, to import. War file to run the pr
tokyocabinet-java-1.24.tar
- Tokyo cabinet C 库代码的Java绑定接口。 Tokyo cabinet 是一个管理数据库的库。该数据库是一个单一的数据文件,每个记录为关键字和值。每个关键字和值是可变长度的字节序。二进制数据和字符串都可作为关键字或值。每个关键字必须唯一。没有数据表和数据类型的概念。记录以哈希表、b树和定长数据组织。-The Tokyo Cabinet C libaray s Java binding. Tokyo Cabinet is a library of routine
XML
- 使用DOM解析XML文件 Dom解析是将xml文件全部载入,组装成一颗dom树,然后通过节点以及节点之间的关系来解析xml文件。对于特别大的文档,解析和加载整个文档可能很慢且很耗资源 http://www.iteye.com/topic/763926 -Dom XML file using DOM parser to parse the xml file is all loaded, assembled into a dom tree, then the relationship b
ch25
- The javadoc program takes as input your Java program s source file and outputs several HTML files that contain the program s documentation. Information about each class will be in its own HTML file. Java utility javadoc will also output an index
jsptree
- JSP源码,其它类别,树形菜单 Java动态树形菜单,基于Java的JSP动态树形菜单示例+数据库,因为配置环境比较复杂,这里就不做测试了,源代码完整,数据库文件完整,JSP树形菜单源码,分享给大家。-JSP source code and other categories, dynamic tree menu tree menu Java-based Java JSP dynamic tree menu example+ database, because the more compl
java-File
- 这是我在学习java SE I/O时写的小段子。主要实现以树形方式展现出该目录中的所有子目录和文件。 另外, 在展现的时候将目录排在上面,文件排在下面。每一层要加上缩进。 文件是jre6文件夹,我想这文件夹就不用我说什么了。换上自己的文件路径就可以了。新手上路,只希望打好基础。望有大家多多指点!-This is my learning java SE I/O when writing small pieces. The main achievement to show the way out o
Java-search-file
- java实现在任意目录下查找文件,并以树形排列-Java implementation in any directory lookup file, and arranged in a tree
哈夫曼树
- 本文件为基于java实现的可以编解码的哈夫曼树的完整代码(This file is the source code for huffman tree)