资源列表
runge
- 数值计算方法,龙格现象-numerical calculation method, Runge phenomenon
ex03
- java编写的小程序,可以供模仿学习之用!-prepared java applet, you can use for learning to imitate!
dd
- js的使用详细说明 js的使用详细说明-js the use of detailed descr iption of the use of js detailed detailed descr iption of the use of js
Clock2
- 对学习Java编程的人有所帮助,学习时钟的程序编写-Java
222
- 分页显示的代码 分页技术在网站的应用中用的很是普遍,本系统在学习交流以及网上答疑等处都用到了,经常用到的数据分页代码如下:-Page shows the code page using technology in the Web site usage is very widespread, the communication system in the study and on-line Q & A, etc. are used, and frequently used data p
BigDecimalUtil
- 用它来表示金额。可这种类型非常精确,当你在数据库里插入一条数据是6.00时,在显示时却是6.000000000000000000000。在页面显示非常不美观。它不仅可以做到double和float,而且在商业计算上也能显示它的作用。-Use it to that amount. This type can be very precise, when you insert a data in the database is 6.00 pm at the display Shique is 6.00
j-jmsvendor
- Java jms example test
javaVedio
- java程序使用摄像头 java+摄像头+采集 java摄像头 -Java vedio
grow
- 了解基本类型的数组定义 以及基本数组的自增长 很适合初学者研究-Learn the definition of an array of basic types and basic array of self-growth is suitable for beginners
Quicksort
- Given program in JAVA language sorts array of given elements in incresing order using quicksort algorithm.
111
- 网站PHP安装HTML2PDF生成文档接口文本文件-Website PHP installation HTML2PDF text files generated Document Interface
BASIC_26
- 给定当前的时间,请用英文的读法将它读出来。 时间用时h和分m表示,在英文的读法中,读一个时间的方法是: 如果m为0,则将时读出来,然后加上“o clock”,如3:00读作“three o clock”。 如果m不为0,则将时读出来,然后将分读出来,如5:30读作“five thirty”。 时和分的读法使用的是英文数字的读法,其中0~20读作: 0:zero, 1: one, 2:two, 3:three, 4:four, 5:five, 6:six,