Facebook Sharer
选择您要替换的背景颜色:
【农历新年】背景图片:
个性化设定
 注册  找回密码
查看: 8135|回复: 61
打印 上一主题 下一主题

[软件] [Android] 我自己寫的計算機app 免費無廣告

[复制链接]

3

主题

0

好友

702

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

跳转到指定楼层
1#
发表于 2014-1-18 05:40 PM |只看该作者 |正序浏览
本帖最后由 slay_alex92 于 2014-1-18 05:45 PM 编辑

我自己寫了一個計算機的軟體~
完全免費,沒有廣告~
請大家多多支持,方便的話也給個rating~

下載:https://play.google.com/store/ap ... ntsa.freecalculator
或者直接在play store搜尋 hychentsa

有任何疑問或建議請email給我:hychentsa@gmail.com
或者FB傳訊息給我也可以
==================================================================

      

=====================================================================
介紹

免费、无广告的计算机!简单易用!

- 长按⇦可以清除所有数字!!(AC)

特色:
- 介面简单清晰
- 可在一行内处理复杂的算试
- 可记忆答案,并以Ans按键做计算
- 可计算14位数质因数分解
- 长按⇦可以清除所有数字

有任何建议或漏洞请联络:hychentsa@gmail.com

=========================================================
Description

A free, easy-to-use calculator with no advertisement. Enjoy!

Press and hold ⇦ to clear!!!! (AC)
Now with prime factorization!

Features:
- Clean layout, easy-to-use
- Evaluate complex operation in single line
- Memorize and manipulate the answer of last operation
- Prime factorization of 14 digits number
- Press and hold ⇦ to clear

If there are bugs or suggestions, please e-mail me. I'm sure that you will get a immediate response!
Any questions or suggestions please contact: hychentsa@gmail.com
=========================================================================




收藏收藏0
shern91 该用户已被禁止
62#
发表于 2014-3-18 11:29 PM |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

3

主题

0

好友

702

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

61#
发表于 2014-3-15 03:25 PM |只看该作者
shern91 发表于 2014-3-15 03:18 PM
有什么网站有android教学的吗?

英文不錯的話可以看這個

Google官方的android tutorial


回复

使用道具 举报

shern91 该用户已被禁止
60#
发表于 2014-3-15 03:18 PM |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

shern91 该用户已被禁止
59#
发表于 2014-3-14 12:41 AM |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

3

主题

0

好友

702

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

58#
发表于 2014-3-14 12:40 AM |只看该作者
shern91 发表于 2014-3-14 12:38 AM
明白了,如果我放

不會 =) 加油!


回复

使用道具 举报

shern91 该用户已被禁止
57#
发表于 2014-3-14 12:38 AM |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

3

主题

0

好友

702

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

56#
发表于 2014-3-14 12:36 AM |只看该作者
shern91 发表于 2014-3-14 12:31 AM
哦,可以了,刚才眼花没注意,为什么这样的呢? 不好意思

因為array的index是從0開始數
比如下面這個array
  1. int[] array = new int[5];
复制代码
array.length == 5
可是他的index從0開始數
0, 1, 2, 3, 4 雖然有5個,可是只會到4
所以你的for loop 是要數從0到4
  1. for(int j = 0; j < value.length; j++)
复制代码
這裡value.length == 5, j等於5的時候後(j < value.length)是false,
所以loop裡面從0開始,最多跑到4


回复

使用道具 举报

shern91 该用户已被禁止
55#
发表于 2014-3-14 12:31 AM |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

3

主题

0

好友

702

积分

青铜长老

Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7Rank: 7

54#
发表于 2014-3-14 12:29 AM |只看该作者
shern91 发表于 2014-3-14 12:19 AM
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 5
        at Stage5.displayFreq(Sta ...

你確定是這樣嗎
直接copy我的看看
  1. for (int j = 0; j < value.length; j++)
复制代码
記得是< 不是<=


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

JBTALKS.CC |联系我们 |隐私政策 |Share

GMT+8, 2025-11-11 05:38 AM , Processed in 0.113631 second(s), 24 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

Ultra High-performance Dedicated Server powered by iCore Technology Sdn. Bhd.
Domain Registration | Web Hosting | Email Hosting | Forum Hosting | ECShop Hosting | Dedicated Server | Colocation Services
本论坛言论纯属发表者个人意见,与本论坛立场无关
Copyright © 2003-2012 JBTALKS.CC All Rights Reserved
合作联盟网站:
JBTALKS 马来西亚中文论坛 | JBTALKS我的空间 | ICORE TECHNOLOGY SDN. BHD.
回顶部