资源列表
[JSP源码/Java] 合并排序
说明:合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。(Mer<墨羽如风 > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] java_code
说明:构造数组的最大MaxTree 时间复杂度O(N) 额外空间复杂度O(N)(* establish the tree with the following principles: * 1. the father of each number is the first larger number on its left and the smaller one on its right, the first one larger than<苏沫儿 > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] MyDPUtils
说明:各类背包问题算法的java实现,并且带有部分注释(Knapsack problem algorithm java implementation, and with some notes)<@逸枫 > 在 2024-12-27 上传 | 大小:1kb | 下载:1
[JSP源码/Java] 单例模式
说明:自己写的一个单例模式的Java语言例子,初学者可以通过代码了解单例模式的实现原理(Write a single example of the Java language example, beginners can understand the principle of the implementation of single case mode through the code)<不落 > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] java图书管管理系统数据库脚本
说明:java 数据库 脚本 图书馆里系统使用(java sql scr ipts for library management system)<bzm > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] DateUtils
说明:可以方便的将获取到的时间毫秒值转换成xxxx年xx月xx日 xx:xx:xx、yyyy-MM-dd HH:mm等时间格式(Can be convenient to get to the time of millisecond value converted to XXXX on xx xx xx: xx: xx, yyyy - MM - dd HH: MM time format, etc)<奈何*飘摇 > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] calendar
说明:java编程实现 1选择年份 输出年历 2选择日期 输出星期(Select year output calendar Select date output week)<dongxuqian > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] 数据库封装
说明:mysql数据库封装,能够减少代码量,目前写的不够好(mysql and java okokokok)<Lancelot123 > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] ShapeBuffer
说明:使用java语言实现shp图层缓冲区的生成(Generated using java language SHP layer buffer)<阿拉不加 > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] QrCodeUtil
说明:用java生成二维码图片,很强大方便的代码 内附java代码(Generate qr code images in Java, very powerful and convenient code)<CrazyLee > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] jump
说明:有一m*n的棋盘(即棋盘由m行和n列),一马放在棋盘中任意位置,马按中国象棋跳法,从初始位置起跳,跳至边界后返回,求所有能返回初始位置的周游路线。(A m*n board (the board consists of M rows and N columns), a horse placed anywhere in the board, according to the China chess horse jump method, fr<b123A > 在 2024-12-27 上传 | 大小:1kb | 下载:0
[JSP源码/Java] order
说明:有N件工作,输入每件工作的费时、最后完成的期限及工作的价值,试求可能的一个完成工作序列,使价值和最大。(There are N pieces of work, input each piece of work time, the deadline and the value of the work, try to find a possible completion of the work sequence, so that the v<b123A > 在 2024-12-27 上传 | 大小:1kb | 下载:0