由买买提看人间百态

topics

全部话题 - 话题: sgi
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
r*********r
发帖数: 3195
1
来自主题: Programming版 - 请推荐本 STL 的好书
找本写得好的书看就不犯困了. 不过不能保证不上买买提.
STL 要想了解内部结构的话, 拿 SGI 版的源码读一读就够了, 很清楚.
大部分书啰哩啰唆讲半天讲不清楚, 一看源码就明白.
r*********r
发帖数: 3195
2
来自主题: Programming版 - 请推荐本 STL 的好书
SGI 版的代码是原作者两个人写的, 很清楚.
后来那些vendor supply 的版本就没法看了.
L*******s
发帖数: 63
3
来自主题: Programming版 - 请教sgi hash_map
编译器好像是 g++ 4.3.4
struct eqstr
{
inline bool operator()(const char* s1, const char* s2) const
{
return 0 == strcmp(s1, s2);
}
};
typedef __gnu_cxx::hash_map >, eqstr> MyTable;
现在有
MyTable t;
中途进行一系列添加操作
每隔一段时间进行以下输出
std::cout << t.size() << std::endl;
std::for_each(t.begin(), t.end(), display1);
display1如下:
void display1(std::pair pr)
{
std::cout << (pr.second ? "T " : "F ") << pr.first << std::endl;
}
我现
t****t
发帖数: 6806
4
来自主题: Programming版 - 请教sgi hash_map
check post 21647?

*
z****e
发帖数: 2024
5
来自主题: Programming版 - tr1,问题
我不是很明白,
#include
编译没有问题,但是我好像没有安装过boost呀?
这个tr1哪来的?
我看了stl是SGI版的。
用unbuntu。
B*******g
发帖数: 1593
6
来自主题: Programming版 - a problem about API
STL
http://www.sgi.com/tech/stl/
我总觉得STL不能算API

be
about
Thank
g*********s
发帖数: 1782
7
来自主题: Programming版 - c++0x unordered_map vs sgi hash_map
Are they sharing exactly the same api's? Why the name is changed?
a********n
发帖数: 1287
8
来自主题: Programming版 - c++0x unordered_map vs sgi hash_map
Do you mean the std::tr1::unordered_map?
t****t
发帖数: 6806
9
来自主题: Programming版 - c++0x unordered_map vs sgi hash_map
he said 0x. std::tr1 is mostly merged into std in 0x, so yes it is the same
thing.
r*****z
发帖数: 906
10
来自主题: Programming版 - c++0x unordered_map vs sgi hash_map
标准定得太晚,有太多第三方实现用了这个显而易见的名字
t*****n
发帖数: 4908
11
来自主题: Programming版 - std::map 为什么没有排序呢
http://www.sgi.com/tech/stl/SortedAssociativeContainer.html
A Sorted Associative Container is a type of Associative Container. Sorted
Associative Containers use an ordering relation on their keys; two keys are
considered to be equivalent if neither one is less than the other. (If the
ordering relation is case-insensitive string comparison, for example, then
the keys "abcde" and "aBcDe" are equivalent.)
Sorted Associative Containers guarantee that the complexity for most
operations is never worse... 阅读全帖
b*******s
发帖数: 5216
12
来自主题: Programming版 - 定义 单链表 数组,会不会很奇怪
SGI的库直接有slist
b*******s
发帖数: 5216
13
来自主题: Programming版 - 定义 单链表 数组,会不会很奇怪
SGI的库直接有slist
d****i
发帖数: 4809
14
Richard Stallman当年写GCC的时候完全没有参考其他的Unix下的编译器吗?当时的IBM
, HP, Sun, SGI, DEC, BSD等的各种Unix下面都已经有自带的C的编译器,而且多少都
是从当年贝尔实验室的Unix下最早的ANSI C编译器派生出来的,所以很是怀疑他是否真
的是完全自己写出来的。

job
j******t
发帖数: 788
15
Theoretically that's what I wa told. But my test cases made different
conclusion.Probably it was because I used std container, instead of boost or
SGI stl.

except
f****4
发帖数: 1359
16
目的是好的,论证不严谨
如果你能再提一下:普通学生吸收知识的同时要能多动手,敢于提出自己见解就更好了。
k********e
发帖数: 1416
17
这部分属于主观要求,但不是客观存在的fact,
不存在或不容易存在的东西,没必要去假设和争论了。
大部分学生比较懒惰,喜欢享受现成的财富,一步到位,我阐述的观点就一句话,像
iphone那样,让目不识丁的小贩都拿来就用得上的,才是推动社会最有意义的,不管设
计者的自身科研水平如何,很可能连PhD都不是。

了。
s***o
发帖数: 2191
18
LOL,这是在褒还是贬啊。
无论是Java还是打架,我觉得goodbug是担得起资深牛人这个光荣称号的
d****i
发帖数: 4809
19
我觉得好的评论应该是像chinata那样的,虽然自己用过某个框架,却对自己用过的东
西毫无偏袒,客观公正的该不好的地方就是说不好,比如他对jboss的评论,最近碰到
一个大牛也对jboss也有类似的负面评价。不会因为自己用了什么东西就说那个什么都
好,而是根据客观事实和自己的直接经历来说话,这样才可以令人信服,也不至于误导
d****i
发帖数: 4809
20
我们公司的原来Sun出来的老工程师,曾经是JDK和J2EE的主要贡献者,他本人对Java/
J2EE的东西还是有很多负面的评论,并且作为Sun的员工,他也认为Sun当年的nerd气氛
太浓了,举例说微软当年office等软件日趋成熟,Sun的工程师却还认为普通用户会去
用vi来发email。象他这种身在Sun里面,却对自己公司的产品还鞭挞的做法我认为是真
正的大牛的态度:不以己物为喜,却以己物为忧。
z****e
发帖数: 54598
21
sun在市场上的失败是毫无疑问的
但是正是因为这种失败,才给了其他人以机会
要是都像m$那样,拼命攫取利益,那其他公司个人就没有机会了
顺便说一下,jboss本身就是sun的牛逼工程师出来单干的产物
你拿一个sun的散兵游勇出来装,其实很好笑
对了,你上次说jvm是cpp写的,是sun那个人这样误导你的?
不是吧
k********e
发帖数: 1416
22
技术层面来说,清楚设计弱点的是设计者本人,如果他没清楚,或者他还不如客户清楚
,只能说明他是浑水摸鱼的。至少我终结每一次设计的时候,没有人比我更知道弱在哪
儿。
一个产品的问世,不会让全部客户满意,要看不满意的比例占多少以及是不是把10年后
的fashion都考虑进去了,这里面含有很复杂的考虑因子。
比如Win8的客户骂不绝口,那是因为这群客户依然使用键盘,但Win8是为几年以后的
touch笔记本脱离键盘做准备的,设计者本人是一定清楚的,但他们考虑的是未来5年的
利润回报,并不是2013年一个季度。
z****e
发帖数: 54598
23
java本身是jcp的产物
jcp包括了所有你想要进的公司
就少了一个m$ which is 叛徒
很多年以前也是java的主要推动者
其他的google, facebook, linkedin, sap, oracle, red hat, amazon这些
统统都在jcp里面
d****i
发帖数: 4809
24
说的对,所以只有自己用过或者自己设计的东西才最清楚,所以我最佩服那些自己负面
客观评价自己用的东西的人,这种评论往往比较深刻,stackoverflow上也经常有这种
评论,即便是自己的东西要说优点,也要在最后加上一句disclaimer: I'm the author
of XXX.以说明自己的观点不会因为是自己用的东西而带偏见。
k********e
发帖数: 1416
25
通常情况下,reviewer和customer根本说不到要害之处,他们关注的只是自家电脑里的
可适应性,从这个角度去看,所有的产品被打分的时候都做不到十全十美,类似于猥琐
男挑媳妇,有人挑苗条的,有人挑能干家务的,太苗条的就干不了太多家务,能挑扁担
的就得腰粗腿圆,所以必然有争议。
我每次做PPT的时候,都吃惊的发现,台下专家提的问题,压根就不是设计重点,甚至
他们对测试参数都没有足够的认知度,这倒不能映射他们很蠢,而是如你所言,他们缺
乏一定深度的了解,没有在设计过程滚打撕爬,不可能像我这么清晰见底。
98%的reviewer给我提的建议,都离题万里,而且早已清晰地交代在assumption里了。
就算考虑进去,也造不成颠覆性的结论影响,因为要换条件,大家都得换,所以还是没
变化。
过去10年,能看出重点的就两个: 1个来自公司的多年资深业务骨干,1个是一位老教
授,但他们的评语都是以quite humble和strongly encourage的姿态来开场白的。

author
f****4
发帖数: 1359
26
话说,这是来黑M$?
为了未来五年的利润回报,10年后的fashion,Win8取消了开始键
然后Win8.1为了2013年一个季度又加回来了?
你既然提iphone那么就去看看苹果失败的产品吧。
Intel推出来的一键双系统的切换。不清楚你可以去找一找。
那个才是真的考虑未来5年的利润回报。但就是那样,市场是否买账,现在还难说。
f****4
发帖数: 1359
27
你们公司用的是什么开发模型?
他们在开会前有没有看过你的文档都是个问题,你还指望他们能指出问题?
同行评审和客户代表有局限性,这也不是一天两天的事了。
p***o
发帖数: 1252
28
来自主题: Programming版 - 请推荐最好的C++/Java/Python开源代码
新的要处理的版本太多,都乱了。你可以看老的sgi stl,还比较清爽。
L**********t
发帖数: 9
29
来自主题: Security版 - [转载] SGI workstation

There should be original CDs in the lab or in the university IT department. If
you can boot from the CD and try to log on in rescue mode (like RedHat will do
like that), mount the etc, and find the /etc/shadow file which contains 9
fields, each separated by a ":", in the form:
login-id:password:lastchg:min:max:warn:inactive:expire:flag
find root, delete the password between ":"s. You should NOT delete ":" (By
doing this, you can login as root without a passwd), then save the changes and
reboot
g****d
发帖数: 3461
30
来自主题: Software版 - Re: C ++ Complier on UNIX

These are the source.
goto ftp://freeware.sgi.com
They are all there.
s*******k
发帖数: 71
31

Mathematical routines such as FFT shouldn't be machine dependent unless it
uses hardware accelerations (for example, Intel MMX instructions), so what
you have for SGI should be able to compile and run on any machine. If not,
try www.fftw.org, they have a free FFT library which works for almost all
platforms (well, maybe not PalmPC!)
SH
s*****g
发帖数: 219
32
来自主题: Unix版 - [转载] SGI的JDK哪有?
我当年是在 SUN 的主页上找到 FreeBSD JDK 的. 肯定有 source code,
自己看一下帮助怎么在 IRIX 上编译.
s*****g
发帖数: 219
33
来自主题: Unix版 - [转载] SGI的JDK哪有?
JDK 不提供 source code, Java 也不是 open source
软件, 是 SUN 的专利. 你要是不想买 SUN 的产品,
可以根据 JAVA API 标准自己写库函数. 但是不能改
API, 非要改也行, 就不能叫自己为 Java 什么什么的.
Microsoft 就是因为对 Java 改的太多, 被 SUN 告上
法庭.
c**e
发帖数: 3760
34
来自主题: Unix版 - bugs in my program
I'm a ME student, but my current research project is pure programming.
Gan Ya Zi Shang Jia. :(
Please take look at part of my code and help me figure out the strange
error. My code can be compiled in VC (there're link errors though :( )
but I need it run on SGI.
Only paste one error since there're too many errors and help correcting
one error will remove a lot others:
#include
#include "Primitives.h"
class probability{
int num_movable;
__sim_Real peak_vol; /* The volume to be compared w
I*******y
发帖数: 30
35
The following is the best one.
http://shiva.missouri.edu:88/SGI_Developer/OpenGL_PG/2
And if you want to use GLUT, then the following can help:
http://reality.sgi.com/opengl/spec3/spec3.html
And if you want to use fltk, then the following:
http://fltk.easysw.com/doc/toc.html
j******e
发帖数: 232
36
来自主题: Unix版 - C++ std lib help?
这是七十八个不许问的问题之一。
http://www.sgi.com/Technology/STL/index.html
w*******t
发帖数: 1
37
来自主题: Unix版 - 急!!!!
. passwd+ - 公共域口令检查器,可取代系统的/bin/passwd。
它是基于规则的,易于配置。可防止用户选择一个弱口令,
防止像"CRACK"的程序来猜它。可运行于: SunOS 4.X, Solaris 2.3,
Ultrix 4.3A, 和 SGI IRIX 4.x. Passwd+ 可匿名ftp下载,
从 tam.cs.ucdavis.edu ,
位于目录/pub/security.
小弟急需这个软件,
请在国外的弟兄帮忙下载,或告之那还有下载??上提供的地址我连不上:PP
那个找到的发到我的邮箱:w*******[email protected]
//bow all!!
c******o
发帖数: 8
38
I need to install a Fast Fourier Transform subroutine in dec
alpha machine. comlib.sgimath has FFT subroutine, but it is
for sgi machine. Can anyone recommend any web site to
download a FFT subroutine for alpha machine? Thank you.
s*c
发帖数: 246
39
来自主题: Unix版 - 如何在UNIX下看中文
如果不是系统管理员,不能装任何软件,能否有象CXTERM之类的东西看中文吗
是在SGI或SUN上
b*b
发帖数: 20
40
来自主题: Unix版 - SGI下如何看.avi文件
如题
j***y
发帖数: 87
41
来自主题: Unix版 - SGI下如何看.avi文件
movieplayer
xanim
but they don't necessarily support all the AVI codec.
b*********a
发帖数: 28
42
来自主题: Unix版 - UNIX下发email的问题
我用的SGI IRIX 6.5
是新机器,可以在本机上收到email,
可是却不能在本机上发email,而必须等到mail server上去发
在本机上如果给yahoo的地址发倒是可以,
但是几乎任何别的地址都会被退信
是不是本机上什么设置不对?比如DNS设置之类的
另外一台新机器也有同样的问题.是不是新机器都有
一个特定的文件要改动设置?
谢谢!
m****g
发帖数: 984
43
来自主题: Unix版 - A problem
I tried to run an executable file under Solaris,
which is compiled under SGI machine, and it use OpenGL.
But I got the following message :
GLUT: Fatal Error in bladegen: OpenGL GLX extension not supported
by display: 128.252.21.37:0.0
I don't know how to solve the problem, would anyone give me a hand ?
Thanks a lot !!!
m****g
发帖数: 984
44
来自主题: Unix版 - A problem
then how can I get such extension on the solaris ne ?
there is another thing I don't understand,
in fact, I use this Sun to telnet to that SGI machine,
then run it, then why do I need such extension on the Sun ne ?
//thinkhard
c*****t
发帖数: 1879
45
In the free Solaris x86, is Sun C++ compiler free? (or is it
downloadable from somewhere?)
The reason is that GCC doesn't have good support for STL.
So, Linux is definitely out of consideration. I kinda
like SGI C++ or Solaris C++ compilers for their support
of STL. But, is there a Irix for PC? How is the option
of buying a dedicated Unix machine (under $500)?
Suggestions? Thanks
c**e
发帖数: 3760
46
来自主题: Unix版 - [转载] 主页问题
【 以下文字转载自 Internet 讨论区 】
【 原文由 cure 所发表 】
我想在我们实验室的lab page上加上我自己的home page
实验室有一台SGI专门用作web server.
我就在我自己的目录下面建了一个"www"子目录,
然后放了一个index.html在www里面。
然后又在lab page的people里放了一张自己的照片,建了个link到我自己的目录
( www.***.**.edu/myname/)
结果试了一下,不行,page not found:(
我又把link改成直接指向我的index.html: www.***.**.edu/myname/www/index.html
结果还是不行。:(
请大虾指教!!
x****s
发帖数: 318
47
Fro SGI IRIX, use hinv.
uname only gives os info.
j***y
发帖数: 87
48
来自主题: Unix版 - UNIX下的email程序
I don't know either.
But I think you can check SGI's freeware list from its website.
z*******w
发帖数: 79
49
man gcc
find the keyword "profile", you will some compile options.
And there are some tools to interprete the profiling results.
for example: SGI profiling tool (perfex, ssrun)
t*v
发帖数: 32
50
来自主题: Unix版 - FTP server problem
SGI: IRIX64 6.5
after I login the FTP server,
ftp> ls
200 PORT command successful.
425 Can't create data socket (xxx.xxx.xxx.xxx,20): Permission denied.
Can anyone tell what could the problem?
thanx a lot..
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)