由买买提看人间百态

topics

全部话题 - 话题: parallel
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
z*******4
发帖数: 285
1
算了,你脑子大概也被活摘过
懒得跟你解释,贴个清单吧:
累计研究数量 注册号 注册日期 研究者单位 研究者单位(英文) 注
册题目 注册题目(英文) 预计纳入参试者日期
1 ChiCTR2000029308 1/23/2020 武汉市金银潭医院(武汉市传染病医院)
Wuhan Jinyintan Hospital (Wuhan Infectious Diseases Hospital) 一项评价
洛匹那韦/利托那韦和干扰素-α2b联合治疗武汉新型冠状病毒肺炎(COVID-19)住院患者
的疗效和安全性随机、开放、空白对照的研究 A randomized, open-label, blank-
controlled trial for the efficacy and safety of lopinavir-ritonavir and
interferon-alpha 2b in hospitalization patients with novel coronavirus
pneumonia (COVID-1... 阅读全帖
t******0
发帖数: 629
2
小弟最近写东西。想找一些公认的term或者名词来准确表达我的设计。
实现的算法方是N^2的复杂度,即a1,a2,a3..ai...a100,每一个ai需要和与全部这100个
数相乘。所以总共有100x100次乘法运算。
总共算下来,如果只用一个乘法器,一共要10000个周期。
(1)已有的大部分同样领域的VLSI文章:
它们号称有parallel computing,实现方法是用100个乘法器并行地算出每个ai和100数
相乘的乘积,那么只需要100周期就能全部完成。
(2)我们的设计是这样的:
也要号称有parallel computing, 实现方法是事先把100个数分成5个小的数据集,对于
每一个小的数据集用一个乘法器来实现ai与此集中全部20个数相乘,由于这5个乘法器
是并行执行的,所以总共需要20个周期就可以。
这里我没写错,的确是20个周期,而且总共的计算量是20x20x5次乘法,不需要10000次
了。数学算法比较难解释,但是最后需要的结果,以上两种方法的确是一样的,这是我
们这个邪门算法的bonus。
回到正题,VLSI实现中,
(1)是一个Core,这种设计依靠这个c... 阅读全帖
d********w
发帖数: 363
3
来自主题: JobHunting版 - 系统设计能力提高捷径
品味来了。
Basics and Algorithms
The Five-Minute Rule Ten Years Later, and Other Computer Storage Rules of
Thumb (1997): This paper (and the original one proposed 10 years earlier)
illustrates a quantitative formula to calculate whether a data page should
be cached in memory or not. It is a delight to read Jim Gray approach to an
array of related problems, e.g. how big should a page size be.
AlphaSort: A Cache-Sensitive Parallel External Sort (1995): Sorting is one
of the most essential algorithms in... 阅读全帖
s*******r
发帖数: 1285
4
来自主题: Ski版 - 冥想中的困惑
Open parallel is parallel skiing with minimal edging movement. When a
beginner skier starts learning parallel skiing, s/he won't be able to apply
edging movements in an effective way. Therefore, some skidding will be seen
in open parallel. The key point of getting into open parallel is to turn
both ski together at the same time instead of one after the other.
Yes, I mentioned that couple times about going direct parallel if the skier
has strong ice skatint background because it prevent the sk... 阅读全帖
n********n
发帖数: 8336
5
来自主题: Belief版 - John 1:1误译
耶证
By way of Hebrew Parallelism, where the same thing is repeated twice in
different ways for emphasis, "Jesus" is the "angel of God". That Jesus is
outright called an angel in this passage is clearly seen in the phrase: "you
received me as [Gr: HOS] an angel of God, as [Gr: HOS] Christ Jesus Himself
." The text describes Jesus first as an angel, then names him.
反驳
Here we have a remarkable three way parallel just like in Gal 4:14. If Gal 4
:14 proves Jesus in an angel, then Zech 12:8 proves Jeh... 阅读全帖
F***Q
发帖数: 6599
6

first of all, the technical names for the two hybrid architectures are "
parallel hybrid" - the non-plugin Prius-like hyrbids, and "serial hybrid" -
the Volt like hybrid.
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv
=parallel%20hybrid%20vs%20series%20hybrid
even within the camp of serial parallel hybrid cars, only a few, like
the volt, can do emission-free AER, even at full throttle; most other serial
parallel will temporarily switch to parallel hybrid when the acceleration
n... 阅读全帖
w********p
发帖数: 948
7
来自主题: JobHunting版 - 请帮我看下这道coding exercise
我想用nio是因为,我想用Stream API (parallel streams use common fork-join
thread pool)
不过fork-join 和Parallel stream 哪个更快,是有争议的。
参看:From Imperative Programming to Fork/Join to Parallel Streams in Java 8
http://www.infoq.com/articles/forkjoin-to-parallel-streams
Fork/Join Framework vs. Parallel Streams vs. ExecutorService: The Ultimate
Fork/Join Benchmark
http://blog.takipi.com/forkjoin-framework-vs-parallel-streams-v
这题并不是要在hadoop上写,而是借用了map reduce 的概念。参看forkjoin 和Stream
的其他reference.
h******g
发帖数: 3
8
UT Southwestern Medical Center is currently expanding its IT infrastructure
to meet the big data challenge in biomedical research. As part of this
activity the Departments of Biophysics and Cell Biology, and the Green
Center for Systems Biology have built a state-of the art high-performance
computing infrastructure that includes an HPC cluster containing
conventional and GPU-based nodes for parallel computing, large-scale data
storage, and integration of HPC with high-performance desktop worksta... 阅读全帖
s***r
发帖数: 358
9
The biggest problem I see here is your squat depth. You didn't break
parallel on any of the reps. If you can break parallel with much lighter
weight, most likely it's not ankle mobility issue. People who are not able
to hit parallel due to ankle mobility issues normally can't hit depth with
even bodyweight without falling over. Test with with an empty bar and see if
you can go below parallel. If you can break parallel with just a bar, then
the issue is most likely not your ankle but your strengt... 阅读全帖
s*******r
发帖数: 1285
10
来自主题: Ski版 - 冥想中的困惑
There are some stepping stones for beginners to get to parallel turn from
wedge turn. If you have strong ice skating background, you can go directly
to parallel without learning wedge turn. For general public, the following
are two popular appoaches:
1. Wedge Turn - Wedge Christie - Open Parallel - Parallel
2. Wedge Turn - Thousand Steps (or called Stepping Turn) - Open Parallel -
Parallel
n****s
发帖数: 138
11
对比一下自己的滑雪水平
原因很简单,就是自己不知道自己的水平到底在那里。要知道自己的水平,就要有一个客
观的衡量标准。 为此美国划雪教练协会(PSIA)为双板发展出四阶段九级的衡量标准,在
此翻译出来让大伙参考。 觉得自己学得慢的人可以增加点成就感。觉得自己牛的人可
以知所不足,补强之后得以更上一层。 更重要的是提供一个有系统的学习方法,让大家
可以按步就班的进步。
第一阶段: 初学(Beginning)
Level 1: 第一次划雪。 会站,走,直线下划(straight gliding),犁式直线下划(
gliding wedge)。开始学犁式转弯(wedge turn)。
Level 2: 划了两三个小时,能以犁式(wedge)应付初学者练习区,开始可以左右连续的作
犁式转弯,弯形越来越圆。开始学上缆车。
Level 3: 可以在初级道自如的作犁式转弯。 探索不同大小及形状的犁式转弯。 开始
学犁式并腿转弯(wedge-christie turn)。(注:以犁式入弯, 双板平行(parallel)出弯,
为犁式转平行的转换过程)
评语:大部分的人在划第二第三次时应该可以达到这个程... 阅读全帖
y**b
发帖数: 10166
12
1. #pragma omp parallel for一般不放在内层循环,而应该放在外层循环,
否则overhead太大(想想外层循环每次都要fork/join threads,不得了)。
放外层循环要注意定义和区分shared/private变量。
2. 对运算量和OpenMP开销可能需要个估计,比如
#pragma omp parallel for if (n > 5000),
n > 5000时才进行多线程并行,具体该多少,得自己测算比较。
3. Scheduling和chunk size组合,有好多种,也得测算比较找出最优的。比如:
#pragma omp parallel for schedule (static)
#pragma omp parallel for schedule (static, C)
#pragma omp parallel for schedule (dynamic)
#pragma omp parallel for schedule (dynamic, C)
我的印象是运算量足够大的时候,dynamic scheduling性能最好。
你这个32核的... 阅读全帖
y**b
发帖数: 10166
13
1. #pragma omp parallel for一般不放在内层循环,而应该放在外层循环,
否则overhead太大(想想外层循环每次都要fork/join threads,不得了)。
放外层循环要注意定义和区分shared/private变量。
2. 对运算量和OpenMP开销可能需要个估计,比如
#pragma omp parallel for if (n > 5000),
n > 5000时才进行多线程并行,具体该多少,得自己测算比较。
3. Scheduling和chunk size组合,有好多种,也得测算比较找出最优的。比如:
#pragma omp parallel for schedule (static)
#pragma omp parallel for schedule (static, C)
#pragma omp parallel for schedule (dynamic)
#pragma omp parallel for schedule (dynamic, C)
我的印象是运算量足够大的时候,dynamic scheduling性能最好。
你这个32核的... 阅读全帖
w***g
发帖数: 5958
14
来自主题: Programming版 - 还是awk牛B
如果你没有parallel命令,或者命令比较老的话,先用下面的更新。
(wget -O - pi.dk/3 || curl pi.dk/3/) | sudo bash
比如有个大文件XXX有1G, 想数行数。直接就是
cat XXX | wc -l
用parallel就是
cat XXX | parallel --block 10M --pipe wc -l | awk 'BEGIN{a=0;}{a = a+ $1;}
END{print a;}'
wc -l可以换成grep, awk等任意可以以pipe方式运行的程序。
parallel --pipe会把输入分成大致--block指定的大小,默认是1M。然后启动N个wc一
块跑。和hadoop一样,parallel只会在行与行之间切分,所以是awk-friendly的。
parallel --pipe这步相当于map,如果有需要后面再reduce一下。
如果不加--pipe,输入的每一行会作为参数启动一个后面跟的命令。比如你的输入如果
存在大量文件里,那么就是find ... -type f | pipe wc -l 了
很多人不会写... 阅读全帖
d******c
发帖数: 2407
15
The Landscape of Parallel Computing Research - UC Berkeley EECS
1. Old CW: Power is free, but transistors are expensive.
· New CW is the “Power wall”: Power is expensive, but transistors are “
free”. That
is, we can put more transistors on a chip than we have the power to turn on.
2. Old CW: If you worry about power, the only concern is dynamic power.
· New CW: For desktops and servers, static power due to leakage can be 40%
of
total power. (See Section 4.1.)
3. Old CW: Monolithic uniprocessors ... 阅读全帖
k*********g
发帖数: 791
16
来自主题: Computation版 - c++ versus fortran
1 功能
c++什么都能做,早期fortran只能做数值计算,现在能做非数值的东西,但还是远没有
c++完备;
其实,fortran77是个好东西:专项、简单;从fortran90开始,哲学出了问题;
2 软件开发
c++是开发软件的最好语言,很大程度是因为它的“面向对象”的特点,其实就是“鼓
励”、“帮助”庞大的程序群的“创造”、“管理”;
用fortran写软件,不仅仅有些功能(如,对计算机软硬件的操作)没法办,而且整个
软件会被管理得一塌糊涂;用c++,10个人1年就能搞定的东西,if用frotran,同样10
个人估计需要5年;
3 软件工程
即便不是做软件,而是写个1万行数量级的程序,c++也因为promotes优良的编程习惯而
战胜fortran;
4 super c
如果没有那么多的“object”,不需要++,那么可以不用c++的那些oop东西,把它当作
一个改进的c,有人称之super c,来用;这样,c++和fortran都是command oriented的
结构化语言; 用super c 写的程序,将来能比较迅速地upgrade成软件,if fortran,
得... 阅读全帖
b******d
发帖数: 43
17
恳请各位咨询一下
我右脚小拇指内侧突然发现一个大概直径3mm的黑痣 三个月以前突然发现 从针尖大小
长到现在2mm x 2mm 所以长得比较迅
外观看是平行线状色素分布,明显有三条平行的黑线组成。我研究了一下,
differential的诊断无外乎是肢端黑色素瘤或者一般黑痣 看网上论文说区分 acral
lentiginous melanoma in situ 和 Acral Junctional Nevus 的最好办法就是看看色
素分布是
parallel ridge pattern 还是 parallel furrow pattern 【1】【2】
文献 【1】
http://cdn.intechopen.com/pdfs-wm/42394.pdf
文献 【2】
Acral junctional nevus versus acral lentiginous melanoma in situ: a
differential diagnosis that should be based on clinicopathologic correlation.
http://www.ncbi.... 阅读全帖
v*****y
发帖数: 323
18
What Is Parallel Importing?
"Parallel importing" allows retailers, wholesalers and other parties to
obtain goods subject to intellectual property rights directly from licensed
or authorised overseas sources, rather than dealing with local suppliers,
licensees or agents. In doing so, parallel importing allows for competition
between sources of the same or similar goods.
Parallel-imported goods are sometimes confused with pirated and counterfeit
goods. The association is not correct. Parallel impo
r*********s
发帖数: 1027
19
3. Parallel Parking
http://www.dol.wa.gov/about/videos.php?v=eRgeq8xrqT
When driving, it’s crucial to always be aware of what is going on around
you in every direction. That’s certainly true when parallel parking.
“Do you see the brown car parked up ahead?”
“Yes. “
“Imaging another vehicle parked one and half car length behind it. Parallel
park between the two vehicles. “
The driver pulls alongside the SUV she’ll park behind it. Then executes 3
moves as she backs up. She begins by turning the... 阅读全帖
L**********s
发帖数: 12988
20
来自主题: yoga版 - Yoga Poses
08. Warrior I Pose: Virabhadrasana I
Virabhadrasana I (veer-ah-bah-DRAHS-anna)
Virabhadra = the name of the warrior who is an incarnation of Shiva
Benefits:
- Strengthens your shoulders, arms, thighs, ankles and the muscles of your
back.
- Expands your chest, lungs and shoulders.
- Stretches your hip flexors, abdomen, and ankles.
- Develops stamina and endurance in your thighs and core muscles.
- Stimulates abdominal organs and digestion.
- Improves your balance, concentration, and core awarenes... 阅读全帖
L**********s
发帖数: 12988
21
来自主题: yoga版 - Yoga Poses
08. Warrior I Pose: Virabhadrasana I
Virabhadrasana I (veer-ah-bah-DRAHS-anna)
Virabhadra = the name of the warrior who is an incarnation of Shiva
Benefits:
- Strengthens your shoulders, arms, thighs, ankles and the muscles of your
back.
- Expands your chest, lungs and shoulders.
- Stretches your hip flexors, abdomen, and ankles.
- Develops stamina and endurance in your thighs and core muscles.
- Stimulates abdominal organs and digestion.
- Improves your balance, concentration, and core awarenes... 阅读全帖
r*****o
发帖数: 7
22
来自主题: Apple版 - 我的虚拟机效率测评
看了几个Parallels Desktop和VMware Fusion的比较,似乎说哪个好的都有,于是个人
做了一个简单评测,VMFusion的两个时间,前者是双核打开3D加速,后者单核关掉3D加
速。机子配置:Intel Duo Core 1.83G,1G*2(其中拿出了512MB作了虚拟硬盘)。在
虚拟机上分别分配了1G内存,设置为Mac程序优先。测试均在满分辨率全屏模式下进行。
文件测试:用WinRAR压缩2000+个小文件
VMFusion 1:38 2:46
Parallels 2:20
Bootcamp 1:04
图片处理:批量转换350张图片大小
VMFusion 1:57 2:02
Parallels 2:11
Bootcamp 1:31
视频处理:用Quicktime将一mov转为ipod影片
VMFusion 2:40 3:37
Parallels 3:36
Bootcamp 2:14
音频处理:用iTunes转换若干AAC为Mp3
VMFusion 1:09 1:49
Parallels 1:29
Bootcamp 0:56
Super pi:处理量为2M
VMF
p*****i
发帖数: 1281
23
来自主题: Apple版 - 五国,包子求助
就那么几个包子,送完为止。。。
Tue Jan 11 16:22:12 2011
panic(cpu 0 caller 0x2aab55): Kernel trap at 0x0049a20e, type 14=page fault,
registers:
CR0: 0x8001003b, CR2: 0x5ef72bf0, CR3: 0x00100000, CR4: 0x00000660
EAX: 0x0f088b7c, EBX: 0x5ef72bbc, ECX: 0x021f0000, EDX: 0x0ee7fe80
CR2: 0x5ef72bf0, EBP: 0x83b2be78, ESI: 0x00000000, EDI: 0x12605b58
EFL: 0x00010202, EIP: 0x0049a20e, CS: 0x00000008, DS: 0x0d0f0010
Error code: 0x00000000
Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
0x83b2bc48... 阅读全帖
p********1
发帖数: 1011
24
来自主题: Apple版 - mac上怎么装SAS
我有parallels 8,但是总是装不上SAS,后来打电话,人家说不支持parallels,所以
装不上SAS。 怎么办?
如果再装个boot camp的话,是不是要把parallels卸载之后,先装boot camp,再装
parallels?
如果把parallels装在boot camp里面,会不会用起来不方便? 比如:我现在可以随意
在windows和mac之间copy paste,装了boot camp后是不是就不能copy paste了?
还有其它办法在mac里装SAS吗?
k**********g
发帖数: 989
25
来自主题: Java版 - 多线程真头疼,但也挺有趣

There is a concept called Deterministic Parallelism which is much less
likely to have bugs.
Task parallelism and Data parallelism are two examples.
The key idea is to focus on accurate declaration of data dependency to the
scheduler. Namely, to tell the scheduling system what input data items are
needed before a task and start; what data items are modified; what outputs
are generated; and the follow-up tasks that will use the output.
The traditional approach of using synchronization primitives ... 阅读全帖
k**********g
发帖数: 989
26

Agreed.
If parallelism only occurs at the framework level, then the latency of
processing cannot be reduced, and the CPU will be under-utilized (if there
are not enough requests at the framework level).
Certain image processing operations are non-parallelizable - when considered
alone. Examples are image decoding and encoding. However, that doesn't mean
other image operations had to wait until these operations finish - other
image operations can use partial results, and can do so from a differe... 阅读全帖
p********1
发帖数: 1011
27
来自主题: Statistics版 - mac上怎么装SAS
我有parallels 8,但是总是装不上SAS,后来打电话,人家说不支持parallels,所以
装不上SAS。 怎么办?
如果再装个boot camp的话,是不是要把parallels卸载之后,先装boot camp,再装
parallels?
如果把parallels装在boot camp里面,会不会用起来不方便? 比如:我现在可以随意
在windows和mac之间copy paste,装了boot camp后是不是就不能copy paste了?
还有其它办法在mac里装SAS吗?
b******d
发帖数: 43
28
【 以下文字转载自 Medicine 讨论区 】
发信人: bluemood (有压力啊), 信区: Medicine
标 题: 【second opinion】求助 皮肤科问题 acral lentiginous melano
发信站: BBS 未名空间站 (Thu May 22 00:37:10 2014, 美东)
恳请各位咨询一下
我右脚小拇指内侧突然发现一个大概直径3mm的黑痣 三个月以前突然发现 从针尖大小
长到现在2mm x 2mm 所以长得比较迅
外观看是平行线状色素分布,明显有三条平行的黑线组成。我研究了一下,
differential的诊断无外乎是肢端黑色素瘤或者一般黑痣 看网上论文说区分 acral
lentiginous melanoma in situ 和 Acral Junctional Nevus 的最好办法就是看看色
素分布是
parallel ridge pattern 还是 parallel furrow pattern 【1】【2】
文献 【1】
http://cdn.intechopen.com/pdfs-wm/42394.pdf
文献 【2】
... 阅读全帖
o**********e
发帖数: 18403
29
Some poster described encountering objection by Jewish Americans on the
Holocaust comparison.
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while talking about the
government shutdown, asked the loaded question: "We owe the Chinese a lot of
money, 1.3 trillion dollars." then he invited the little kids to come up
with solutions and led to the notorious line "kill everyone in China".
This is called "race scapegoating", or ... 阅读全帖
p**********d
发帖数: 7918
30
分別是德國的奧西耶茲基(被禁止領獎),波蘭的瓦文薩(波蘭政府曾經禁止播放挪威
音樂),和美國的馬丁路德金(曾被美國右派斥責掀動種族衝突)。
尤其是美國的馬丁路德金,當初在美國是毀(右派)譽(其他人)參半,現在卻是公認
的英雄。我想劉曉波的足跡大概也會如此吧。
http://www.huffingtonpost.com/jeffrey-wasserstrom/liu-xiaobo-and-3-past-nob_b_795183.html
Jeffrey Wasserstrom
Jeffrey Wasserstrom
Professor of History, UC Irvine
Posted: December 10, 2010 04:12 PM
BIO Become a Fan
Get Email Alerts Bloggers' Index
Liu Xiaobo and 3 Noble Nobel Winners
digg
facebook Twitter stumble reddit del.ico.us
Read More: China , Germany , Liu Xiaob... 阅读全帖
r****t
发帖数: 10904
31
Not at all. That is exactly the opposite of what I want to prove. I like to
show:
that the NASA photo *cannot* be taken with direction of the parallel light
from the sun. What we have proved so far is that the shadows on NASA image
are not actually parallel in reality (since starting from assumed actual
parallel shadows as you did, we reached discrepancies using edges of
envelope or other truly parallel edges by noticing that the convergent point
is not a disappear point.)
So it is likely that t... 阅读全帖
l******h
发帖数: 2
32
Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖

发帖数: 1
33
来自主题: Faculty版 - Jan's lab : 这里有弟子么?

Download pdf published by SfN (Chapter from 'The History of Neuroscience in
Autobiography, Volume 8' edited by Larry R. Squire)
Yuh-Nung Jan's CV
Lily Jan's CV
Yuh-Nung Jan and Lily Jan
Birth
Family History and Growing Up
National Taiwan University
The Hiking Trip to Shitou in the Spring of 1967
Graduate School Application
Graduate Study at Caltech (1968锟974)
Seymour Benzer Lab (1974锟977)
Steve Kuffler锟絪 Lab at H... 阅读全帖
s*****y
发帖数: 32
34
来自主题: JobHunting版 - 公司招人 (转载)
Hi Paperdog,
I am referenced by my friend that you are looking for an Analyst with
quantitative background, which is rather interesting to me.
First of all, I am a programming engineer with 8 years of extensive data
modelling and processing experience, and am particularly adept at working
with big data, optimization, high performance (parallel/multithread)
computing, machine learning, and numerical methods. I am proficient with
Matlab, C#, Java, and VBA.
Second, I have been rigorously trained in... 阅读全帖
q*******i
发帖数: 353
35
来自主题: JobHunting版 - 求内推湾区CS职位
美国CS master毕业,现在relocate 到湾区,希望在这边能找CS相关职位,希望哪位好
心人内推(尤其看到amazon最近出了很多湾区职位,不知道有没有amazon的兄弟姐妹帮
个忙)。
CS基础课程基本满分GPA,硕士的thesis是用CUDA做金融方面VaR(value at risk)的加
速,除了CS master的课程学习和project经验,还自己学习了coursea上面几个web
programming还有andriod的课程,做过数个project, 附上自己的project 简介,所有
代码都可以在https://github.com/zzMOM查看。 使用过的语言包括Java, JavaScript,
C,HTML, CSS, SQL,使用过的platform包括Android, GitHub, HeroKu, Node.js, AWS,
Bootstrap, CUDA (GPU programming), MySQL, PostgreSQL, ArcGIS, ERDAS,
Eclipse, Emacs, Vim, 目前也在刷leetcode和CC150.... 阅读全帖
h******g
发帖数: 3
36
UT Southwestern Medical Center
HPC Systems Administrator
Technical Requirements: Knowledge of Linux operating systems (SLES, CentOS,
Redhat, Fedora, Ubuntu). Linux system administration experience. Software
installation and maintenance experience. Fluent in at least one common
scripting language (e.g.; ksh, bash, Perl, Python). Working knowledge of
computer architecture, storage, and networking concepts. Good problem
solving skills with attention to detail.
Additional Desirable Skills: The ... 阅读全帖
h******g
发帖数: 3
37
来自主题: JobMarket版 - HPC Systems Administrator - Dallas, TX
上次发的不知道怎么无故给删除了
Please apply it online at http://www.utsouthwestern.edu/careers/index.html
也可站内联系
Job Title: HPC Systems Administrator
Job ID: 504814
Full/Part Time/PRN: Full-Time
Regular/Temporary: Regular
Technical Requirements: Knowledge of Linux operating systems (SLES, CentOS,
Redhat, Fedora, Ubuntu). Linux system administration experience. Software
installation and maintenance experience. Fluent in at least one common
scripting language (e.g.; ksh, bash,... 阅读全帖
l******h
发帖数: 2
38
Highly reputational company with very competitive compensation for all
positions.
Please send in your resume and position/positions you like to apply to my
email address below.
h*******[email protected]
All resumes will be deliver to hiring manager directly. Act fast!
Thanks!
Silicon Engineering Group
Sr. Physical Design Timing Engineer
Timing (STA) Manager
Senior Physical Design Engineer
CAD Manager - Front-End Design and Verification
Sr. CAD Engineer - Place & Route / Physical Design Engineer
Sr. CA... 阅读全帖
o**********e
发帖数: 18403
39
【 以下文字转载自 CivilSociety 讨论区 】
发信人: onetiemyshoe (onetiemyshoe), 信区: CivilSociety
标 题: Blame-China-4-Everything and The Road to Holocaust
发信站: BBS 未名空间站 (Wed Nov 6 14:12:59 2013, 美东)
Some poster described encountering objection by Jewish Americans on the
Holocaust comparison.
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while talking about the
government shutdown, asked the loaded question: "We owe the Chinese a lot of
m... 阅读全帖
o**********e
发帖数: 18403
40
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while supposedly talking about
government shutdown, asked the loaded question: "We owe the Chinese a lot of
money, 1.3 trillion dollars." then he invited the little kids to come up
with solutions and led to the notorious line "kill everyone in China".
This is called "race scapegoating", or "race baiting". The US holds 10+
trillion dollar debt and $50 trillion unfunded liabili... 阅读全帖
o**********e
发帖数: 18403
41
【 以下文字转载自 CivilSociety 讨论区 】
发信人: onetiemyshoe (onetiemyshoe), 信区: CivilSociety
标 题: Blame-China-4-Everything and The Road to Holocaust
发信站: BBS 未名空间站 (Wed Nov 6 14:12:59 2013, 美东)
Some poster described encountering objection by Jewish Americans on the
Holocaust comparison.
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while talking about the
government shutdown, asked the loaded question: "We owe the Chinese a lot of
m... 阅读全帖
o**********e
发帖数: 18403
42
【 以下文字转载自 CivilSociety 讨论区 】
发信人: onetiemyshoe (onetiemyshoe), 信区: CivilSociety
标 题: Blame-China-4-Everything and The Road to Holocaust
发信站: BBS 未名空间站 (Wed Nov 6 14:12:59 2013, 美东)
Some poster described encountering objection by Jewish Americans on the
Holocaust comparison.
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while talking about the
government shutdown, asked the loaded question: "We owe the Chinese a lot of
m... 阅读全帖
o**********e
发帖数: 18403
43
【 以下文字转载自 CivilSociety 讨论区 】
发信人: onetiemyshoe (onetiemyshoe), 信区: CivilSociety
标 题: Blame-China-4-Everything and The Road to Holocaust
发信站: BBS 未名空间站 (Wed Nov 6 14:12:59 2013, 美东)
Some poster described encountering objection by Jewish Americans on the
Holocaust comparison.
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while talking about the
government shutdown, asked the loaded question: "We owe the Chinese a lot of
m... 阅读全帖
h****7
发帖数: 2350
44
"Prius 和 volt 都是这类结构"?? 不要瞎扯了. 不懂不要误导读者.
就是你给的那个网页, 自己去看看.
Prius 是 series-parallel hybrid (本质上属于 Parallel Hybrid 的一种)
Volt 是 Series Hybrid, 跟 Parallel Hybrid 相去甚远.
互联网时代, 不管什么阿猫阿狗都能上网胡说几句. 对错混杂, 良莠不齐.
那个"肥鸭子"更是一脑子浆糊了. 不知道在密歇根是干啥的.
也许跟汽车行业八竿子打不着, 也来充大瓣蒜装内行.

series-parallel hybrid
http://en.wikipedia.org/wiki/Parallel_hybrid#Power-split_or_ser
就是引擎的输出既能通过发电机充电及驱动电机, 也能直接输出动力到轮子上的设计
。Prius 和volt 都是这类结构。
chevy volt 和prius 的最主要差别在于电池容量和充电接口,volt容量大到可以短途
完全跑市电,但其他方面还是挺相似的。 像volt这种先用电再烧油的设计叫plug-in
hy... 阅读全帖
o**********e
发帖数: 18403
45
【 以下文字转载自 CivilSociety 讨论区 】
发信人: onetiemyshoe (onetiemyshoe), 信区: CivilSociety
标 题: Blame-China-4-Everything and The Road to Holocaust
发信站: BBS 未名空间站 (Wed Nov 6 14:12:59 2013, 美东)
Some poster described encountering objection by Jewish Americans on the
Holocaust comparison.
The parallel with Holocaust is not only the "kill everyone in China" comment
. The parallel started when Jimmy Kimmel while talking about the
government shutdown, asked the loaded question: "We owe the Chinese a lot of
m... 阅读全帖
C******s
发帖数: 1917
46
滑过雪的可能知道滑雪上课时不同级别的定义,贴在这里供大家参考:
Level Three
Level Three skiers are confident novices who are able to stop and make round
snow plow turns on easy beginner trails.
Level Four
Level Four skiers are cautious intermediate skiers who can link turns but
still moderate speed. Level Four skiers ski in a small wedge and their skis
may even be parallel at the end of the turn on green or easy blue trails.
Level Four is a transition level in which skiers will begin to ski more blue
intermediate runs.
Level F... 阅读全帖
d*********e
发帖数: 3835
47
来自主题: Ski版 - 冥想中的困惑
my understanding is that in real parallel turns have your shins (lower legs)
parallel, wide stance parallel means your skis are in parallel but your
legs are spread out, and it looks like an A from feet to pelvis
s*******r
发帖数: 1285
48
来自主题: Ski版 - 我又来发视频求教啦!
小美眉 - 回答妳的問題如下:
>> "我明白了,可是怎么改呢,已经养成习惯啦 :("
A - 當妳學了 Wedge Christie 之後 接著要練的就是: 1. 縮小 wedge 的部分 2.
corresponding edges 同進同出 (同時 engage/release) 進而演變成 類似 parallel
的滑法 叫做 Open Parallel 或者 Beginning Parallel ... 接著才會練 Dynamic
Parallel 所以妳現在還不用著急 ... 別人要練10天的東西妳已經兩三天就搞定了 -
這樣子已經很厲害了!


c*******2
发帖数: 66
49
来自主题: Ski版 - 到底什么东西叫carving
有小朋友的家长问carving和parallel skiing有什么不同啊?
我两代skis都滑过黑蓝岛,虽然都不多。我的体会是现代skis会带着人转弯,所以非常
容易,特别是不太用费劲,只要身体给个起始转角. 而上一代的parallel skiing要用
身体胯部持续用力转身。陡坡上速度快的时候,转弯时身体倾斜越大,现代skis越容易
滑越省力。这就是carving的效果。
carving就是parallel,区别就在parrallell skiing用的是老式板子。所以现代的
skiing只要滑出parallel了,就是自然carving了,这样说对不对?
y**g
发帖数: 194
50
来自主题: LeisureTime版 - 阿姆斯特丹的最后一夜(6-10)

马克也掩饰不住地兴奋,一路给她讲每处地标和典故,又问她玩了这里没有玩了那里没
有。艾美偶尔分神的时刻,觉得他的笑容和话语如同一路经过的街道夜景还有闪烁的霓
虹灯,似乎光辉灿烂,却又暧昧不明,仿佛有触手可及的温暖,却又隐藏着时刻准备偷
袭的危险和疯狂。
马克因在杂货店里看见她的IPOD,就问她听谁的歌,艾美就说最近听了些酒居艾美的歌
,不想他也曾听了不少,还特别喜欢那一首“薇乐丽(Valerie)”,说它模棱两可的
叙事给人许多联想。马克说着说着,就唱他最喜欢的那几句:
你怎么不到我这里来呢
别再逗我了
你为什么不来呢,薇乐丽?
薇乐丽
薇乐丽
薇乐丽
有时我一个人出门
我的目光穿越水面
我想许多事情,想你在做什么
我在我的脑海里描一幅图画
……
唱完了,马克定定地看着艾美。艾美倒有些不好意思,转头看向运河对岸的灯火,笑道
:“果然是学声乐的。没想到你能把这个唱得这么有腔有调,不过这个本来也有男声版
的吧?看着我干嘛?按照歌词,此刻你的目光应该... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)