查看: 3943|回复: 41
|
大家看我这个Final Project 如何?(不要笑)
[复制链接]
|
|
我想做一个有关算命咨询网站和应用程序,我本身具有相关的命理知识,其运算模式自信可由电脑程序模拟。也就是说我想要做的是Expert System
网站目的很简单,就是提供基本命理知识,和简单基本的用户免费命理运算解释,如果用户觉得满意并想取得更进一步的解释服务,那么必须注册预约并支付费用。
由于个人能力不足,支付费用方面。可能还是简单的邮寄,用户发电邮给予信用卡号码等。
用户注册后填写的资料,将分配为出生日期,联络方式,所欲咨询的问题如感情事业运程等 存入数据库中。
数据库之资料 将由命理师傅电脑上之应用程序所读取。应用程序将能针对该资料作出高级命理运算,后由命理师傅就用户所欲咨询问题再行批注。
网站不提供高级运算,而由应用程序取代的目的,是避免黑客直接窃取有关知识。独立之应用程序在网站瘫痪后也能独立运作,备份网站数据库,及通过其他途径如信件,电邮等向用户服务。命理师傅也能用之来批算直接会面的用户,增加效率。
网页与应用程序,及命理解释皆可转换中,英文。
这是基本的Project方针。如果能力有余
那么我将尝试
在Linux或MacOS操作系统上也设计相同的应用程序。
将基本命理解释,或根据配套将每日运程以SMS形式发送到用户手机中。
根据预约时间,让命理师傅与用户直接连线对话。不使用Messenger之目的,是限定特定用户在特定时间的对话。
用户命理解释的资料文件加密解密。
网页用ASP/PHP设计,Windows应用程序用VB。NET,数据库Oracle/MySql。
用 C 用来做 加密解密,Java 作 SMS功能,C++作Linux应用程序。 |
|
|
|
|
|
|
|
发表于 8-1-2005 04:42 PM
|
显示全部楼层
不错,比起我的好的多了。
但有2个疑问
加密解密-java也能做啊。
Java 作 SMS功能-如要发送sms,基本上需要有SMSC(Short Message Service Centre)像一些telco provided或Mobile centre(maxis)。
java最多能够成SMPP(Short Message Peer to Peer) client。
PS:以上言论是本人所知之实情。但不代表真确无误。 |
|
|
|
|
|
|
|
发表于 8-1-2005 04:54 PM
|
显示全部楼层
具体概念是有了, 但你还没说到市场价值, 还有... 你还没详细说明这是怎么样的 Expert System.
FYP 的分数不是在于你用多强的技术, 市场价值其实占了更多分数. |
|
|
|
|
|
|
|
发表于 8-1-2005 06:27 PM
|
显示全部楼层
tat83 于 8-1-2005 04:42 PM 说 :
不错,比起我的好的多了。
但有2个疑问
加密解密-java也能做啊。
Java 作 SMS功能-如要发送sms,基本上需要有SMSC(Short Message Service Centre)像一些telco provided或Mobile centre(maxis)。
...
终于出现救星了
你所说的SMPP就是WMA是吗?
是要用Port Number来communicate是吗?
我最近才读到
但我想用普通的SMS方式
就是只是知道接收者号码就可以寄了
不需要Port Number
J2ME有其他API可以做到吗?
至于SMSC我就不大明白
可以详细跟我说吗? |
|
|
|
|
|
|
|
楼主 |
发表于 8-1-2005 09:44 PM
|
显示全部楼层
goatstudio 于 8-1-2005 04:54 PM 说 :
具体概念是有了, 但你还没说到市场价值, 还有... 你还没详细说明这是怎么样的 Expert System.
FYP 的分数不是在于你用多强的技术, 市场价值其实占了更多分数.
市场价值。。。就是专门为命理师傅这门行业作的软件。 使其从一般的家庭商店业务,扩展至网络,如是而已。。。 |
|
|
|
|
|
|
|
发表于 8-1-2005 10:58 PM
|
显示全部楼层
ctrl 于 8-1-2005 06:27 PM 说 :
终于出现救星了
你所说的SMPP就是WMA是吗?
是要用Port Number来communicate是吗?
我最近才读到
但我想用普通的SMS方式
就是只是知道接收者号码就可以寄了
不需要Port Number
J2ME有其他API可以做到吗 ...
WMA is just only for u to test j2ME midlet to receive/send sms. it is not a SMPP client or server.
As far as i know, there are 2 smsc server simulator and API available on the internet free(1 is develop using java, another is C++). but unfortunately, both of them cannot be used to test ur midlet in the PC. cause it cannot communicate with J2ME wireless toolkit. (that is the reason why WMA is include in WTK)
Ps: sorry, i type chinese very slow, so i type english lah.
[ Last edited by tat83 on 8-1-2005 at 11:04 PM ] |
|
|
|
|
|
|
|
发表于 8-1-2005 11:02 PM
|
显示全部楼层
|
|
|
|
|
|
|
楼主 |
发表于 8-1-2005 11:30 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 9-1-2005 01:41 AM
|
显示全部楼层
tat83 于 8-1-2005 10:58 PM 说 :
WMA is just only for u to test j2ME midlet to receive/send sms. it is not a SMPP client or server.
As far as i know, there are 2 smsc server simulator and API available on the internet fre ...
u mean TEST isit cannot run on real hp?
the source u shown above only related more about SMS gateway
the problem i'm facing now is on hp side
which is send a SMS to SMS gateway
the SMS gateway i use C# to do it
the code on C# no need to use port number to send SMS
but Java J2ME need Port Number
so i m confusing now and i m gonna crazy
do u do SMS project b4?
can share ur experience to me? |
|
|
|
|
|
|
|
发表于 9-1-2005 12:16 PM
|
显示全部楼层
ctrl 于 9-1-2005 01:41 AM 说 :
u mean TEST isit cannot run on real hp?
the source u shown above only related more about SMS gateway
the problem i'm facing now is on hp side
which is send a SMS to SMS gateway
the SMS gate ...
i have not do any sms project b4. i just do some initail research on it. so i also not very good 1.
if u want to test sms on real phone, u need sms service form telco (maxis, digi or third party company like MobileExec and etc).
the above both program provide u with the SMS gateway simulator. So u can use a smpp protocol to communicate with the smpp server(sms gateway). it cannot send real sms to ur phone. it is for u to test ur program to show/prove that ur program can send smpp command to smpp server. REMEMBER........ONLY TELCO CAN SEND SMS.Just like email, u can not send email by client, u need email server to send email.
example scenario
1) company A provide ringtone download service
2) company b provide sms service to company A, so A can run his business.
3) A use SMPP client to communicate with B(i think is using socket connection/leased line to send the command. So i think the port u said is here. the port number depend on the telco u link with. May be there are other method to communicate between A and B lah), so B know what to do(like send what message to which hp no.)
Ps: this is what i understand lah, but i am not sure is correct or not. So use it at ur own risk.
[ Last edited by tat83 on 9-1-2005 at 12:19 PM ] |
|
|
|
|
|
|
|
发表于 9-1-2005 12:23 PM
|
显示全部楼层
usually, if u want to get those sms service. u need to sign contract and paid those telco $$$$. But if u are student, may be u can talk to them and try to get the service for free for some period lah. I think if u really used those telco serices, they will have some ready built library or client software for u to use 1. so u actually no need to build smpp client.
Good luck to u. |
|
|
|
|
|
|
|
发表于 10-1-2005 11:43 PM
|
显示全部楼层
|
|
|
|
|
|
|
发表于 19-1-2005 01:57 PM
|
显示全部楼层
你的FYP是比较注重APP, 还是RESEARCH. expert system 我没弄过,不大懂,但是觉得有点费力的东西 |
|
|
|
|
|
|
|
发表于 19-1-2005 03:52 PM
|
显示全部楼层
中华算命本来就基于数学运算,要用程式来实现部分并不难,
但如果要实现完整的,看来极不容易,由于中华算命规矩太多,不像西洋算命……
而且中华算命还有“乱数性”的规矩,要实现完整的真不容易。
但若只实现部分,却又没有看头,因为不能称为 expert system。
再者,你还要输入整本“红书”进资料库,更是一大工程。 |
|
|
|
|
|
|
|
发表于 19-1-2005 10:49 PM
|
显示全部楼层
你们有谁知道MMS的free gateway?? 有的话~麻烦分享一下~ |
|
|
|
|
|
|
|
发表于 20-1-2005 12:09 AM
|
显示全部楼层
想不到sson对中华算命很有研究!
哈哈,DragonRoar,我觉得你的 FYP h好好玩,一定要做完让我TRY TRY。 |
|
|
|
|
|
|
|
发表于 20-1-2005 12:53 AM
|
显示全部楼层
sson 于 19-1-2005 03:52 PM 说 :
中华算命本来就基于数学运算,要用程式来实现部分并不难,
但如果要实现完整的,看来极不容易,由于中华算命规矩太多,不像西洋算命……
而且中华算命还有“乱数性”的规矩,要实现完整的真不容易。
但若只实现 ...
Sson 在还未踏入Programming 之前是帮人算命的 |
|
|
|
|
|
|
|
发表于 20-1-2005 12:29 PM
|
显示全部楼层
megablue 于 20-1-2005 12:53 AM 说 :
Sson 在还未踏入Programming 之前是帮人算命的
哈哈,也只是道听途说……
若真要偶算……
免了吧,哈哈 |
|
|
|
|
|
|
|
发表于 20-1-2005 06:42 PM
|
显示全部楼层
tat83 于 9-1-2005 12:23 PM 说 :
usually, if u want to get those sms service. u need to sign contract and paid those telco $$$$. But if u are student, may be u can talk to them and try to get the service for free for some period l ...
得到 Telco 的 gateway 之外,好象还要向 Telco 购买 shortcode (例:36677) |
|
|
|
|
|
|
|
发表于 20-1-2005 11:31 PM
|
显示全部楼层
我今天才刚刚成功用Java在手机上Send SMS
高兴了整天
接下来要做Gateway了 |
|
|
|
|
|
|
| |
本周最热论坛帖子
|