s********r 发帖数: 143 | 1 Dear Alumni,
Western Digital (San Jose) HDA Analysis Team has an immediate opening for
experienced FEA engineer. The candidate needs to have a PhD in
Mechanical Engineering or related; Strong background in Structural Dynamics, Vibration, Modal Analysis. CFD experience is also a plus. Experiences in Hard Disk Drive industry is
preferred but not required.
If interested, please send your detailed resume to q****[email protected]. I will
forward it the hiring manager.
Regards, |
|
l***i 发帖数: 26 | 2 Where can I download some code for modal analysis of 3d object?
I prefer the code in matlab, c/c++ or java.
Thanks! |
|
l***i 发帖数: 26 | 3 Thanks! But the code is in Fortran.
Is there some matlab toolbox (or c/c++, java code) can do modal analysis for
3d solids? |
|
s*****o 发帖数: 48 | 4 【 以下文字转载自 Computation 讨论区 】
发信人: slishuo (slishuo), 信区: Computation
标 题: CFP: Recent Advances in Deformable Image Registration
发信站: BBS 未名空间站 (Sat Nov 3 18:00:26 2012, 美东)
International Journal of Biomedical Imaging
Special Issue on Recent Advances in Deformable Image Registration Call for
Papers
As biomedical imaging is rapidly evolving, novel and more powerful
deformable image processing algorithms are required to meet the challenges
imposed by modern huge biomedical data, particularly in re... 阅读全帖 |
|
a***y 发帖数: 19743 | 5 看到一个评论,不知道是否是苹果尚未改善Notification的合理解释:
@Jesse: “Either way – both Android and WebOS’s notification is light
years ahead of the joke that is iOS notifications”
I have two people in my life neither of whom are “techies” in any sense of
the word and both of whom have Android-based phones and one of the results
of Android’s approach to notifications is that they miss a lot of
notifications, plain and simple. One of them in particular never seems to
notice my text messages or phone calls and forgets t... 阅读全帖 |
|
g**8 发帖数: 4951 | 6 再补充一条也是翻看各种新闻时注意到的,就是关于:那么马来西亚方面机上是否有什
么重要人物。
看这里
马航班机失联 大马拿督妻女小姨子3人也在机上(图)
http://www.wenxuecity.com/news/2014/03/09/3083192.html
其中提到:
=====
机上搭载239人有38人是大马公民,且根据马来西亚媒体报导,其中有3人是Modal
Perdana基金公司集团主席、拿督南利(Mohamed Ramli)的妻子和2名女儿。
据报导,南利的弟媳透露,南利的妻子与2名女儿,还有妻子的妹妹也搭上这班客机,
准备飞往北京,没想到却遇到意外,让家人非常忧心。
=====
所以该新闻标题有歧义,应该是总计四人。还是那句话,所有内容都应该纳入视野。大
数据的时代,在如此重大的航空事故面前,居然官方到今天对本帖以上所有这些内容的
整合整理和追踪,if any, 如此苍白。令人费解!!! |
|
|
|
|
b***y 发帖数: 157 | 10 You may get some more interesting stuff in Modal logic, you could search
Kripke's publication as a start. |
|
j***n 发帖数: 301 | 11 In mathematics, one sometimes lives under the illusion that there is just on
e
logic that formalizes the correct principles of mathematical reasoning, the
socalled
predicate calculus or classical rst-order logic. By contrast, in philosophy
and computer science, one nds the opposite: there is a vast array of logics
for reasoning in a variety of domains. We mention intuitionistic logic, sort
ed
logic, modal logic, description logic, temporal logic, belief logic, dynamic
logic,
Hoare logic, specica |
|
t**k 发帖数: 260 | 12 I guess one reason is that, in CS you have to worry about computational
complexity. Although first-order predicate logic subsumes some of the logics
you mentioned, it's semi-decidable. To be practical, we need those less
expressive but more efficient logics, e.g., modal logic and description
logic.
For non-monotonic logic, it was proposed because in AI systems we may often
have to change our previous belief. In mathematics, you don't need to do
this. |
|
K****n 发帖数: 5970 | 13 STAIR: The STanford Artificial Intelligence Robot project
Speaker: Prof. Andrew Y. Ng, Stanford University
Host: Prof. Fei Sha
Abstract:
This talk will describe the STAIR home assistant robot project, and the
satellite projects that led to key STAIR components such as (i) robotic
grasping of previously unknown objects, (ii) depth perception from a single
still image, and (iii) multi-modal robotic perception.
Since its birth in 1956, the AI dream has been to build systems that exhibit
broad-spect |
|
B**r 发帖数: 311 | 14 CUHK有这样的master哈
Dahua Lin, and Xiaoou Tang. Quality-Driven Face Occlusion Detection and
Recovery. Proceedings of IEEE Computer Society Conference on Computer Vision
and Pattern Recognition, 2007 (CVPR 2007).
Zhifeng Li, Dahua Lin, and Xiaoou Tang. Discriminant Mutual Subspace
Learning for Indoor and Outdoor Face Recognition. Proceedings of IEEE
Computer Society Conference on Computer Vision and Pattern Recognition, 2007
(CVPR 2007).
Dahua Lin, Shuicheng Yan, and Xiaoou Tang. Pursuing Informative... 阅读全帖 |
|
t********5 发帖数: 274 | 15 btnCreateAccount是主页面的按钮,按下之后弹出dialog子页面,子页面里有个
continue按钮,按下之后希望主页面的btnCreateAccount继续提交,按照我下边的代码
,无法继续,因为$("#<%=btnCreateAccount.ClientID %>").click(function() 里
return false了,如果不return false的话,子页面只是一闪而过,无法停留,不知如
何处理,望高人指教!
$("#<%=btnCreateAccount.ClientID %>").click(function() {
if ($("#aspnetForm").valid())
{
if( $('#<%=drpCompanyState.ClientID %>').val() =='CA' ||
$('#<%=drpCompanyState.ClientID %>').val() =='GA'){
$... 阅读全帖 |
|
|
|
B******N 发帖数: 445 | 18 那你能告诉我如何实现一个modal的dialog在MDI program中? |
|
xt 发帖数: 17532 | 19
能整出来.就是写起来非常麻烦,而且performance也是问题.如果你
想再弄点ActiveX之类的上去就更麻烦了.但是前面所提出的modal
问题不是个难题.问题是要把整个程序的结构搞清楚. |
|
R*******r 发帖数: 104 | 20 写了半天的程序,就是游戏里显示一个纯图片的dialog,没有decoration的那种,
在local跑得好好的,扔浏览器一看,出来一个java applet window的白色底边,
平时用javaa look and feel是不觉得啥的,可是这种纯贴图游戏是不行的,
想起来这是applet security waring, 去不掉,上signed applet是不能接受的。
只好去掉jdialog,直接把panel加到applet里,这下没有modal了,想来想去,
只好把所有能交互的jcomponent都注册到一个vector里,起对话框的时候
disable, 回来的时候恢复。都干完了,发现背景上的animation会冲掉
前景这个虚假的dialog,只好把这个dialog和背景扔到applet
JLayeredPane的两层里,总算搞定。
现在唯一不像的就是起dialog的时候所有JComponent都会被disabled,
不过不算是大问题。
各位大虾要是知道更高明的方法,吱一声。 |
|
b******y 发帖数: 1684 | 21 modal window ba. js
(
guru
ajax |
|
|
d*****l 发帖数: 8441 | 23
好像解决了,不过没有显式地用另外的线程,用的定时器和Model对话框:
final JDialog dialog = new JDialog(this, "Auto-Close Dialog");
Timer timer = new Timer(50, new ActionListener() {
public void actionPerformed(ActionEvent e) {
dialog.setVisible(false);
dialog.dispose();
}
});
timer.setRepeats(false);
timer.start();
dialog.add(new JLabel("Generating Documents ..."));
dialog.setVisible(true); // modal dialog: applicat... 阅读全帖 |
|
d*****l 发帖数: 8441 | 24 上一个问题贴子里实现了自动消失的消息框:
http://www.mitbbs.com/article_t/Java/31117793.html
这是俺不得已去做的,因为俺发现只有在我强行弹出一个Modal对话框或者消息框之后,
程序frame中的那些俺先前用unwantedButton.setEnabled(false)操作过的按钮才能被
即时更新,
否则在其他运算结束之前就跟没发生过那些操作一样,要等很久才能更新。而在这期间,
这些不想被用户按的按钮还可能被用户误触。
有啥好的办法解决这种按钮误触问题吗? |
|
C********s 发帖数: 120 | 25 modal editing is the power of vim, i never said it's bad.
but what you said here is not true. if you have yanked something, pressing p
will paste it in the places you may not want.
The reason you can 把手放键盘上随便按 is you already trained your muscle to
use vim key bindings, if you trained your hand in emacs key bindings 把手放
键盘上随便按 in vim will wreak havoc. And vice versa.
and in emacs you can open files in View Mode, which disallow any editing,
and then you can really 把手放键盘上随便按.
emacs |
|
s*w 发帖数: 729 | 26 在 windows XP 下启动一个大型软件,运行用户自己编写的一个不大的 VBA 程序,控
制硬件运转大
约10来个小时。
过程当中总是弹出 modal dialogbox 阻挡自己的 程序运行, 有无办法编个程序自动
点击 ok? |
|
d*l 发帖数: 1810 | 27 如果弹出的modal dialogbox总是相同的title,那么弄个程序,不停的FindWindow,然
后调用EndDialog就应该可以了 |
|
N********n 发帖数: 8363 | 28 DIV hacks to mimic a pop-up modal dialog. |
|
c*********e 发帖数: 16335 | 29 objective-c学起来挺好玩的,和其它的语言不同。很多术语和别的语言不同,比如
modal,delegate.
不过,iphone app编程员的年薪多少?哪位给个连接?
信捡 |
|
c*********e 发帖数: 16335 | 30 windows上,modal叫啥?delegate叫啥? |
|
|
e***t 发帖数: 78 | 32 连接网络的异步操作问题:
我当前页面是从前一个页面 Push 来的
(当前页面的左上角有个回去的按纽,随时能够回到上一页面。)
当前页面上有另外一个按纽,点它之后有NSURLConnection,
发的是 sendAsynchronousRequest 的下载请求
(我有个UIActivityIndicatorView跳出来表示后台正在下载...)
我在当前页面上有URL连接的响应函数来处理下载成功/失败,比如当异步完成,
跳出Alert窗口
现在的问题是:当用户点完这个下载按纽之后,马上就点左上角的按纽转回前一页,
之后一会儿,下载完后的那个alert显示出来,一点OK
程序就死掉了(Thread 1: EXC_BAD_ACCESS(code=1, address=0xf08aa010)
请问象我这样异步操作的,应该怎么处理?
是不是当前页面不能从Push来,得从Modal来,然后是由我来控制每一个页面的跳转,
如果用户在异步操作完成以前想转走到别的页面,我就不让转走?
还是说有什么更好的处理方法?
谢谢! |
|
L*****a 发帖数: 3080 | 33
boostrap css有折叠按钮吗?没这个印象啊,就记得用过angularui里的Accordion用
chevron sign而不是+/-sign。
我一般是尽量直接用bootstrap css(一般是div里放class无需用js去操控,不过modal
popup是个例外需要js code操控ng-template),找不到我想要的component或者需要一
些动态logic再找angularui帮忙(比如accordion directive)。二者通用的component
大多应该theme是一样(兰红绿黄等等),就是我用accordion的时候发现heading字号
有点突兀的大需要修改。还有似乎在bootstrap div table里用不了ngclass和ngstyle
来conditional format。 |
|
d*******r 发帖数: 3299 | 34 "折叠按钮" 这词我可能用错了吧,反正就是 Angular-ui 上那一堆 JS UI components:
http://angular-ui.github.io/bootstrap/
Lulu你是女生吧,你这个帖子里还不少琐碎有用的经验,做前端就是得细致一点啊,做
前端我觉得女生挺好。
我都想教我老婆做做前端看。老婆学编程一教就会,挺聪明的。我看她属于3大悲催专
业,工作干着真无趣。
做前端的女生多吗?
modal
component
ngstyle |
|
c********1 发帖数: 421 | 35 mark
modal
component
ngstyle |
|
n*****t 发帖数: 22014 | 36 每个 element 加一个 onclick,点击之后显示一个 modal 设置颜色字体图片等等。
所有待编辑的都放在一个 div 里,编辑完了点 save,把这个 div 的 html upload 就
行了。
说起来简单,做起来的话,如果你对这些玩意没概念,还是打消念头吧。 |
|
l**********n 发帖数: 8443 | 37 to close a dialog, I have to do this:
handleOpen = () => {
this.setState({open: true});
};
wtf
in angular, I do this:
this.modal.open(); |
|
s*****u 发帖数: 494 | 38 除非这过去的几年之内会计博士生的背景发生了翻天覆地的变化,看不出来为什么会计
背景的本科生不能成功申请会计博士。
http://gpae.bryant.edu/~gpae/Vol7/Academic%20Background%20of%20
看第六页的数据。 2000年到2006年之间,314个会计博士中有208个本科学的是会计。
而且这个比例是上升趋势。
文章里面说到的:" Kachelmeier et al. (2005) surveyed department heads,
doctoral program administrators and doctoral students. They provide
demographics of the 231 doctoral candidate respondents, describingthe modal
accounting PhD student as “a 30-year-old male born in the United States,
with an accounting degree, one to five y... 阅读全帖 |
|
s*****u 发帖数: 494 | 39 除非这过去的几年之内会计博士生的背景发生了翻天覆地的变化,看不出来为什么会计
背景的本科生不能成功申请会计博士。
http://gpae.bryant.edu/~gpae/Vol7/Academic%20Background%20of%20
看第六页的数据。 2000年到2006年之间,314个会计博士中有208个本科学的是会计。
而且这个比例是上升趋势。
文章里面说到的:" Kachelmeier et al. (2005) surveyed department heads,
doctoral program administrators and doctoral students. They provide
demographics of the 231 doctoral candidate respondents, describingthe modal
accounting PhD student as “a 30-year-old male born in the United States,
with an accounting degree, one to five y... 阅读全帖 |
|
|
H**********J 发帖数: 351 | 41 各大药厂R & D Center都少不了Informatics,至少有3个方向:
1,Disease and Translational Informatics (偏Bioinformatics);
2,Therapeutic Modalities Informatics (偏Chemistry)
3, Early Development Informatics (偏Computer Science)
有童鞋对这样的职位感兴趣吗?
PS:拜托版主手下留情啦,我保证不贴广告,^_^ |
|
l**********1 发帖数: 5204 | 42 cited:
會議討論最熱烈的問題之一,是獲得性究竟能不能遺傳。“米派”認為,后天獲得
的性狀可以遺傳。而“摩派”認為,起決定作用的是基因。他們舉例說:一只被切掉尾
巴的老鼠,生出來的老鼠還是有尾巴。
摩爾根的嫡傳弟子、復旦大學教授談家楨反駁說:“我們搞生物科學的人,也希望
獲得性能遺傳。比如我們現在念了書,以后生了兒子不念書也能有知識,這不是更好嗎
?但是我們不能把愿望作為結論。”
實際上,為期15天的討論,這些學術問題并沒有獲得結論。
----
So 談家楨 just omitted Barbara McClintock PNAS 1950 paper shown a hint that possible Jumping material
(Gene?) within Maize at Tsingdao 1956 meeting from he wthout
Barbara McClintock her sense then.
The origin and behavior of mutable loci in maize. (1950)
PNAS 36:344-355... 阅读全帖 |
|
p*****c 发帖数: 20445 | 43 Christopher D. Lima, Ph.D.
Memorial Sloan-Kettering Cancer Center
Christopher Lima doesn’t pick easy problems. A structural biologist, he is
investigating how cells attach small proteins—like ubiquitin and the
related molecule SUMO—to other proteins to modify their function or fate.
Alongside those studies, he is exploring the molecular mechanisms that
underlie RNA processing and degradation—modifications to an RNA copy of a
gene that influence its stability and ability to be used as a template ... 阅读全帖 |
|