搜索资源列表
flower2006
- 用JAVA软件绘制花卉图形,该程序简明实用,运行速度快。-mapping software with Java Flower graphics, the program simple and practical, running faster.
CardGame
- java下的扎金花游戏类源码,适合java程序员开发游戏使用。-tie game under the Golden Flower java class source code for java programmers to develop games to use.
TestAlgorithm
- 求花朵数的JAVA代码实现 一个N位的十进制正整数,如果它的每个位上的数字的N次方的和等于这个数本身,则称其为花朵数。 例如: 当N=3时,153就满足条件,因为 1^3 + 5^3 + 3^3 = 153,这样的数字也被称为水仙花数(其中,“^”表示乘方,5^3表示5的3次方,也就是立方)。 当N=4时,1634满足条件,因为 1^4 + 6^4 + 3^4 + 4^4 = 1634。 当N=5时,92727满足条件。 实际上,对N的每个取值,可能有多个数字满足条件。
Flower-system
- 花店后台管理系统,查看用户,订单,留言 前台管理,用户注册,购物车,下订单(Florist background management system, view users, orders, messages Front desk management, user registration, shopping cart, order)
JAVA JSP鲜花销售系统
- 这是一款用Eclipse开发的jsp网站-网上鲜花购买系统(This is a JSP Web site developed with Eclipse - the online flower buying system)
20170110_KMeans
- 在花卉数据集上,用Java实现的简单K-means算法。(In flower dataset, a simple K-means algorithm is implemented by Java.)