资源列表
Queue_and_asynchronous_channel_code
- queue structure in java
lab3
- java lab 3 for computer science
SinglyLinkedList
- 链表实现,用java语言实现单链表,可据此改进为多种数据结构形式(An unrolled linked list implementation that is written in Java, which can be improved to a variety of data structure form.)
test_leaflet
- 用leaflet调用地图的一个小DEMO(Using leaflet to call a small DEMO of a map)
打印成绩
- 某班的成绩出来了,现在老师要把班级的成绩打印出来。 格式要求: 1、显示打印的日期。 格式为类似“XXXX年XX月XX日 星期X” 的当前的时间。 2、计算出该班级的平均分(保留整数)。(The result of a class came out, and now the teacher should print out the class results. Format requirements: 1. Display the date of printing. The forma
链接数据库显示
- 用asp文件显示mdb文件数据库内容,在网页表格显示(Display the content of mdb file database with ASP file and display on the page table)
Form_validation_example
- this code deals with form validation in javasrcipt
java-date&valid
- this programs deals with javascr ipt date and number functions
ProducerAndConsumer
- 这是一个生产者与消费者典型例子,以售票和放票为例(Typical examples of producers and consumers)
HeapSort
- 实现nlogn时间复杂度的堆排序 对数组进行排序(Heap sort for nlogn time complexity Sorting arrays)
CaptureScreen
- java.awt.robot在java中属于偏黑科技。用于屏幕截图和操作鼠标键盘。是java库中自带的库,无需下载。这次就较为简单的实现一个截屏功能。如需要其他功能,可自行添加。(Java.awt.robot belongs to partial black technology in java. For screen capture and operation of mouse keyboard. Java library comes with the library, no need to
ExcelForm
- 做通用表格导出,需要在config.properties里配置对应key,创建ExcelForm表格格式以及ExcelFormVo实体类设置参数(To do general form export, you need to configure the corresponding key in config.properties, create the ExcelForm table format and set the parameters of the ExcelFormVo entity c