搜索资源列表
hannouta
- 汉诺塔得演示程序.该程序是数据结构中得汉诺塔得演示程序.可以用来进行汉诺塔得教学演示-Demonstration Program. The procedure is derived data structure HANOR in demonstration program. Can be used for teaching in HANOR demo
labyrinth-java
- 数据结构中的迷宫算法,演示程序用java实现-data structure of the maze algorithm, demo program using java to achieve
j_12162_cz_els
- 简介:传智播客版《贪吃蛇游戏开发》视频包括16小节: 01_游戏功能演示与说明 02_游戏中的面向对象分析与设计 03_使用传智播客提供的API类组装贪吃蛇游戏 04_编写贪吃蛇游戏中的各个类的主体框架性代码 05_编写Controler类与实现蛇移动的事件监听 06_编写对各个类进行测试的程序代码 07_蛇的数据结构设计与移动显示 08_测试与修正蛇的移动与显示问题 09_排除蛇的相反方向与无效方向的按键问题 10_编写与测试表示食物的
UseButtonRepresentLinkList
- 数据结构链表相关操作的演示代码。包括节点的删除,查找,链表的排序,其中以JavaGUI中的Button控件代表每个节点,模拟实现各项操作。另附说明书。是数据结构中链表模拟实现的不错的java applet 程序,嵌入HTML可直接双击打开看效果。-Linked list data structure related to the operation of the demo code. Including the node to delete, search, list sorting, with
simplestudentmanagermentsystem
- 用的数据库版本MySQL4.1 简易的学生管理系统的database是student 分别建两个表account和studentinfo,其详细数据结构见student1.sql 要实现的主要功能如下: 1.登录验证 (LoginFrame) 2.设置管理员密码(setPwdFrame) 3.添加学生资料(AddFrame) 4.修改学生资料(ModifyFrame) 5.删除学生资料(放在MainFrame中)
src
- BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。 其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。 MainClass.class , 指一个数据压缩器的启动界面。 本来是用来做压缩的, 后来查到有人申请了专利, 我又没有时间改,所以罢了。 发上来给大家参考。代码没有整理, 写了也有几个月了, 有些类的
DSAj
- 用java写的数据结构,可以和C对比一下,有助于对数据结构的理解-Using java to write the data structure, you can compare and C, contribute to the understanding of the data structure
Shujujigou
- 运用java技术,结合swing插件,实现数据结构中链表、堆栈的模拟演示-Using java technology, combined with swing plug-in, the list of data structures, stack simulation demo
visualization.src
- JAVA实现的数据结构课程演示软件,实现了几乎所有的数据结构算法-JAVA implementation of data structures course presentation software, to achieve almost all of the data structure algorithms
p3
- 这是一个用java实现的简单的连连看游戏,实现了UI界面,相信会有人需要。其中还包含一个自己写的数据结构。-This is a simple implementation with a java game Lianliankan achieved UI interface, I believe that someone needs. It also contains a data structure.
lib
- 马踏棋盘的算法演示,数据结构应该都学过-Mata algorithm demo board, the data structure should have learned ~~~~~~~~~~~~~~~~~~~~~~
HorseTravel
- 程序是数据结构中马踏棋盘的一种改进方法,并且用多线程方法实现过程演示,界面采用SWT编程。-Horse program is a data structure of an improved method of riding the board, and method of using multi-threaded implementation process demonstrates, the interface using SWT programming.
Java
- 基于Java的数据结构算法演示系统,包含制作过程与要求-Java-based data structure algorithms presentation systems, including the production process and requirements
newMaze1.7
- 一个数据结构迷宫老鼠的课程设计,有单步演示和整体演示,内容丰富完整-data structure project,well developed
link
- 链表实现,java,链表工作的演示方法,数据结构-Presentation methods linked list implementation, java, list of work, data structures
dRBAC
- 本程序使用java开发的数据结构演示系统,包括了链表,二叉树,排序以及图的图形界面演示系统,实现了智能化及用户可自行输入数据进行演示。-This program uses the data structure of the java development presentation systems, including linked lists, binary trees, sorting, and a graphical interface presentation systems, inte
src-BP
- BP算法的神经网络的源代码, 可以根据向量建立网络,网络的训练结果和初始结构可以用XML保存和载入。 其中 Compressor/TrainerWithDiagram.class , 是一个用于演示的训练器, 产生制定范围内的数,生成随即样本, 并训练。 MainClass.class , 指一个数据压缩器的启动界面。(BP algorithm of neural network source code, you can build a network according to the ve
数据结构书中代码演示
- 数据结构书中代码完整演示,包括链表,二叉树,图,查找,排序算法等(A complete demonstration of the code in the data structure book, including linked list, binary tree, graph, search, sorting algorithm, etc.)