资源列表
Money
- 金额的中文大写形式: 读入一个浮点数值,将其化为中文金额的大写形式。如123.45,转化为:壹佰贰拾叁元肆角伍分。编写程序,针对以下多种数据情况进一步完善程序。 【1】 当金额为整数时,只表示整数部分,省略小数部分,并添加“整”字。如123表示为:壹佰贰拾叁元整。 【2】 当金额中含有连续的0时,只需写一个“零”即可。如10005表示为:壹万零伍元整。 【3】 10的表示形式。如110表示为:壹佰壹拾元整。而10则表示为:拾元整。
FiveChessGame
- 我们平常玩的五子棋游戏,对于初学java的有点难。功能齐全。-五子棋
HTMLFilter
- 过滤HTML代码的函数,主要过虑用户上传的表单。-/* * Copyright 2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of th
cal
- 关于java的源代码,可以使你能够对java有一个基本的了解,为今后的学习做铺垫-On the java source code, so that you can have a basic understanding of java, laying the groundwork for future learning
multiLinearEquationGroup
- 多元一次方程求解 * @param a 系数数组 * @param b 结果数组 * @return 解答 -Multiple time equation* @ param a coefficient array* @ param b* @ return array of results answers
SubmitPdf
- 用于接收pdf提交按钮的servlet。-this servlet is used to get the message form the submit button in PDF files.
Pager
- 将有大量结果的查询集合按照分页的形式来封装成一个对象。-The results of the query will be set according to a large number of pages in the form of packaged as an object.
QueueUsingArrays
- Queue using arrays in java
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.
