由买买提看人间百态

topics

全部话题 - 话题: assemble
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
c***d
发帖数: 996
1
☆─────────────────────────────────────☆
tennisalways (tennisforever) 于 (Wed Nov 15 18:27:53 2006) 提到:
Thanks first!
Find the shortest sequence of MIPS instructions to determine the absolute
value of a two's complement integer. Convert this instruction (accepted by
the MIPS assembler):
abs $t2, $t3
This instruction means that register $t2 has a copy of register $t3 if
register $t3 is positive, and the two's complement of register $t3 if $t3 is
negative. (Hint: it can be done with three instr
X****r
发帖数: 3557
2
Don't simply take the words from any book. Other than translating
mnemonics to opcodes, Assembler helps resolving symbols (ever
calculated jump offset manually?) and provides macros, making writing
code much much easier.
p***o
发帖数: 1252
3
So they mean ISA when mentioning assembly language.
Q****r
发帖数: 7340
4
这个就要depend要修改多少了
不同的machine,汇编语言都有相似性,如果都是RISC或者都是CISC,从这个角度上来
看,可以移植,比如相加都是ADD,存放数据到寄存器都是MOV。
但是,assembly对machine的寄存器的操作,还有中断的操作,machine与machine之间
就不同了,
同样是51系列,8051的和8051F020,差别就大得去了,前者ROM RAM都很小,后者RAM大
多了,同时
加入在线flash,前者只有5个中断,后者22个中断,中断的地址,控制中断的寄存器都
不同。两个程序
根本无法相互移植。当然懂一个,再看另外一个不难。虽然两个都是用CISC
j*****I
发帖数: 2626
5
嗯。可能assembly刚出来的时候,还没这么多的变化。
f******e
发帖数: 582
6
来自主题: Programming版 - C -> assembly
I am using ubuntu 9 and gcc. How can I convert a C program, say hello.c, to
assembly language?
Thanks.
s***o
发帖数: 2191
7
【 以下文字转载自 DotNet 讨论区 】
发信人: stdio (stdio), 信区: DotNet
标 题: JavaScript is Assembly Language for the Web
发信站: BBS 未名空间站 (Wed Jul 20 16:15:55 2011, 美东)
Two interesting posts and discussions from Scott Hanselman's Blog.
http://www.hanselman.com/blog/JavaScriptIsAssemblyLanguageForTh
http://www.hanselman.com/blog/JavaScriptIsAssemblyLanguageForTh
What do you think?
f******e
发帖数: 582
8
来自主题: Programming版 - recommend assembly code from gcc
I am interested in learning the assembly programs translated from gcc. That
is: suppose that I have a c program file.c, I use:
Gcc –S file.c –o file.s
I want to know all the details about file.s
Could someone recommend a good website/textbook?
Thanks a lot.
d****n
发帖数: 1637
9
来自主题: Programming版 - recommend assembly code from gcc
I am not asm coder. just for you and I googled below.
http://asm.sourceforge.net/intro/Assembly-Intro.html
http://nongnu.askapache.com/pgubook/ProgrammingGroundUp-0-8.pdf
http://www.aogosoft.com/
I hope you can find what you need.
Enjoy!
d********e
发帖数: 6814
10
来自主题: Programming版 - 包子现金求助关于68k assembly问题
有个要翻译c code的题目,不知道怎么写。。。
100刀paypal boa现金或者1000个包子
Translate the following C code into assembly, using the execution block and
then compile your code into binary. Explain the 2 phases CLEARLY!
int main()
{
int n;
short s = 3;
n = f(c);
return n;
}
int f(short s)
{
return 2*s;
}
上面那个有点会写,下面要嵌入call不太会,谢谢
m******l
发帖数: 613
11
来自主题: Unix版 - extern to call assembly
I have a urgent question
I have defined some global variables in my s file(SPARC assembly)
boot.s (projects in OS)
.global mbr_blocks
mbr_blocks .word 0
...
...
in my C file , I wanna use such variables
using
extern int mbr_blocks to define it at the beginning of the cboot.c
but the error say"mbr_blocks undeclared"
Is there any suggestion of what's going on.
It is just urgent cause this is due tomorrow.
Thank you all very much!
y******e
发帖数: 277
12
谢谢楼上两位大侠! =)
不好意思,顶楼没有说清楚 >_<
是有2G多的reads,75bp each。没有参考的genes,不过是和果蝇相近的
fly。之前手动检查了一些同源基因,和果蝇的蛋白序列基本一样,cDNA有很多
synonymous substitutions。
我的想法是,先把所有的reads当成新的序列做assembly,之后再用blast against果蝇的基因做annotation。因为不太清楚直接用75bp RNA-seq reads match果蝇的transcripts 成不。。。
没有经验,多谢大家帮忙啦!
c*******y
发帖数: 161
13
I am just learning how to use PAVE(program for assembling and viewing EST)
now, I do not know how to use it. Is someone know how to use it? also GO
Slim and KEGG: Kyoto Encyclopedia of Genes and Genomes. Please give me some
suggestions how to find more informatics. thanks.
d***y
发帖数: 8536
14
来自主题: Biology版 - 有人做過Gibson Assembly嗎?
最近在構建一個非常狗血的質粒,想試試gibson assembly。看官們對這個方法有啥評
價? 成功率高嗎?
x********u
发帖数: 430
15
来自主题: Biology版 - 有人做過Gibson Assembly嗎?
Follow the NEB Gibson assembly protocol. It's pretty cool.
You might also want to try Red/ET recombination provided by Gene Bridge.
h**********r
发帖数: 671
16
来自主题: Biology版 - 有人做過Gibson Assembly嗎?
Perhaps we will get Gibson assembly kit from NEB. Thank you so much for your
info!
l**********1
发帖数: 5204
17
try free gsMapper and gsAssembler
cited:
>Installation
Where can I get a copy of the GS-FLX Mapping and Assembly software
I wrote to Roche to ask if we could give copies to people, and they wrote
back to say it is license free for non-commercial usage, so if you need a
copy please go to web link:
//genepool.bio.ed.ac.uk/nextgenbug/faq/roche_454_gs_flx
and
for Bowtie and gsMapper
please refer:
cited
>The 454 reads may be a bit long for Bowtie. You would be better off using
the gsMapper software t... 阅读全帖
y********8
发帖数: 23
18
来自主题: Biology版 - 求教 问一个Gibson Assembly的问题
做Gibson Assembly把两个DNA片段,分别是(5K和4.8K)连接进2.3kb的backbone,
但是每次的测序的结果都是两个DNA insertion(5K和4.8K)中间都会缺失很大一个片
段,但是和backbone overlap的片段都在,实在想不出来为什么会这样,所以想求教大
家。 谢谢!
h*********r
发帖数: 2844
19
向这里的生物大牛讨教一下:
股票班上有人看好pacbio, 有人bash。看了一圈,觉得PacBio 技术很多拿来做gene
full assembly, 很多和ilumina 测序hybrid。 这种科研除了发paper,养活postdoc
外,有多少实际用处? 如果第一人做出来,还算有点创新,后人跟上,各种gene 都去
重做一遍,不是炒冷饭浪费钱吗?NIH一砍钱,不就砍这种项目吗?
当然要找科研意义,都说能挖出来的。funding 总是写的天花乱坠,我想问的是大方向
上的用途,尤其是能用于商业开发的价值。
t*d
发帖数: 1290
20
Don't know about PacBio. But denovo full gene assembly, which is related to
alternative splicing, may be very useful.

postdoc
t*d
发帖数: 1290
21
each gene in human may have a few different isoforms. Usage of different
isoforms may be associated with human disease. Currently, there is no
reliable tech to call these isoforms with high accuracy. Illumia's reads are
too short, which makes it difficult to reliably assembly isoforms. If the
read can be longer enough, then each read could be a isoform and the problem
solved.
w********a
发帖数: 324
22
大家都在用Gibson Assembly吗?
大家的vector backbone和insert都是切胶纯化的吗?怎么发现切胶后,效率很低,转
到大肠杆菌以后一般很难得到colony。
大家遇到同样的情况吗?有经验的说说。
非常感谢!
T**********t
发帖数: 1604
23
酶切后的vector我不纯化,直接用。因为需要的量不多,大概100ng左右的vector,然
后同等molar的insert就好了。反正我都会做negative control,酶切过的vector直接
转没有colony。然后转出来的colony也都要测过序才会往下做,基本上没什么大问题。
pick 3个colony的话,至少有两个是对的。
你的问题好像在于insert的PCR出错率太高啊。是模板不纯么?
Gibson需要的vector用量不多,为什么要用PCR扩增?按我上面的用量计算,做一次
miniprep够我做好几百个gibson assembly了。PCR需要加的试剂比酶切要多,而且还要
考虑长PCR出错的概率风险吧。

了?
x*****d
发帖数: 704
24
来自主题: Biology版 - 谁能讲讲de novo assembly?

如果你用Tophat做的mapping,输出文件有unmapped reads。把这些unmapped reads用
Trinity做de novo assembly,看看是什么菌株。因为你的基因组有97%都能map,所以
你测的不太可能是一种新的物种。
j****n
发帖数: 3370
25
来自主题: Biology版 - 谁能讲讲de novo assembly?
是不是之前做的single end sequencing 毕竟有reference genome
现在要做de novo assembly 要重新做paired sequencing?

★ 发自iPhone App: ChineseWeb 1.0.3
H****N
发帖数: 997
26
来自主题: Biology版 - Gibson assembly
Can anybody share you experience with Gibson assembly? Planning to do it,
but would like to hear your tips and potential pitfalls with the technique.
Thanks in advance.
c*********r
发帖数: 1312
27
来自主题: Biology版 - 招人denovo assembly
"希望能够超过现有的assemblers表现",这个很期待,希望能早日用上你们的软件!
有几个问题想和你再交流交流,还请多多指教。
你们的目标是结合你们公司的测序技术,也就是说你们有自己的测序技术?你们在湾区
的话,你们公司是Illumina,PacBio还是life technologies/Thermo Fisher?那么这
个软件会是商业软件了吧,会不会开源? ^_^
很好奇你们的软件会只针对一种测序方法还是几种测序方法都通用。各种测序技术产生
的reads都有特点,Illumina通量的大,但是短,而且有bias,组装之后gap很多;
PacBio长,bias小,但是错误率高(可以通过多测几遍来校正),成本高所以不普及(
我觉得以后成本下来了可以和Illumina抢市场)。不知道你们会主要针对哪一种测序技
术?
算法方面你们要开发新的算法?还是基于de Bruijn graphs的算法吗?
如果只针对人的genome的话,会开发或者兼容其他物种genome?不同物种的GC%、复杂
程度都不同,肯定不能用同一套参数来组装。像我们这种不以人为研究对象的,你们会
不会考虑一下照顾照顾... 阅读全帖
k*******r
发帖数: 2
28
Do you know any documentation software for AVR assembly? like Doxygen for C.
Thanks.
e******r
发帖数: 623
29
【 以下文字转载自 Programming 讨论区 】
发信人: explorer (球风华丽作风硬朗,唯一缺点:太像梅西!), 信区: Programming
标 题: 问几句汇编指令(assembly language)
发信站: BBS 未名空间站 (Tue Apr 20 23:46:32 2010, 美东)
在看一个callout的程序,有几句实在看不懂,请高人指点一下:
1. mov ip, #0x000000FF
orr ip, ip, #0x0000FF00
orr ip, ip, #0x00FF0000
orr ip, ip, #0xFF000000
这几句是在做什么?是把"0xFFFFFFFF"赋值给ip吗?为什么不能直接写成 mov ip, #
0xFFFFFFFF?
2. tst r1, r2, lsl r4
r1, r2和r4是寄存器,但是tst怎么有三个operands?
3. mov r2, r2, lsl r4
基本同上,怎么mov会有三个operands?这句指令是什么意思?
谢谢了,能提供答案的我会发包子
M*******p
发帖数: 33
30
【 以下文字转载自 Programming 讨论区 】
发信人: MotionCap (unknown), 信区: Programming
标 题: Embedded C/assembly 有类似unit test的吗?
发信站: BBS 未名空间站 (Sat May 9 23:42:48 2015, 美东)
项目需要用一种很冷门的平台, csr bluecore 开发蓝牙应用。应该如何做测试? 谢
谢!
a********m
发帖数: 92
31
来自主题: EE版 - 南加PCBA Assembly House
请问南加(LA附近)有没有好的PCBA assembly house, 做prototype,或者大批量生产
多谢
c*s
发帖数: 2145
32
New way to order inorganic materials on macroscale borrows from nature
[Science, 296, 892 (2002)].
Harnessing the organizational power of biology, chemists at the University of
Texas, Austin, have developed a facile new way to precisely order
nanoparticles on the macroscale. Assistant professor Angela M. Belcher,
graduate student Seung-Wuk Lee, and coworkers find that viruses engineered to
bind zinc sulfide quantum dots self-assemble into highly ordered,
three-dimensional liquid-crystal films
Th
d***l
发帖数: 48
33
来自主题: Macromolecules版 - self-assembly structure in solution
Usually, how to characterize the self-assembly structure in solution? Let's
say columnar structure.
d*****s
发帖数: 313
34
来自主题: Macromolecules版 - self-assembly structure in solution
I know if the self-assembly happens on surface, you can use X-ray to
characterize its structure. Not normal XRD though. basically X-ray
reflectivity and grazing incidence diffraction in synchrotron sources.
a***n
发帖数: 578
35
use organic molecules attach to nanoparticle to make an assembly is nothing
new. The only interesting thing is how they control the pattern of prepared
surface. I don't think it is easy and I didn't see any information from that
report.
Zhang YF is kind of a beginner at nano field (so far only 2 papers on SCI
related to nanostructure) I don't belive he can make it.
Please check his publications.
In my impression, each time Chinese newpapers bluffs some important invention,
it must be a lie.
s****e
发帖数: 2934
36
来自主题: Macromolecules版 - Structures assembled without human hands(zz)
Letting nature do the work:
Structures assembled without human hands
By William J. Cromie
Gazette Staff
The scientist put what looked like black dust into a dish of water. Instead
of dust, however, the particles were actually diodes, capable of emitting
light under the right conditions. In the dish sat a cylinder, patterned with
tiny dots of solder connected by threadlike lines of solder. The goal of
the experiment was to get the tiny electronic devices to land on the solder
dots.
"The devices,
w*******y
发帖数: 60932
37
Nice upper for the price.
DPMS AR-15 A3 Flattop Upper Assembly 5.56x45mm NATO 1 in 9" Twist 16"
Lightweight Contour Barrel Chrome Moly Matte with GlacierGuard Handguard, A2
Front Sight, Flash Hider, Pre-Ban Product #: 934062Manufacturer #: BA-
16A3L
w*******y
发帖数: 60932
38
This has got to be a pricing error cause the stock by itself usually prices
for this much... but DSG Arms is selling the stock with buffer tube, castle
nut, endplate, spring and buffer for the same price! Available in black,
flat dark earth, foliage green and OD green. I've never seen a complete
magpul buttstock sell for so little.
DSG has reasonable shipping rates and fast service. Gotta take advantage of
this while you can!
That said, I'm keeping my fingers crossed that this isn't a pricing... 阅读全帖
w*******y
发帖数: 60932
39
From Meritline today's email
LINK:
http://www.meritline.com/27-pieces-magic-diy-assembled-robot-br
Coupon Code: MLCK512SPIFERNL1
w*******y
发帖数: 60932
w*******y
发帖数: 60932
41
Link:
http://palmettostatearmory.com/index.php/featured/psa-16-m4-upp
Shipping for me was about $15 to Oregon.
Seems to be a good value, BCM charges 399+ship for the same thing. I would
not buy the BCG for $80, but that is just me.
Adding the MOE handguards doesn't seem to bad for $20.
DETAILS
Barrel: 16", CMV, M4 profile, 5.56 NATO chamber with a 1:7 twist , chrome-
lined bore, lead lapped for accuracy, carbine-length gas port, and M4
feedramps. Barrels are finished off with a taper pinned, f... 阅读全帖
c***z
发帖数: 6348
42
其他议员
A**********************[email protected]
A******************[email protected]
A******************[email protected]
A********************[email protected]
A*******************[email protected]
A********************[email protected]
r***********[email protected]
a**********************[email protected]
a**********************[email protected]
A********************[email protected]
A*********************[email protected]
A*********************[email protected]
a******************[email protected]
A... 阅读全帖
s*******s
发帖数: 9926
43
全美国华人行动起来, 同心协力对抗SCA-5种族歧视.
大家不要觉得今天不是发生在我这里, 发生在加州就觉得无所谓, 不关我的事, 海外中
国人应该团结一致, 才能对抗种族歧视, 一起行动, 大家应该要效法犹太人团结的精神
, 不要等到这趋势蔓延到其他州时, 才后悔莫及, 怎么样对抗SCA-5种族歧视呢? 下面
有教你要怎样做的方法.
本文的网路版本在这里: http://nosca5.blogspot.com/2014/02/sca5.html
反对SCA-5具体有效的步骤, 请转发
从我做起, 从现在做起! 我们还来得及反对SCA5. 目前, 加州众议院的80席中, 有55席
民主党, 25席共和党. 对这个法案SCA5的支持是党派分票, 所以我们只需要保证 2个以
上民主党议员勇敢地站出来, 投票反对, 我们就可以让法案胎死腹中. 现在我们可以做
的是写信给代表我们选区的加州众议员, 去他们的网站给他们写.
Step 1: http://nosca5.blogspot.com/2014/03/sca-5_9.html
上面连结最上面有两个请愿投票, 有时间先去投票, 这两个网站都... 阅读全帖
c***z
发帖数: 6348
44
其他议员
A**********************[email protected]
A******************[email protected]
A******************[email protected]
A********************[email protected]
A*******************[email protected]
A********************[email protected]
r***********[email protected]
a**********************[email protected]
a**********************[email protected]
A********************[email protected]
A*********************[email protected]
A*********************[email protected]
a******************[email protected]
A... 阅读全帖
c***z
发帖数: 6348
45
来自主题: Military版 - 加州众议员email list 和email 模板
其他人
A**********************[email protected]
A******************[email protected]
A******************[email protected]
A********************[email protected]
A*******************[email protected]
A********************[email protected]
r***********[email protected]
a**********************[email protected]
a**********************[email protected]
A********************[email protected]
A*********************[email protected]
A*********************[email protected]
a******************[email protected]
As... 阅读全帖
s*******s
发帖数: 9926
46
这一篇才是完整的
本文的网路版本在这里: http://nosca5.blogspot.com/2014/02/sca5.html
反对SCA-5具体有效的步骤, 请转发
从我做起, 从现在做起! 我们还来得及反对SCA5. 目前, 加州众议院的80席中, 有55席
民主党, 25席共和党. 对这个法案SCA5的支持是党派分票, 所以我们只需要保证 2个以
上民主党议员勇敢地站出来, 投票反对, 我们就可以让法案胎死腹中. 现在我们可以做
的是写信给代表我们选区的加州众议员, 去他们的网站给他们写.
Step 1: http://nosca5.blogspot.com/2014/03/sca-5_9.html
上面连结最上面有两个请愿投票, 有时间先去投票, 这两个网站都需要注册, 但是
Change.org和Whitehouse.gov是最常见的请愿网站, 将来一定该还有用到的机会, 花点
时间注册并不吃亏. 不過必須強調這兩個投票實際效果是零, 並不能解決問題, 其主要
功能就僅僅是壮大声势.
Step 2: http://findyourrep.legislature.ca.go... 阅读全帖
s*******s
发帖数: 9926
47
本文的网路版本在这里: http://nosca5.blogspot.com/2014/02/sca5.html
反对SCA-5具体有效的步骤, 请转发
从我做起, 从现在做起! 我们还来得及反对SCA5. 目前, 加州众议院的80席中, 有55席
民主党, 25席共和党. 对这个法案SCA5的支持是党派分票, 所以我们只需要保证 2个以
上民主党议员勇敢地站出来, 投票反对, 我们就可以让法案胎死腹中. 现在我们可以做
的是写信给代表我们选区的加州众议员, 去他们的网站给他们写.
Step 1: 下面网站里选Act Now有两个请愿投票, 有时间先去投票, 这样才能壮大声势.
这两个网站都需要注册, 但是Change.org和Whitehouse.gov是最常见的请愿网站, 将
来一定该还有用到的机会, 花点时间注册并不吃亏.
http://www.saynosca5.com/
美亚团结促进会的United Against SCA5 - Please click here to sign letter to
contact your elected representatives选项... 阅读全帖
s*******s
发帖数: 9926
48
本文的网路版本在这里: http://nosca5.blogspot.com/2014/02/sca5.html
反对SCA-5具体有效的步骤, 请转发
从我做起, 从现在做起! 我们还来得及反对SCA5. 目前, 加州众议院的80席中, 有55席
民主党, 25席共和党. 对这个法案SCA5的支持是党派分票, 所以我们只需要保证 2个以
上民主党议员勇敢地站出来, 投票反对, 我们就可以让法案胎死腹中. 现在我们可以做
的是写信给代表我们选区的加州众议员, 去他们的网站给他们写.
Step 1: 下面网站里选Act Now有两个请愿投票, 有时间先去投票, 这两个网站都需要
注册, 但是Change.org和Whitehouse.gov是最常见的请愿网站, 将来一定该还有用到的
机会, 花点时间注册并不吃亏. 不過必須強調這兩個投票實際效果是零, 並不能解決問
題, 其主要功能就僅僅是壮大声势.
http://www.saynosca5.com/
美亚团结促进会的United Against SCA5 - Please click here to sign letter to
con... 阅读全帖
s*******s
发帖数: 9926
49
全美国华人行动起来, 同心协力对抗SCA-5种族歧视.
大家不要觉得今天不是发生在我这里, 发生在加州就觉得无所谓, 不关我的事, 海外中
国人应该团结一致, 才能对抗种族歧视, 一起行动, 大家应该要效法犹太人团结的精神
, 不要等到这趋势蔓延到其他州时, 才后悔莫及, 怎么样对抗SCA-5种族歧视呢? 下面
有教你要怎样做的方法.
本文的网路版本在这里: http://nosca5.blogspot.com/2014/02/sca5.html
反对SCA-5具体有效的步骤, 请转发
从我做起, 从现在做起! 我们还来得及反对SCA5. 目前, 加州众议院的80席中, 有55席
民主党, 25席共和党. 对这个法案SCA5的支持是党派分票, 所以我们只需要保证 2个以
上民主党议员勇敢地站出来, 投票反对, 我们就可以让法案胎死腹中. 现在我们可以做
的是写信给代表我们选区的加州众议员, 去他们的网站给他们写.
Step 1: 下面网站里选Act Now有两个请愿投票, 有时间先去投票, 这样才能壮大声势.
这两个网站都需要注册, 但是Change.org和Whitehouse.go... 阅读全帖
s*******s
发帖数: 9926
50
大家不要觉得今天不是发生在我这里, 发生在加州就觉得无所谓, 不关我的事, 海外中
国人应该团结一致, 才能对抗种族歧视, 一起行动, 大家应该要效法犹太人团结的精神
, 不要等到这趋势蔓延到其他州时, 才后悔莫及, 怎么样对抗SCA-5种族歧视呢? 下面
有教你要怎样做的方法.
本文的网路版本在这里: http://nosca5.blogspot.com/2014/02/sca5.html
反对SCA-5具体有效的步骤, 请转发
从我做起, 从现在做起! 我们还来得及反对SCA5. 目前, 加州众议院的80席中, 有55席
民主党, 25席共和党. 对这个法案SCA5的支持是党派分票, 所以我们只需要保证 2个以
上民主党议员勇敢地站出来, 投票反对, 我们就可以让法案胎死腹中. 现在我们可以做
的是写信给代表我们选区的加州众议员, 去他们的网站给他们写.
Step 1: 下面网站里选Act Now有两个请愿投票, 有时间先去投票, 这样才能壮大声势.
这两个网站都需要注册, 但是Change.org和Whitehouse.gov是最常见的请愿网站, 将
来一定该还有用到的机会, 花... 阅读全帖
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)