首页 | 2008卡拉OK大赛

渥太华华人网上社区
注册账号 Blog 论坛帮助 会员列表 搜索 今日新帖 标记版面已读 用户相册
返回   CFC加拿大中文论坛 > 加国生活 > 渥太华华人论坛 > 工作
回复
 
主题工具 显示模式
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
工作

<HTML>各位朋友,谈谈现在那种类型的程序员好找工作? </HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-07, 04:15 #1
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
familiar with C++ with SONET/SDH,Wirless background.

<HTML></HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-07, 11:03 #2
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
谢谢,但。。。。

<HTML>SONET/SDH是什么意思?wireless ? 如果只懂C++ 会如何?谢谢</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-07, 19:25 #3
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
RE: 谢谢,但。。。。

<HTML>try to know some C and RTOS(Real Time Operating Ssytem), used by the telecommunciation areas.

Sincerely,
qingmai</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-08, 09:45 #4
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
谢谢!还有一个问题?

<HTML>为什么在telecommunication areas 用C而不用C++?另外是不是有关于RTOS的书籍?真诚感谢!</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-08, 13:42 #5
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
RE: 谢谢!还有一个问题?

<HTML>C++ is trash. not fast enough.
infact, telecom use embaded assmble in C</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-08, 23:12 #6
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
Do not say that. Our Optical Dept in Nortel is using C++!!!!!

<HTML></HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-09, 11:29 #7
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
RE: Do not say that. Our Optical Dept in Nortel is using C++!!!!!

<HTML>C++ consumes lot of memory and realtime. It is good for apps. running on host, workstations those have enough memory and the realtime requirement is not very critical.

For some applications the extremely demands on realtime like high speed digital signal processing, many basic algorithms like convolution, IIR, FIR filtering, Fast Fourier Transform etc. must be done in realtime to process the input signal stream and then output the processed stream. The processing time for those routines like FFT, are strictly measured not in mS, but in nS or machine cycles with CPU clock on one specific DSP processor.

Sometimes EVEN the assemble code does NOT satisfy the realtime requirement, we will consider using digital-logic(hardware) like FPGA to implement some of those algorithms. It's an advanced topic in realtime DSP and some U in north america offer PHD. program for that.

If you look at the assembly code that a C++ complier generated, it does a lot of things overhead. I don't think it's good for high performance realtime applications.

I don't agree with "C++ is trash", I often use it to build state-of-art apps., even part of realtime OS. But for extremely realtime demanding code, assembly code is my first choice because building FPGA is really tough though it is fun.

C++ is doing perfect in many area but not all. You will never drive a luxury sedan to participate a F1 race game no matter it's a Benz, BMW... or you will deadly fail for sure.

Not only Nortel use C++, what you cited seems to me showing off something but not trying to prove something. </HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-09, 14:07 #8
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
...

<HTML>It is funny.
I just tell you the truth against the 5th & 6th post.
Why do you think it is "SHOW OFF".
Is it any word in my previous post means "SHOW OFF"?

Don't you think you are do something here to SHWO OFF?
Don't you think what U are say here is the basic knowledge/understanding to a telecommunication software designer??

Nin-SHI-BU-SHI-SHOU-SHEN-Mo-Ci-JI-Le???? :)))))
</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-09, 15:30 #9
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
RE: ...

<HTML>It is funny.

It is.
I just tell you the truth against the 5th & 6th post.
Why do you think it is "SHOW OFF".
Is it any word in my previous post means "SHOW OFF"?
I'm sorry about that.
Don't you think you are do something here to SHWO OFF?
Not really.
Don't you think what U are say here is the basic knowledge/understanding to a telecommunication
software designer??
I don't know.
Nin-SHI-BU-SHI-SHOU-SHEN-Mo-Ci-JI-Le???? :)))))
What was that? I don't understand.

I'm sorry again.</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-09, 18:20 #10
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
Maybe it just a little mis-understanding between us. DOn't mind it.

<HTML></HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-09, 18:57 #11
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
Java is a shortcut

<HTML>Their opinion is right, TELCOM always is the biggest marketing. But it is difficult to learn or practice it at home. If you are a C++ developer, you can learn Java very quickly, and everything is free and easy download from Internet, I think this is a shortcut. BTW, your memory should be 128M at least. And it is perfect for those clients if you have over 2 yrs C++ experience.
</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-02-22, 12:46 #12
[开坛元勋]
ID: 3241
guest 的头像
guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员guest 是普普通通的会员
声望: 843 声望力: 85
帖子: 24,912
家族:
来自:
金钱: -23,872
注册: 2002-10-07
some question

<HTML>It is happen to say your paper, I am still in Beijing , my major is optical tele, can I find a job in Canada?

Best regards.
</HTML>
guest 当前离线  
回复时引用此帖
旧 2001-03-30, 04:11 #13
回复


主题工具
显示模式




所有时间均为格林尼治时间 -4。现在的时间是 14:23

论坛内容均为网友自由上传, 不代表本网观点。
comefromchina.com does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.


Powered by vBulletin® 版本 3.6.8
版权所有 ©2000 - 2008,Jelsoft Enterprises Ltd.
Copyright @ comefromchina.com 2007

SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.