说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 一键点播
1)  push to order
一键点播
2)  first bond
第一键合点
1.
Reducing the first bond heel crack is the most important in improving the tensile strength of bonding wire in automatic wedge bonding.
在自动楔焊键合中,要提高键合引线的抗拉强度,最重要的一点就是要减小第一键合点跟部的损伤。
3)  Unified-Video-on-Demand
统一型视频点播
4)  video on demand(VOD)
点播
1.
In the Video on Demand(VoD) system that under the Peer to Peer(P2P) network environment with structure of server and as for the client side s demand on the cache media streaming data,this paper proposes a new prediction double buffer model and gives the corresponding cache replacement algorithm.
在基于有服务器结构对等网络环境的点播系统中,针对客户端需要缓存部分流媒体数据的问题,提出一种新型预测双缓存模型,给出相应的缓存替换算法。
5)  video on demand
点播
1.
Then,header objects,data objects and instances of ASF are analyzed and are experimented on LAN,and it implement the function of video on demand and living broacast.
首先分析了 ASF文件的格式组成和文件结构 ,然后对 ASF报头对象和数据对象及应用实例进行分析 ,并在局域网上进行试验 ,实现点播和直播功
6)  VOD
点播
1.
Research of the Buffer Mechanism for the VOD System Based on the P2P Network;
P2P流媒体点播的缓存机制研究
2.
Design of Sjtums Protocol of Stream Media of Demand and VOD System;
S jtum s流媒体点播协议和点播系统设计
3.
Development of Digital Video Surveillance Remote VOD System Based on WinSock Network;
基于WinSock网络的数字监控远程点播系统的开发
补充资料:UG自定义右键弹出菜单和快捷键

UG的右键弹出菜单包含了一些我们常用的功能,比如Roate、Fit等,为了使用的更加方便,我们也可以自己打造!打开UG安装目录下的UGII下的menus文件夹,里面包含了一些*.men和*.tbr,我们以文本方式打开它,发现也不难理解。例如,我们想在右键弹出菜单里面的roate和pan之间加入如图示的view下的orient功能,首先我们打开ug_main.men,查找orient,会看到下面的内容:



BUTTON UG_VIEW_REFRESH
LABEL &Refresh
BITMAP refresh_window.bmp
ACCELERATOR F5
ACTIONS STANDARD



CASCADE_BUTTON UG_VIEW_EDIT
LABEL O&peration



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACTIONS STANDARD



参考上面部分我们会看出快捷键的定义是*ACCELERATOR来指定的,我们把红色部分即BUTTON UG_VIEW_ORIENT的LABEL下面加入一行ACCELERATOR Ctrl+Alt+O(这里可以自行定义,但不要和别的重复),保存,这样我们就把快捷键定义好了,然后我们选中红色部分复制。接着打开ug_view_popup.men,它就是右键弹出菜单的定义文件。为了把它放在roate和pan之间,我们把刚才复制的部分粘贴在下面图示的位置:



TOGGLE_BUTTON UG_VIEW_POPUP_ROTATE
LABEL R&otate
BITMAP rotate.bmp
ACCELERATOR F7
ACTIONS STANDARD



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACCELERATOR Ctrl+Alt+O
ACTIONS STANDARD



TOGGLE_BUTTON UG_VIEW_POPUP_PAN
LABEL &Pan
BITMAP pan.bmp
ACCELERATOR F9
ACTIONS STANDARD

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条