Location:
Search - ys.r
Search list
Description: While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those days. The original component was written in Java and I thought it might be useful to have it as a CTreeCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject, this one does not has its own data structure for representing the tree. This means that you do not have to write different code for inserting the tree items when you want to switch from CTreeCtrl. Because this control inherits from CTreeCtrl, it is very easy to activate the stock-functionality which draws the tree in the traditional way.-While studying an electronic engineering d computer science. I participated in a workshop where we compiler h ad to write our own programming language. To vie w and analyze the syntax tree for a given program , I wrote a custom drawn tree component those da ys. The original component was written in Java an d I thought it might be useful to have it as a CTre eCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject. this one does not has its own data structure for r epresenting the tree. This means that you do not have to write different code for inserting the t ree items when you want to switch from CTreeCtrl . Because this control inherits from CTreeCtrl , it is very easy to activate the stock-functio nality which draws the tree in the traditional w ay.
Platform: |
Size: 19175 |
Author: gaowen |
Hits:
Description: While studying electronic engineering and computer science, I participated in a compiler workshop where we had to write our own programming language. To view and analyse the syntax tree for a given program, I wrote a custom drawn tree component those days. The original component was written in Java and I thought it might be useful to have it as a CTreeCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject, this one does not has its own data structure for representing the tree. This means that you do not have to write different code for inserting the tree items when you want to switch from CTreeCtrl. Because this control inherits from CTreeCtrl, it is very easy to activate the stock-functionality which draws the tree in the traditional way.-While studying an electronic engineering d computer science. I participated in a workshop where we compiler h ad to write our own programming language. To vie w and analyze the syntax tree for a given program , I wrote a custom drawn tree component those da ys. The original component was written in Java an d I thought it might be useful to have it as a CTre eCtrl derivate. In contrast to some other custom drawn tree controls at CodeProject. this one does not has its own data structure for r epresenting the tree. This means that you do not have to write different code for inserting the t ree items when you want to switch from CTreeCtrl . Because this control inherits from CTreeCtrl , it is very easy to activate the stock-functio nality which draws the tree in the traditional w ay.
Platform: |
Size: 18432 |
Author: gaowen |
Hits:
Description: : 文章根据永磁同步电机的数学模型和直接转矩控制的基本原理, 设计了一种基于T MS 3 2 0 F 2 8 1 2的
全数字化直接转矩控制系统。首先利用MA T L A B软件对直接转矩控制系统进行建模和仿真, 得到电流、
转速、 转矩以及磁链的仿真波形, 然后对 系统进行实验研究。-t:Ac c o r d i ng t o t h e ma t h e ma t i c a l mo d e l o f Pe r ma ne n t M a g n e t S y nc h r o no u s M o t o r a n d pr i nc i pl e o f
Di r e c t To r q ue Co n t r o l S y s t e m.a Di g i t a l DTC c o n t r o l s ys t e m b a s e d o n DS P TM s 3 2 0F 28 1 2 i s pr o po s e d i n
t hi s pa pe r ,Fi rs t l y,t h e mod e l i ng a n d s i mu l a t i o n o f t h e c o n t r o l s ys t e m a r e i nt r o d u c e d b a se d o n M ATL AB/
S I M ULI NK.I t i s s h o we d t h a t t he s ys t e m Wa s de s i g n e d r i g h t l y.Th e n t h e c o n t r o l s ys t e m C a n b e e x pe r i me n t e d .
Ke y wo r d s:d i re c t t o r q ue c o n t r o l ;pe r ma n e n t ma g n e t s yn c h ro n o u s mo t o r ; DS P
Platform: |
Size: 189440 |
Author: 张国辉 |
Hits:
Description: 两路单极性HDB3+和HDB3-信号,经映射模块后完成单极性到双极性信号的数字转化,该模块由设计文件ys.v完成。由于映射后得到的是双极性归零码,通过该模块得到双极性非归零码。该模块由设计文件delay.v完成-Two unipolar HDB3-signals HDB3+, and by the mapping module to complete unipolar to bipolar signal digital conversion, the module completed by the design documents ys.v. As the map is obtained by bipolar zero code, through the module are bipolar NRZ. The module is completed by the design documents delay.v
Platform: |
Size: 1024 |
Author: 筱筱 |
Hits:
Description: 音速源码,需要更新和研发,不能编译直接使用-The speed of sound source, needs to be updated and R & D, can not be directly used to compile
Platform: |
Size: 83968 |
Author: 孙大王 |
Hits:
Description: 相关色彩模式知识:
HSV颜色空间
HSV(hue,saturation,value)颜色空间的模型对应于圆柱坐标系中的一个圆锥形子集,圆锥的顶面对应于V=1. 它包含RGB模型中的R=1,G=1,B=1 三个面,所代表的颜色较亮。色彩H由绕V轴的旋转角给定。红色对应于 角度0° ,绿色对应于角度120°,蓝色对应于角度240°。在HSV颜色模型中,每一种颜色和它的补色相差180° 。 饱和度S取值从0到1,所以圆锥顶面的半径为1。HSV颜色模型所代表的颜色域是CIE色度图的一个子集,这个 模型中饱和度为百分之百的颜色,其纯度一般小于百分之百。在圆锥的顶点(即原点)处,V=0,H和S无定义, 代表黑色。圆锥的顶面中心处S=0,V=1,H无定义,代表白色。从该点到原点代表亮度渐暗的灰色,即具有不同 灰度的灰色。对于这些点,S=0,H的值无定义。可以说,HSV模型中的V轴对应于RGB颜色空间中的主对角线。 在圆锥顶面的圆周上的颜色,V=1,S=1,这种颜色是纯色。HSV模型对应于画家(Knowledge of color patterns:
HSV color space
HSV (hue, saturation, value) color space model corresponds to a conical subset in cylindrical coordinate system, the corresponding top cone in V=1. which contains the RGB model of R=1, G=1, B=1 three, the color is bright. The color H is given by the rotation angle around the V axis. The red corresponds to the angle 0 degrees, the green corresponds to the angle 120 degrees, the blue corresponds to t)
Platform: |
Size: 6144 |
Author: 衣囖
|
Hits: