t*s 发帖数: 1504 | 1 Basically, I need to build a webpage... the webpage helps participants
computing some sort of values ... the computation takes 10 seconds in matlab
....
I need to handle some reasonable amount of data (a hundred thousand integers
)...and it has to be a webpage, so now i decide to use php. I'm wondering
is it a good idea to separately code the compuational part in perl? or even
in c (if c/perl can access mysql easily) | c******l 发帖数: 36 | 2 Modern Perl with any Perl templating systems is far enough
for all your needs.
matlab
integers
even
【在 t*s 的大作中提到】 : Basically, I need to build a webpage... the webpage helps participants : computing some sort of values ... the computation takes 10 seconds in matlab : .... : I need to handle some reasonable amount of data (a hundred thousand integers : )...and it has to be a webpage, so now i decide to use php. I'm wondering : is it a good idea to separately code the compuational part in perl? or even : in c (if c/perl can access mysql easily)
|
|