Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:大家能用编这个小程序吗? [Re:smwyzy]
micsolaris





发贴: 36
积分: 5
于 2008-10-20 02:20 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
你给的这两个式子要求的解应该是不存在的吧?三元函数好像代表的是一个三维图中的面吧,两个面相交的话是一条线,所以解应该有无数个。除非你要的是如下的做法。(取一段范围的数 x (1-100) y (1-100))

package com.ricky.www;
public class Test{
  public static void main(String args[]){
    int z = 0;
    for(int x = 0 ; x < 100 ; x ++){
      for(int y = 0 ; y < 100 ; y ++){
        z = 100 - x - y;
        if((3 * x + 5 * y + 0.5 * z) == 100){
          System.out.println("当x = " + x + " y = " + y + " z = " + z + "时候等式成立.");
        }
      }
    }
  }
}


micsolaris edited on 2008-10-20 02:27


JAVA学习日子分享

话题树型展开
人气 标题 作者 字数 发贴时间
10883 大家能用编这个小程序吗? smwyzy 48 2008-10-19 21:13
8831 Re:大家能用编这个小程序吗? micsolaris 802 2008-10-20 02:20
8433 Re:大家能用编这个小程序吗? smwyzy 21 2008-10-21 21:37
8317 Re:大家能用编这个小程序吗? gbluo 494 2008-10-29 11:41
8176 Re:大家能用编这个小程序吗? floater 54 2008-10-30 02:16
8237 Re:大家能用编这个小程序吗? zyj0021 30 2008-10-30 23:44
8844 Re:大家能用编这个小程序吗? JiafanZhou 2701 2008-11-10 20:31

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923