由买买提看人间百态

topics

全部话题 - 话题: shapely
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
A****i
发帖数: 5546
1
【 以下文字转载自 Fashion 讨论区 】
发信人: sartoREAList (keep it real), 信区: Fashion
标 题: Fashion Tips from a Man (5): Elegance, subtlety, and balan
发信站: BBS 未名空间站 (Tue May 17 02:56:23 2011, 美东)
大部分人看到一个好的搭配,第一个反应一般都是“好看”,“有气场”,“气质好”
,但是为什么好看,却说不出道理。
"Mystery is one of the most important qualities a woman can possess. A woman
who is an open book is boring."
-Carolina Herrera
So, how do you create mystery? Elegance and glamor. Yes, these are two big
words, but if one is willing to put in the work, she can ev... 阅读全帖
z**r
发帖数: 17771
2
来自主题: EmergingNetworking版 - How to connect a 7900 to remote call manager ?

right, this is what the shaping is for. my point is, shaping uses a lot of
buffer to shape the traffic, so normally, shaping would bring more latency for
the traffic, but elimate the jitter, as for how long? it depends on the
buffer size and the processing speed.
This feature is nice for normal traffic, even video, because for normal
traffic, the delay is not the No1 concern, similar to this, the video traffic
is very sensitive for jitter, not the delay.
That's why I said, if it has priority qu
k*****t
发帖数: 71
3
你列的部分code类似第二版我想要的说的,从中摘录如下:
我认为有问题的代码我在代码下标注。
第一版和第二版这段代码的区别是Shape, 几个public 变成protected了。
abstract class Shape {
abstract public draw() ;
protected Drawing myDrawing;
Shape (Drawing drawing) {
myDrawing= drawing;
}
protected void drawLine (
double x1,double y1,
double x2,double y2) {
myDrawing.drawLine(x1,y1,x2,y2);
}
protected void drawCircle (
double x,double y,double r) {
myDrawing.drawCircle(x,y,r);
}
}
class Rectangle extends Shape {
public Rectangle (
Drawing dp,
double x1,double y1,
dou
n**d
发帖数: 9764
4
来自主题: Programming版 - What is wrong in this array declaration.
Shape* sarray[] = {new Circle, new Circle, new Circle};
error C2143: syntax error : missing ';' before '}'
error C2059: syntax error : ';'
The following is the full code.
#include
class Shape {
public:
virtual void draw() = 0;
virtual void erase() = 0;
virtual ~Shape() {}
};
class Circle : public Shape {
public:
Circle() {}
~Circle() { std::cout << "Circle::~Circle\n"; }
void draw() { std::cout << "Circle::draw\n";}
void erase() { std::cout << "Circle::eras
z****e
发帖数: 54598
5
来自主题: Programming版 - java8就是冲着desktop去的
你这个有点问题吧?
canvas不能多个,一般就是一个
然后你要在上面draw shape
底层一个蓝色的shape
然后一个红色的shape
然后如果你要放透明色的话,得修改红色的shape酱紫
用clearRect或者其它
参考这篇文章
http://docs.oracle.com/javafx/2/canvas/jfxpub-canvas.htm

fCanvas
n*s
发帖数: 752
6
来自主题: TeX版 - beamer 编译关于font的warning
我最近正在学用beamer来写slides,似乎没用什么特殊的东西,但编译的时候出了这些
warning,怎么才能去掉他们呢?
LaTeX Font Warning: Font shape `OT1/cmss/m/sc' in size <10.95> not available
(Font) Font shape `OT1/cmr/m/sc' tried instead on input line
110.
LaTeX Font Warning: Font shape `OT1/cmss/m/sc' in size <14.4> not available
(Font) Font shape `OT1/cmr/m/sc' tried instead on input line
110.
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsa.fd)
(/usr/share/texmf-texlive/tex/latex/amsfonts/umsb.fd)
LaTeX Font Warnin
h*******o
发帖数: 4884
7
处理continuous 还是discrete data和对shape敏不敏感是两回事
sample size 很小的情况下 谈discrete data的shape本身就是不合适的 用tabular的
方式来describe discrete data distribution 要更加合适
你强制KS处理discrete data当然可以给出p值
当sample足够多的时候可以把discrete的data 近似于continuous来做 那么shape就
make sense
统计是为了看biological意义的
不是给个p值就行了
就你这个例子 你用KS 的p值能回答楼主提的问题吗?能说明treatment 引起了显著性
变化?
用KS从开始的null hypothesis就多加了shape的概念
楼主的data用两个算计来结果一致, 但如果楼主的data和你后面举例的data一样呢?
那你觉得是用KS说treatment 引起signicant 变化呢 还是说用wilcoxon 没有显著变化
吗?
讨论了 这么多,我觉得两点有必要明确
1)stats 方法最好pre defi... 阅读全帖
w**9
发帖数: 225
8
帮同学发的,有兴趣请直接联系末尾的email。谢谢
Technical Consulting - Solution Architect in Finance and Insurance
Background:
We are building a new professional services division that will focus on
title insurance services, loan services and financial services fields. Our
technical consulting professionals work on projects across a range of
business processes, business applications and information technology. We
provide technology services, such as mobile solutions, application
development, infrastructure manageme... 阅读全帖
x********i
发帖数: 905
9
来自主题: Mathematics版 - An Interview with Xinwen Zhu
http://www.caltech.edu/news/prime-numbers-quantum-fields-and-do
Prime Numbers, Quantum Fields, and Donuts: An Interview with Xinwen Zhu
In 1994, British mathematician Andrew Wiles successfully developed a proof
for Fermat's last theorem—a proof that was once partially scribbled in a
book margin by 17th-century mathematician Pierre de Fermat but subsequently
eluded even the best minds for more than 300 years. Wiles's hard-won success
came after digging into a vast web of mathematical conjectures ... 阅读全帖
m******i
发帖数: 834
10
来自主题: NanoST版 - 胶体纳米粒子形状的控制
Shape control of colloidal nanoparticles
Self assembled structures from colloidal particles have many applications in
biology, as chemical sensors and as photonic crystals. The control of shape
and valency of the colloidal particle is very important since it will
determine the 3D lattices of the assembled structure. There have been
several prior effort to fabricating particles with complex shapes. Most
particles with anisotropic shape are from the simple assembly of spheres or
the modification o
k******e
发帖数: 80
11
来自主题: Nursing版 - 我的加州申请过程
我是08年10月底开始申请加州考试的,今年1月底通过审核。中间因为找学校教务处盖
章很麻烦,耽误了2个多月,材料才得以从学校寄出。个人觉得申请算是比较顺利。把
我当时准备的情况跟大家说一下也许对将要申请的人有一点帮助。
我个人从这里寄出去的材料包括:
1.国内护士执照的公正,在这里网上找的公证处,在纽约,叫最佳公正,电话
7183212810
2.指纹卡,就在我住的地方的警察局办的,free
3.handbook上的申请表,贴一张照片在右下角(handbook链接:http://www.rn.ca.gov/pdfs/applicants/exam-app.pdf
这一页有一项是填社会安全号,我当时没有就空着的,没有关系。
4.两张支票,一张办指纹的($51),一张申请的($75)
5.写了一封信,表示感谢,一张纸,很客气的几句话
从学校寄出的材料:
1.中英文成绩单(学校有,我来之前到学校教务处办好的)
2.学位证书和毕业证书中英文版(来之前自己办好到学校教务处办好的,盖好了章)
3.课程描述9门(内外妇儿、精神科护理、生理、解剖、免疫、微生物,好像是这些,
请参考的人自己再斟酌。)... 阅读全帖
a***e
发帖数: 27968
12
shit. i always thought so.
for example, you solve the H-atom equation and get the ball shape electron
clound thing. one way to look at it is the electron dot moving around the
neuclei and looks like cloud. but this couldn't explain why no radiation.
saying it is quantum forbidden is simply not good enough.
to my view, the electron is just taking the cloud shape, no particle moving
around here. this thing just interacting with the external world in quantum
way.
so to describe the motion, it is al... 阅读全帖
d*******2
发帖数: 340
13
来自主题: Physics版 - Diffractive optics
http://www.edphoton.com/en
Wuxi OptonTech Ltd. specialises in diffractive optical elements (DOEs) and
computer generated holograms (CGHs) for flat-top (also referred to as top-
hat or super-Gaussain) beam shaping and other general beam shaping, beam
splitting, beam homogenizing (diffusing). Examples of general beam shaping
include multi-line patterns, square, view finder, crosshair, grids, rings,
etc. Typical applications of DOEs include phase gratings for optical linear
encoders, DOEs for motio... 阅读全帖
w**9
发帖数: 225
14
帮同学发的,有兴趣请直接联系末尾的email. 谢谢
Technical Consulting - Solution Architect in Finance and Insurance
Background:
We are building a new professional services division that will focus on
title insurance services, loan services and financial services fields. Our
technical consulting professionals work on projects across a range of
business processes, business applications and information technology. We
provide technology services, such as mobile solutions, application
development, infrastructure managem... 阅读全帖
a******e
发帖数: 119
15
来自主题: Statistics版 - R,用apply比用for loop 快?
for (g in 1:g)
{
for (m in 2:m)
{

lamda[m,]=sapply(Y[g,1:n],update.lamda)
beta[m]=rgamma(n=1,shape=n*alpha[m-1]+beta.shape,rate = (sum(lamda[m-1,]
)+beta.rate))
temp = rnorm(n=1,mean=alpha[m-1],sd=sigma)
den = (beta[m-1]^(n*alpha[m-1]))*((prod(lamda[m-1,]))^(alpha[m-1]-1))*(
exp(-alpha[m-1])*alpha.rate)/(gamma(alpha[m-1]))^n
num = (beta[m-1]^(n*temp))*((prod(lamda[m-1,]))^(temp-1))*(exp(-temp)*
alpha.rate)/(gamma(temp))^n
accep.prob=num/den

if((accep.prob>=u[... 阅读全帖
m******r
发帖数: 1033
16
多谢回复。 如果只是一两个重要变量,分组做是正解。 造一个model tree,比如少年
组,中年组,老年组;新客户,老客户等等。 问题是我现在碰到大量的变量,都是这
种U形状, 我不太明白应该怎么做。
我觉得这是个有实际意义的问题。 随便找本专业书,金融,经济,电子,机械,很多
领域的基本曲线都是这个样子,S shape, U shape, inverted U shape。
形状如W shape的曲线, 在书本里还是少数,因为没法研究 比如股票。
w**9
发帖数: 225
17
帮同学发的, 有兴趣请直接联系末尾的email. 谢谢
Technical Consulting - Solution Architect in Finance and Insurance
Background:
We are building a new professional services division that will focus on
title insurance services, loan services and financial services fields. Our
technical consulting professionals work on projects across a range of
business processes, business applications and information technology. We
provide technology services, such as mobile solutions, application
development, infrastructure manage... 阅读全帖
w*******y
发帖数: 60932
18
Bissell Versus Bare Floor Vacuum for $19.99 + flat-rate $9.95 shipping for
your entire order. They are also offering an additional 10% off right now.
You can combine with other purchases such as these: http:// et/forums/showthread.p hp?sduid=109 426&t=230703 5
An innovative base design plus the power of a full size vacuum provides
maximum bare floor cleaning! The V-shape technology works by directing large
debris into the center suction path while fine particles are suctioned
along the arms.... 阅读全帖
w*******y
发帖数: 60932
19
Provo CraftCricutPersonal Electronic Cutter
reg. 199.99
sale 79.99
FREE SHIPPING w/ $35 min purchase, use code EAD343
-or-
FREE SHIPPING w/ no min purchase, use code FS340
Lowest price on Google product search is $111 (Amazon)
Details for Cricut Personal Electronic Cutter from Joann.com
Includes: Cricut Personal Electronic Cutter
George & Basic Shapes Cartridge
Cutting Mat
Quick Start Guide & Manuals
Power Adapter
The Cricut Personal Electronic Cutter is the latest breakthrough in paper
crafting... 阅读全帖
w*******y
发帖数: 60932
w*******y
发帖数: 60932
21
$2.21 for 16 oz (one pound) of Germany quality Haribo Gummi Grapefuit (
grapefruit has excellent reviews on amazon), Haribo Gummi Clownfish, Haribo
Gummi Twin Cherries, Haribo Gummi Colas, Haribo Gummi Bears, so on of the
many varieties.
Bagged in 5 pounds bags for $11.07 ($2.21 for one pound of Haribo), $11.07
price for the Haribo 5 pound bags that are currently on sale for $14.77 (
then discounted down to $11.07), many varieties. The other 5 pound bag
varieties that are currently on sale at a ... 阅读全帖
w*******y
发帖数: 60932
t********r
发帖数: 4908
23
☆─────────────────────────────────────☆
mark (花生,微爷远爷的爸爸) 于 (Tue Jul 6 10:31:04 2010, 美东) 提到:
【 以下文字转载自 Parenting 讨论区 】
发信人: ruiyinbox (瑞音童话), 信区: Parenting
标 题: Re: 阅读能力有多重要@_@
发信站: BBS 未名空间站 (Tue Jul 6 03:54:13 2010, 美东)
读了以上的回帖,作为一个听读推广者,我想说几句。
1,关于“阅读能力”和“阅读兴趣”、“阅读习惯”
我就楼主帖子题目的“阅读能力”展开。应该这样说比较好,就是“阅读兴趣”和“阅
读习惯”要比“阅读能力”更重要。
孩子们的阅读与大人不一样,孩子们的阅读一定要基于兴趣,而不是为了某种“能力”
。否则孩子们很容易讨厌阅读,甚至是憎恨。
有了“阅读兴趣”自然就会养成“阅读习惯”。
有了“阅读习惯”,将来长大成人之后,什么书都会喜欢阅读的,包括他(她)曾经不
喜欢的书和作者。
因为“阅读”已经成了他(她)一生中最重要的生活习惯。
记住,家长们... 阅读全帖
L******N
发帖数: 1858
24
来自主题: _BibleStudy版 - 标杆人生第31t天
标杆人生40天(31)
SHAPE之A——才能(Ability)
SHAPE之P——个性(Personality)
SHAPE之E——经验(Experience)
在神的眼里,最喜欢的就是我们做回自己。因为每一个人,都是他独一无二的创造。神
是全能的,他的设计没有错误;只是我们自己,有责任决定是要被神使用,还是被这世
界使用。被神使用,每一个人的才能、个性、经验以及上一课讲的属灵恩赐和兴趣,都
是神精心打造,绝对没有贵贱之分,在神的家里,我们都是同等尊贵;但是被这个世界
使用,却不是如此,只有某些才能,某些个性,某些经验,某些恩赐,某些兴趣,能给
人带来丰厚的回报和地位的提升,为了这些属世的“成功”,人们在残酷的争竞中载沉
载浮。
在SHAPE的五个特色中,最让我感动的是,我们每个人的经验,也是出于神的安排。知
道了这一点,我们是要因为过去的事情来埋怨神呢?还是要因此更加依靠神?我经过灵
命的低谷的时候,一位姐妹鼓励我说,神让你经历这些,说不准就是要让你以后来安慰
有同样经历的人呢!现在我在跟人分享自己的经历的时候,总是会想起她这句话来。是
的,神让我们有独特的经历,是因为我们承受得起
R****a
发帖数: 6858
25
来自主题: Military版 - 帝国的陨落
帝国的陨落
来源: ognc 于 2010-12-12 05:58:18 [档案] [博客] 旧帖] [转至博客] [给我悄悄话
] 本文已被阅读:254次 字体:调大/调小/重置 | 加入书签 | 打印 | 所有跟帖 | 加
跟贴 | 查看当前最热讨论主题 0
The Decline and Fall of the American Empire
By Alfred W. McCoy
December 11, 2010 "The Nation" - - A soft landing for America 40 years from
now? Don’t bet on it. The demise of the United States as the global
superpower could come far more quickly than anyone imagines. If Washington
is dreaming of 2040 or 2050 as the end of the American Century, a more
realistic asses... 阅读全帖
M******8
发帖数: 10589
26
来自主题: Military版 - 偶尔在网上发现这样一篇文章
http://www.raskb.com/transactions/VOL64/VOL64-3.docx
“You are Dead, the Square is Dead”: The 1989 Chinese Pro-Democracy
Movement
by Karen EGGLESTON
You are dead, the Square is dead.
They say now is a great victory,
thinking that death can protect their criminal existence.
We live on,
We give our hearts to you,the dead ones,
to let you live again through our lives,
to complete the mission which you left incomplete.
by Gu Cheng and Yang... 阅读全帖
f**e
发帖数: 3343
27
http://onlinelibrary.wiley.com/doi/10.1002/adma.201405438/full
理化所与清华大学联合研发出世界首个自主运动的可变形液态金属机器引起国际重要反响
近日,由刘静研究员带领的中国科学院理化技术研究所、清华大学医学院联合研究
小组,在Advanced Materials上发表了题为“Self-Fueled Biomimetic Liquid Metal
Mollusk”(2015)的研究论文,迅速被New Scientist、Nature研究亮点、Science新闻
等数十个知名科学杂志或专业网站专题报道,在国际上引起重要反响和热议。
此项研究于世界上首次发现了一种异常独特的现象和机制,即液态金属可在吞食少
量物质后以可变形机器形态长时间高速运动,实现了无需外部电力的自主运动,从而为
研制实用化智能马达、血管机器人、流体泵送系统、柔性执行器乃至更为复杂的液态金
属机器人奠定了理论和技术基础。这是该小组继首次发现电控可变形液态金属基本现象
(Sheng et al., Advanced Materials, 2014, 封面文章;Zh... 阅读全帖
h*****d
发帖数: 244
28
国内人无知也就算了,号称万能的军版也这水平,太掉价了
http://www.smithsonianmag.com/history/charles-proteus-steinmetz
Charles Proteus Steinmetz, the Wizard of Schenectady
His contributions to mathematics and electrical engineering made him one of
the most beloved and instantly recognizable men of his time.
By Gilbert King
smithsonian.com
August 16, 2011
Steinmetz and his contemporaries (Tesla, Einstein and others) at the Marconi
wireless station in New Jersey. Image courtesy of Wikicommons
He stood just four feet tall, hi... 阅读全帖
m*******e
发帖数: 1598
29
BY TINA AMIRTHA8 MINUTE READ
This story contains interviews with Christian Kästner, assistant
professor at Carnegie Mellon University; Amy Hirotaka, state policy and
advocacy manager at Code.org; and Janet Siegmund, researcher at the
University of Passau.
In order to expose more students to computer science, 17 states have passed
legislation to create basic math and science requirements in the curriculum,
rather than count them as electives. But lawmakers in Texas have made
computer program... 阅读全帖
M******a
发帖数: 6723
30
来自主题: Military版 - 奉天兵工厂
【 以下文字转载自 Mod_CHN_Hist 讨论区 】
发信人: Mayingba (吳鐘學), 信区: Mod_CHN_Hist
标 题: 奉天兵工厂
发信站: BBS 未名空间站 (Sun Jan 28 20:29:57 2018, 美东)
https://wwiiafterwwii.wordpress.com/2017/04/03/mukden-arsenal-after-wwii/
Mukden Arsenal after WWII
April 3, 2017 jwh19752 Comments

(Zhang's Gate, the old entrance to Mukden Arsenal)
For people interested in Japanese firearms of WWII, the name Mukden Arsenal
is familiar. The history of the facility after Japan's defeat is less well
known. Under various names, it did surv... 阅读全帖
r*s
发帖数: 2555
31
A solid object has its own shape.
A liquid object takes the shape of the container.
A gas object has no shape.
W*****B
发帖数: 4796
32
Preface
If any of the following events should occur:
a peak oil crisis or a World War that results in a significant reduction in
the transportation of food, or
commercial fertilizer becomes scarce or extremely expensive, or
unemployment increases significantly and many families are forced to grow
their own vegetables, or
there is a local, national, or worldwide famine,
then the following information would be extremely valuable to everyone who
has a vegetable garden. The following information wou... 阅读全帖

发帖数: 1
33
我可以看得到,copy paste将就看下吧
Image
CreditCreditPhoto illustration by Joan Wong. Photographs by Ronghui Chen for
The New York Times.
Skip to content
Skip to site index
Where Does Affirmative Action Leave Asian-Americans?
A high-profile lawsuit against Harvard is forcing students and their
families to choose sides.
CreditCreditPhoto illustration by Joan Wong. Photographs by Ronghui Chen for
The New York Times.
By Jay Caspian Kang
Photographs by Ronghui Chen
Published Aug. 28, 2019
Updated Sept. ... 阅读全帖
u***r
发帖数: 4825
34
https://time.com/5770140/millennials-change-american-politics/?utm_source=
facebook.com&utm_medium=social&utm_campaign=social-share-article&utm_content
=20200127&fbclid=IwAR36be58A6V9VvNGfu55yIWFvzqs8zNMpZsfrol02sAtggNde_
tGjMlveqI
How Millennial Leaders Will Change America
BY CHARLOTTE ALTER JANUARY 23, 2020
Love ’em or hate ’em, this much is true: one day soon, millennials will
rule America.
This is neither wish nor warning but fact, rooted in the physics of time and
the biology of human cells... 阅读全帖
z****g
发帖数: 3509
35
https://www.nytimes.com/2020/02/20/opinion/sunday/coronavirus-china-cause.
html
Why Did the Coronavirus Outbreak Start in China?
Let’s talk about the cultural causes of this epidemic.
Yi-Zheng Lian
By Yi-Zheng Lian
Mr. Lian is a former chief editor of the Hong Kong Economic Journal and a
contributing Opinion writer.
Feb. 20, 2020
A civet, the wild quadruped believed to have passed on the SARS virus to
humans, in Wuhan, China, in 2003.
A civet, the wild quadruped believed to have passed on the SA... 阅读全帖
s**********s
发帖数: 7387
36
来自主题: Military2版 - 离子鱼感觉被打沈飞打脸
有说W88的,有说W87的
但1995年左右有中国特工受中国政府指示将资料递交美方确是事实....
李文和被捕即与此事有关,当然他只是一个出气筒——美方无法接受中国能够造出W87-
88这个级别的弹头的事实,从而怀疑中国在LA实验室内部有间谍
In 1999 a reporter for the San Jose Mercury News reported that the U.S. W88
nuclear warhead, a small MIRVed warhead used on the Trident II SLBM, had a
prolate (egg or watermelon shaped) primary (code-named Komodo) and a
spherical secondary (code-named Cursa) inside a specially shaped radiation
case (known as the "peanut" for its shape). [24] A story four months later
in The N
v**e
发帖数: 8422
37
来自主题: Military2版 - China's First Master Designer
China's First Master Designer
July 5, 2011: After years of trying to keep it a secret, China has confirmed
that one of their aircraft engineers, Yang Wei, is actually one of those
extraordinary designers who produces one successful design after another.
Born in 1963, he graduated from college at age 19 and finished graduate
school three years later. He soon went to work at the Chengdu Aircraft
Design Institute, and a decade later was appointed director. So far, he has
designed a working fly-by-w... 阅读全帖
l****z
发帖数: 29846
38
President George W. Bush wasn’t unintelligent. In fact, he was brilliant…
Joshua Riddle
March 25, 2014 11:08 pm
Keith Hennessey, professor at Stanford Business School, wanted to set the
record straight about President Bush’s intellect. He writes:
I teach a class at Stanford Business School titled “Financial Crises in the
U.S. and Europe.” During one class session while explaining the events of
September 2008, I kept referring to the efforts of the threesome of Hank
Paulson, Ben Bernanke, and Tim... 阅读全帖
g********2
发帖数: 6571
39
Donald Trump’s New York Times Interview: Full Transcript
By THE NEW YORK TIMESNOV. 23, 2016
President-elect Donald J. Trump during a meeting at The New York Times’s
offices in Manhattan on Tuesday.
Following is a transcript of President-elect Donald J. Trump’s interview on
Tuesday with reporters, editors and opinion columnists from The New York
Times. The transcription was prepared by Liam Stack, Jonah Engel Bromwich,
Karen Workman and Tim Herrera of The Times.
ARTHUR SULZBERGER Jr., publisher o... 阅读全帖
n****y
发帖数: 968
40
来自主题: Automobile版 - 田托的逻辑真是天下无敌啊
竟然被点名批评了。。请你把你的F150图片贴出来好吗?自己开个鼻屎小车就不要讨论
大象。。
视频是2009年的,能有更新鲜的货吗?ford自己做的实验啊。。把后悬挂弄软一点,或
者加个软点的shox的话,谁都能平平稳稳。。你又要扯box-shape vs C-shape frame对
不对?你觉得丰田坚持用C-shaped frame是为了省几十磅的重量?车重比F150重1000磅
丰田都不会在乎。。
行了,赶紧贴你的F150照片吧。。
p**p
发帖数: 371
41
从大家的回复看好像可以讲出来具体是什么东西。神医莫怪。
这个东西没看到神医在版上收购,是我问他最近有没有活可干他发给我的walmart链接
产品是 XB360 4GB Kinect with Your Shape Fitbi
http://www.walmart.com/ip/XB360-4GB-Kinect-with-Your-Shape-Fitb
我拍了照片:
https://plus.google.com/u/4/photos/110612378067444833237/albums/
5711069030792774753
从照片上可以看到walmart标签都是一样的360 fitbit shape.
可以借鉴的就是每个产品都要仔细检查。
s****y
发帖数: 3416
42
来自主题: Family版 - 话不投机半句多呀
google "shaping" a behavior (from learning theory) and see if it helps.
similar as shaping a pigeon to peck at a certain color
I am no expert but heard that someone used these techniques to shape his
roommate successfully
http://www.youtube.com/watch?v=4TyYX5C8uuI&feature=player_embed

hope
下。
s****y
发帖数: 3416
43
来自主题: Family版 - 话不投机半句多呀
Good that you are checking out psychology.
Shaping is somewhat different from the films you looked at named positive
reinforcement.
Shaping is probably more gradual.
For instance, if you want your husband to cook. You have to reinforce him
step by step.
Just as an example, you provide him attention once he walks around the area
in the kitchen.
And when he started to touch the counter you give him a hug.
Give him praises once he "happens" to use the stove.
Before you know it, he will be cooking a... 阅读全帖
z*********5
发帖数: 13288
44
我想买的物品:
xbox 4gb with kinect bundle with fitbit tracker and kinect your shape game,
http://www.walmart.com/ip/Xbox-360-4GB-Kinect-with-Your-Shape-F
online已经OOS了,只能店里扫,但库存不一定准确,大家可以先查询再去。
335 1-day to FL 335
332 2 day to FL 33069
328 3 day to FL 33069
325 4-5 day to FL 33069
1)xbox kinect 4gb bundle需要多个一箱(里面如果有特定型号,每个加3刀,特定型
号请参照
http://www.mitbbs.com/article0/FleaMarket/33293763_0.html)。
2)fitbit tracker要单出
3)your shape的game,4个及以上可以一包走
4)只要帖子还在就继续收,thank you.
单张面值:
可接受价格(必须明码标价!):
above
物品新旧要求:
... 阅读全帖
c*******u
发帖数: 12899
45
来自主题: Food版 - 求一款没糖或者少糖的点心
cheddar cracker ,小朋友肯定喜欢。
1 cup all-purpose flour(can use whole wheat for healthier alternative)
3/4 tsp. salt
1/2 tsp. ground pepper (optional)
4 TBSP cold unsalted butter, cut into small pieces
8 ounces grated cheddar cheese( I ran out of cheddar, so I substituted about
2 oz Monterey Jack)
3-4 TBSP water
Directions:
Pulse the flour, salt and pepper, then add butter and pulse until the
mixture resembles coarse meal. Add grated cheese a little at a time until
the mixture again resembles coarse m... 阅读全帖
K****D
发帖数: 30533
46
来自主题: Investment版 - Does diversification work?
I didn't expect the advantage to be so much. Maybe you should
count from the point when EMA13 crosses EMA34 for the first
time?
Anyway, from intuition, if you expect S&P to have a long L
shape recovery, then the EMA method would eventually be
confused and you have to trade in the bottom for many times
before the trend establishes. That may impair your performance.
If the market recovers in V shape, then it's much better.
Many people are predicting an L shape though.
s******t
发帖数: 100
47
【 以下文字转载自 Programming 讨论区 】
发信人: sunlight (阳光), 信区: Programming
标 题: 请教如何在Powerpoint中使用Macros改变文字颜色
发信站: BBS 未名空间站 (Thu Aug 9 10:22:43 2012, 美东)
我想find and replace某种颜色的文字,但是Powerpoint好像不直接提供这种功能。
我的原始文件有一部分黄色的文字,我想改成蓝色,其余的保持黑色。
我在网上搜索到一个例子,但是这是改变整个文件字体的颜色,入骨哦我想选择性的改
变某种颜色的字,该如和修改。我是计算机盲,逐个改,很花时间。
谢谢大家!
Sub ChangeFontColor()
' This will change the color of all PowerPoint text to the color you specify
in RGB below
' It won't affect text in charts, pasted graphics, groups, etc.
Dim R As Integer
D... 阅读全帖
l********r
发帖数: 140
48
来自主题: JobHunting版 - Color fill question
It could be an old question:
Given a shape (any shape) of color X, click one point (x, y) in it, fill the
whole shape with color Y. How to do that? (this function is actually called
"fill with color" in MS Paint)
The only way I can think of is to fill (x, y) first and recursively do it
for the 4 points around it (with some boundary check based on color X). But
this sounds like pretty slow. Any better way?
R******5
发帖数: 10
49
来自主题: JobHunting版 - 请教一道onsite面试题
真的是面试官说了不能用BFS和DFS, 不能用extra space。他给我的提示是,如果
matrix只有一层,则可以用个counter解决, 如果matrix多层,而shape是rectangle也
是可以用一个counter解决, 现在问题是拓展到shape为任意连着的shape, 算法该怎
么改可以解决这个问题。然后我有给出反例, 但他说可以考虑减counter。但我还是不
知道这样做是否能解决所有case。在网上搜了一些帖子,基本都是用BFS和DFS的,或者
变形。 实在没办法才上来求助。
不知道是否有大神知道这个算法存在, 还是说我被这个韩国小哥给黑了。。。
R**********o
发帖数: 36
50
希望能吸引愿意回国,对咨询有兴趣又有IT背景的同学。工作经验3年以上。

待遇、Career Path与Generalist Consultants没有区别,平时项目也都是混合的。
Office北京、上海、深圳任选。 根据经验及面试情况定级别(Analyst, Junior
Associate 或Associate)
申请的朋友可直接发CV到HR(邮箱见文章末尾)。有额外问题的可以站内(不过本人要
翻墙,所以时效性会有些慢。)

----------------------------------------------------------------------------
--------------
Excited about the potential of technology to transform businesses?
McKinsey's BTO in China is recruiting!

Overview of BTO

McKinsey & Company’s Business Technology practice is one of th... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)