资源列表
Insertion
- insert sort以java撰寫,不同於一般寫法,較簡單明瞭-insert sort java to write, from a general way, more straightforward .......................
csv
- java解析vcf的代码
Java二叉树算法实例
- 算法入门课程的一个范例,通俗易懂。-algorithm induction of a paradigm easily understood.
jiugongpaixu
- 一个java语言编写的九宫排序程序,此程序中未设置图片,大家可以自己根据需要设置做成拼图游戏-A java languages Nine-palace sort procedures, this process is not set picture, everyone can make their own jigsaw puzzle set up in accordance with required
TalkServer
- 多对多JAVA聊天程序,用的是多线程和SOCKET编程实现,上机实践做的-many to many talk
java
- 带导入导出Excel 可以自由发会的 代码可以任意修改的-Excel
SmallGame
- 一个小游戏,用java实现的,我们都玩过,石头剪子布,这个是你跟电脑玩,没事的时候确实容易玩上瘾的-A little game, with the java implementation, we have played, stone scissors cloth, this is you playing with the computer, nothing' s really easy to play when the addictive
simple-actual-vertical-menu
- 简洁实用的垂直导航菜单,DIV+CSS布局,浅蓝色风格,web网页制作参考资料。-Concise and practical vertical navigation menu, DIV+CSS layout, shallow blue style, web Webpage production of reference materials.
Untitled-2
- 能自动增长的表格,随着你数据的增多,他自己会自动增长-Forms can automatically increase with the increase of your data, he will automatically grow
TestDrag
- 某一容器在规定范围内的拖拽以及拉伸改变大小等功能-Within the specified range in a container and stretching change the size of the drag function
Sort
- 排序算法总结,有选择排序、插入排序、快速排序、归并排序-sort algorithm
点线圆长方形三角形的周长和面积
- 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。