-
SpinnerButtonDemo
spinner的应用源码,非常酷炫,很好的资源(spinner application source code, very cool, very good resource)
- 2014-02-05 19:53:23下载
- 积分:1
-
mgh_com-vue2-elm-master
java实现的克里金插值算法。算法实现中使用Jama.Matrix包来做矩阵操作。算法简洁明了。 希望能帮到你。(Kriging interpolation algorithm to achieve the java. Jama.Matrix packets are used to do matrix operations in the algorithm implementation. The algorithm is concise and clear. Hope to help you.)
- 2017-12-12 13:51:50下载
- 积分:1
-
java_wangluo_ppt
说明: Java网络编程精解(孙卫琴)源代码以及ppt(Java Network Programming refined solution (Sun Weiqin) source code, and ppt)
- 2011-04-13 11:05:56下载
- 积分:1
-
sort
能够实现简单类型的插入排序、冒泡排序和快速排序的升序和降序排列。(To achieve a simple type of insertion sort, bubble sort and quick sort of ascending and descending order.)
- 2010-06-03 20:14:51下载
- 积分:1
-
ssh整合
说明: java spring+struct+hibernate整合例子,希望可以帮助到大家。(java spring+struct+hibernate)
- 2020-06-24 02:40:02下载
- 积分:1
-
org.eclipse
test my program hello world zheng
- 2013-12-25 03:18:35下载
- 积分:1
-
CodeSigner
CodeSigner implements Serializable Source Code for Andriod.
- 2014-01-13 12:18:58下载
- 积分:1
-
手机传感器
采集运动过程中三轴加速度,数据可用于简单的人体行为识别(APP can collect three-axis acceleration in motion process, and the data can be used for simple human behavior recognition.)
- 2019-02-27 16:03:23下载
- 积分:1
-
TestComm_0200
一个基于java的串口通信,比较简单的程序,在eclipse里开发,需要先把串口通讯相关的dll文件安装好(A java-based serial communication, relatively simple procedures, the eclipse in the development, the need first serial communication related dll files installed)
- 2011-06-05 10:01:46下载
- 积分:1
-
philosopher(1.6)
哲学家进餐问题——Java语言实现
哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。
有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。
哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。
如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
- 2008-05-20 01:23:04下载
- 积分:1