d*****i 发帖数: 44 | 1 刷新率和分辨率一起影响temporal aliasing,电影的resolution和电视不是一个量级
的,所以用电影的刷新率比较电视的不合适。 |
|
h**2 发帖数: 2841 | 2 我觉得还行吧,至少也是DX11的卡,Sapphire也是AMD的嫡系,速度也不赖,passmark
上5670有1200分,跟GTS 450应该算一个级别
http://www.videocardbenchmark.net/high_end_gpus.html
仙5自然不在话下
最近比较迷Dirt 3,就拿这个2011年的Rally Racing game作参考,最后一个推荐配置2
里提到了5670:
Full System Requirements for Dirt 3
Apr-24-2011
Dirt 3 Minimum System Requirements
o OS: Microsoft Windows XP, Vista or Windows 7
o CPU: AMD AthlonTM 64 X2 2.8GHz, Intel Pentium® D 2.8Ghz
o RAM: 2GB
o Hard Disk Space: 15GB
o GFX: AMD RadeonTM HD 2000 256MB, NVIDIA® GeForce® 8000 Se... 阅读全帖 |
|
G*****7 发帖数: 1759 | 3 aliasing is very obvious in games featuring urban environs such as bfbc2,
bf3, mws.
doesnt matter much for oblivion in the wild. |
|
i*******8 发帖数: 7955 | 4 Our last few comments concern the 660 Ti's 192-bit memory interface. Our
benchmarks show that this can really put Nvidia's GeForce GTX 660 Ti at a
disadvantage, even at 1920x1080 and without obscene texture detail settings.
Whether or not you run into a performance problem depends mostly on the
game you're playing. In general, though, the card really starts to run out
of steam at anti-aliasing settings at and beyond 4x MSAA. This is too bad,
since the GPU goes underutilized at that point. The pr... 阅读全帖 |
|
a****a 发帖数: 5763 | 5 http://www.nvidia.com/coolstuff/screensavers#!/sun-village-nvid
这个是3planetsoft为nvidia作的3D 屏保,但是ati 显卡一样能跑,画面里有大量的
几何边界和线条,所以很容易就能看出AA的效果如何
这个程序内部没有设置任何的AA,所以完全看显卡的驱动的AA设置,这样你就可以选
择各种各样的AA模式进行画质比较,这个程序同时还能显示帧数,所以可以看到AA
设置对性能的影响
测试的时候,选好显卡驱动设置,直接按preview screensaver就可以
比较的结果,当然是SSAA最好了,除了比MSAA慢个四倍左右没啥缺点阿 |
|
|
|
发帖数: 1 | 8 谁叫自己上了嵌入式的贼船,工资低呢。。。C看多了,也不能刷题转码搞互联网
为什么摄像头领域不能有像开源openwrt一样的项目呢?
把海康的dmesg贴出来,大家可以参考,他们用安霸S3L,https://www.ambarella.com/
products/security-ip-cameras/security-ip-camera-products#S3L
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.10.73+ ([email protected]) (gcc version 5
.2.1 20151005 (Linaro GCC 5.2-2015.11-2) ) #1 PREEMPT Mon Jan 23 10:38:22
CST 2017
[ 0.000000] CPU: ARMv7 Processor [414fc091] revision 1 (ARMv7), cr=
10c53c7d
[ 0.000000] CPU: PIPT / ... 阅读全帖 |
|
w*****g 发帖数: 198 | 9 1. install Linux, redhat, debian or whatever you want. :)
2. edit /etc/aliases and run newaliases
3. get more domains :)
4. edit /etc/mail/sendmail.cw to add domains
now you have 无数 * 无数 e-mail addresses, hahaha ;P |
|
f****u 发帖数: 12 | 10 class Str {
String str;
}
class HelloWorldApp {
public static void main(String[] args) {
Str s=new Str();
Str t=new Str();
s.str="1";
t.str="2";
System.out.println(t.str);
t=s;
System.out.println(t.str);
s.str="3";
System.out.println(t.str);
}
}
The result is:
2
1
3
If u use "=" to assiagn class2 to class1, both 1 and 2 contain the same
reference--point to the same object. This phenomenon is called "aliasing |
|
c*****t 发帖数: 1879 | 11 It's perfectly normal. You can try to turn on the anti-aliasing to
smooth the edge out, but that's the best you can do to this problem. |
|
l**********r 发帖数: 24 | 12 turn on the anti-aliasing??能稍微详细点,是那个package的那个method? How to?谢谢 |
|
m******t 发帖数: 2416 | 13
谢
Just google "awt anti-aliasing". |
|
g*****g 发帖数: 34805 | 14 this is the right way, fillRect probably wouldn't
enable anti-aliasing |
|
L******k 发帖数: 2945 | 15 i have this in .bashrc:
# enable color support of ls and also add handy aliases
if [ "$TERM" != "dumb" ]; then
eval "`dircolors -b`"
alias ls='ls --color=auto'
alias dir='ls --color=auto --format=vertical'
#alias vdir='ls --color=auto --format=long'
fi |
|
|
m*********g 发帖数: 273 | 17 anti-aliasing 没有开 或者不被支持吧 |
|
l********0 发帖数: 283 | 18 http://rpy.sourceforge.net/rpy2.html
安装rpy2时遇到问题,我采用这种方式安装:Install from source
错误如下:
[root@winter211 rpy2-2.1.0rc]# python setup.py build install
/usr/lib64/python2.4/distutils/dist.py:236: UserWarning: Unknown distributio
n option: 'install_requires'
warnings.warn(msg)
running build
running build_py
running build_ext
building 'rpy2.rinterface.rinterface' extension
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY
_SOURCE=2 -fexceptions -fstack-protector --param=ssp- |
|
T**S 发帖数: 319 | 19 【 以下文字转载自 Programming 讨论区 】
发信人: TINS (TINS), 信区: Programming
标 题: Re: 有没有什么网络函数能够 (转载)
发信站: BBS 未名空间站 (Thu Sep 30 23:31:56 2010, 美东)
不是的. 比如说你的机器上有两个网卡, 各有一个地址. 现在如果你要送数据到, 比如
www.google.com, 那么你发出来的数据将使用那个本地地址作为source address呢? IP
header中的一些field, 是由系统自动设定的. 当然有些field可以通过setsockopt()
来设置或getsockopt()来查询, 但souorce IP是系统根据routing table中的路由来设
置的. 现在的问题就是如何能知道到底系统选择的是哪个本地地址.
机器上可能有多个网卡, 而且每个都可能有许多IP aliases, routing table 也可能很
复杂, 所以才有这个问题. |
|
o**n 发帖数: 1249 | 20 matplotlib的图确实很好看阿,好像主要是有anti-aliasing,不想matlab的图那么硬
。主要是用matlab太多年了,一直下不了决心进scipy/numpy来用python做所有事情,
如果只用python画图又觉得用两个东西一个计算一个画图麻烦。 |
|
S***w 发帖数: 1014 | 21 两台机器,我都用g++编译的,不过是openmpi wrapper 的mpic++,
mac 下,编译参数是 -O -MMD -MG
链接参数是 -O
linux服务器下,编译参数为 -O2 -funroll-loops -fstrict-aliasing -Wall -W -
Wno-uninitialized
连接参数是 -O |
|
h****a 发帖数: 70 | 22 发现aliases(从别人那里copy的)里多处使用了\!*,比如
alias del 'rm -f \!*'
alias lst 'ls -lt \!* | more'
这里的\!*是做什么用的? |
|
N****w 发帖数: 21578 | 23 象是 Anti-Aliase font smoothing 没开? |
|
T*******x 发帖数: 8565 | 24 在system setting里面看到这个anti-aliasing了,但是没有smoothing这个选项。
整个font setting我已经都恢复默认了。还是不行。
可能是某个font package被我弄坏了。 |
|
T*******x 发帖数: 8565 | 25 我打开System Settings,
里面有Application Appearance,
进去之后点Fonts,
里面有一个Use anti-aliasing标签,有三个选项:enabled, disabled, system
settings.
默认值为system settings,我现在用的就是这个,字体不行。
如果选enabled,旁边还有一个configure按钮,打开后里面有三项:
Exclude range, Use sub-pixel rendering, Hinting style.
下面还有一个Force font DPI,默认值为disabled,还可以选96DPI和120DPI。
都试过,全都不行。 |
|
T*******x 发帖数: 8565 | 26 在setting -> font 里面enable anti-aliasing。
目前还是不行。不过出现楷体了,以前没有楷体。
再慢慢摸索吧。 |
|
j*****I 发帖数: 2626 | 27 看"hosts"
如果加ldap的话,就会等上那么两分钟,因为我没有ldap service. 就好像把ldap放在
files前面一样。 /etc/hosts 里面hostname是加好的。如果我只留files,一点没有问
题。
下面贴的/etc/nsswitch.conf
passwd: files
shadow: files
group: files
hosts: files ldap
bootparams: nisplus [NOTFOUND=return] files
ethers: files
netmasks: files
networks: files
protocols: files
rpc: files
services: files
netgroup: nisplus
publickey: nisplus
automount: files nisplus
aliases: files nisplus |
|
t****t 发帖数: 6806 | 28 typedef is neither instantiation nor specialization. it's a typedef, i.e. an
alias of a type. when you use the alias, it instantiate the aliased
template. |
|
l*****c 发帖数: 1153 | 29 来自主题: Programming版 - 数学的美 Consider anti-aliasing please, haha. |
|
b******a 发帖数: 215 | 30 这个需要anti-aliasing吧? alpha blending还要支持。 |
|
s*v 发帖数: 44 | 31 最好是有防锯齿了
半透明效果倒不需要
这个需要anti-aliasing吧? alpha blending还要支持。 |
|
b******a 发帖数: 215 | 32 without alpha-blending, how can you implement anti-aliasing?
I dont know anything about DirectX. |
|
X****r 发帖数: 3557 | 33 你怎么拷贝的?b = a; ?这样不是拷贝,而是aliasing。如果你是多维数组的话光
调用一个Arrays.copyOf也不够,得自己循环调用它来复制才行。 |
|
T**S 发帖数: 319 | 34 不是的. 比如说你的机器上有两个网卡, 各有一个地址. 现在如果你要送数据到, 比如
www.google.com, 那么你发出来的数据将使用那个本地地址作为source address呢? IP
header中的一些field, 是由系统自动设定的. 当然有些field可以通过setsockopt()
来设置或getsockopt()来查询, 但souorce IP是系统根据routing table中的路由来设
置的. 现在的问题就是如何能知道到底系统选择的是哪个本地地址.
机器上可能有多个网卡, 而且每个都可能有许多IP aliases, routing table 也可能很
复杂, 所以才有这个问题. |
|
t****t 发帖数: 6806 | 35 my point is to show what is improper code: you are not to alias and access
an object with imcompatible type through pointer conversion. for int and
float, maybe it is obvious that you shouldn't do it. but for some other
types, it may not be that obvious: for example, you can't change a void*
through pointer/reference to void**, even if you do casting (e.g. when
x is void*, you can't do (*(void***)(&x)) = ...., even with casting). i
personally fell through that trap several years ago, when i buil... 阅读全帖 |
|