从名字上面就知道,uvm_factory用来制造uvm_objects和component。在一个仿真过程中,只有一个factory的例化存在。用户定义的object和component types通过typedef或者宏在factory中注册,factory产生和保存轻量级的代理(proxy): ...
分类:
其他好文 时间:
2014-08-02 12:32:13
阅读次数:
185
【Writing Surface Shaders】 Writing shaders that interact with lighting is complex. There are different light types, different shadow options, differen....
分类:
其他好文 时间:
2014-08-02 12:17:33
阅读次数:
295
在MS Sql数据库中,如果table中的某column数据类型设计为ntext或者text,做查询匹配时,用=操作会引起: The data types ntext and varchar are incompatible in the equal tooperator.因为用‘’引起来的字符串....
分类:
数据库 时间:
2014-08-01 12:46:21
阅读次数:
270
IntroductionThis article will explain six important concepts: stack, heap, value types, reference types, boxing, and unboxing. This article starts exp...
分类:
Web程序 时间:
2014-07-31 23:10:30
阅读次数:
397
一个程序若要跳到另一个程序。需要在目标程序的plist文件里面修改:打开info.plist,添加一项URL types展开URL types,再展开Item0,将Item0下的URL identifier修改为URL Scheme展开URL Scheme,将Item0的内容修改为shashan.S...
分类:
移动开发 时间:
2014-07-30 12:00:23
阅读次数:
202
1.STM32中变量的定义(在stm32f103x.h中) 1 /*!< STM32F10x Standard Peripheral Library old types (maintained for legacy purpose) */ 2 typedef int32_t s32; 3 type....
分类:
其他好文 时间:
2014-07-29 17:37:22
阅读次数:
352
kdev_t.h 宏定义解析
这个header file反正不多,直接原因是——遇到了,就搞定它!
dev_t 类型的变量定义在linux/types.h 用来保存设备编号——包括主设备号和次设备号。dev_t 是一个32位的数,其中12位用来表示设备号,其余20位用来表示次设备号。
始终不要对这32...
分类:
系统相关 时间:
2014-07-29 14:26:08
阅读次数:
300
原文出处:http://www.cnblogs.com/likwo/archive/2012/05/04/2482298.htmlXML1.菜单:Window -> Preferences -> General -> Editors -> File Associations2. File types...
分类:
系统相关 时间:
2014-07-29 13:36:58
阅读次数:
246
Problem StatementWe have three types of brackets: "()", "[]", and "{}". We are now interested in some special strings. A string is special if all the ...
分类:
其他好文 时间:
2014-07-29 12:41:06
阅读次数:
187
1.修改某个文件类型的编码方式:Window->Preferences->General->Content Types->text下,选择一种文件类型,指定编码方式。比如jsp文件类型指定为utf-82.myeclipse下,修改jsp文件编码方式:windows->preferences->mye...
分类:
系统相关 时间:
2014-07-29 12:29:26
阅读次数:
308