资源列表
Shiyan
- 处理异常需要的时间开销因方法不同,所需要的时间也是不同的-The time required to deal with unusual expenses due to differences in the method, the time required is also different
chopsticktest
- 这是一个用多线程编写的哲学家进餐问题,里面用到了多线程中的一些知识。-This is a multi-threaded, prepared with the dining philosophers problem, which uses a multi-threaded some knowledge.
Travaling
- 描述: 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程( 或旅费)最小。各个城市之间可能是有向连通的、无向连通的、以及存在某个城市不连通的情况,你的程序应该能够处理所有可能的情况。如下图表示各个城市间无向连通。 输入: 第一行为一个整数n(n<=10),表示城市的总个数。接下来是一个n*n的矩阵,用来表示城市间的连通情况以及花费,例如path[i][j]=len,len=
request
- 一个页面内部的request,学会使用jsp的内置对象-Within a page request, learn to use the built-in objects jsp
Caculator
- 通过Java语言,基本实现了计算器的最基本的运算,是初学Java者的很好的资料-Through the Java language, the basic realization of the basic calculator operations, is a good beginner' s information on Java
javabishi_mianshi
- 求职笔试大全java的 ,对小菜鸟有用,高手就不必看了-Of the Daquan java job written on a small rookie useful do not have to read the master
javascript
- 可获取与网页相关尺寸,如分辨率、高度、宽度等很有用的哦-Access to web pages related to size
datecount
- 利用Java语言,计算出两个日期之间相隔的天数-The use of the Java language, to calculate the number of days between two dates
ml01_findS
- machone learning assignment, Find S Algorithm
read_write
- nand flash 一款芯片的随机读写操作程序~~~~~~~已经试验验证过哦-random read and write nand flash
Main
- Main of Exception-Main of Exception
ex1
- 1. Matrix-chain product. The following are some instances a) <3, 5, 2, 1,10> b) <2, 7, 3, 6, 10> c) <10, 3, 15, 12, 7, 2> d) <7, 2, 4, 15, 20, 5>