由买买提看人间百态

topics

全部话题 - 话题: ternary
1 2 下页 末页 (共2页)
n******7
发帖数: 99
1
rt,还是说用ternary operator会降低可读性,所以尽量少用,换成if else语句。举
个例子,Check a binary tree is a binary search tree.
public boolean isBST(Node root){
return isBST(root,Integer.MIN_VALUE,Integer.MAX_VALUE);
}

public boolean isBST(Node root, int min, int max){
return (root==null)?true:((root.getValue()>=min)&&(root.getValue()<
max)&&isBST(root.left(),min,root.getValue())
&&isBST(root.right(),root.getValue(),max));
}
还是写成
public boolean isBST(Node root, int min, int max){
... 阅读全帖
x*******6
发帖数: 994
2
来自主题: GeoSpace版 - Need help for ternary phase diagram
Hi, all.
Does anybody know there is a Ag-Pt-Ru ternary phase diagram exist? If you
have image or literature (prefre PDF), please send to younggood69@hotmail.
com.
Thanks.
x*******6
发帖数: 994
3
Hello, all.
Does anybody know there is Ag-Pt-Ru ternary phase diagram exist? If you have
the image or the literature please send to y*********[email protected]. Thanks.
d*****r
发帖数: 39446
4
来自主题: _Trading_Psychology_Discipline版 - [通知] 恭喜 ternary 成为本俱乐部正式成员
【此篇文章是由自动发信系统所张贴】
ternary 申请加入本俱乐部的请求已经通过审批, 成为本俱乐部的正式成员, 特此通知.
x******6
发帖数: 46
5
来自主题: JobHunting版 - 问道Pocket Gems面试题
题在这儿
http://yuanhsh.iteye.com/blog/2206191
我的解法和博客里的有点不同,不知道有没有忘记考虑什么case,有谁愿意帮我看一下
吗?谢谢!
import java.util.Stack;
public class Solution {
public TreeNode ternary2Tree(String ternary) {
if (ternary.length() == 0) {
return null;
}
Stack stack = new Stack<>();
TreeNode root = new TreeNode(ternary.charAt(0));
stack.push(root);
for (int i = 1; i < ternary.length(); i += 2) {
char operator = ternary.charAt(i);
... 阅读全帖
a*****g
发帖数: 19398
6
Number of legal Go positions
The 361 points on a 19x19 Go board can be colored empty, black, or white.
Only some of the 3^361 possible positions are legal, namely those where
every group of connected stones of the same color has an empty point
adjacent to it. In the position above, black stones at E18 and N9 lack such
``liberties'', making the position illegal. Due to its capture rule, the
positions that can arise in a game of Go are exactly the legal positions. On
Jan 20, 2016, the number of le... 阅读全帖
h*h
发帖数: 27852
7
【 以下文字转载自 Mathematics 讨论区 】
发信人: ananpig (●○ 围棋数学一把抓的安安猪), 信区: Mathematics
标 题: 19路围棋的所有合法图案终于出来了 Number of legal Go positi
发信站: BBS 未名空间站 (Wed Jan 27 18:50:19 2016, 美东)
发信人: ananpig (●○ 围棋数学一把抓的安安猪), 信区: Programming
标 题: 19路围棋的所有合法图案终于出来了 Number of legal Go positi
发信站: BBS 未名空间站 (Fri Jan 22 10:38:03 2016, 美东)
Number of legal Go positions
The 361 points on a 19x19 Go board can be colored empty, black, or white.
Only some of the 3^361 possible positions are legal, namely those where
every group... 阅读全帖
a*****g
发帖数: 19398
8
Number of legal Go positions
The 361 points on a 19x19 Go board can be colored empty, black, or white.
Only some of the 3^361 possible positions are legal, namely those where
every group of connected stones of the same color has an empty point
adjacent to it. In the position above, black stones at E18 and N9 lack such
``liberties'', making the position illegal. Due to its capture rule, the
positions that can arise in a game of Go are exactly the legal positions. On
Jan 20, 2016, the number of le... 阅读全帖
a*****g
发帖数: 19398
9
【 以下文字转载自 Programming 讨论区 】
发信人: ananpig (●○ 围棋数学一把抓的安安猪), 信区: Programming
标 题: 19路围棋的所有合法图案终于出来了 Number of legal Go positi
发信站: BBS 未名空间站 (Fri Jan 22 10:38:03 2016, 美东)
Number of legal Go positions
The 361 points on a 19x19 Go board can be colored empty, black, or white.
Only some of the 3^361 possible positions are legal, namely those where
every group of connected stones of the same color has an empty point
adjacent to it. In the position above, black stones at E18 and N9 lack such
``liberti... 阅读全帖
w**********1
发帖数: 154
10
中科院院士段振豪包养二奶,小三,小四,养私生女(有图有真相)
来源: 陈文的日志
先介绍一下人物背景,这么多头衔,多么有名气的一个人:
姓名: 段振豪 性别: 男
职称: 研究员 学历: 博士
电话: 010-82998377 传真: 010-62010846
Email: d*********[email protected] 邮编: 100029
地址: 北京朝阳区北土城西路19号,中科院地质与地球物理研究所
更多信息:
【English】 地球深部结构与过程研究室 The_Duan_Group
简历:
段振豪
学历和工作经历:
1982年,学士,中国地质大学(武汉) ,地球化学专业;
1985年,硕士,中国地质科学院,地球化学专业;
1988年,博士,中国地质大学(北京) ,地球化学专业;
1988-1991年,博士后,美国加州大学,物理化学专业;
1992-1995年,助理教授,美国加州大学(圣地亚哥) ,地球化学专业;
1995-1999年,副教授,美国加州大学(圣地亚哥) ,地球化学专业;
1999-2004,教授级研究员,美国加州大学(圣地亚哥) ,地球化学专业;
2002-... 阅读全帖
r*******y
发帖数: 48
11
1. 两个蛋白都不是transcription factor,但是其中一个有报道可以识别sequence
specific DNA motif by a zinc finger protein。
Do you mean it recognizes DNA motif by a zinc finger domain?
2. 敲除之后,能看到另一个蛋白DNA binding显著增高了。
taken 1&2, it suggests that 1) the other protein is also able to bind DNA, 2
) the presence of the protein mentioned in "1" inhibited the DNA binding of
the other protein.
3. chromatin fraction IP显示两个蛋白是在chromatin上相互作用。
Regular ChIP does not tell you that these proteins interact on chromatin; it
only tells... 阅读全帖
l****u
发帖数: 3449
12
来自主题: Chemistry版 - paper help
【 以下文字转载自 Physics 讨论区 】
发信人: lotayu (罗大佑), 信区: Physics
标 题: paper help
发信站: BBS 未名空间站 (Sun Dec 19 16:51:04 2010, 美东)
de Fontaine, D.: Spinodal and Equilibrium Reactions; Physica B, 103, 57-66
(1981)
Kogachi, M., and Nakahigashi, K.: Phase Relations in the Cu3Ag1-xAux,
Ag3Au1
-xCux and Au3Cu1-xAgx Ternary Systems; Jpn. J. Appl. Phys., 19, 1443-1449
(1980)
Kogachi, M., Nakahigashi, K.: Phase Relations in the AuCu1-yAgy and Au(Cu1
-yAgy)3 Ternary Systems; Jpn. J. Appl. Phys., 24, 121-125 (1985)
请发... 阅读全帖
i*n
发帖数: 9793
13
来自主题: Chemistry版 - paper help please
E. Dinc, F. Onur, Application of a new spectrophotometric method for the ana
lysis of a ternary mixture
containing metamizol, paracetamol and caffeine in tablets. Analytica chimica
acta 359 (1998) 93-106.
A. Afkhami, M. Bahram, Mean centering of ratio spectra as a new spectrophoto
metric method for the
analysis of binary and ternary mixtures. Talanta 66 (2005) 712-720.
g*****a
发帖数: 340
14
来自主题: Computation版 - 帮忙选个杂志
关于高分子自组合仿真的文章,投macromolecules被鄙视了,想换个,但最好得快点。
老板大撒把。。。
polymer
Acta Materialia
还有啥合适的?
摘要:
Verification of Numerical Simulation of the Self-assembly of Polymer-
polymer-solvent Ternary Blends on a Heterogeneously Functionalized Substrate
The directed self-assembly of polymer-polymer-solvent ternary blends on
heterogeneously functionalized substrate is investigated with a
three-dimensional numerical model. The numerical simulation results are
quantitatively verified by the experimental results. T... 阅读全帖
g*****a
发帖数: 340
15
来自主题: Macromolecules版 - 帮忙选个杂志
关于高分子自组合仿真的文章,投macromolecules被鄙视了,想换个,但最好得快点。
老板大撒把。。。
polymer
Acta Materialia
还有啥合适的?
摘要:
Verification of Numerical Simulation of the Self-assembly of Polymer-
polymer-solvent Ternary Blends on a Heterogeneously Functionalized Substrate
The directed self-assembly of polymer-polymer-solvent ternary blends on
heterogeneously functionalized substrate is investigated with a
three-dimensional numerical model. The numerical simulation results are
quantitatively verified by the experimental results. T... 阅读全帖
o*********r
发帖数: 168
16
来自主题: Mathematics版 - 旁观者昏:为了人类心智的荣耀
看起来很有可能的事,要在数学上证明它就完全是另外一回事了。对数论研究说来尤其
如此。很多名题变得家喻户晓,就是因为它们的阐述简单。但这正是它迷惑人的地方。
一些狂人们看了一眼之后会说,这有什么难的。只要听到这样说话的人,除非对方是高
斯,以后可以放心大胆地失去对这个人的学术信任了。
我们这一代人中许多人--不知道张先生是不是其中的一个--对数论的了解是从陈景润证
明1+2开始的。这以后中国大地出了不少不哥猜家,他们的热情和天真,对这个经典难
题以及费马大定理等等名题构成了一种让人尴尬的讽刺。
我以前有过一个数学非常好的朋友。他曾是南方某“数学大省”77级的高考状元。我问
他,数学系里面什么课程最难,他连想也没有想就回答我:数论。在那个行当里的人知
道数论研究有多难。据说流体力学大师,钱学森的老师冯。卡门说过:上帝懂得量子力
学,但是上帝不懂湍流(我在网上没有找到这句话,是读书时听老师闲聊的时候说的)。
数学大师Erdos说:上帝也许不掷骰子,但素数却有些怪。他就差说上帝不懂素数了。
在什么地方成名的人知道什么地方的难处和艰辛。实际上在数论研究上的贡献,构成了
一个度量纯粹数学家名望的尺... 阅读全帖
l****u
发帖数: 3449
17
来自主题: Physics版 - paper help
de Fontaine, D.: Spinodal and Equilibrium Reactions; Physica B, 103, 57-66
(1981)
Kogachi, M., and Nakahigashi, K.: Phase Relations in the Cu3Ag1-xAux,
Ag3Au1
-xCux and Au3Cu1-xAgx Ternary Systems; Jpn. J. Appl. Phys., 19, 1443-1449
(1980)
Kogachi, M., Nakahigashi, K.: Phase Relations in the AuCu1-yAgy and Au(Cu1
-yAgy)3 Ternary Systems; Jpn. J. Appl. Phys., 24, 121-125 (1985)
请发送s************[email protected]
多谢多谢!
s****n
发帖数: 8912
18
还是几个白人fwd过来的重要消息
尼玛,打那些说歌德猜想不重要的老酱的脸吧
ternary Goldback Conjecture proven
http://arxiv.org/pdf/1305.2897v1.pdf
r*******g
发帖数: 32828
19
我的2011年版找工简历
王利民
2014年8月16日
(现注:当时,未列出2010年在Fox Chase Cancer Center的经历;没列出2005年在
Memorial Sloan-Kettering Cancer Center的经历;没列出2006年在陕西师范大学、
2009年在江南大学任教的经历。)
Career Summary:
PhD degree on Chemistry and post-doctoral research on protein
structure in the USA; Teaching (assistance) experience in the USA and
China; Customer service experience in the USA.
Work/ Research:
Jan 2006 - : various work in the USA, China, and home.
Sept. 2003- June 2005: New York State Department of Health
Post-doctorate
Re... 阅读全帖
b****g
发帖数: 1204
20
【 以下文字转载自 WaterWorld 讨论区 】
发信人: buydig (digbuy), 信区: WaterWorld
标 题: 这王利民是混的最惨的高考状元吗?
发信站: BBS 未名空间站 (Tue Aug 19 22:40:39 2014, 美东)
Honor:
Highest score in the 1991' National College Entrance Exam in Hunan
Province, China
2011年版找工简历
王利民
Career Summary:
PhD degree on Chemistry and post-doctoral research on protein
structure in the USA; Teaching (assistance) experience in the USA and
China; Customer service experience in the USA.
Work/ Research:
Jan 2006 - : various work in the USA, China, and ho... 阅读全帖
c****y
发帖数: 101
21
发信人: WangLimin (王利民), 信区: WaterWorld
标 题: 我的2011年版找工简历
发信站: BBS 未名空间站 (Sat Aug 16 09:18:20 2014, 美东)
我的2011年版找工简历
王利民
2014年8月16日
(现注:当时,未列出2010年在Fox Chase Cancer Center的经历;没列出2005年在
Memorial Sloan-Kettering Cancer Center的经历;没列出2006年在陕西师范大学、
2009年在江南大学生物工程学院任教的经历。)
Career Summary:
PhD degree on Chemistry and post-doctoral research on protein
structure in the USA; Teaching (assistance) experience in the USA and
China; Customer service experience in the USA.
Work/ Research:
Jan 2006 - : various ... 阅读全帖
N*X
发帖数: 872
T*******x
发帖数: 8565
23
来自主题: Military版 - 微软最新面试题。
三素数定理,也就是弱哥德巴赫猜想,已经在80年前被证明。In number theory,
Goldbach's weak conjecture, also known as the odd Goldbach conjecture, the
ternary Goldbach problem, or the 3-primes problem.
三等差素数定理,也就是这个题里不要求任意a,按你的说法和上面的三素数定理的证
明几乎一样。
在往上,就是本题中的要求任意素数a为基础的三等差素数。这个按你说还没有证明。
然后还有通常的,也就是强的,哥德巴赫猜想,也没有证出来。
那么这两个没有证出来的,比较一下难度,你是说普遍认为哥德巴赫猜想更难。对吗?
t*****y
发帖数: 35
24
来自主题: BackHome版 - 转让美联航空国际升舱券
转让美联航空国际升舱券 UA GPU 四张
意者请函 ternary at yahoo dot com
b****g
发帖数: 1204
25
【 以下文字转载自 WaterWorld 讨论区 】
发信人: buydig (digbuy), 信区: WaterWorld
标 题: 这王利民是混的最惨的高考状元吗?
发信站: BBS 未名空间站 (Tue Aug 19 22:40:39 2014, 美东)
Honor:
Highest score in the 1991' National College Entrance Exam in Hunan
Province, China
2011年版找工简历
王利民
Career Summary:
PhD degree on Chemistry and post-doctoral research on protein
structure in the USA; Teaching (assistance) experience in the USA and
China; Customer service experience in the USA.
Work/ Research:
Jan 2006 - : various work in the USA, China, and ho... 阅读全帖
N*****a
发帖数: 250
26
来自主题: Faculty版 - CAREER awards 2011 so far
http://www.nsf.gov/awardsearch/progSearch.do?WT.si_n=ClickedAbstractsRecentAwards&WT.si_x=1&WT.si_cs=1&WT.z_pims_id=503214&SearchType=progSearch&page=2&QueryText=&ProgOrganization=&ProgOfficer=&ProgEleCode=&BooleanElement=true&ProgRefCode=1045&BooleanRef=
See below
Award Number Title NSF Organization Program(s) Start Date Principal
Investigator State Organization Awarded Amount to Date
1055356 CAREER: Characterization of Cognitive Models of Conceptual
Understanding in Practicing Civil Engineers ... 阅读全帖
l********r
发帖数: 175
27
Could someone send me the fulltext document for the following paper?
A Monte Carlo simulation study of the liquid–liquid equilibria for binary
dodecane/ethanol and ternary dodecane/ethanol/water mixtures
Thank you very much.
t******e
发帖数: 98
28
来自主题: JobHunting版 - An interview question
很简单,用ternary search tree就可以了,建树之后做一次深搜,搜索过程中看看路
径中碰到的记录有单词(既含有external link)的节点数就是所要的答案。
r*****e
发帖数: 792
29
来自主题: JobHunting版 - 你们花了多久读clrs?
上学的时候指定教材,当时没买,嫌贵。后来有了白来的又嫌太厚,而且不像读书时
那样安得下心来看了。因为我觉得不是那么好理解,也许因为和用的pseudo code
有关。最新版的应该好点了吧。不过不打算看clrs了,太费时间了。
我自己看过一本两个人写的,好像有个作者叫ford,书名是什么c++ data structure
and algorithms的。因为书不在手边只能凭记忆了。里面的code都读过,
感觉看过一遍后不仅可以温习算法和数据结构,还对OOP有不少理解。
另外,princeton的那本算法也不错,就是没有每章都读过。里面有对trie的介绍,
挺详细的。还特意写了个ternary tree练手。DP和字符处理的章节也挺有用。
r*****e
发帖数: 792
30
来自主题: JobHunting版 - 问个题:how to compress a prefix tree
出题的人是不是假设tree的每个node都占用26个字母,假设不考虑大小写,也没有
其他符号的话。那compress这个tree就是用list表示每个node,这样算完成要求吗?
或者用ternary tree,不过这样相应的算法都都要变了,虽然可能是个space
efficient的表示方式。
r*****e
发帖数: 792
31
来自主题: JobHunting版 - 问个题:how to compress a prefix tree
出题的人是不是假设tree的每个node都占用26个字母,假设不考虑大小写,也没有
其他符号的话。那compress这个tree就是用list表示每个node,这样算完成要求吗?
或者用ternary tree,不过这样相应的算法都都要变了,虽然可能是个space
efficient的表示方式。
l*******e
发帖数: 127
32
来自主题: JobHunting版 - T家店面
trie or ternary search tree.
d******k
发帖数: 4295
33
来自主题: JobHunting版 - 关于code的可读性
抄一句别人说的
If the condition is short and the true/false parts are short then a ternary
operator is fine, but anything longer tends to be better in an if/else
statement
d*******h
发帖数: 642
34
来自主题: JobHunting版 - 关于code的可读性
如果是php的话,ternary性能不如if else
a**d
发帖数: 85
35
来自主题: JobHunting版 - compress prefix tree
被问到这个该怎么答呢?
我就说的把传统的trie转换成ternary search tree能节省空间。不知道对不对
谷歌了一下发现都是paper介绍很复杂的算法。
谢谢
y******u
发帖数: 804
36
以coding style来说,最后一部分拖那么一大坨,还是不要三目运算了
短点的没问题。
z****e
发帖数: 54598
37
这么长一串还是改一下吧
p*****2
发帖数: 21240
38
(defn isBST
([root]
(isBST root, Integer/MIN_VALUE, Integer/MAX_VALUE))
([root min max]
(if (nil? root) true
(let [val (:val root)]
(and
(>= val min)
(<= val max)
(isBST (:left root) min val)
(isBST (:right root) val max)))))
w*******s
发帖数: 138
39
你这个例子当时是不用好了。
很多时候都是见仁见智看情况。
突然想到这是一个黑阿3的好借口,阿3只要用了,就说他代码可读性差,没实际经验,
阿3要是不用,就说他代码不够简洁,不熟悉编程。
p*****2
发帖数: 21240
40

所以还是取消了好。
f*******w
发帖数: 1243
41
背景:EE 非名校PhD 无线通信方向,预计夏天毕业,两次实习经历(12年Broadcom,
13年Amazon)
2月的时候发现时间紧迫,开始锁定SDE的目标狂投简历……真正意义上的海投,大大小
小有近百家吧,基本没有找人refer。偶尔在版上看到有人帮忙refer的时候也会问一下
,不过好像都被简历拒了- -
所有面经放上……
Bloomberg:
02/21 电面阿三,没有写具体code,都是说思路
Why bloomberg?
Mention and describe one of your projects. What is your role on this project?
Polymorphism in C++, how to implement virtual functions (vtable), different
types of polymorphisms (dynamic/static).
Two sum (with or without extra memory)
Kth node to the last (Linked List)
Implement m... 阅读全帖
y***k
发帖数: 162
42
来自主题: 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下半年就开始了。因... 阅读全帖
e*********5
发帖数: 137
43
来自主题: JobHunting版 - 长年潜水,回馈FLG面经
"给我一个string of nested ternary
operations例如a?b?c:d:e,让我build a tree:root是a,左子树是b?c:d对应的tree
,右子树是e。保证input都是valid的。"
lz, 这道题可不可以分享下code,伪代码也行。 递归的时候怎么找左右子数的根?
X*4
发帖数: 101
44
来自主题: JobHunting版 - 请教个G题目
给一个string of nested ternary operations例如a?b?c:d:e,build a tree:root是
a,左子树是b?c:d对应的tree ,右子树是e。保证input都是valid的。
不太会写
c******w
发帖数: 1108
45
来自主题: JobHunting版 - 请教个G题目
我这个跟题目里的例子不一样。
我这个难道不是一个nested ternary?
还有更复杂的形式例如 a?b?c:d:e?f:g
X*4
发帖数: 101
46
来自主题: JobHunting版 - 请教个G题目
给一个string of nested ternary operations例如a?b?c:d:e,build a tree:root是
a,左子树是b?c:d对应的tree ,右子树是e。保证input都是valid的。
不太会写
c******w
发帖数: 1108
47
来自主题: JobHunting版 - 请教个G题目
我这个跟题目里的例子不一样。
我这个难道不是一个nested ternary?
还有更复杂的形式例如 a?b?c:d:e?f:g
k*****L
发帖数: 55
48
来自主题: JobHunting版 - 请教个G题目
Let me try:
Node *ternary(string &s) {
if (s.size() == 0) return NULL;
stack st;
bool isLeft = true;
int prev = 0;
for (int i = 0; i < s.size(); ++i) {
if (s.at(i) == ‘?’ || s.at(i) == ‘:’) {
Node *newNode = new Node(s.substr(pref, i - pref));
if (!st.empty()) {
Node *n;
if (isLeft) {
n = st.top();
n->left = newNode;
} else {
n = s... 阅读全帖
o*q
发帖数: 630
49
来自主题: 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
... 阅读全帖
q*****r
发帖数: 32
50
Postdoc Openings at Arizona State University
We are seeking highly motivated individuals for two to three postdoc
positions
available immediately in the research areas of i) fabrication and testing
for highefficiency
multi-junction solar cells, ii) device processing for Si solar cells (or
related Si devices), and iii) modeling, growth, characterization for
selforganized
3D quantum dots and 2D heterostructures such as type-II
superlattice. Applicants should have strong background in one of the ar... 阅读全帖
1 2 下页 末页 (共2页)