搜索资源列表
269t
- 首先选择接受文件的人,可以在部门前打勾,出可以在职务前打勾,以选择接受文件的一批人。如果选择了”所有人“,那么此文件发给每一个人,所以在职务和部门前的选择都失效。如果点击了“按部门排序显示详细名单”或“按姓名排序显示详细名单”,会显示数据库里所有人的姓名,可以选择分别选择要发给哪些人。 然后输入此文件的标题,此项是必填项目。 内容栏可以不填。 点击“上传附件”按钮,可以选择附带的文件,按提交就可上传,可以分别上传多个文件。 最后,按“发送”按钮,就可以把信息发出去
ListSort1
- list sort 接口实现,排序动作。简单易行-list sort interface, scheduling moves. Simple
jsp(sqlserver)
- 用jsp编写的购物车,主要特点是可以记录你曾经浏览和交易的产品,按点击的多少排序列出。-jsp prepared with shopping carts, the main characteristic is that once you can record browsing and transaction products, by clicking on the number of ranking list.
GetStudentRecord
- java记录成绩册,提取成绩,对成绩排序管理-java record results list, extraction results, the management of sequencing results
SortList
- 实现LIST的排序功能,里面主要写了自定义排序
list
- (1)写一个final参数类M,包括比较次数、交换次数、探测次数属性,并重写构造器和toString方法。 (2)写一个抽象类A,其中包括要排序的数据。提供三个final方法,分别完成比较、探测、交换操作的同时,正确改变私有的M类对象成员的相关属性。并提供一个虚方法doSort,同时提供一个final方法sort(先设置M对象初值,然后调用doSort方法,返回M对象引用) (3)写三个采用不同方法排序的A类的派生类A1,A2,A3 (4)写一个测试类作为主类,分别生成A1,A2,A
单链表排序输入n个数,用单链表
- 单链表排序输入n个数,用单链表(任意算法)对其进行排序并按从小到大顺序输出。 ,Single-linked list to sort n the number of input, using a single list (any algorithm) and sort them from small to large order of output.
Player
- 支持LRC同步、拖动歌词定位、拖动歌曲列表排序、异步添加歌曲等!适合用于音乐网站。-Support LRC synchronization, drag lyrics positioning, drag the song list sorting, added asynchronous songs! Suitable for music website.
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
MyPic_v1.2
- MyPic 七夜图片管理系统 v1.2 1. 增加: 图片浏览量,点击排行 2. 增加: 多模板支持 3. 增加: 标签***,方便制作模板 4. 优化: 图片展示页模板速度和调用方法 5. 增加: RSS输出功能 6. 增加: 添加/修改 图片后自动生成HTML(如果HTML模式开启) 7. 增加: 后台内容列表页排序, 8. 增加: 图集星级推荐功能 9. 增加: 点击最后一张图片自动跳转到下一篇 10. 增加: 内容页链接到上一篇/下一篇
JHelper
- JHelper 是一个开源的共用JS库,它分层装了类似Java中的List, Map,StringBuffer以及自定义排序等集合,和方便灵活的Validate验证操作 -JHelper is a shared open source JS library, which installed a similar layered Java in the List, Map, StringBuffer, as well as collections such as custom sorting, an
15883879GourmetCoffee
- 这是一个Java 链表的排序算法,可以将原有的链表输入的数字和字符串逆序排出。-This is a list of Java sorting algorithm, the original list can be imported from digital and string reverse.
ppdong
- 1、增加影片数量统计函数。 2、改进侧边栏及首页列表第一数据是否显示图片的函数。 3、加入AJAX留言插件。 4、加入AJAX评论插件,后台可设置是否开启,后台可分别按IP,留言者,影片名显示留言,并可以批量删除,留言和评论插件后台均有相关参数设置。 5、改进点播列表集数过多则自动限制在一定范围。 6、增加数据批量替换功能。 7、增加分类合并功能。 8、后台增加HTML状态判断,没有生成的自动选中,可直接批量生成。 9、后台增加人气显示,可以分别按
TableViewerExample_tmp_2009.8.8_21.26
- Eclipse环境下,java编写的列表(TableList),可以实现列表内容的增加,删除,修改,排序,并且可以通过下拉框进行内容选择-Eclipse environment, java prepared a list of (TableList), can achieve an increase in the contents of the list, delete, modify, sort, and you can select the drop-down box for content
LinkedList
- //本代码是用Java实现链表的几个基本功能,分别是:创建链表(自己需要输入创建节点的个数,之后输入各个节点的数值)、 //插入节点、删除节点(分为删除链表中某个数值方法和删除链表中第几位置的节点方法)、输出链表、将链表转化为数组、 //将链表进行排序(用的是先将链表转化为数组,之后对数组进行冒泡排序)、还有输出链表的长度(初学者仅供参考)-Complete the single linked list with Java. The functions are create,
sort
- JAVA,List自订义排序,跟具一个实体Bean中的属性进行排序。-JAVA, List Custom righteous sort, with an entity Bean with the property in the sort.
List-Structures
- 该程序实现链表,队列,栈的基本功能,及队列的排序,结果通过HTML来展示。-The program implements a linked list, sort of the basic functions of the queue, stack, and queue, to demonstrate the results through HTML.
SortList
- java List 排序小工具,方便开发中各种类型的排序,也可以学习,希望对大家有用-java List sorted gadgets to facilitate the development of various types of sorting, you can also learn, we want to be useful
ListSortUtil
- java工具类List排序使用,方便java对象的排序(The Java tool class List sort is used to facilitate the sorting of Java objects.)
数据结构书中代码演示
- 数据结构书中代码完整演示,包括链表,二叉树,图,查找,排序算法等(A complete demonstration of the code in the data structure book, including linked list, binary tree, graph, search, sorting algorithm, etc.)