1)  system call interception
系统调用劫持
1.
Adopted loadable kernel module technique,/proc virtual file system and system call interception,a full-function security auditing mechanism based on Linux shell is implemented in this paper,and then a simple example is given for security monitori.
文中基于shell机制,利用可装入内核模块/、proc虚拟文件系统和系统调用劫持技术,实现了一个较全面的入侵检测的审计机制,同时给出了一个用其进行安全监测的简单实例以及该方法的优点。
2)  system
系统
1.
Design of numerical control interpolation system based on MCS-51;
基于MCS-51的数控插补系统设计
2.
Efficiency influence factor analysis and countermeasures of the mechanical producing system in low permeability oilfield;
低渗油田机采系统效率影响因素分析与对策
3.
Development of Radioactive Sewage Treatment System in Hospital and Automatic Control Methods;
医院放射性污水处理系统及其自动控制方法的研制
3)  systems
系统
1.
The systems control theory and method in urban planning;
城市规划中的系统控制理论及方法
2.
Approximate assignment method for structural systems reliability;
结构系统可靠度的近似分配方法
3.
Analysis and evaluation of sown pasture sheep systems Ⅲ Analysis and evaluation for systems optimized rate;
人工草地绵羊系统分析与评价Ⅲ系统优化度评析
4)  IT system
IT系统
1.
This paper introduces the characteristics of three power supply systems of TT system,TN system and IT system and their application scopes,and makes the comprehensive comparison on them.
简要介绍了TT系统、TN系统、IT系统3种供电系统的特点及适用范围,并进行了综合比较。
2.
Firstly, this paper discuss about CRC’s billing system in Phase I and Phase II when the company was newly established, analyzing the limitation in the supporting capability and other existing issues in the operation of independent IT systems in the early period of informatization.
首先简单回顾了中国铁通成立之初计费管理系统的一期建设和二期扩容后支撑能力的明显不足,以及信息化建设初期各部门独立IT系统运行中的问题,然后较详细介绍了企业信息化规划的整体思路,包括业务系统和流程、组织和业务流程重组、信息技术战略和架构等。
5)  NO system
NO系统
1.
Effects of selenoprotein on blood glucose,Ca~(2+) transfer and NO system in diabetic mice;
硒蛋白对糖尿病小鼠血糖、Ca~(2+)转运以及NO系统影响的实验研究
6)  the system
系统
1.
Also it gives a detailed introduction about the main functions of the system.
本文介绍了基于校园网的在线知识竞赛系统的设计方案、运用ASP技术的实现方法,以及该系统所能实现的主要功能。
2.
A Labrary consists of the system of multi-elements,in which readers are inseparable factors,who play a restricted role in the system,such as:the accumulativeness,the moveableness and the adaptableness.
图书馆是多种元素组成的系统 ,读者是该系统不可分割的要素 ;读者对该系统的“系统质”特征即积累性、流动性和适应性有重要制约作用 ;读者的主要功能是信息资源的接受、信息资源的反馈、信息资源的求新与开拓 ;读者的期待值应作为图书馆系统的重要调控依
3.
In this paper, we discuss the uniqueness limit cycle and the question of bifurcate about a class of general Liénard equation in the system.
当二次系统添加一个三次项变为三次系统后,这两个系统在原点附近的极限环的变化情况是否存在某种联系,亦是一个十分有趣的问题。
参考词条
补充资料:Pro/E中快速调用外部程序
当我们在使用proe进行设计时,难免会使用一些外部的应用程序

通常我们都会把proe最小化到桌面后去寻找所需要的次序、或者在Windows的程序组中寻找 这样比较不方便。


其实利用proe的mapkey功能就可以解决这个问题,下面以使用计算器为例


首先,建立一个bat文件,编辑以下内容:


@echo off


REM Start Calculator


set C:\WINNT\SYSTEM32


start calc.exe


exit


然后在proe中打开Environment > Mapkeys > New


如下图的操作



保存后就可以在proe中以快捷键F10打开Windows的计算器程序了


依次类推可以其他的快捷键打开任意应用程序。

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