资源列表
haizhen
- 计算并返回贷款利息(假设起始贷款金额loan为L--本金,银行年利率为R,则月利率为R/12,银行核算利息时采用月利息计算,所得的利息加入到本金中,作为下个月的本金,以此类推),一般年利率为6 。要求输入如下几个参数:初始贷款金额L、银行年利率rate、借期N年(月),计算后返回:应偿还的总金额T total(假设每月偿还等额的本金)。 l-(L*R/12+L) -Loan interest calculation and returns (assuming the initial lo
Java-code
- 此程序为应用java进行数据库的连接,用输入流读取sql数据库的内容并显示-The program is for the application of database connection, read the content of the SQL database in the input stream on Java and displayed
writer
- 实现读者写者问题,主要是源代码,可以解决一般需求-write and reader
cha4
- 用Java实现的一个链表程序,类名字为LinkList-Java implementation of a linked list program, the class name for LinkList
runnian101
- 当输入一个年份的时候,程序可以判断输入的年份是否是闰年,然后给出结果-When entering a time of year, the program can determine whether or not the importation of the year is a leap year, and then given the results of
Calculator
- java编写的简单计算器代码,可显示运算式,使用StringTokenizer区分出运算符。代码清晰易读。
ejkduejdu
- Linux Windows Notes Unix
adder
- 一个简单的JAVA计算器程序,能够计算简单的加减乘除,是一个用户界面程序-JAVA a simple calculator program, is able to calculate simple addition and subtraction, multiplication and division, is a user interface program
Sort
- 使用JAVA做出了快速排序法,程序语句简练,适合大家在写程序时当一个排序函数使用。-JAVA has made use of quick sort method, procedures and concise statement for all procedures in writing when the use of a sort function.
BruteForceGuilherme.java
- Brute force solution for the traveling salesman problem
RegionDao
- 一段关于利用servlet技术来实现登陆验证的java程序,如果想利用此弄能开发的同志可以直接使用-Section on the use of servlet technology to achieve the login authentication java program, if you want to use this lane to the development of comrades can be used directly
htmljs
- 本文件是js代码,在html代码中导入即可用,怎么导入请看html说明。本功能是改变网页导航栏外观,颜色。-This document is js code into the html code you can use, see how to import html instructions. This function is to change the appearance of web navigation, color.
