资源列表
javaapplication
- 找出一个二维数组的鞍点,即该位置上的元素在该行上最大,在该列上最小(注:一个二维数组也可能没有这样的鞍点)。-Dimensional array to find a saddle point, namely the position of the elements in the bank s largest, the smallest in the series ( Note: a two-dimensional array may not have such a saddle point )
divtarget
- 右下角弹出框,跟随滑轮上下滚动,关闭功能-Lower right corner of the pop-up box, and follow the scroll wheel, off function
AbstractPublicApiTest
- Code common to tests that use the download manager public API for Andriod.
AlertInfo
- AlertInfo SIP Header for Andriod.
PostalSplitterTest
- Tests for PostalSplitter, especially for en_US locale.
produceconsemer
- 请编写一个程序,有1生产者线程和5消费者线程, 生产者生产n(0 < n < = 5)产品的时间, 每个消费者消费产品每次只有一个, 只有当产品都被消费,生产者可以生产下一批产品-Please write a program, there is a producer thread and a consumer thread 5, producers produce n (0 < n < = 5) the product of the time, every con
funsionCharts
- 自己做的fusionCharts的一个小应用-minimum application case
DbConnect
- JDBC connection code with mysql server. Rename host address instead of local host for server connection.
Email地址检查(算法)
- 是一个 非常方便的 检查你的E-mail地址是否正确的,合法的 算法!经常用于注册性网站的建设!-is a very convenient check your E-mail address is correct and legitimate algorithm! Frequently used in the registration website building!
RunPool
- 需求描述: 南水北调工程东线江苏江阴至山东济宁之间,地势北高南低,沿途需要建立一系列大型抽水泵站进行梯级抽水。通常每两个泵站之间需要建设一座水库作为中转。低处泵站将水抽到中转水库,再由高处泵站向更高的中转水库抽水。设有泵站A,B和中转水库C,泵站设有一定数量的抽水机,水库有一定容量,当水位高于允许最高水位,禁止低处泵站注水;当水位低于允许最低水位,禁止高处泵站抽水。 请用面向对象方法设计一个仿真程序,要求: 1, 两座泵站在随机时间,以随机时间长度,随机台抽水机抽水或注水 2,
Mouse
- Mouse走迷宫是循环求解的基本类型,我们在二维数组中用2来表示迷宫的墙壁,使用1来表示老鼠的行走路径,并用程序求出从入口到出口的距离。