资源列表
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.
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
SwipeTracker
- compute Current Velocity Source Code for Andriod.
PingServer
- It is a pingserver for java(inetaddress isreachable method) (isreachable method connects to port 7.)-It is a pingserver for java(inetaddress isreachable method) (isreachable method connects to port 7.)
otsu22
- 实现一维二维灰度直方图图像分割的matlab实现源代码。-Realization of a two- dimensional histogram image segmentation matlab source code.
Java_Student
- 定义一个学生类  Java_Student 包括成员变量“学号”  、  “班号”  、  “姓名”  、  “性别”  、  “年龄”  成员方法:  “获得学号”  、  “获得班号”  、  “获得性别”  、  “获得姓名”  、  “获得年龄”  。 请为  Student  类定义构造函数初始化所
Sort
- 排序算法总结,有选择排序、插入排序、快速排序、归并排序-sort algorithm
点线圆长方形三角形的周长和面积
- 设计一个能够描述点(point)、线(line)、圆(circle)、矩形(rectangle) 和三角形(triangle)等几何形状的类体系,能够计算不同形状的 周长和面积(如果能够定义的话)。程序文件命名为 Exe3_3.java。