搜索资源列表
Md5&Des&Diff
- java 实现 Md5加密、Des加密的例子,另外还有一个Diff比较两个java数组的有何不同的例子。
GraphD
- java数据结构的小应用程序对于数组的冒泡排序-data structure of the java applications for small array of Bubble Sort
Matrix.设计一个造成矩阵类Matrix
- 设计一个造成矩阵类Matrix,包含一个元素类型为int的二维数组,分别设计一个静态方法和实例方法把矩阵转置,分别设计静态方法和实例方法实现二个矩阵相加、相乘。重写方法toString(),使其能输出此矩阵。,Caused by the design of a matrix of type Matrix, contains an element type for the two-dimensional array of int, respectively, to design a static
StrategyHaoc
- 用java语言实现策略模式 BubbleSort.java——冒泡排序算法 ChooseSort.java——选择排序算法 InsertSort.java——插入排序算法 MergeSort.java——合并排序算法 SortStrategy.java——排序算法的接口 Sort.java——排序类,通过此类的sort()可以对实现了Comparable接口的数组进行升序 SortMain.java——显示界面排序-Using java language model
chap2
- java程序设基础(第2,4章) 输出信息到屏幕 java的基本数据类型 变量的命名规则,作用域 java的注释 从键盘读取数据 数组的定义、创建与访问 字符串的使用
EightPuzzle
- java实现八数码求解问题。输入一串字符数组代表八数码的初始位置,最后得到正确的八数码排布-java Implementation eight digital solve this problem. Enter a character array of eight digital representative of the initial position, and finally get the correct arrangement of the eight digital
MC
- java实现,用回溯的方法解决n,k下的传教士野人问题。最后输出一个字符串数组,表示渡河过程-java implementation, with the back of a solution n, k missionaries under the savage problems. The final output of a string array that cross the river course
java-data-structures-andalgorithms-
- 《java数据结构和算法》(第2版)介绍了计算机编程中使用的数据结构和算法,对于在计算机应用中如何操作和管理数据以取得最优性能提供了深入浅出的讲解。全书共分为15章,分别讲述了基本概念、数组、简单排序、堆和队列、链表、递归、进阶排序、二叉树、红黑树、哈希表及图形等知识。附录中则提供了运行专题Applet和例程、相关书籍和问题解答。《java数据结构和算法》(第2版)提供了学完一门编程语言后进一步需要知道的知识。本书所涵盖的内容通常作为大学或学院中计算机系二年级的课程,在学生掌握了编程的基础后才开
markov
- 实现简单的马尔科夫链过程,近需要输入初始状态数组和转移概率矩阵即可 同时也将其转换成.jar文件,方便java程序员调用-The realization of a simple Marco chain process
RandomNum
- 使用java语言随机生成一组数字,并采用插入排序算法对该数组进行排序-Using the java language to generate a set of random numbers, and using insertion sort algorithm to sort the array
Matrix-AlgorithmMat
- 该java文件内包括了矩阵的加减乘除,矩阵求逆,矩阵求秩,矩阵转置,数组从大到小和从小到大排序等常用算法,是工科同学算例的仿真必备 -The java file, which includes both matrix addition, subtraction, matrix inversion, matrix rank, matrix transpose, array descending and ascending order and other commonly used algori
Queens
- 八皇后,回溯法,java实现,1维数组,可列出所有可行解-Eight Queens, backtracking, java implementation, one-dimensional arrays, lists all feasible solutions
Kmeans
- kmeans算法的java实现,二维数组实现,可以扩展到多个维度-kmeans in java
NCom
- 字符串、数组的zip压缩和解压缩代码,java版本改造的C#版本(String and array zip compression and decompression)
数组
- 用java描述常用数组排序如冒泡排序、直接排序、反转排序(Use java to describe common array sort such as bubble sort, direct ordering, reverse ordering)
数据结构python
- 很多数据结构用C++和java写的,这里我用python写的一些数据结构的实现(Write LinkNodes using python)