由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 高手请帮忙看一看,比较复杂的一道编程题!
相关主题
哪位大牛帮帮忙, 初学JAVA, 问题一道[转载] 请问internet 编程技术的好书
Re: java bit operation questionsHow to compute round-trip time to webser
最近碰到的笔试题[转载] 请推荐关于Servlet和JSP编程的书
周末两天都没人灌水。。。run servlet from command line?
怎么感觉出国的码工都比较菜?(转载)问一下,国外C++是不是很被B4?
Re: 怎么用simulate CGI 'POST' in "https" protocol?what is $1.class file in Java?
Re: rephase the questionjava(1.4.2) threads: out of memory error
Island java applet bookviewerJava 编程
相关话题的讨论汇总
话题: numbers话题: between话题: int话题: bingo话题: private
进入Java版参与讨论
1 (共1页)
i******a
发帖数: 5
1
/**
* Bingo.java
*
* A simple representation of a set of numbers used to
* simulate the game Bingo.
*
* A bingo card consists of 5 sets of 5 numbers, randomly
* chosen as follows:
* B: 5 numbers between 1 and 15
* I: 5 numbers between 16 and 30
* N: 5 numbers between 31 and 45
* G: 5 numbers between 46 and 60
* O: 5 numbers between 61 and 75
* Each number must be unique.
*
* NOTE 1: the middle number of the N row, which is a
* free cell in most games is not (yet) implement
F****n
发帖数: 3271
2
I don't like people post their assignments online looking for answers.
You should solve it by yourselves. Otherwise, why should they give you
credits?

【在 i******a 的大作中提到】
: /**
: * Bingo.java
: *
: * A simple representation of a set of numbers used to
: * simulate the game Bingo.
: *
: * A bingo card consists of 5 sets of 5 numbers, randomly
: * chosen as follows:
: * B: 5 numbers between 1 and 15
: * I: 5 numbers between 16 and 30

B*****g
发帖数: 34098
3
和前面那个是一个人吧,题名很象。
问作业也无所谓,关键是不能白问,大牛门给lz开个价吧。hehe

【在 F****n 的大作中提到】
: I don't like people post their assignments online looking for answers.
: You should solve it by yourselves. Otherwise, why should they give you
: credits?

c*****t
发帖数: 1879
4
即使不是同一人,也是同一课上的。都是一个 IP 前缀。
他们两个说实在,与其浪费时间假装学习 programming,还不如改行。就这种
学习态度,属于根本找不到工作的料。勉强找到了也是要被炒掉的。
其实就算上课做作业认真,不课外学习很多实用的技术找工作也困难。

【在 B*****g 的大作中提到】
: 和前面那个是一个人吧,题名很象。
: 问作业也无所谓,关键是不能白问,大牛门给lz开个价吧。hehe

z***h
发帖数: 405
5
same homework, could be same person or in the same class.

【在 B*****g 的大作中提到】
: 和前面那个是一个人吧,题名很象。
: 问作业也无所谓,关键是不能白问,大牛门给lz开个价吧。hehe

w*****d
发帖数: 2415
6
确实是,我是越看越象作业题,不如出20刀,老夫负责帮你调试,debug。

【在 c*****t 的大作中提到】
: 即使不是同一人,也是同一课上的。都是一个 IP 前缀。
: 他们两个说实在,与其浪费时间假装学习 programming,还不如改行。就这种
: 学习态度,属于根本找不到工作的料。勉强找到了也是要被炒掉的。
: 其实就算上课做作业认真,不课外学习很多实用的技术找工作也困难。

B*****g
发帖数: 34098
7
This is for WSN without GC.
mm+GC找工作没问题。

【在 c*****t 的大作中提到】
: 即使不是同一人,也是同一课上的。都是一个 IP 前缀。
: 他们两个说实在,与其浪费时间假装学习 programming,还不如改行。就这种
: 学习态度,属于根本找不到工作的料。勉强找到了也是要被炒掉的。
: 其实就算上课做作业认真,不课外学习很多实用的技术找工作也困难。

c*****t
发帖数: 1879
8
ppmm + opt 也很困难的。我一朋友,相貌属于 80 分以上的(打扮一下属于 90
分以上),IQ 估计比俺高不少。cs 大学毕业,作业都是她自己搞定的,但是没在
课外学新的东西。找工作的那个痛苦。。。后来找到 QA ,慢慢转到编程。

【在 B*****g 的大作中提到】
: This is for WSN without GC.
: mm+GC找工作没问题。

B*****g
发帖数: 34098
9
kick, 20$ is too low.

【在 w*****d 的大作中提到】
: 确实是,我是越看越象作业题,不如出20刀,老夫负责帮你调试,debug。
B*****g
发帖数: 34098
10
has pp not use? EQ low.
and, 还 available 吗?

【在 c*****t 的大作中提到】
: ppmm + opt 也很困难的。我一朋友,相貌属于 80 分以上的(打扮一下属于 90
: 分以上),IQ 估计比俺高不少。cs 大学毕业,作业都是她自己搞定的,但是没在
: 课外学新的东西。找工作的那个痛苦。。。后来找到 QA ,慢慢转到编程。

相关主题
Re: 怎么用simulate CGI 'POST' in "https" protocol?[转载] 请问internet 编程技术的好书
Re: rephase the questionHow to compute round-trip time to webser
Island java applet bookviewer[转载] 请推荐关于Servlet和JSP编程的书
进入Java版参与讨论
F****n
发帖数: 3271
11
QA难道不好吗,为啥要转,编程太体力了。

【在 c*****t 的大作中提到】
: ppmm + opt 也很困难的。我一朋友,相貌属于 80 分以上的(打扮一下属于 90
: 分以上),IQ 估计比俺高不少。cs 大学毕业,作业都是她自己搞定的,但是没在
: 课外学新的东西。找工作的那个痛苦。。。后来找到 QA ,慢慢转到编程。

w*****d
发帖数: 2415
12
QA is low level work, pure blue collar in software company, no future in the
career unless you are content with blue collar job.

【在 F****n 的大作中提到】
: QA难道不好吗,为啥要转,编程太体力了。
c*****t
发帖数: 1879
13
她 EQ 应该不低吧。找编程的工作的时候主要是连面试都没达到就被人据了,
当时经济不好是个原因。当 QA 的时候,她好像升到了游戏 producer 。不
过她还是更喜欢编程一些。
她去年结的婚。

【在 B*****g 的大作中提到】
: has pp not use? EQ low.
: and, 还 available 吗?

B*****g
发帖数: 34098
14
结婚的pass.

【在 c*****t 的大作中提到】
: 她 EQ 应该不低吧。找编程的工作的时候主要是连面试都没达到就被人据了,
: 当时经济不好是个原因。当 QA 的时候,她好像升到了游戏 producer 。不
: 过她还是更喜欢编程一些。
: 她去年结的婚。

A**o
发帖数: 1550
15
应该是门外的同学,劝退了。

【在 F****n 的大作中提到】
: I don't like people post their assignments online looking for answers.
: You should solve it by yourselves. Otherwise, why should they give you
: credits?

m******t
发帖数: 2416
16
But you guys have gotta love how this code follows the real world model
so faithfully.

//indicates how many of numbers have been marked during a game
private int markedInB = 0;
private int markedInI = 0;
private int markedInN = 0;
private int markedInG = 0;
private int markedInO = 0;
public int[] underB;
public int[] underI;
public int[] underN;
public int[] underG;
public int[] underO;

【在 i******a 的大作中提到】
: /**
: * Bingo.java
: *
: * A simple representation of a set of numbers used to
: * simulate the game Bingo.
: *
: * A bingo card consists of 5 sets of 5 numbers, randomly
: * chosen as follows:
: * B: 5 numbers between 1 and 15
: * I: 5 numbers between 16 and 30

g*****g
发帖数: 34805
17
BINGO, you can say that every day in the week, and twice on Sunday.

【在 m******t 的大作中提到】
: But you guys have gotta love how this code follows the real world model
: so faithfully.
:
: //indicates how many of numbers have been marked during a game
: private int markedInB = 0;
: private int markedInI = 0;
: private int markedInN = 0;
: private int markedInG = 0;
: private int markedInO = 0;
: public int[] underB;

v*****a
发帖数: 1332
18
我虽然写不出啥好程序
但是作为作业,
对付对付,如果只要求结果正确
这样难度的编程,恐怕是入门级别的吧,
劝LZ好好学习吧
这么混了个文凭也没用阿。
别说搞COMPUTER SCIENCE了,就算去IT公司搞CUSTOMER SERVICE都不够阿
1 (共1页)
进入Java版参与讨论
相关主题
Java 编程怎么感觉出国的码工都比较菜?(转载)
尚未完成定义的类怎么可以作变量类型?Re: 怎么用simulate CGI 'POST' in "https" protocol?
请教 java 编程上的一个问题Re: rephase the question
java能否做到这个?Island java applet bookviewer
哪位大牛帮帮忙, 初学JAVA, 问题一道[转载] 请问internet 编程技术的好书
Re: java bit operation questionsHow to compute round-trip time to webser
最近碰到的笔试题[转载] 请推荐关于Servlet和JSP编程的书
周末两天都没人灌水。。。run servlet from command line?
相关话题的讨论汇总
话题: numbers话题: between话题: int话题: bingo话题: private