由买买提看人间百态

topics

全部话题 - 话题: encoded
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
a***y
发帖数: 19743
1
来自主题: HiFi版 - 看了半天,你们一帮土鳖
直接iPhone接个东西就连车上了啊。
你的车可以读优盘来播放?好先进。
搞两套好累的。直接256Kbps VBR AAC就好了。最新的iTunes AAC encoder很好,和
Nero的比至少不输了。上次有个人就是在苹果里工作,搞这方面的人,说苹果是有在搞
encoder研发的。
C********n
发帖数: 6682
2
http://www.av199.com/thread-178902-1-1.html
1.为什么电脑/硬盘做音源,比CD好?
因为人比较懒,早就看CD不舒服了,一直梦想成千上万的曲目,坐沙发上不动就能随便
换着听。前一阵子心血来潮准备动手一试电脑做音源。一开始期望值很低,希望音质和
中低端CD机差不多或稍差就可以。结果经过一个月的实践,我的结论是硬盘APE做音源
,音质绝不比CD差,也许更好(理论上是硬盘比CD转盘更好,但是我听不出来区别)
我现在的玩法是无损压缩的APE、FLAC或WAV由Foobar播放(有时44.1/16直出,有时用
SRC foobar插件软升频到96/24,比较中),接DAC USB口,DAC平衡输出到功放。CD机
的模拟输出接功放,数字输出接DAC的同轴口。
1. CD的模拟输出跟同价位DAC的输出比:不管在解析力还是全频段的平衡响应,DAC都
明显胜出。也就是说我的DAC里的DAC比我的CD里的DAC强得多。不难理解啦,因为CD里
面是转盘+DAC,转盘也是成本的啊,CD机当然比不上同价的外置DAC啦。
2. CD转盘跟硬盘比:用我DAC上的USB输入(... 阅读全帖
M*******8
发帖数: 85
3
来自主题: JobHunting版 - 问个 multibyte integers 的问题
why the integer value 0xA0 would be encoded with the two-byte sequence 0x81
0x20?
俺不懂事咋encode的, 能不能说说, 谢谢
M*******8
发帖数: 85
4
【 以下文字转载自 Programming 讨论区 】
发信人: Mueller08 (简单,真实), 信区: Programming
标 题: 怎么把 integer 转为 multi-byte integer format?
发信站: BBS 未名空间站 (Sun Feb 21 16:01:15 2010, 美东)
下面的例子是怎么把0xA0 转为 0x81 和 0x20 的? 看不懂, 能不能给讲讲, 谢谢
How to transfer an integer to multi-byte integer format?
For example, the integer value 0xA0 would be encoded with the two-byte
sequence 0x81 0x20. The integer value 0x60 would be encoded with the one-
byte sequence 0x60.
n***m
发帖数: 127
5
来自主题: JobHunting版 - Sr. Media Software Engineer position in Intel
Job Description
Sr. Media Software Engineer - 582078
Description
You will be working on the latest media technology by designing and
developing video encoding software for a family of Intel integrated graphics
products. Your responsibilities will include but not limited to:
- Design and develop advanced video encoding algorithms in assembly language
/ C, debug their functionalities on simulators, analyze and optimize kernel
performance on simulators and silicon.
- Interact with other teams (driv
m****u
发帖数: 3915
6
来自主题: JobHunting版 - Google intern 面经,回馈版面
两个phone interview, 各45分钟
第一个人:
1 写一个返回所有n比特格雷码的函数
函数形式 vector getGrayCode(n)
比如 getGrayCode(2), 应该返回{0,1,3,2}
2 如果一个lookup table很大,并且你有足够的内存装入这个table,但是为什么不把
这个
lookup table整个放到内存里?而是只把一部分放进去
说实话不是很明白,他的意思是cache的问题,如果把整个table放进去,可能产生更
多的cache
miss。。。
请达人解释一下这道题
3 平面上有n个点,找一条直线,使它穿过最多的点
第二个人:
1 两个sorted array A,B, 问能否从A,B中各取且只取一个数,是他们的和为x
2 有list of strings, 要求首先encode到一个string,然后再decode,恢复这些
strings,如何encode和decode
3 寻找majority element, 既从一个长度为n的数组中找出一个数,这个数的出现次数
严格大于
n/2
f****g
发帖数: 313
7
来自主题: JobHunting版 - Google intern 面经,回馈版面
What's the point for this question?
2 有list of strings, 要求首先encode到一个string,然后再decode,恢复这些
strings,如何encode和decode
s**x
发帖数: 405
8
来自主题: JobHunting版 - Ask a google interview question
first note that for any positive number N, there exists at least one valid
Fibonacci encoding for it. (hint: use greedy)
The lexicographicly largest encoding can be obtained in O(logN) time.
after that it becomes a recursive algo that basically replaces substrings of
'100' to '011'
Z*****Z
发帖数: 723
9
来自主题: JobHunting版 - 雅虎邮件搜索组面经
我属于内部transfer,所以没有电面。之前和Manager聊过,感觉不错,遂安排了个时间
和他们组的engineer聊聊。见了大概4个人,问的题都不难,但是怪自己学艺不广不深和
不精,最后惨败。也没签啥NDA,觉得报报没啥不妥。
中国小男,开放式问题,已经有一个mail系统,支持search功能,应该怎么做?我之前
和manager聊过,知道他们search相关的 data和index是另外存储的,于是往那上面靠。
他主要问了不同的Mime文件如何处理,如何支持search by 不同的criteria,然后什么
时候更新index(在收到邮件的时候是同步还是异步更新,邮件状态有变化的时候)。这
个应该还行。
亚洲老男,上来问我encoding的问题,java里encoding是怎么做的,在C里面给一个cha
r array代表string,返回前十个字符应该怎么做。我只能大概忽悠说utf8下,有的字符
需要多个byte,需要从头到尾一个一个parse字符。
回来之后找到了这个链接解释的不错。
http://stackoverflow.com/questions/2533097/j... 阅读全帖
d**e
发帖数: 6098
10
来自主题: JobHunting版 - 前段时间的面试
全fail了,呵呵,没什么成功经验。
1 - medtronic, LA
recruiter打电话来的,对着单子上的技术问题语言特点一个一个问,她什么也不懂,
所以有疑问也没得商量,当然我也有几个答得不好。最后不了了之。
2 - hulu, LA
电面1,跟glassdoor上面几乎没什么区别,都是问烂的题,merge sort, LRU, 还有两
个算法,给code问是做什么的,我遇到的是anagram和circle detection in
linkedlist.
电面2, 分割字符串,定义了一些rule
有三对分割符,我忘了是给什么了,但应该不太重要,就假定给的是(),{},[],然后这
六个符如果是连续两个重复就是escaping,下面是一些例子
abc(cde)efg -> abc, cde, efg
(abc){cde}[efg] -> abc, cde, efg
(((ab))c)cd{{}}e[efg)]]] -> (ab)c, cd{}e, efg)]
没做出来,第二天一大早就被拒了。
3 - wireless generation, NYC
电面,是一个engine... 阅读全帖
l****o
发帖数: 315
11
来自主题: JobHunting版 - G家最新电面
两个函数是
String encode(List list)
List decode(String s)
最后要实现的效果是 list.equals(decode(encode(list))
b***e
发帖数: 1419
12
来自主题: 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]) = 阅读全帖
a**c
发帖数: 52
13
来自主题: JobHunting版 - G家电面题
Q. Find a vowel product sum of an ASCII string.
> There are are 26 English upper and lower-case letters. Consider the
> encoding where vowels are mapped to numbers as follows: (a=1, e=5,
> i=9, o=15, u=21, y=25 or 0). A vowel sequence is a maximal substring
> of consecutive vowels. A vowel product is the product of the vowel
> encoding of all vowels in a vowel sequence. The vowel product sum
> is the sum of the vowel product of all vowel sequences in the
> string.
> A letter in [AEIOUaeiou] is ... 阅读全帖
p*****2
发帖数: 21240
14
来自主题: JobHunting版 - G家电面题
我也做了一下
sum=(str)->
b=false #not consonant
encode=(c)->
isletter=(c)->
code=c.charCodeAt 0
code>='a'.charCodeAt 0 and code<='z'.charCodeAt 0
table={'a':1, 'e':5, 'i':9, 'o':15, 'u':21, 'y':25}
c=c.toLowerCase()
code=0
if not isletter(c)
b=false
else
if c is 'y'
code=table[c] if b
else
code= if table[c]? then table[c] else 0
b=code==0
code
res=0
prod=0
for c in str
code=encode(c)
if code is 0
... 阅读全帖
y***5
发帖数: 21
15
结果:面试7家,5 onsite,3 offer。
面经:
Amazon:2轮电面,5轮onsite。2天后offer,最后decline,非常nice的manager(拿到
A offer时还在面其它公司,比较大度地祝我good luck),拒绝的时候感情上比较难受。
电面1,设计parking lot
2, intersection of sorted int array; design data structure for a phone
contact book
onsite 1: find biggest int in array,
find K biggest int in array(tradeoff between many methods),
implement using heap
2: print modification path from "head" to "tail", given isWord()
api and every time can modify 1 word in the strin... 阅读全帖
y******u
发帖数: 804
16
来自主题: JobHunting版 - 一道大数据题,求最优解。
最近在上coursera的课。看到一个mapreduce的伪实现,参考一下。
in python
MapReduce.py
import json
class MapReduce:
def __init__(self):
self.intermediate = {}
self.result = []
def emit_intermediate(self, key, value):
self.intermediate.setdefault(key, [])
self.intermediate[key].append(value)
def emit(self, value):
self.result.append(value)
def execute(self, data, mapper, reducer):
for line in data:
record = json.loads(line)
mapper(rec... 阅读全帖
y******u
发帖数: 804
17
如果想连连mapreduce算法,下面python script能模拟
MapReduce.py
import json
class MapReduce:
def __init__(self):
self.intermediate = {}
self.result = []
def emit_intermediate(self, key, value):
self.intermediate.setdefault(key, [])
self.intermediate[key].append(value)
def emit(self, value):
self.result.append(value)
def execute(self, data, mapper, reducer):
for line in data:
record = json.loads(line)
mapper(record)
... 阅读全帖
d**********x
发帖数: 4083
18
来自主题: JobHunting版 - Google第二轮电面
if you do not have systemetical knowledge, you may end up asking questions
and googling and spend days to struggling with these basics.
even you do not have an idea of the detail of UTF8 implementation - which is
almost the standard encoding nowadays, there is no excuse that you know
nothing about what is an encoding.
d**********x
发帖数: 4083
19
来自主题: JobHunting版 - Google第二轮电面
if you do not have systemetical knowledge, you may end up asking questions
and googling and spend days to struggling with these basics.
even you do not have an idea of the detail of UTF8 implementation - which is
almost the standard encoding nowadays, there is no excuse that you know
nothing about what is an encoding.
n*****f
发帖数: 17
20
来自主题: JobHunting版 - Google第二轮电面
我觉得面试官只是想看你了不了解encoding,只要了解一些能跟他扯就好了。
推荐一篇文章
http://kunststube.net/encoding/
l*n
发帖数: 529
f******h
发帖数: 45
22
也找工作了一段时间了,从版上学了很多,上周G家面完了,求个bless。
之前的一些都挂了,还在继续找其他的。等定下来之后一定发面经回报本版。
谢谢大家啦!!
1. http://www.mitbbs.com/article_t/JobHunting/32005597.html
1) Implement a simple calculator (+,-,*,/);
2) Implement "+1" for a large integer;
3) How to match Ads to users;
4) How to extract useful information from a forum webpage (list all
kinds of useful signal you can think of)
5) How to detect the duplicate HTML pages (large scale);
6) Find all the paths between two places on Google map;
7)... 阅读全帖
g*********e
发帖数: 14401
23
来自主题: JobHunting版 - 狗狗家fail的面经
今天HR打电话来说HC没过,记下来参考
电面1:
第一个问题记不得了
第二个,给一系列string,要求找两个string,使得它们没有共同字符,并且长度乘积
最大。好像给了个暴力解
电面2:
给两个string array A,B,要求返回三个array,第一个只包含只出现在A中的字符串,
第二个只包含只出现在B中的字符串,第三个只包含common字符串
然后海量数据下该怎么code。貌似这个电面反馈很好
onsite:
1. 先寒暄介绍,稍稍问现在工作。题目是run length encoding的变种,decoder的规
则是: a3x1bc -> a111bc (用x来表示重复)
该怎么设计encoder。写代码。开头想了很久,才写了代码,写得比较罗嗦。再跑了几
个测试。这轮发挥不好,HR开头也迟到了一会儿,导致时间稍稍不够,没时间再做一题
了,问了几个问题结束。
2. 稍稍介绍下google的工作。题目是常见题二维平面上过最多点的直线。问清后写了
个n^2logn的解法,然后在提示下讲了n^2的方法。扩展问海量数据下的做法,这里纠结
了,给了个比较复杂的方法。时间到。这轮应该... 阅读全帖
c****d
发帖数: 116
24
来自主题: JobHunting版 - 狗狗家fail的面经
我觉得应该从字符串的尾部开始encoding.所以应该是
2xa4x。
encoding没有歧义, 但是如果想decoding的话, 要
注意处理 'x' 和 #x的情况。
s*****4
发帖数: 25
25
第四题encode, 请问要如何把code写得干净一点呢, 我的code真丑:
void encode(string &str, int n) {
for (int i = 0; i < str.size(); i++) {
char cur = str[i];
if (cur >= 'a' && cur <= 'z') {
if (cur > 'z' - n)
str[i] = 'a' + cur + n - 'z' - 1;
else
str[i] = cur + n;
} else if (cur >= 'A' && cur <= 'Z') {
if (cur > 'Z' - n)
str[i] = 'A' + cur + n - 'Z' - 1;
else
str[i] = cur + n;
... 阅读全帖
l****x
发帖数: 87
26
static void TestFunc()
{
string s = "WXYZwxyz";
Encode(s,261);
cout< }
static void Encode(string& s, int n)
{
int offSet = n%26;
int idx = -1;
int tmp = 0;
while (++idx < s.size())
{
tmp = s[idx] + offSet;
if(s[idx] >= 'A' && s[idx] <= 'Z')
s[idx] = tmp > 'Z'?(tmp - 1) % 'Z' + 'A':tmp;
else if(s[idx] >= 'a' && s[idx] <= 'z')
s[idx] = tmp >... 阅读全帖
s*******3
发帖数: 6
27
来自主题: JobHunting版 - 一道google面经题
UTF-8 encoding scheme is described below:
0XXXXXXX = this is the entire rune
10XXXXXX = this is a continuation of the rune from the previous byte
110XXXXX = this is the start of a 2-byte rune.
1110XXXX = this is the start of a 3-byte rune.
11110XXX = this is the start of a 4-byte rune.
111110XX = this is the start of a 5-byte rune.
1111110X = this is the start of a 6-byte rune.
11111110 = this is the start of a 7-byte rune.
11111111 = this is the start of a 8-byte rune.
For example, a 3-byte run... 阅读全帖
d****n
发帖数: 233
28
来自主题: JobHunting版 - G的一道Onesite题
Implement a encoding system as following:
Abckkkkkkkkkkks55p=> Abc11xk55p.
Rules:
encoded them as: [n]x[c]
where n is the repetition count and c is the actual character,
X is the special character.
Decoder side:
Any time above pattern is detected, it will output n number of c.
If x is the last character, output x.
How do you handle x in the original input?
y*****e
发帖数: 712
29
来自主题: JobHunting版 - L店面
这个办法好高端,完全被镇住了。。。
我想问问啊,是不是每个key放一个int的地方也就是32bit就够了?
如果一个key出现过,第二次出现的时候把value换成true?
还有就是是不是需要写个小的encoder来encode ATGC,
比如A == 00, C = 01, G = 10, T == 11之类的?
一碰到bit operation就蒙,牛人能写写读sequence到存key这个部分吗
b**********5
发帖数: 7881
30
来自主题: JobHunting版 - SnapChat 面經 + 彙總
这个encode/decode, 如果出现3次, 用什么来encode?
b**********5
发帖数: 7881
31
来自主题: JobHunting版 - SnapChat 面經 + 彙總
这个encode/decode, 如果出现3次, 用什么来encode?
d****x
发帖数: 98
32
来自主题: JobHunting版 - Google NYC 面经
两周前onsite,5轮,上周HR打电话HC过了,match了team,现在在等最后VP 和 SVP的
review, 求Bless !
有些题版上出现过
Product of word length which words that share no letters(all lower case)
E.g {feed , see, stuck }: max product: 5x4=20
Complexity?
Follow up:
Optimal way to exit earlier in loop.
2. RLE run-length compression
http://en.m.wikipedia.org/wiki/Run-length_encoding
Encode: helll=> he3xl, decode
Requirements:1. Decode(encode(s))==s; 2. Shortest length
Follow up: unit test: test requirement 1&2
3. Word abbreviation,
e.g. Bet... 阅读全帖
M*******n
发帖数: 10087
33
来自主题: JobHunting版 - 不刷题进Google的经历 (转载)
【 以下文字转载自 Dreamer 讨论区 】
发信人: Dreamer (不要问我从哪里来), 信区: Dreamer
标 题: 不刷题进Google的经历
发信站: BBS 未名空间站 (Thu Jun 11 18:34:25 2015, 美东)
没有马甲,又不想被认出,所以跑到这里发帖,希望有人能转到Jobhunting板上。
在Jobhunting板上混了很久了,看到大家的共识就是:不管你工作多久,想去FLG必须
刷题。(例外也有人提到,但是似乎不是Google research的职位,就是功成名就的大
牛,都不是普通码工的情况)我自己和周围认识人的经历似乎也验证了这一点。不过最
近我终于在没有刷任何题的情况下拿到了G家的offer,看起来这种“共识”也并不是
100%正确的。由于Jobhunting板上这种经历似乎不多,所以详细写一下,供大家分享,
也给像我一样不愿刷题的人鼓励一下。这个帖子主要侧重分享面试经历,面经记不太清
了,不是太多,放在最后。
我自己四年前也曾经认真刷过0.9遍Leetcode题目,去过G家on site一次。当时自我感
觉答得还不错,但是最终还是被... 阅读全帖
A*******e
发帖数: 2419
34
来自主题: JobHunting版 - 不刷题进Google的经历 (转载)
* Multi task design
用户可以法请求要求某一个task在某一时间开始执行。这样的请求可能很多。设计一个
系统处理这样的请求。问如果处理系统是local的(和发请求的在一起)或者是remote
的有哪些设计上的不同。
这个没怎么实际做过,只能随便侃侃,简单写了几行伪代码。
汗,没看懂要设计啥。什么叫处理这样的请求?同一时间请求太多,资源不够咋办?
* Quad-tree intersection
一个quad-tree表示一个2D的黑白图,每个节点都是平行于坐标轴的矩形,节点的
value 0和1表示黑和白。如果一个节点全黑或全白就是叶子,否则就继续剖分成四份。
要求写一个函数求两个quad-tree的交。
这个比较简单,写了一个递归的程序,不确定是否有bug。
什么是两个树的交?
* Base64 encoding
先解释了一下何谓Base64 encoding(http://en.wikipedia.org/wiki/Base64),然后要求写一个函数将一个字符串按Base64编码。
用位操作实现,写了简单的代码,不确定是否是他想要的答案。
* Swizzle so... 阅读全帖
f********t
发帖数: 6999
35
来自主题: JobHunting版 - 不刷题进Google的经历 (转载)
【 以下文字转载自 Dreamer 讨论区 】
发信人: Dreamer (不要问我从哪里来), 信区: Dreamer
标 题: 不刷题进Google的经历
发信站: BBS 未名空间站 (Thu Jun 11 18:34:25 2015, 美东)
没有马甲,又不想被认出,所以跑到这里发帖,希望有人能转到Jobhunting板上。
在Jobhunting板上混了很久了,看到大家的共识就是:不管你工作多久,想去FLG必须
刷题。(例外也有人提到,但是似乎不是Google research的职位,就是功成名就的大
牛,都不是普通码工的情况)我自己和周围认识人的经历似乎也验证了这一点。不过最
近我终于在没有刷任何题的情况下拿到了G家的offer,看起来这种“共识”也并不是
100%正确的。由于Jobhunting板上这种经历似乎不多,所以详细写一下,供大家分享,
也给像我一样不愿刷题的人鼓励一下。这个帖子主要侧重分享面试经历,面经记不太清
了,不是太多,放在最后。
我自己四年前也曾经认真刷过0.9遍Leetcode题目,去过G家on site一次。当时自我感
觉答得还不错,但是最终还是被... 阅读全帖
t****m
发帖数: 140
36
来自主题: JobHunting版 - Zenefits让人吐血的onsite经历
Zenefits Onsite,在skype上进行的,说好了一共三轮,两轮coding,一轮culture
fit
第一轮,印度小哥
1.design a service to return unique integer:
我说用 time stamp + thread id + cnt 解决,讨论了一段时间,印度小哥说
还要考虑different machine id等等
2.find median of two sorted arrays
先说思路,然后解题,没在线跑code,面试官叫我解释了一下code,说looks
good
第二轮,印度小哥
1. return all possible combination of a giving array with specific
length:
eg "abc", length = 2 -> 'ab', 'ac', 'bc'
"abc", length = 1 -> 'a', 'b', 'c'
2. retur... 阅读全帖
b***e
发帖数: 1419
37
来自主题: JobHunting版 - Zenefits让人吐血的onsite经历
根据抽屉法则,五张牌里至少有两张花色是相同的。假设这两张的点数为a和b, 同时b
是较大的一张。考虑a和b之间modulo 12的减法,则有b - a <= 6 mod 12, 或a - b <=
6 mod 12。若是前者第一张牌放a,藏b; 若是后者, 第一张牌放b,藏a。 剩下的三
张牌按排序encode c=|a-b|。由于c是小于等于6的,三张牌正好够用。
猜的人看到四张牌,知道花色和第一张是一样的。如果第一张点数为a, 后面三张
encoding的数为c, 则藏的牌点数是a + c mod 12.
s*****l
发帖数: 45
38
来自主题: JobHunting版 - 脸书谷歌面经
脸:
一轮local 面:
Input: Given a matrix of 0, there are some areas populated with 1, 2, 3s.
Output: Map
Onsite:
Round 1: cultural, project deep dive, things that can be done better
Round 2: Calculator, implement a function to output the current display
based on the inputs that is already typed.
Round 3: Word Ladder II in Leetcode
Round 4: Design facebook event notification system (push on mobile app, and
pull on web), discuss storage/api, how to generate events, prefer to use
peri... 阅读全帖
p**r
发帖数: 5853
39
来自主题: JobHunting版 - 亚麻Video选组求指导
encoding你们自己做还是用zencode,encoding之类的第三方?

drm
lol.
h***g
发帖数: 2
40
您好,我对这个security engineer工作很感兴趣。以下是我的resume
Xu Han
30 Chatsworth Ave Apt2
(716)
440-0396


Buffalo, NY
... 阅读全帖
p*******m
发帖数: 20761
41
【 以下文字转载自 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代表很好... 阅读全帖
c**i
发帖数: 6973
42
来自主题: NextGeneration版 - Re: 感觉肝功能阳性就象携带艾滋病毒
(1) Taiwan is the the first in the world to start universal vaccination
against hepatitis b virus (HBV), in 1984.
The vaccine then was produced by Merck from human serum. In 1986 California-
based Chiron Corporation succeeded in making the first recombinant vaccine,
the
hepatitis B vaccine
http://en.wikipedia.org/wiki/Hepatitis_B_vaccine
(section 1 The invention, whose reference 4 is Lawrence M Fisher,
Biotechnology Spotlight Now Shines on Chiron. New York Times, Oct 13, 1986.
http://www.nytimes... 阅读全帖
a*****g
发帖数: 19398
43
美国儿童的数学教育——How are our children doing in Math?
http://www.philly.com/philly/education/How_are_our_children_doi
摘要:
英语影响了孩子的最基本数学能力
“Our education system is not designed to create and shape a math brain.”
建议:
Teaching a math hierarchy from non-symbolic to symbolic to patterns and
relationships and ultimately to conceptual understandings.
正文:
Of 57 industrialized nations that participated in a 2011 Trends in
International Math and Science Study (TIMSS), United States fourth graders
ranked 11th pla... 阅读全帖
a*****g
发帖数: 19398
44
美国儿童的数学教育——How are our children doing in Math?
http://www.philly.com/philly/education/How_are_our_children_doi
摘要:
英语影响了孩子的最基本数学能力
“Our education system is not designed to create and shape a math brain.”
建议:
Teaching a math hierarchy from non-symbolic to symbolic to patterns and
relationships and ultimately to conceptual understandings.
正文:
Of 57 industrialized nations that participated in a 2011 Trends in
International Math and Science Study (TIMSS), United States fourth graders
ranked 11th pla... 阅读全帖
t******l
发帖数: 10908
45
来自主题: Parenting版 - WISC-V 智商测试
这个 working memory 测试的 false positive / negative 的原因,是因为实践中的
working memory 的效率,是 largely rely on chunking / encoding 的;而
chunking / encoding 又 largely rely on schema,以及 perceptual memory 等等其
他的 implicit memory。
举了例子就是 super fast reader 不一定就是 working memory 的 the magic # 7 本
身多几个 plus 2,更有可能的是 superior on context-based predict / sight
words(比如阿汤哥的电影,第一秒就 predict 阿汤哥死不了,哪有导演让自己挂的不
是?),甚至可能 context-based predict / sight larger linguistic structure。
而从这点说,隔壁楼的背诵九九乘法表型 flash card 记忆词汇,在 reading speed... 阅读全帖
t******l
发帖数: 10908
46
来自主题: Parenting版 - WISC-V 智商测试
或者说,军医学的简化模型的思想的大方向并不错。
但是军医学有可能出的问题,就好比马工系的开会型老板,时而不时冒出来一句比如:
你们 conjugated gradient solver 能不能先把五百万 x 变量们统统先解完到精确值
,然后回过头来再解五百万 y 变量。多么 clean 的解决方案不是?

:这个 working memory 测试的 false positive / negative 的原因,是因为实践中
的 working memory 的效率,是 largely rely on chunking / encoding 的;而
:chunking / encoding 又 largely rely on schema,以及 perceptual memory 等等
其他的 implicit memory。
t******l
发帖数: 10908
47
来自主题: Parenting版 - WISC-V 智商测试
而这个猜想的证实或者证伪,是有实际意义的。因为如果这猜想证实的话,那就意味着:
For "sex-and-the-city's verbal thinker"'s working memory, the capability of
"looping/holding" information in their (presumed) phonological loop is "1st-
order critical". An inferiority on the "looping/holding" could cause
learning disabilities, and maybe need specialized training to correct/
improve.
For "hunter-gatherer's spatial-temporal thinker"'s working memory, instead,
the capability of "chunking / encoding temporal information" in their (
hypothesiz... 阅读全帖
t******l
发帖数: 10908
48
来自主题: Parenting版 - WISC-V 智商测试
看上去这个 directed open-end polygon encoding 能够 work 到 8 个,但是还不稳
定,要多玩可能会稳定。
也就是说,practice enhance spatial-temporal encoding?

cheat
/
/
click
t******l
发帖数: 10908
49
来自主题: Parenting版 - WISC-V 智商测试
其实这个 (Reverse) Corsi Block Test 测试结果其实挺符合 wiki 里的这段的。也就
是说,complex span (encoding) matters much more:
http://en.wikipedia.org/wiki/Memory_span#From_simple_span_to_complex_span
[quote]
From simple span to complex span[edit]
Research in the 1970s has shown that memory span with digits and words is
only weakly related to performance in complex cognitive tasks such as text
comprehension, which are assumed to depend on short-term memory.[28] This
questioned the interpretation of memory span as a meas... 阅读全帖
t******l
发帖数: 10908
50
来自主题: Parenting版 - WISC-V 智商测试
或者简单的说,普通娃 (neuro-typical) 的 working memory,大一点小一点、快一点
慢一点、持久一点与否,只要在正常范围内,就是个 trait。而大脑高层的 encoding
会针对自身的 trait 量身定做符合自身特点的 encoding,最终都成为普通娃。
所以我现在觉得,普通娃就真心别去 WISC-V 智商测试选出来的 GT 班了。理由我不说
了,你懂的。

of
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)