真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

心形java代碼 心形c語言程序代碼

如何用JAVA語言編寫一個(gè)心形代碼?用循環(huán)語句

1,首先用圖紙畫一個(gè)心形。 2,使用方框,把每筆,做成一個(gè)點(diǎn)。 3,輸出這些點(diǎn)。就可以了。 希望能幫到你

成都創(chuàng)新互聯(lián)2013年開創(chuàng)至今,先為長(zhǎng)春等服務(wù)建站,長(zhǎng)春等地企業(yè),進(jìn)行企業(yè)商務(wù)咨詢服務(wù)。為長(zhǎng)春企業(yè)網(wǎng)站制作PC+手機(jī)+微官網(wǎng)三網(wǎng)同步一站式服務(wù)解決您的所有建站問題。

如何用JAVA語言編寫一個(gè)心形代碼?

1,首先用圖紙畫一個(gè)心形。

2,使用方框,把每筆,做成一個(gè)點(diǎn)。

3,輸出這些點(diǎn)。就可以了。

希望能幫到你

如何用java中的for輸出心形

public class Test{

static float count(float x, float y) {

return (float) (Math.pow((x * x + y * y - 1), 3) - x * x * y * y * y);

}

public static void printEmpty() {

int height = 50, width = 100;

int heart[][] = new int[height][width];

float hx = 0.0f, hy = 0.0f;

for (int y = height / 2; y -height / 2; y--) {

for (int x = -width / 2; x width / 2; x++) {

hx = (float) x / (float) (width / 2.8f);

hy = (float) (y) / (float) (height / 2.8f);

if (count(hx, hy) = 0.0f) {

heart[height / 2 - y][x + width / 2] = 1;

}

}

}

for (int y = 1; y height - 1; y++) {

for (int x = 1; x width - 1; x++) {

if (heart[y][x] == 1

!(heart[y][x - 2] == 1 heart[y][x + 2] == 1

heart[y - 1][x] == 1 heart[y + 1][x] == 1)) {

System.out.print("*");

} else {

System.out.print(" ");

}

}

System.out.println();

}

System.out.println();

}

public static void main(String[] args) {

printEmpty();

}

}

用java或者c程序輸出如下圖的這種簡(jiǎn)單心形,誰能給我講講思路。加上程序示例更好

用方程的話肯定輸出不會(huì)和你的圖完全一致

心形線方程如圖

用上面行第二個(gè)比較簡(jiǎn)單,程序如下

#include?stdio.h

bool?draw(float?x,?float?y)

{

float?a?=?x?*?x?+?y?*?y?-?1.0;

float?b?=?x?*?x?*?y?*?y?*?y;

return?a?*?a?*?a?-?b?=?0;

}

int?main(int?argc,?char*?argv[])

{

for?(float?y?=?1.5;?y?=?-1.5;?y?-=?0.1)

{

for?(float?x?=?-1.2;?x?=?1.2;?x?+=?0.05)

{

if?(draw(x,?y))

{

bool?left?=?draw(x?-?0.05,?y);

bool?right?=?draw(x?+?0.05,?y);

bool?up?=?draw(x,?y?+?0.1);

bool?down?=?draw(x,?y?-?0.1);

if?(left??right??up??down)

printf("?");

else

printf("*");

}

else

printf("?");

}

printf("\n");

}

return?0;

}

draw函數(shù)是判斷(x,y)坐標(biāo)是否在心形范圍內(nèi)

主函數(shù)循環(huán),y取值±1.5之間,步長(zhǎng)0.1,x取值±1.2之間,步長(zhǎng)0.05

如果(x,y)坐標(biāo)在心形范圍外打印空格

如果(x,y)坐標(biāo)在心形范圍內(nèi),由于這個(gè)心是空心的,要繼續(xù)判斷是不是心形邊緣,判斷周圍4個(gè)點(diǎn)坐標(biāo),如果都在范圍內(nèi),表示(x,y)坐標(biāo)不會(huì)是邊緣,打印空格,否則是邊緣,打印星號(hào)

最終結(jié)果如圖

java心形代碼

把如下代碼加入body區(qū)域中

style type="text/css"

body

{

background-color:#FFFFFF;

font-family: Arial;

font-size:10pt;

}

/style

script

text=new Array('www','njcatv','net','需要放大的

/\/\

\ /

\/

文字')

var numText=4

color=new Array('#000000','#2F2F2F','#4F4F4F','#7F7F7F','#408080')

var numColors=5

var endSize=70

var Zspeed=30

var Cspeed=200

var font='Arial Black'

var hide=false

var size=10

var gonum=0

var ie, n;

if (document.all) {

n=0

ie=1

zoomText='document.all.zoom.innerText=text[num]'

zoomSize='document.all.zoom.style.fontSize=size'

closeIt=""

fadeColor="document.all.zoom.style.color=color[num]"

}

if (document.layers) {

n=1;ie=0

zoomText=""

zoomSize="document.zoom.document.write('p align=\"center\" style=\"font-family:'+font+'; font-size:'+size+'px; color:'+color[0]+'\"'+text[num]+'/p')"

closeIt="document.zoom.document.close()"

fadeColor="document.zoom.document.write('p align=\"center\" style=\"font-family:'+font+'; font-size:'+endSize+'px; color:'+color[num]+'\"'+text[numText-1]+'/p')"

}

function zoom(num,fn){

if (sizeendSize){

eval(zoomText)

eval(zoomSize)

eval(closeIt)

size+=5;

setTimeout("zoom("+num+",'"+fn+"')",Zspeed)

}else{

eval(fn);

}

}

function fadeIt(num){

if (numnumColors){

eval(fadeColor)

eval(closeIt)

num+=1;

setTimeout("fadeIt("+num+")",Cspeed)

}else{

hideIt()

}

}

function hideIt(){

if(hide){

if(ie)document.all.zoom.style.visibility="hidden"

if(n)document.layers.zoom.visibility="hidden"

}

}

function init(){

if(ie){

document.all.zoom.style.color=color[0]

document.all.zoom.style.fontFamily=font

}

if(ie || n) go(0)

}

function go(num){

gonum+=1

size=10

if(numnumText){

zoom(num,'go('+gonum+')')

}else{

fadeIt(0)

}

}

/script

div id="zoom" align="center" style="position:absolute; top:150"

如何用java在頁面上用循環(huán)打印一個(gè)愛心形狀

import java.util.Scanner;

public class test{

static void draw(int n)

{

int i,j;

for (i=1-(n1);i=n;i++)

if (i0)

{

for (j=0;ji;j++) System.out.print(" ");

for (j=1;j=2*(n-i)+1;j++)

if (j==1||j==2*(n-i)+1) System.out.print(" *");

else System.out.print(" ");

System.out.println("\n");

}

else

if (i==0)

{

System.out.print(" *");

for (j=1;jn;j++) System.out.print(" ");

System.out.print(" *");

for (j=1;jn;j++) System.out.print(" ");

System.out.print(" *\n");

}

else

{

for (j=i;j0;j++) System.out.print(" ");

for (j=1;j=n+2*i+1;j++)

if (i==1-(n1)) System.out.print(" *");

else if (j==1||j==n+2*i+1) System.out.print(" *");

else System.out.print(" ");

for (j=1;j=-1-2*i;j++) System.out.print(" ");

for (j=1;j=n+2*i+1;j++)

if (i==1-(n1)) System.out.print(" *");

else if (j==1||j==n+2*i+1) System.out.print(" *");

else System.out.print(" ");

System.out.print("\n");

}

}

public static void main(String[] args) {

System.out.println("Please input the size (n=4):");

Scanner sc = new Scanner(System.in);

int n = sc.nextInt();

draw(n);

}

}先說明這個(gè)不是我寫的 是看了有人用C語言寫的 就順便改成了java 結(jié)果有點(diǎn)像愛心 還湊合著 你看看怎么樣吧 哈


標(biāo)題名稱:心形java代碼 心形c語言程序代碼
轉(zhuǎn)載來源:http://weahome.cn/article/dooiecp.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部