概览
==, !=, >, < , >=, < =, =~, !~ 解释
== 等于
!= 不等于
> 大于
< 小于
>= 大于等于
< = 小于等于
=~ 匹配
!~ 不匹配
Continue reading “filter_collection 可以使用的操作符”
工作-生活-记录
概览
==, !=, >, < , >=, < =, =~, !~ 解释
== 等于
!= 不等于
> 大于
< 小于
>= 大于等于
< = 小于等于
=~ 匹配
!~ 不匹配
Continue reading “filter_collection 可以使用的操作符”
The "-t" extension invokes DC shell in Tcl-mode, which is the
recommended mode, and by default, also XG mode, which is also
recommended. Design Vision is ONLY available in TCL mode, hence no
"-t" extension is needed, and it also comes up in XG mode by default.
Continue reading “difference between dc_shell and dc_shell-t”
在没有物理信息的时候,使用Wire load Model(WLM)模型可以算到net的电容,电阻等数据。所以在DC中会使用WLM模型。
Topographical technology enables you to accurately predict post-layout timing, area, and power during RTL synthesis without the need for wireload model-based timing approximations. It uses Synopsys’ placement and optimization technologies to drive accurate timing prediction within synthesis, ensuring better correlation to the final physical design.
Continue reading “Design Compiler Topographical Technology”
Synopsys Implementation Tool Guide
Design Compiler – Logic synthesis
Design Compiler Topographical — DCT(new feature)
Physical Compiler – Physical synthesis
JupiterXT – Floorplanning
Astro – Place and Route for designs down to 65nm design rules
IC Compiler – Next generation Place & Route
Continue reading “Synopsys Implementation Tool Guide”
英文是以词为单位的,词与词之间上靠空格隔开,而中文是以字为单位,句子中所有的字连起来才能描述一个意思。例如,英文句子I am a student,翻译成”我是一个学生”。计算机可以很简单的通过空格知道student是一个单词,但是”学”,”生”假如分开来,计算机是无法理解的。必须把他们合在一起才变得有意义。把中文的汉字序列切分成有意义的词,就是中文分词。再比如”研究生命”,可以划分为”研究生/命”,也可以是”研究 /生命”,假如是人脑可以很明显的判断出这里后者的划分更加的确切,但是计算机要做到这一点却是相当的困难。
现有的分词算法有3种:基于字符串匹配的分词算法、基于理解的分词算法和基于统计的分词算法。
什么是中文分词
Continue reading “中文分词基本概念”
百度百科提供了丰富的内容,如果你需要查询某个单词是否在百度百科中有收录,那么下面的方法就非常实用了。
试了一下google搜索Ajax,发现使用非常方便,主要将下面的示例代码放到html源文件中就可以使用google ajax搜索插件了。
只需改变searchControl.execute("abc");语句中的关键词(abc)就可以改变google
ajax搜索页面显示的搜索结果。简直就是傻瓜式的。
=========================================================