Redian新闻
>
请教这个project应该用什么语言编写?
avatar
请教这个project应该用什么语言编写?# BuildingWeb - 网站建设
n*k
1
亚利桑那,mesa,spa 求兼职按摩员,可教,小费好,客人白人,时间一个星期,一个
月均可。暂时需女生。电话;408-890-7999
avatar
t*e
3
tnx
avatar
s*1
4
请教这个project应该用什么语言编写?
本人已用C/C++写了个simulator,输入文件是(xi,yi,t)数组,输出文件也是(xi,yi,t)数
组,不过对应的(x,y)值不同而已。
(A)现在需要将simulator放在server的网站上,用户可以将输入文件从客户端上传,
再从网上键入模拟参数,并启动模拟。最后,用户可以将输出文件从server上下载。
(B)用户网页上的GUI上必须显示一个座标系,同时实时显示每个点(xi,yi,t)的动态
位置。
(C) 同时只能有一个用户在客户端用simulator。
(D)server有windows,linux两种。
请教大家,
(1)server上的动态网页最好用什么语言编写? javascript,java applet, PHP,
python?
(2)C/C++如何与新的语言衔接?
谢谢!
avatar
d*w
6
one means sorry. one means i would if i could but.....

【在 t******e 的大作中提到】
: tnx
avatar
k*r
7
There can be 3 steps:
1. web pages to take user input
2. computation
3. web page to spit out output
For 1, you can use anything you want. PHP, static file
+ JS, or static file + java applet. I think a static HTML
file will do.
For 2, there are really many ways to do this but the
simplest is to wrap your C/C++ code in a CGI, if you are
not getting a lot of traffic. There are many sample programs
online. It's very old technology but it works and it's very
very simple. It gets the input from URL an

【在 s********1 的大作中提到】
: 请教这个project应该用什么语言编写?
: 本人已用C/C++写了个simulator,输入文件是(xi,yi,t)数组,输出文件也是(xi,yi,t)数
: 组,不过对应的(x,y)值不同而已。
: (A)现在需要将simulator放在server的网站上,用户可以将输入文件从客户端上传,
: 再从网上键入模拟参数,并启动模拟。最后,用户可以将输出文件从server上下载。
: (B)用户网页上的GUI上必须显示一个座标系,同时实时显示每个点(xi,yi,t)的动态
: 位置。
: (C) 同时只能有一个用户在客户端用simulator。
: (D)server有windows,linux两种。
: 请教大家,

avatar
T*o
8
那就是没有留着的意义啦?

【在 w*b 的大作中提到】
: 那里的人不都说了吗,真币假包浆。我见过的包浆不是这个样子
avatar
t*e
9
so im afraid actually will make people feel better, rite?

【在 d**w 的大作中提到】
: one means sorry. one means i would if i could but.....
avatar
s*1
10
非常感谢! 其实一共有四个部分:
1. web pages to take user input
2. computation
3. web page to spit out output
4. output(x,y,t)在客户端的动态显示.
1. 据说HTML+PHP是dynamic web的最新技术和发展方向,您认为同HTML+java applet相
比,HTML+PHP是否会更好?
2. 您认为CGI在此用什么语言编写较好?java, python...?

【在 k***r 的大作中提到】
: There can be 3 steps:
: 1. web pages to take user input
: 2. computation
: 3. web page to spit out output
: For 1, you can use anything you want. PHP, static file
: + JS, or static file + java applet. I think a static HTML
: file will do.
: For 2, there are really many ways to do this but the
: simplest is to wrap your C/C++ code in a CGI, if you are
: not getting a lot of traffic. There are many sample programs

avatar
w*b
11
价钱好就留着,反正是真币

【在 T*******o 的大作中提到】
: 那就是没有留着的意义啦?
avatar
O*e
12
I'm sorry: you are apologizing
I'm afraid that...: used as a lead-in when you are predicting or
stating a probable or certain situation that is not desirable
Example:
I'm afraid that this item is out of stock and the new shipment will
not arrive until next week. I apologize for the inconvenience that
this delay will cause you.
avatar
k*r
13
1. PHP is probably older than some people on the board :)
Your project does not sound like the best project to
learn web technologies with. I'd say just start with static
HTML.
2. You can just use C/C++ to write CGI. There are a ton
of libraries out there. Note that this is very old technology.
But it gets the word done in your case, especially if the
output page is relatively simple and does not have dynamic
content. Even if it's complex, as long as it doesn't have
much dynamic content, C/C++ f

【在 s********1 的大作中提到】
: 非常感谢! 其实一共有四个部分:
: 1. web pages to take user input
: 2. computation
: 3. web page to spit out output
: 4. output(x,y,t)在客户端的动态显示.
: 1. 据说HTML+PHP是dynamic web的最新技术和发展方向,您认为同HTML+java applet相
: 比,HTML+PHP是否会更好?
: 2. 您认为CGI在此用什么语言编写较好?java, python...?

avatar
T*o
14
这个算直齿还是橄榄齿啊?台湾回流版?

【在 w*b 的大作中提到】
: 价钱好就留着,反正是真币
avatar
t*e
15
Thank u soooooooo much.
the example u r using is excatly y i was confused!!!
thanks a lot. love u!!

【在 O******e 的大作中提到】
: I'm sorry: you are apologizing
: I'm afraid that...: used as a lead-in when you are predicting or
: stating a probable or certain situation that is not desirable
: Example:
: I'm afraid that this item is out of stock and the new shipment will
: not arrive until next week. I apologize for the inconvenience that
: this delay will cause you.

avatar
o*p
16
如果以网站承载后台计算,建议用java(类unix平台)或c#(windows平台)。
前端的话,不推荐使用java applet,因为大部分用户端都没有java运行环境,还有它
的GUI运行效率极低。应该考虑使用flash插件。
avatar
y*i
17
照片偏色严重,容易让人产生判断上的误差,不过从现有的图片上来看,感觉80%不是
人工浆(俺要是你,就不会听华夏上的人胡勒~~自己做做对比就出来了)。俺在一堆垃
圾中挑了个老包浆的,你自己看吧。

【在 T*******o 的大作中提到】
: 那就是没有留着的意义啦?
avatar
O*e
18
"I'm afraid..." means basically the same thing as "kong3 pa4" in Chinese.

【在 t******e 的大作中提到】
: Thank u soooooooo much.
: the example u r using is excatly y i was confused!!!
: thanks a lot. love u!!

avatar
y*i
19
至于回流与老船,当初老蒋撤退台湾的时候,从国库里带走一批包括大头,小头,帆船
和鹰洋。当时老蒋在1948年的时候委托美国造币厂代铸一批船洋,本来想恢复使用银元
,挽救金融体系的。等造出来运到香港的时候,太祖毛已经站在天安门上了。这批刚刚
造好的23年帆船只好运到台湾。这两个源头构成了广义上的台湾回流币。现在大家说的
台湾回流帆船是指由美国造币厂代铸的那一批,一共4600万枚。这是有史可查滴~~~
美国代铸的帆船基本上都是直齿,或者直齿带弯的收尾;但是这并不是说直齿的帆船都
是回流的,老版的也有直齿的,只不过形态,齿深不同。
上面跟的是弧齿的老船,再跟一个回流船的边齿,你自己比较吧,你的图,实在看不清
(凭现有图猜不是回流船)。
再纠正一点,谈边齿的形态,一般说直齿和弧齿(当然还要分很多种)。谈整个边的形
态,一般说橄榄边和直边。不要弄混淆了,现在有很多人,刚刚玩了一两年,名称乱叫
,呵呵~~

【在 T*******o 的大作中提到】
: 这个算直齿还是橄榄齿啊?台湾回流版?
avatar
t*e
20
ur pinyin is awesome!

【在 O******e 的大作中提到】
: "I'm afraid..." means basically the same thing as "kong3 pa4" in Chinese.
avatar
y*i
21
以上胡诹,不当之处,请各位前辈大哥指正,虚伪一下~~
avatar
w*b
22
我觉得浆跟所见的摩根五彩的包浆不一样,看着不舒服。我用polish银币的水泡一下,
也会出现五彩包浆,只是发黑些,可能是泡的时间长。

【在 y********i 的大作中提到】
: 照片偏色严重,容易让人产生判断上的误差,不过从现有的图片上来看,感觉80%不是
: 人工浆(俺要是你,就不会听华夏上的人胡勒~~自己做做对比就出来了)。俺在一堆垃
: 圾中挑了个老包浆的,你自己看吧。

avatar
T*o
23
多谢袁总和wzb兄,从边齿上看,我觉得更接近老船洋的感觉。对比袁总的两个图,我
觉得我这枚更接近老船洋。我理解的台湾回流直齿似乎更接近美国币,即便是两头收口
的,也是很迟才收,转折很明显。而中国造的,收得比较早,过度比较缓和,齿凹也更
深更宽一些,而且每个齿多多少少都有些不同,不像美国造的那么整齐划一,不知道这
么理解对不对。至于包浆的颜色,晚上我再拍一些照片传上来大家看看吧,我也有两枚
摩根的,一起拍了对比一下。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。