由买买提看人间百态

topics

全部话题 - 话题: decode
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
e***y
发帖数: 4472
1
来自主题: Hardware版 - Chrome好像有点可怕
Google Chrome Terms of Service
These Terms of Service apply to the executable code version of Google Chrome
. Source code for Google Chrome is available free of charge under open
source software license agreements at http://code.google.com/chromium/terms.html.
1. Your relationship with Google
1.1 Your use of Google’s products, software, services and web sites (
referred to collectively as the “Services” in this document and excluding
any services provided to you by Google under a separate writte... 阅读全帖
d**d
发帖数: 389
2
来自主题: Programming版 - 请教一个C++的设计问题
问题是这样的:
有一段二进制数据,格式是6中格式中的一种。以前我是用C写了6个不同的decoder,每
个decoder给主程序提供一个回调函数和一个解码函数。主程序就是把数据的开头的一
段送给每个decoder的回调函数来验证一下是不是当前decoder能解码的。如果是的话就
调用解码函数来从头处理所有的数据。这个机制目前工作的很好。
现在的问题是有一个新的项目也是要处理相同的问题,但是需要的decoder更多,大约
需要20几个,大大老板昨天发了一封信说所有的decoder要全部用C++来写。我的思路就
被以前的思路给限制住了,感觉没有什么好的办法来解决这个查找decoder的问题。发
到这里来问问,看看有什么好的办法用C++来解决。非常感谢!!!!
g****t
发帖数: 31659
3
http://blogs.adventnet.com/svembu/2005/12/30/two-philosophies-in-cdma-a-stroll-down-memory-lane/
I have now worked a little over 10 years in the industry, after getting my
PhD. In my very first year of work at Qualcomm, I noticed how even when
speaking about the same subject, namely CDMA, academia and industry were on
totally different planets. When I was in Qualcomm, I co-authored a paper
with Dr. Viterbi, titled Two Different Philosophies in CDMA, A Comparison. I
still stand by the conclusions... 阅读全帖
w*******y
发帖数: 60932
4
Denon AVR-4311CI 9.2-Channel A/V Surround Receiver:
http://www.newegg.com/Product/Product.aspx?Item=N82E16882683026
Brand
Denon
Type
Receiver
Model
AVR-4311CI
Color
Black
Channels
9.2-Channel
Processing
Power Output
140W Per Channel (8 ohms, 20Hz - 20kHz, THD 0.05%) / 170W Per Channel (6
ohms, 1kHz, THD 0.7%)
Decoder
HDCD Audio Decoder
D/A Converter
24-bit/192-kHz Audio D/A Converter
Video Upconversion
Composite to S-Video to Component
Analog to HDMI
Audio... 阅读全帖
R****a
发帖数: 6858
5
来自主题: Military版 - 大棋局与9/11
大棋局与9/11
来源: ognc 于 2013-02-22 16:08:44[档案] [博客] [旧帖] [转至博客] [给我悄悄
话] 本文已被阅读:63次
字体:调大/调小/重置 | 加入书签| 打印| 所有跟帖 | 加跟贴| 查看当前最热讨论主题
The Moral Decoding of 9-11
By Prof. John McMurtry
(Journal of 9/11 Studies) - I was sceptical of the 9-11 event from the first
time I saw it on television. It was on every major network within minutes.
All the guilty parties were declared before any evidence was shown. The
first questions of any criminal investigation were erased. Who had the most
compelling motives for... 阅读全帖
d****o
发帖数: 1055
6
来自主题: JobHunting版 - 被thank you的fb电面面经
int decode(vector in, int begin, int end){
if(begin>end) return 1;
if(begin==end&&in[begin]==0) return 0;
if(begin==end) return 1;
int cur = in[begin]*10+in[begin+1];
if(cur>=0&&cur<=9){
return 0;
}else if(cur==10||cur==20){
return begin+2<=end?decode(in,begin+2,end):1;
}else if((cur>=11&&cur<=19)||(cur>=21&&cur<=26)){
return decode(in,begin+1,end)+decode(in,begin+2,end);
}else{
return decode(in,begin+1,end);
}
}
int... 阅读全帖
F*V
发帖数: 3978
7
来自主题: CanadaNews版 - 大棋局与9/11
大棋局与9/11
来源: ognc 于 2013-02-22 16:08:44[档案] [博客] [旧帖] [转至博客] [给我悄悄
话] 本文已被阅读:63次
字体:调大/调小/重置 | 加入书签| 打印| 所有跟帖 | 加跟贴| 查看当前最热讨论主题
The Moral Decoding of 9-11
By Prof. John McMurtry
(Journal of 9/11 Studies) - I was sceptical of the 9-11 event from the first
time I saw it on television. It was on every major network within minutes.
All the guilty parties were declared before any evidence was shown. The
first questions of any criminal investigation were erased. Who had the most
compelling motives for... 阅读全帖
B*****g
发帖数: 34098
8
来自主题: Database版 - user_objects 与CAT view
oracle 9i, user_objects should cover cat
CREATE OR REPLACE FORCE VIEW sys.user_objects
(
object_name,
subobject_name,
object_id,
data_object_id,
object_type,
created,
last_ddl_time,
timestamp,
status,
temporary,
generated,
secondary
) AS
SELECT o.name,
o.subname,
o.obj#,
o.dataobj#,
DECODE (o.type#,
0, 'NEXT OBJECT',
1, 'INDEX',
2, 'TABLE',
3, 'CLUST... 阅读全帖
m*****k
发帖数: 731
9
来自主题: Programming版 - Python Browsermob Proxy Library on mac issue
Mac OS X, 10.7.5
follow
http://oss.theautomatedtester.co.uk/browsermob-proxy-py/
http://www.theautomatedtester.co.uk/blog/2012/automating-web-pe
一运行就报错啊,有高手指点一下么?
File "/pyProjs/testBrowsermobproxy.py", line 11, in
proxy = server.create_proxy()
File "build/bdist.macosx-10.7-intel/egg/browsermobproxy/server.py", line
80, in create_proxy
File "build/bdist.macosx-10.7-intel/egg/browsermobproxy/client.py", line
15, in __init__
File "/System/Library/Frameworks/Python.framework/Ver... 阅读全帖
m**********r
发帖数: 122
10
【 以下文字转载自 DataSciences 讨论区 】
发信人: milkrootbeer (milkbeer), 信区: DataSciences
标 题: 有一个文件夹里有大概1000个文件。我有以下的Python语句调用后出现下面的错误。应该是涉及到特殊字符的问题,我试了其他的方法,都不能解决问题。
发信站: BBS 未名空间站 (Sat May 2 20:09:17 2015, 美东)
有一个文件夹里有大概1000个文件。我有以下的Python语句调用后出现下面的错误。应
该是涉及到特殊字符的问题,我试了其他的方法,都不能解决问题。
DIR = 'C:\Users\Desktop\data\rec.sport.hockey'
posts = [open(os.path.join(DIR,f)).read() for f in os.listdir(DIR)]
x_train = vectorizer.fit_transform(posts)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in positio... 阅读全帖
m**********r
发帖数: 122
11
有一个文件夹里有大概1000个文件。我有以下的Python语句调用后出现下面的错误。应
该是涉及到特殊字符的问题,我试了其他的方法,都不能解决问题。
DIR = 'C:\Users\Desktop\data\rec.sport.hockey'
posts = [open(os.path.join(DIR,f)).read() for f in os.listdir(DIR)]
x_train = vectorizer.fit_transform(posts)
UnicodeDecodeError: 'utf8' codec can't decode byte 0x80 in position 240:
invalid start byte
Traceback (most recent call last):
File "C:/Users/PycharmProjects/Project3/demo10.py", line 16, in
x_train = vectorizer.fit_transform(posts)
File "C:UsersAppDa... 阅读全帖
l******a
发帖数: 16364
12
☆─────────────────────────────────────☆
break8811 (池蛙) 于 (Thu Nov 8 15:06:11 2012, 美东) 提到:
我最近才开始了解自闭症。一些不成熟的想法抛出来,请大家指正。
Autistic disorder(严重自闭症)和ASD(autism spectrum disorder,泛自闭症,也包
含Autistic disorder)都是受遗传影响,神经系统发育不全而导致的语言社交能力障碍
。ASD很多症状和汞中毒接近,但后者不是遗传导致的。诊断ASD时都要排除汞中毒的可
能。
ASD和正常小孩之间其实没有明显的界限,本来"正常"就只有统计学意义。很多被诊断
为ASD的小孩的神经发育,只是比较缓慢而已,只要父母有耐心,更大点之后小孩就正
常了。但也有很多ASD小孩的神经系统,如果不人工干预,就永远无法发育正常--其实
即使人工干预,也往往只能做点改善,难以完全正常。
说到这儿,我觉得有必要引入“基因表达”的概念。曾看过一篇报导(对不起原文找不
到了),说某个村庄的风俗,小孩老绑着不让到处跑,导致当地人群的... 阅读全帖
d******r
发帖数: 26
13
Moving Sale
有一套sony的HT-SS2300功放及配套的5.1音箱, 接口很全(见下).$150 or OBO.
我在OKC Penn Square Mall附近, 感兴趣的请站内信或者短信4055950118.
* Speaker Cable (3m x 3) (8m x 2)
* Remote (RM-AAU017)
Inputs and Outputs
* Analog Audio Input(s) : 3 (Rear)
* Coaxial Audio Digital Input(s) : 1 (Rear)
* Digital Media Port (Input) : 1 (Rear)
* HDMI™ Connection Input(s) : 3 (Rear) up to 1080/24p
* HDMI™ Connection Output(s) : 1 (Rear) up to 1080/24p
* Optical Audio Input(s) : 2 (Rear)
Audio Features
* 96k/24bit PCM : Yes... 阅读全帖
B*****g
发帖数: 34098
14
来自主题: Database版 - Help on Oracle Query
SELECT *
FROM (SELECT closedate,
MAX(DECODE(category, 'C1', price, 0)) c1,
MAX(DECODE(category, 'C2', price, 0)) c2,
MAX(DECODE(category, 'C3', price, 0)) c3,
MAX(DECODE(category, 'C4', price, 0)) c4,
MAX(DECODE(category, 'C5', price, 0)) c5
FROM tbl
GROUP BY closedate)
g**d
发帖数: 723
15
来自主题: Hardware版 - 推荐个USB TV TUNER?
SageTV的MPEG2 video decoder:
cyberLink video/SP decoder (PDVD8)
cyberLink video/SP decoder
InterVideo NonCSS video Decoder for Hauppauge
SageTV MPEG video Decoder
选了InterVideo的这个明显好多了, 还能怎么调一下呀/
p******g
发帖数: 347
16
来自主题: Programming版 - 请教一个C++的设计问题
你的各个decoder还是用c写放在一个或者多个so库里。不同的decoder之间没有关联就
不要硬放到一起。
你把所有的decoder c 函数动态找到以后可以放到一起集中保存到一个类里叫他
SuperDecoder。每个c decoder分配一个结果buffer/queue。然后分析选择头文件的时
候可以并发多个线程所有的decoder一起做,那个成功就一直执行到底,不成功的就早
早返回一个无效结果。你的SuperDecoder就负责从所有的buffer poll 有效结果就好了。
f**d
发帖数: 768
17
建议大家都读读
这可能是未来技术革命的一个萌芽
1.K. Shibata, T. Watanabe, Y. Sasaki, M. Kawato. Perceptual Learning
Incepted by Decoded fMRI Neurofeedback Without Stimulus Presentation.
Science, 2011; 334 (6061): 1413 DOI:
研究人员表示,甚至在不清醒的状态下学习武术、驾驶飞机或者学说新语言的梦想
即将变成现实。美国波士顿大学和日本京都国际电气通信基础技术研究所计算神经
学实验室(ATR Computational Neuroscience Laboratories)的科学家认为,未来
学习一项新技能只需坐在电脑显示器前,等待把该技术“下载”到大脑里即可。
www.6park.com
他们一直在研究功能磁共振成像机(FMRI)如何通过传递信号改变一些人的大脑
活跃模式,来“诱使”知识经过他们的视觉皮质。这一过程被称作Decoded
Neurofeedback或者DecNef。在这期间不需任何药物,试验对象甚至不必处... 阅读全帖
b***e
发帖数: 1419
18
来自主题: JobHunting版 - 请教一道G家面试题
Just do a recursive call on the substring [1..n-2]. If that’s not failing,
it’s done, otherwise, increase the current digit (and the mirror position)
by 1 and turn all the digits in between to 0. If the current digit is 9
already, report failure. At the top level, if it is failing, then that
means all digits are 9. In this case +2.
This way you solve the problem of +1. But not general +n problem. For that
, just define the transformation as follows:
encode(a[1..n]) = 阅读全帖
d******i
发帖数: 7160
19
来自主题: Linux版 - ArchLinux安装deluge失败
多谢。WebGUI终于走起来乐。用的是deluge-web。
不过加了个中文电影torrent之后,
putty得到:
[root@alarm ~]# deluge-web
[ERROR ] 14:42:35 json_api:270 'utf8' codec can't decode byte 0xfd in
position 1: invalid start byte
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
292, in render
d = self._on_json_request(request)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
264, in _on_json_request
return self._send_response(request, response... 阅读全帖
d******i
发帖数: 7160
20
来自主题: Linux版 - ArchLinux安装deluge失败
多谢。WebGUI终于走起来乐。用的是deluge-web。
不过加了个中文电影torrent之后,
putty得到:
[root@alarm ~]# deluge-web
[ERROR ] 14:42:35 json_api:270 'utf8' codec can't decode byte 0xfd in
position 1: invalid start byte
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
292, in render
d = self._on_json_request(request)
File "/usr/lib/python2.7/site-packages/deluge/ui/web/json_api.py", line
264, in _on_json_request
return self._send_response(request, response... 阅读全帖
s*******n
发帖数: 38
21
来自主题: Programming版 - 同主题转寄 (转载)
写了个同主题转寄的python script. 就是附件还不work. mitbbs的附件bs直接pass.
python新手。边学边编的。
----------------------------------------------
from urllib import request
from bs4 import BeautifulSoup, NavigableString
from email.mime.text import MIMEText
from email.mime.multipart import MIMEMultipart
from email.mime.base import MIMEBase
from email import encoders
from email.header import Header
#password=sys.argv[1]
password='*****'
address='http://www.mitbbs.com/article_t/Programming/17234582.html'
urlBase='http://www.m... 阅读全帖
t****t
发帖数: 6806
22
来自主题: Programming版 - 请教一个C++中function pointer的问题。
简单的回答: 你需要让register_dec_handle看到generator_map.
换句话说, 生成register_dec_handle的compilation unit需要能看到generator_map.
而register_dec_handle是一个模板, 你用的隐式生成(implicit instantiation)所以
调用者, 即main()需要能看到generator_map.
从另一方面来说, generator_map反正需要经常被查询, 所以应该能被所有查询者看到.
所以声明成static没什么意义. file-scope static的作用是防止名污染, 你这个不在
此列.
长的回答:
这个和我自己的一个程序很类似, 所以我多说两句.
如果是我做, 我会把实现和调用完全分开. 这样分割:
*** base.h: 基类, 只留基类的基本接口和小的inline实现; factory声明, 给定ID产
生类. 这个文件是实现和调用唯一公用的部分.
class base_class { ... };
base_class* decoder_factory(ui... 阅读全帖
d**d
发帖数: 389
23
来自主题: Programming版 - 请教一个C++的设计问题
这个就是我一开用C的写法,每个decoder去主程序register一下回调函数和解码函数。
对于C++,我原先想的是如果每个decoder的class都定义一个static的格式判断函数和
static decoder* geInstance(),然后都在主程序登记一下。主程序还是用loop来调用
每一个decoder的格式判断函数,如果是正确的格式,再调用getInstance(),然后调用
解码函数。这样的话用C++类的写法也没有太多的优势。
还是有更好的设计方法和思路?
y*****r
发帖数: 327
24
来自主题: Programming版 - 请教一个C++的设计问题
factory code is something like
Decoder * decode(char* data){
for(int i = 0; i < m_decoders.size(); ++i)
if(m_decoders[i]->decode(data)) return m_decoders[i];
return null;
}
you just need to add all decoders to m_decoders at beginning.

factory
b*******s
发帖数: 5216
25
来自主题: Programming版 - 请教一个C++的设计问题
Do you mind to give me more colors on this,
"level 1 decoder在分析包头以后来决定需不需要把不同包
的负载合并成一个新的 level 2 packet,然后调用 level 2 decoder"
What is this for? Less call of decoders or to resolve coupling between
packages?

decoder
word
20
m********3
发帖数: 3280
26
http://blog.seattlepi.com/techchron/2013/06/07/technically-spea
In the wake of revelations around the extent of the NSA surveillance
programs it’s worth asking how such a program would operate, from a
technical standpoint. The feds have been collecting cell phone, Internet and
credit card data and to detect — and ostensibly stop — crimes.
Recently leaked document and previous court cases indicate much of that data
comes from Internet companies and telecom providers we use every day like
Google, ... 阅读全帖
b******y
发帖数: 143
27
来自主题: Military版 - NBC东部时间9点的电视剧
http://www.nbc.com/the-blacklist/episode-guide/season-1/799334/
感觉又是造谣两国打战的东西!
As Tom sleeps, Liz fires a bullet from the gun he hid under the floor,
intending to run the firearm through FBI ballistics testing. Over breakfast,
Tom asks Liz about the man who attacked him, but she says it's classified.
He's frustrated by all the secrets between them. Red contacts Liz with news.
The Chinese have just killed a CIA agent in Shanghai in order to use his
fingerprints to decode an intercepted message. T... 阅读全帖
y**********a
发帖数: 824
28
http://www.csmonitor.com/USA/DC-Decoder/Decoder-Wire/2013/0313/
Obama argues a balanced budget isn't necessary. Can he convince the public?
Are Republicans wrong to make balancing the federal budget a priority? That'
s essentially what President Obama said Tuesday in an interview with ABC's
George Stephanopoulos.
"My goal is not to chase a balanced budget just for the sake of balance," Mr
. Obama said. "My goal is, how do we grow the economy, put people back to
work."
He added: "We're not going ... 阅读全帖
g*********h
发帖数: 21
29
There is an immediate intern openning at a company in central new
jersey.
Position: Intern in advanced video coding group
Location: Central new jersey
Job responsibilities:
1. Perform video encoding and decoding simulations on cluster.
2. Set up video subjective qualilty test: perpare video files, set up
viewing equipments.
3. Maintain and set up new regression tests for video encoder and
decoder software.
4. Complexity profiling for encoder and decoder software.
5. Examine the software and iden
s*****y
发帖数: 897
30
来自主题: JobHunting版 - 一到电面题
For the video decoder and audio decoder, commercial one.
Many decoder use the recursive call to extrace the header which is the video
and audio's metadata information. The function will recursive for 10-20, or
maybe 50. I forget why it needs to do in this way, but there is no better w
ay.
I encounter a lot of crash in this kind of function call due to the header n
oncompliant with standard. Most of these video are recorded by chinese "shan
zhai" cellphone.
l****o
发帖数: 315
31
来自主题: JobHunting版 - G家最新电面
尽量中文了.
就俩题,很简单.
1.数组加1, 问变成16进制的时候怎么办.感觉像考小学数学...
2.实现encode,decode函数encode的参数是字符串的链表, 返回字符串. decode参数是
字符串返回字符串链表. 最后list.equals(list.decode(encode(list))
j********r
发帖数: 25
32
Question: Implement a Codec.
=> =>
Abckkkkkkkkkkks55p=> Abc11xk55p => Abckkkkkkkkkkks55p
也就是说,对于两个以上的重复字符,编码成
[n]x[c] where n is the repetition count and c is the actual
character,
比如以上的11为k的重复数,x是特殊字符,k是重复的字符。
中间会有special case, 比如:
Abc5xp, If you directly output above sequence, the decoder could decode it
as:
Abcppppp,
这种情况你应如何处理.
y***k
发帖数: 162
33
来自主题: JobHunting版 - 长年潜水,回馈FLG面经
[Update]没想到借了个朋友的ID发个面经也会引发性别问题的争议。面试的主人翁是
个30好几的老大爷。运气真的很好,所有题目都不难。
概略:从本科到PhD一直念的EE。PhD毕业后没怎么找工作就直接到一个小型research
lab做networking research待了2年多。2014年初第一次Google试水,挂在onsite上了
。到了下半年这几家的recruiter开始陆续contact我,想想也差不多是时候换一下环境
了,就安排了感恩节前一周三个电面。电面除了G都非常顺利。G的电面我自己作死,面
完觉得必须挂的。谁知道过完感恩节那周竟然三家都收到onsite通知了。当时的想法是
避免战线拖太长,所以把三个onsite都安排在元旦后第一周。计划利用圣诞/新年长假
养精蓄锐好好复习,然后一鼓作气搞定。现在回头看,这个策略这次发挥的非常出色。
三家onsite都发挥的非常好,据说feedback都不错,最后都拿到了offer,包裹也都挺
不错的(G > L > F)。
准备:我一直不认为临急抱佛脚似的突击能有多大用处。所以准备时间比较长,可以算
从2013下半年就开始了。因... 阅读全帖
s*******m
发帖数: 228
34
来自主题: JobHunting版 - 报个L家面经,攒个人品
版上的面经基本都看了。回报一下吧。肯定跪了。
为了应对System design. 看了下面这个帖子所有相关内容。
http://www.mitbbs.com/article_t/JobHunting/32777529.html
结果不应该沦陷的算法沦陷了。
除了最后的manager,所有interviewer全是国人,是幸运吗?
1. techical communication
2. system disgn
看过上面链接的人,应该知道怎么设计tinyURL.
我被面的就是这个,但链接中的方法不完善。
设计了一个稍微不一样的,中间被challenge了一个设计点,没能解决。
其他点还好,如果大哥放水,应该能过。
3. 午饭
4. 算法2, 都是leetcode原题
edit distance
sliding window

本以为没什么问题,结果,edit distance有个点突然有点想不明白了。在面试的高
压环境下,一旦误入歧途,感觉很难再拐回来了,身心俱疲,大脑空白。
国人大哥已经很帮我了。最后写出了代码。
sliding ... 阅读全帖
r******y
发帖数: 21
35
来自主题: JobHunting版 - Yelp phone + onsite面经
这周二的时候onsite的。
phone是skype面,一位白人,预定是45分钟。先聊了30分钟简历,然后面试官给了一题
Anagram,很简单,用python解了。followup是不用sort,如何判断两个string是不是
anagram,用int[256]就可以。
Onsite面,先是recruiter带着参观了公司10分钟。
Onsite第一面,印度小哥,说是做transaction的,给了一道fib,分别写了递归和迭代
解,然后问了各自的时间复杂度,空间复杂度。下一道题是power set,求是否存在一
个power set满足某个sum,因为整个set都是正数,所以可以剪枝,然后问了一下时间
复杂度。因为做得比较快,小哥有给了一道sqrt,我给了两个解法,一个二分,一个牛
顿法。印度小哥很满意,问了一下问题就离开了。
Onsite第二面。给一个map,key是class,value是一个list,list里包括这个class对
应的所有lectures的时间段。然后再给一个class的list,求是否能在这个map里,对每
个class至少找到一个时间段,而且各时间段之间... 阅读全帖
o*q
发帖数: 630
36
来自主题: JobHunting版 - 请教leetcode高频题是哪些题
# Title Editorial Acceptance Difficulty Frequency
1
Two Sum 28.3% Easy
292
Nim Game 54.4% Easy
344
Reverse String 57.3% Easy
136
Single Number 52.2% Easy
2
Add Two Numbers 25.6% Medium
371
Sum of Two Integers 51.6% Easy
4
Median of Two Sorted Arrays
20.4% Hard
6
ZigZag Conversion 25.6% Easy
13
Roman to Integer 42.7% Easy
237
... 阅读全帖

发帖数: 1
37
来自主题: JobHunting版 - 求FB 面试 leetcode题目列表
534 Design TinyURL 0.0% Medium
283 Move Zeroes 50.7% Easy
301 Remove Invalid Parentheses 35.5% Hard
273 Integer to English Words 22.4% Hard
621 Task Scheduler 42.4% Medium
67 Add Binary 33.2% Easy
325 Maximum Size Subarray Sum Equals k 43.1% Medium
689 Maximum Sum of 3 Non-Overlapping Subarrays 41.2% Hard
253 Meeting Rooms II 39.3% Medium
17 Letter Combinations of a Phone Number 35... 阅读全帖
p*******m
发帖数: 20761
38
【 以下文字转载自 Hardware 讨论区 】
发信人: sephiroth (SOLDIER), 信区: Hardware
标 题: 4K电视(4K TV)选购心得及点评 (2017初春篇)
发信站: BBS 未名空间站 (Tue Apr 11 17:25:21 2017, 美东)
近些天对电视兴趣颇丰,有些一手和二手的心得,和大家分享下.不是专业评测, 纯用户
角度感受, 难免夹杂一些主观意见. 后面有一些现阶段市售型号简单打分, 包括近期电
视Deal和性价比点评.
信息来源,一是一手感受,二是用户评分评测(Amazon, BB, BH),三是论坛(avforums,
reddit),四是专业评测. 适用对象我自己划定为这个bbs的主力军, 所以讨论的主要是
美国行货主流偏高一点的型号,简单划分为55,65,75三个尺寸.
选购电视第一步,大部分人考虑主要是两个固定因素,尺寸和价格.价格要后面结合model
和deal讨论,所以先谈谈尺寸.我的算法很简单,就是有效体验4k解析度,电视尺寸乘(2,3
,4)转化成厘米就是大概观看距离,2代表眼神不太好,3代表眼神中等,4代表很好... 阅读全帖
r******n
发帖数: 2730
39
1.闺女在daycare快一年了,老师,孩子讲英语,她能听懂,但是她自己
就是不开口说,这个主要原因是我们在家不和她讲英语造成的吗?
我觉得首先你不用担心,因为3-5岁是语言发展迅猛期,说不定哪天你家小孩就突然出
来很多你自己也不知道的英文了。不过你如果想刺激她多说英语,那就可以和她做一些
explicit的英语游戏,比如,背字母,我背一个,你背一个,或者唱字母歌,总之 就
是刺激他和你用英语对话。她如果能听懂老师说什么,那就是comprehension是正常的
。开口说话每个小孩的timing都不大一样,这个也有性格的因素在里面。有的孩子
quiet但是不证明她语言水平就差。还有就是进了preschool以后,孩子之间的交流也会
变多了,peer influence会越来越重要。她交道好朋友,好朋友说英文,她自然也会开
口说的。
2,我们想每天给她讲英语的故事,可是她好像听不懂,讲中文倒是很乐意听。
这种情况下,反复给她讲能管用吗?
你可以教字母和字母发音。就是有一些很好看好玩的字母书呢,读那种书。为什么呢。
3岁的时候词汇量有限,对于米国小孩说,即使专门给3岁的书,老师读的时候还要... 阅读全帖
t*******r
发帖数: 22634
40
Research on Gene and Gene Expression 搞不好是最终的解决方向。
只是这条路离临床实在是在太遥远了,可预见的将来估计还是在实验室为
主。。。
不过另一方面,这些 Gene / Gene Expression 基础研究真的也是很
花钱。。。其他不说,现在光 decode 一下 Gene 片段就很贵。为了
将来能够便宜地 decode Gene,现在研究高速自动 decode Gene 的
机器的项目也很花钱。
所以纳税人合理地讨论钱是不是花得合理,不仅仅是 RIGHT,也是
necessity。

performed
from
d****g
发帖数: 7460
41
来自主题: Parenting版 - 老师说娃是surface reader
我二娃其实挺愁人。给他读什么都懂,观察细致。但自己读decoding的能力照大娃差太
多。。 以后还真不见得是读书的料。。但你问我现在谁有作家气质,我觉得是二娃。
decoding 也许只是阅读的一方面能力而已。
但话说如果娃decoding能力差,怎么培养娃爱阅读呢?
t******l
发帖数: 10908
42
来自主题: Parenting版 - 问大家一道题
画线段解是标准的把那种 algebra time/clock problem 转换成 geometry
measurement problem 的解法,其背后的依据是 geometry measurement 和 time
measurement 都遵守 "congruent figure has same area/length" 以及
axiom of union 那两条 axiom。
但这个 mapping 的 formal operation 超过小学四年级要求。。。实际上小学四年级
还不能把 AMC 10 的 geometry word problem 把 word 画成图 (其背后是把 rule /
operation 给 decoding 成 objects),更不可能把 time problem 给 decoding 成
geometry problem 了。。。如果有这个 formal operation 能力的话,那用
kinematics 解球
面上 "每一圈升高一米" 就不会是个问题,因为那个是把 geometric measurement
problem ... 阅读全帖
b*******9
发帖数: 13548
43
来自主题: PennySaver版 - 新二维码如何编码的?

offer code是涵盖信息最有用的
还有人想decode
那个想decode的
请你找出来aveeno的1off skincare的2D胖子
然后对比
报纸胖,tearpad,peelie,wg家的多种小册子里面的至少3种mfr胖
然后告诉我怎么decode
lol死了,笑死人了
k**o
发帖数: 3006
44
来自主题: TVGame版 - [合集] 游戏机和云计算
☆─────────────────────────────────────☆
kz80 (雨过天晴) 于 (Fri Feb 11 14:29:32 2011, 美东) 提到:
好吧, 我还是认真一点, 帮你做个计算, 省得好像在这版上混的在果果口中都一无所知.
一帧720P静态画面的图像有多大?
光算点阵1280*720*24(24 bit color)=22118400 bits / 8 = 2,764,800 bytes -> 算
2MB好了. 当然可以压缩, 假设"云计算"的CPU是"无限"的, 好吧, JPEG的720p是300KB
左右.
那么一秒的图像就是: 300KB * 30 frame/s = 9000KB/s = 9MB上下/s = 9*8 = 72Mbits/s, 今天的VERIZON FIOS下载号称达到50Mbit/s, 所以, 自己看...
(附加: 使用了H.264/MPEG-2,4 encoding压缩的视屏, 每秒的数据量应该大大小于72Mbits, 据说和完全不经过压缩的视屏比,压缩率能达到1:25. 但是压缩过头会影响到画面, 如电视篮... 阅读全帖
r*****2
发帖数: 1549
45
来自主题: TVGame版 - 1.0.2 Patch Preview
http://www.bungie.net/en/News/News?aid=12202
The 1.0.2 patch will go live next week, and includes several changes to the
Cryptarch and Engram experience. These changes guarantee that Engrams will
always decode into items at or above the quality of an engram.
Only Engrams that drop after 1.0.2 are subject to this change.
Cryptarch Changes  Cayde-6 took the Cryptarch aside and showed him a
sack of doorknobs. He decoded that mystery pretty quickly. Legendary Engrams
will always produce Legend... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)