没看懂你的需求,cmd控制台运行class很简单,要在哪展示玫瑰花呢?txt?浏览器页面?cmd窗口?
玫瑰花是用字符串拼接的?还是img图片类型? 需求不一样难度也不一样哦
public static void main(String[] args) {
for(int m = 0;m=10;m++) {//玫瑰,全买,对多买10只
for(int b = 0;b=7;b++) {//百合,全买,对多买7只
for(int j = 0;j=4;j++) {//菊花全买,对多买4只
for(int k = 0;k=4;k++) {//康乃馨全买,对多买4只
int total = 2*m+3*b+5*j+6*k;
if(20==total) {
System.out.println("玫瑰买"+m+"支,百合买"+b+"支,菊花买"+j+"支,康乃馨买"+k+"支");
}
}
}
}
}
}
之一题
int a=111
try{
int b=parseInt("888");
int c=a+b;}catch(NumberFormatException e){ System.out.println("大连市三个汉字不能转换成整数")}
第二题
String colour="红色";
String use="情人节礼物";
String xiangzheng="爱情";
double onemoney=8.8;
double buy=999;
public void showflower(){ System.out.println("colour+use+xiangzheng")}
public void showmoney(){System.out.println("999朵要花"+onemoney*buy)}
java jsp的啊
之一个:把如下代码加入body区域中,设置文字的话你自己弄吧
style
.drop { position: absolute; width: 3; filter: flipV(), flipH(); font-size: 40; color: blue }
/style
script language="javascript"
snow = false; // false-rain; true-snow
snowsym = " * " //These are the symbols for each
rainsym = " * " //You can put images here.
howmany = 15 //How many drops/snowflakes?
/**************Do not need to change anything below***********/
if(snow){sym = snowsym; speed=1; angle=10; drops=howmany}
else{sym = rainsym; speed=50; drops=howmany; angle=6}
movex = -speed/angle; movey = speed; count = 0;
function moverain(){
for(move = 0; move drops; move++){
xx[move]+=movex; yy[move]+=mv[move];
hmm = Math.round(Math.random()*1);
if(xx[move] 0){xx[move] = maxx+10;}
if(yy[move] maxy){yy[move] = 10;}
drop[move].left = xx[move]
drop[move].top = yy[move]+document.body.scrollTop;
}setTimeout('moverain()','1')}
/script
script language="javascript"
if (document.all){
drop = new Array(); xx = new Array(); yy = new Array(); mv = new Array()
ly = "document.all[\'"; st = "\'].style"
for(make = 0; make drops; make++){
document.write('div id="drop'+make+'" class=drop'+sym+'/div');
drop[make] = eval(ly+'drop'+make+st);
maxx = document.body.clientWidth-40
maxy = document.body.clientHeight-40
xx[make] = Math.random()*maxx;
yy[make] = -100-Math.random()*maxy;
drop[make].left = xx[make]
drop[make].top = yy[make]
mv[make] = (Math.random()*5)+speed/16;
drop[make].fontSize = (Math.random()*10)+20;
if(snow){col = 'white'}else{col = 'blue'}
drop[make].color = col;
}
window.onload=moverain
}
/script
第二种:建议你用这个,你可以在加几个图片
脚本说明:
之一步:把如下代码加入body区域中
script language="JavaScript"
!--
Pic=new Array('photo/04261.gif','photo/04262.gif','photo/04263.gif','photo/04264.gif','photo/04265.gif')
//Smoothness of animation depends on the number of images and they're file size.
MaxSpeed=5;
MinSpeed=2;
load = new Array()
for(i=0; i Pic.length; i++)
{
load[i] = new Image();
load[i].src = Pic[i];
}
amount=Pic.length;
ns=(document.layers)?1:0;
if (ns){
for (i=0; i amount; i++){
document.write("LAYER NAME='netscape"+i+"' LEFT=0 TOP=0img name='netpics' src="+load[i].src+"/LAYER")}
}
else{
document.write("div style='position:absolute;top:0px;left:0px'div style='position:relative'");
for (i=0; i amount; i++){
document.write("img id='explorer' src='"+load[i].src+"' style='position:absolute;top:0px;left:0px'")}
document.write("/div/div")
}
VB=0;
HB=0;
R=new Array();
PB=new Array();
RD=new Array();
Y=new Array();
X=new Array();
D=new Array();
SP=new Array();
BY=new Array();
BX=new Array();
for (i=0; i amount; i++){
Y[i]=10;
X[i]=10;
D[i]=Math.floor(Math.random()*70+10);
SP[i]=Math.floor(Math.random()*MaxSpeed+MinSpeed);
}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1,0,5,-5)
for (i=0; i amount; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1500);
}
function MoveRandom(){
var H=(document.layers)?window.innerHeight:document.body.clientHeight;
var W=(document.layers)?window.innerWidth:document.body.clientWidth;
var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;
var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i amount; i++){
BY[i]=-load[i].height;
BX[i]=-load[i].width;
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];
//Corner rebounds! not necessary but looks nice.
if ((Y[i] 1) (X[i] 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] 1) (X[i] W+BX[i])) {Y[i]=1;X[i]=W+BX[i];D[i]=135;}
if ((Y[i] H+BY[i]) (X[i] 1)) {Y[i]=H+BY[i];X[i]=1;D[i]=315;}
if ((Y[i] H+BY[i]) (X[i] W+BX[i])) {Y[i]=H+BY[i];X[i]=W+BX[i];D[i]=225;}
//Edge rebounds!
if (Y[i] 1) {Y[i]=1;D[i]=HB;}
if (Y[i] H+BY[i]) {Y[i]=H+BY[i];D[i]=HB;}
if (X[i] 1) {X[i]=1;D[i]=VB;}
if (X[i] W+BX[i]) {X[i]=W+BX[i];D[i]=VB;}
var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;
layer.top=Y[i]+YS;
layer.left=X[i]+XS;
}
setTimeout('MoveRandom()',10);
}
function sTaRt(){Curve();MoveRandom()}
//--
/script
第二步:
把如下代码加入body区域中body bgcolor="#ffffff" onLoad="if (document.all||document.layers) sTaRt()"
第三个:这个是文字的显示,你自己决定采用上面那个后加进去
脚本说明:
之一步:把如下代码加入body区域中
script LANGUAGE="JavaScript"
function init() {
setTimeout("shake(3)",1000);
// setTimeout("this.focus()",4000);
setTimeout("shake(3)",4100);
}
function shake(n) {
if (self.moveBy) {
for (i = 10; i 0; i--) {
for (j = n; j 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
setTimeout("shake(5)", 5000);
}
/script
script language="JavaScript"
!-- begin
var max=0;
function textlist()
{
max=textlist.arguments.length;
for (i=0; imax; i++)
this[i]=textlist.arguments[i];
}
tl=new textlist
(
" *** 会见安得拉邦首席部长奈杜",
"述评:发展新世纪睦邻友好合作关系",
"我国外汇储备已达一千六百五十六亿美元 ",
"人民日报18日社论:推进新的农业科技革命 ",
"“神舟二号”飞船轨道舱留轨继续进行空间科学探测试验",
"联合国证实贫铀弹含有铀-236",
"罗伯逊称北约将继续东扩",
"巴方指责以色列暗杀其高级官员 ",
"亚太议会论坛第九届年会在智利开幕",
"专电:布什宣誓就职典礼准备就绪",
"专电:布什宣誓就职典礼准备就绪 "
);
var x=0; pos=0;
var l=tl[0].length;
function textticker()
{
document.tickform.tickfield.value=tl[x].substring(0,pos)+"_";
if(pos++==l)
{
pos=0;
setTimeout("textticker()",1000);
x++;
if(x==max) x=0; l=tl[x].length;
}
else
setTimeout("textticker()",50);
}
// end --
/script
form name="tickform"input type=text name="tickfield" size=33/form
第二步:把如下代码加入body区域中body bgcolor=#000000" onload="init();textticker()"
能把你的就这么多了 看你的了
program roseNumber;
var
a,b,c,d:longint;
function four(n:longint):longint;
begin
four:=n*n*n*n;
end;
begin
for a:=1 to 9 do
for b:=0 to 9 do
for c:=0 to 9 do
for d:=0 to 9 do
begin
if(1000*a+100*b+10*c+d=four(a)+four(b)+four(c)+four(d))then
begin
writeln(a,b,c,d);
end
end
end.
class FlowerShop {
String[] Flower = null;
int x = 0;
int y ;
FlowerShop(int x) {
Flower = new String[x];
}
public void add(String flowers) {
Flower[y] = flowers;
y++;
}
public String Information(String Flower) {
if(Flower.equals("水仙花")) {
return "水仙属石蒜科水仙属多年生草本植物,原产中国,在中国已有一千多年栽培历史," +
"为中国传统名花之一。此属植物全世界共有800多种,其中的10多种具有极高的观赏价值。" +
"水仙原分布在中欧、地中海沿岸和北非地区,中国的水仙是多花水仙的一个变种,种名为" +
":Narcissus tazetta var.chinensis Roem";
//这里省略其他的花朵信息
}
return Flower;
}
}
public class Test {
public static void main(String args[]) {
FlowerShop f = new FlowerShop (3);
f.add("水仙花");
f.add("紫罗兰");
f.add("玫瑰花");
try {
for(int i=0; if.Flower.length; i++) {
if(args[0].equals(f.Flower[i])) {
System.out.println("你所查询的是 :" + f.Flower[i] +"\n" +"\n" + f.Information(f.Flower[i]));
}
}} catch(ArrayIndexOutOfBoundsException e) {
System.out.println("请输入要查询的花朵信息");
}
}
}
我已经在你的第二个百度号回答过了,你的技术要求我好多没用到,但完全符合你的功能,你可以自行修改下。我新手,能力不是很高,希望帮到您
import java.util.Scanner;
public class TestRose {
public static void main(String[] args) {
Rose r = new Rose(1000);
Scanner sc = new Scanner(System.in);
while(true) {
System.out.print("请输入送花的数量:");
try {
r.giveRose(sc.nextInt());
} catch (RoseException e) {
sc.close();
System.exit(0);
}finally {
System.out.println("我爱你!");
}
}
}
}
class Rose{
private int RoseNumber;
public int getRoseNumber() {
return RoseNumber;
}
public void setRoseNumber(int roseNumber) {
RoseNumber = roseNumber;
}
public Rose(int RoseNumber) {
this.RoseNumber = RoseNumber;
}
public void giveRose(int rose) throws RoseException{
if(roseRoseNumber) {
throw new RoseException();
}else if(rose=0){
System.out.println(" *** 接受到非法参数,请给出正数形式的玫瑰花数");
}else {
RoseNumber -= rose;
System.out.println("亲爱的,送你"+rose+"朵玫瑰花!");
}
}
}
class RoseException extends Exception{
private static final long serialVersionUID = 5965711409217611710L;
public RoseException() {
System.out.println("我没有钱买花送给你,对不起!");
}
}
教你如何查询一个人开宾馆记录,丈夫常常搬入酒店餐厅夜不归!你能,但你务必根据警员在宾馆里请人,不然你能发觉的。 两人到酒店餐厅开一间有二张身份证件的屋子,派出所能查出吗?是一个人,還是大家两人结账时...
韧带拉伤在运动中非常常见,那你是否清楚在韧带拉伤后该怎办才能尽快恢复呢? 1.终止运动 一旦出现韧带拉伤的现象,应该立即停止继续活动,如果继续活动可能会造成二次损伤,加重韧带拉伤的症状,所以终...
封面新闻记者 杨尚智 近日,红旗连锁(002697)发布公告称,与中油海航能源有限公司、四川亚汇投资有限公司、成都道森能源有限公司、四川省石油制品行业协会共同投资设立中油智慧连锁加油站有限公司,...
动手能力超强 牛人教你做Wifi机器人(图) 一、前言 Wifi机器人(Wifi Robot):其实是一辆能通过互联网,或500...
自古以来,猴头菇就被推崇为“养胃山珍”,改善胃肠道功能效果显著。现代医学研究表明,猴头菇对胃病反复发作的元凶——幽门螺旋杆菌(HP)有较好的抑制作用,体现了良好的“治养功效”,对消化不良、胃病和神经衰...
在清末,尤其是抗日战争时期,经常能听到日本人和其他一些外国人,称我们为支那,而且带有蔑视的意味,那么支那到底是怎么来的?日本人称我们为支那到底有何阴谋? “支那来自印度” 其实,支那...