p*o
2 楼
☆─────────────────────────────────────☆
SK11 (SK11) 于 (Mon Jun 15 02:31:41 2009, 美东) 提到:
☆─────────────────────────────────────☆
anoia (暂时解决温饱,坚决不进器材) 于 (Mon Jun 15 02:32:58 2009, 美东) 提到:
道具、背景搭配起来有点儿线条错乱
好久没来了你
调子挺喜欢
☆─────────────────────────────────────☆
newkids (t D 0 0 y . Y t) 于 (Mon Jun 15 02:34:32 2009, 美东) 提到:
挺喜欢这个颜色
怎么调的?
☆─────────────────────────────────────☆
SK11 (SK11) 于 (Mon Jun 15 02:35:06 2009, 美东) 提到:
版版这么晚还守夜,辛苦。
☆─────────────────────────────────────☆
SK11 (SK11) 于 (Mon Jun 15 02:31:41 2009, 美东) 提到:
☆─────────────────────────────────────☆
anoia (暂时解决温饱,坚决不进器材) 于 (Mon Jun 15 02:32:58 2009, 美东) 提到:
道具、背景搭配起来有点儿线条错乱
好久没来了你
调子挺喜欢
☆─────────────────────────────────────☆
newkids (t D 0 0 y . Y t) 于 (Mon Jun 15 02:34:32 2009, 美东) 提到:
挺喜欢这个颜色
怎么调的?
☆─────────────────────────────────────☆
SK11 (SK11) 于 (Mon Jun 15 02:35:06 2009, 美东) 提到:
版版这么晚还守夜,辛苦。
☆─────────────────────────────────────☆
R*M
3 楼
一直以来都是用windows,最近买了iphone以后发现mac的操作系统果然还是有过人之处,
想试用一下mac os x。
在pc上装过mac os的朋友说一下用户体验好吗?
好的话就准备拿手头的t400s实验一下。但如果折腾半天还是不好用,还不如直接上新
的macbook算了
想试用一下mac os x。
在pc上装过mac os的朋友说一下用户体验好吗?
好的话就准备拿手头的t400s实验一下。但如果折腾半天还是不好用,还不如直接上新
的macbook算了
s*s
4 楼
C++ STL list 的实现:
为什么先写一个base类型,然后再从base继承出主要类型,比如list?
这个base似乎在任何别的地方都用不到。
这样做,从编程方法上有什么优越之处?谢谢!
为什么先写一个base类型,然后再从base继承出主要类型,比如list?
这个base似乎在任何别的地方都用不到。
这样做,从编程方法上有什么优越之处?谢谢!
H*n
5 楼
自己顶一下
c*0
8 楼
我帮你弄吧 可以给我发邮件[email protected]/* */
s*s
10 楼
j*8
11 楼
可以联系我们,请详见http://www.cptopth1bjob.com/
t*t
13 楼
if the base class is non-template, then it makes perfect sense --- the non-
template part can be pre-compiled. i thought you are referring to libstdc++
(in which case the base class is also a template).
【在 s******s 的大作中提到】
:
: The header file noted that the purpose was to "split into" a
: non-template base and a template type node. However, I fail
: to see the point of doing this, since the STL list is only used and
: known as a template class.
template part can be pre-compiled. i thought you are referring to libstdc++
(in which case the base class is also a template).
【在 s******s 的大作中提到】
:
: The header file noted that the purpose was to "split into" a
: non-template base and a template type node. However, I fail
: to see the point of doing this, since the STL list is only used and
: known as a template class.
H*n
14 楼
目前人在纽约 统计专业 有cs基础
OPT第一年 90天失业期还有一个月 求一靠谱挂靠
拜谢!!!
OPT第一年 90天失业期还有一个月 求一靠谱挂靠
拜谢!!!
X*r
16 楼
For each type as the parameter of this node class, the compiler
needs to generate a separate piece code for each instantiated class.
By moving common logic from the template node class to a
non-template base class, the corresponding code no longer get
duplicated, resulting smaller binaries.
【在 s******s 的大作中提到】
:
: The header file noted that the purpose was to "split into" a
: non-template base and a template type node. However, I fail
: to see the point of doing this, since the STL list is only used and
: known as a template class.
needs to generate a separate piece code for each instantiated class.
By moving common logic from the template node class to a
non-template base class, the corresponding code no longer get
duplicated, resulting smaller binaries.
【在 s******s 的大作中提到】
:
: The header file noted that the purpose was to "split into" a
: non-template base and a template type node. However, I fail
: to see the point of doing this, since the STL list is only used and
: known as a template class.
c*0
17 楼
我帮你弄吧 可以给我发邮件[email protected]/* */
f*Q
18 楼
thinkpad系列据说都没问题。
s*s
19 楼
Thank you.
【在 X****r 的大作中提到】
: For each type as the parameter of this node class, the compiler
: needs to generate a separate piece code for each instantiated class.
: By moving common logic from the template node class to a
: non-template base class, the corresponding code no longer get
: duplicated, resulting smaller binaries.
n*8
20 楼
有需要的,请Email: [email protected]/* */。我们公司可以帮你
k*g
21 楼
osx86 很好用。如果你有时间折腾的话。
就是sound card, graphic card, mic, network 驱动问题多多。 可能行,可能不行。
我有5年OSX86 经验,从10.4 到 10.6。
就是sound card, graphic card, mic, network 驱动问题多多。 可能行,可能不行。
我有5年OSX86 经验,从10.4 到 10.6。
s*s
22 楼
+
Now I am confused. Sorry I don't know C++ well.
I thought STL was part of libstdc++.
【在 t****t 的大作中提到】
: if the base class is non-template, then it makes perfect sense --- the non-
: template part can be pre-compiled. i thought you are referring to libstdc++
: (in which case the base class is also a template).
k*g
25 楼
不就是为了final cut, pro tool 几个mac 专业的软件么。自己攒mac 也更强大,更
powerful
powerful
N*7
30 楼
基本上吧,intel的无线卡都没有驱动,thinkpad上nvidia 140m没有驱动,sleep,
wakeup会是个大问题,没有时间和耐心是玩不了的。不过一旦会玩了,还是挺好玩的。
我现在有dell的D820 running snow leopard, two desktop, one running leopard,
another one running snow leopard, 都很稳定,为了用outlook, 还装了vmware
fusion. 很好玩
wakeup会是个大问题,没有时间和耐心是玩不了的。不过一旦会玩了,还是挺好玩的。
我现在有dell的D820 running snow leopard, two desktop, one running leopard,
another one running snow leopard, 都很稳定,为了用outlook, 还装了vmware
fusion. 很好玩
q*s
31 楼
能讲讲如何安装的么?我看了半天,也没有一个想法。是不是像装linux那样的。
多谢!
【在 N******7 的大作中提到】
: 基本上吧,intel的无线卡都没有驱动,thinkpad上nvidia 140m没有驱动,sleep,
: wakeup会是个大问题,没有时间和耐心是玩不了的。不过一旦会玩了,还是挺好玩的。
: 我现在有dell的D820 running snow leopard, two desktop, one running leopard,
: another one running snow leopard, 都很稳定,为了用outlook, 还装了vmware
: fusion. 很好玩
多谢!
【在 N******7 的大作中提到】
: 基本上吧,intel的无线卡都没有驱动,thinkpad上nvidia 140m没有驱动,sleep,
: wakeup会是个大问题,没有时间和耐心是玩不了的。不过一旦会玩了,还是挺好玩的。
: 我现在有dell的D820 running snow leopard, two desktop, one running leopard,
: another one running snow leopard, 都很稳定,为了用outlook, 还装了vmware
: fusion. 很好玩
N*7
32 楼
要象装Linux那么简单,谁还花钱去买overprice的Apple?这要看你的硬件都是什么,
有没有驱动,cpu,chipset,sata,usb,video,audio,等等等等。非常麻烦的。
google一下osx86吧。
有没有驱动,cpu,chipset,sata,usb,video,audio,等等等等。非常麻烦的。
google一下osx86吧。
q*s
33 楼
已经看了,好像没有一个系统的,统一的做法,所以不知道如何下手!
多谢!
多谢!
I*r
36 楼
没问题,我AMD的CPU照样用。
就是花点时间
就是花点时间
i*e
37 楼
先下载一个VMWARE 版本的体验一下,然后再决定买不买.
相关阅读
The C++ questions I've been askedhow to use stack(s) to realize a quequeVC++ release VS debug请教c++里面怎么measure running time[合集] regular expression for whitespace in path请问const myClass &src 和myClass const &src有什么区别?array allocation in c[合集] matlab 函数求救unix network programming vol 2 source code?C++ 关于 Named Ctor Idom 的小问题键盘上的这几个特殊符号念啥???Kernel Programming Question: timestamp and synchronizationHelp: how to use Eclipse as C++ IDE in Linux? (转载)visual studio 2005安装问题各位推荐一些fortran的教材推荐一下bug tracking / issue tracking的网站吧那里可以下载?请推荐一个backup软件吧关于Makefile的一个问题perl question: how to change GMT time to local time?