Predicting survival in malignant skin melanoma using Bayesian networks automatically induce

Predicting survival in malignant skin melanoma using Bayesian networks automatically induce
Predicting survival in malignant skin melanoma using Bayesian networks automatically induce

Predicting the Survival in Malignant Skin Melanoma Using Bayesian Networks Automatically Induced by Genetic

Algorithms.

An Empirical Comparision Between Di erent Approaches

Basilio Sierra and Pedro Larra~n aga

Dept.of Computer Science and Arti cial Intelligence

University of the Basque Country

P.O.Box649,E-20080San Sebasti a n,Spain

Telephone number:(+3443)218000

FAX number:(+3443)219306

e-mail:ccpsiarb@si.ehu.es(Basilio Sierra)

e-mail:ccplamup@si.ehu.es(Pedro Larra~n aga)

Abstract|In this work we introduce a methodology based on Genetic Algorithms for the automatic induction of Bayesian Networks from a le containing cases and variables related to the problem.The structure is learned by applying three di erent methods: The Cooper and Herskovits metric for a general Bayesian Network,the Markov Blanket approach and the relaxed Markov Blanket method.The methodologies are applied to the problem of predicting survival of people after one,three and ve years of being diagnosed as having malignant skin melanoma.The accuracy of the obtained models,measured in terms of the percentage of well-classi ed subjects,is compared to that obtained by the so-called Naive-Bayes.In the four approaches,the estimation of the model accuracy is obtained from the10-fold cross-validation method.

Keywords-Bayesian Network,Genetic Algorithm,Structure Learning,Model Search,10-fold Crossvalidation

1.Introduction

Expert systems,one of the most developed areas in the eld of Arti cial Intelligence,are computer programs designed to help or replace humans tasks where the human experience and knowledge are scarce and unreliable.Although there are domains where tasks can be specifed by logic rules,other domains are characterized by inherent uncertainty.Probability was not taken into account,for some time,as a reasoning method for expert systems trying to model uncertain domains,because the computational requirements were considered too expensive. At the end of the80s,Lauritzen and Spiegelhalter[14]showed that these di culties can be overcome by exploiting the modular character of the graphical models associated with the so-called probabilistic expert systems,that in this work we call Bayesian Networks. Bayesian Networks(BNs)[9],[13],[16]constitute a probabilistic framework for reasoning under uncertainty.From an informal perspective,BNs are directed acyclic graphs(DAGs), where the nodes are random variables and the arcs specify the independence assumptions that must be held between the random variables.BNs are based upon the concept of conditional independence among variables.This concept makes possible a factorization of the probability distribution of the n-dimensional random variable(X1;::::;X n)in the following way:

n Y

P(x i j pa(x i))

P(x1;::::;x n)=

i=1

where x i represents the value of the random variable X i,and pa(x i)represents the value of the random variables parents of X i.

Thus,in order to specify the probability distribution of a BN,one must give prior proba-bilities for all root nodes(nodes with no predecessors)and conditional probabilities for all other nodes,given all possible combinations of their direct predecessors.These numbers in conjunction with the DAG,specify the BN completely.Once the network is constructed it constitutes an e cient device to perform probabilistic inference.This probabilistic reasoning

inside the net can be carried out by exact methods,as well as by approximate methods. Nevertheless,the problem of building such a network remains.The structure and conditional probabilities necessary for characterising the network can be either provided externally by experts or obtained from an algorithm which automatically induces them.

In this paper,a methodology for inducing automatically Bayesian Networks is introduced. This methodology is based on Genetic Algorithms(GAs)and tries to obtain from a database of cases the best structure of the Bayesian Network.

The rest of the paper is organized as follows.In Section2some structure learning methods are reviewed,taking special interest in the method proposed by Cooper and Herskovits[5]as well as in the learning of the best Markov Blanket(MB)of the variable to be classi ed.The MB concept was propossed by Pearl[16].Section3introduces GAs,while Section4presents the structure learning methodology integrating both the Bayesian Network model(Cooper and Herskovits,Markov Blanket,Relaxed Markov Blanket)and the adaptative searching process characteristic of the GAs.In Section5we present the results obtained from applying the previous methodology to a database of cases,which contains information on311patients diagnosed as having malignant skin melanoma.The induced Bayesian Network is used for classifying patients according to their prognosis of survival after one,three and ve years of being diagnosed.These results are compared to those obtained by the called Naive-Bayes paradigm.Section6presents the conclusions.

2.Structure Learning in Bayesian Networks

2.1.Introduction

During the last ve years a good number of algorithms whose aim is to induce the structure of the Bayesian Network that better represents the conditional independence relationships in

a database of cases have been developed.In our opinion,the main reason for continuing the research in the structure learning problem is that modeling the expert knowledge has become an expensive,unreliable and time-consuming job.

The di erent approaches to the structure learning mentioned here are related with multiple connected networks,and have been grouped according to the necessity or not of imposing order on the variables.See Heckerman et al.[7]for a good review.

Assuming order among variables means that a variable X i can have the variable X j as parent only if,in the established order among the variables,X j precedes X i.With this restriction, the cardinality of the space that contains all the structures is given by2(n2),where n is the number of variables in the system.Some methods under this restriction are those developed by Cooper and Herskovits[5],and Bouckaert[4].

If we do not assume ordering between the nodes the cardinality of the search space is bigger, and it is given by Robinson's formula[18]:

n X

(01)i+1(n i)2i(n0i)f(n0i);f(0)=1;f(1)=1:

f(n)=

i=1

Several authors have been working under these general assumptions.Among them,Bouckaert [3],and Provan and Singh[17].

2.2.The K2Algorithm

As it will be seen in Section4,one of the proposed approaches-based on GAs-use the CH metric introduced by Cooper and Herskovits[5]for evaluating the goodness of a BN struc-ture,as well as the K2algorithm developed by the same authors.K2is an algorithm that creates and evaluates a BN from a database of cases once an ordering between the system variables is given.The CH metric is used for the evaluation of the network that it constructs. K2searches,given a database D for the BN structure B S3with maximal P(B S;D),where

P(B S;D)is as described in the following theorem proved in[5].

Theorem1Let Z be a set of n discrete variables,where a variable x i in Z has r i possible value assignments:(v i1;:::;v ir

i

).Let D be a database containing m cases,where each case contains a value assignment for each variable in Z.Let B S denote a BN structure containing just the variables in Z.Each variable x i in B S has a set of parents,which are represented with a list of variables i.Let w ij denote the j th unique instantiation of i relative to D. Suppose there are q i such unique instantiations of i.De ne N ijk to be the number of cases in D in which variable x i has the value v ik and i is instantiated as w ij.Let N ij=P r i k=1N ijk. If given a BN model,the cases occur independently,there are no cases that have variables with missing values and the density function f(B P j B S)is uniform,then it follows that

P(B S j D)=P(B S)Q n i=1g(i; i),where g(i; i)=Q q i j=1(r i01)!

(N ij+r i01)!Q r

i

k=1

N ijk!

The K2algorithm assumes that an ordering on the variables is available and that,a priori, all structures are equally likely.It searches,for every node,the set of parent nodes that maximizes g(i; i)-CH metric-.K2is a greedy heuristic.It starts by assuming that a node does not have parents,after which in every step it adds incrementally that parent whose addition increases at most the probability of the resulting structure.K2stops adding parents to the nodes when the addition of a single parent cannot increase the probability.Obviously, this approach does not guarantee the selection of a structure with the highest probability.

2.3.Markov Blanket Approach

The Naive-Bayes method takes into account the fact that there is a special variable to be classi ed.However,this approach does not manage in an adequate manner the intrinsic

semantics of BNs.

Taking into account that in a BN any variable is in uenced only by its Markov Blanket (MB),that is,its parent variables,its children variables and the parent variables of its children variables,it seems to be intuitive to do the search in the set of structures that are MB of the special variable.

This concept of variable associated MB has been used to facilitate the simulation of the BN by Gibbs sampling[15].

This can be formally established by the next theorem(Pearl1987).

Theorem1The probability distribution of each variable x i in the network,conditioned on the state of all other variables is given by the product:

P(x i j Z x

i )= P(x i j x

i

)

Y

j

P(!ij j ij(x i))

where is a normalizing constant,independent of x i,and x i;Z x

i ; x

i

;!ij and ij(x i)denote

any consistent instantiations of X;Z X=Z0X;5X; j and5ij respectively,where Z is the set of all variables,5i the set of X's parents, i the set of X's children,and5ij the set of parents of i.

2.4.Relaxed Markov Blanket

Due to the over tting obtained with the Markov Blanket approach during the evaluation of the models using10-fold crossvalidation,we have relaxed the Markov Blanket concept in order to simplify the requirements and obtain simpler networks.

This is e ected by two relaxations:

1.Not all the variables of the model have to be part of the Markov Blanket of the variable to be classi ed.

2.We avoid some special structures that could be obtained.Any variable that is a parent

of the variable to be classi ed can not be parent of one child of the variable to be classi ed, and,by the other side,one variable can be parent of only one child of the variable to be classi ed.

3.Genetic Algorithms

The computing complexity inherent in a great number of real problems of combinatorial optimization has motivated the development of heuristic methods that try to tackle these problems successfully.A heuristic is a procedure which will give a good solution-not nec-essarily the optimal-to problems which can be catalogued as di cult,if you try to solve them obtaining the exact solution.Although there are heuristics developed for speci c prob-lems,in the past years there has been an explosion in the application of what we could call metaheuristics,because their formulation is independent of the problem to solve.Among the most studied metaheuristics we quote Simulated Annealing,Tabu Search and GAs.

GAs[6]are adaptive methods that can be used for solving problems of search and optimiza-tion.They are based on the genetic processes of living organisms.Through generations the populations evolve in nature according to the principles of natural selection and survival of the ttest postulated by Darwin.Imitating this process,the GAs are capable of creating solutions for real world problems.

GAs use a direct analogy with the natural behaviour.They work with a population of individuals,each individual representing a feasible solution to a given problem.To each in-dividual we assign a value or score according to the goodness of that solution.The better the adaptation of the individual to the problem,the more probable is that the individual will be selected for reproduction,crossing its genetic material with another individual selected in the same way.This cross will produce new individuals-o spring of the previous-which share some of the features of their parents.In this way a new population of feasible solutions is

begin AGA

Make initial population at random

WHILE NOT stop DO

BEGIN

Select parents from the population.

Produce children from the selected parents.

Mutate the individuals.

Extend the population by adding the children to it.

Reduce the extended population.

END

Output the best individual found.

end AGA

Fig.1.The pseudo-code of the Abstract Genetic Algorithm.

produced,replacing the previous one and verifying the interesting property of having greater proportion of good features than the previous population.Thus,through generations good features are propagated in the population.Favouring the cross of the ttest individuals,the most promising areas of the search space are being explored.If the GAs are well designed, the population will converge to an optimal solution of the problem.

Figure1summarizes the pseudocode for the so-called Abstract Genetic Algorithm.In it the parent selection does not need to be made by asigning to each individual a value proportional to its objetive function,as is usual in the so-called Simple Genetic Algorithm.This selection can be carried out by any function that selects parents in a natural way.It is worth noticing that descendants are not necessarily the next generation of individuals,but that this gener-ation is made by the union of parents and descendents.That is why we need the operations of extension and reduction in the cycle. 4.Genetic Algorithms in the Induction of Bayesian Networks

In this approach,each individual in the GA will be a BN structure.

4.1.Notation and Representation

Denoting with D the set of BN structures for a xed domain with n variables,and the al-phabet S being f0;1g,a BN structure can be represented by an n2n connectivity matrix

C,where its elements,c ij,verify:

c ij=8

>>>

<

>>>

:

1if j is a parent of i; 0otherwise:

4.2.Assuming an ordering between the nodes

In this case,the connectivity matrices of the network structures are triangulated(i.e.elements under the diagonal are all0s)and therefore the genetic operators are closed operators with respect to the DAG conditions.We represent an individual of the population by the string: c21c31c41:::c n1;:::c32c42:::c n2;:::c n01n02;c nn02;c nn01:

With this representation in mind,we show how the crossover and mutation operators work by using simple examples.Example1.Consider a domain of3variables on which the two BN

X1

X2X3

X1

X2X3 X1

X2X3

X1

X2X3

(a)(b)

Fig.2.With order assumption:Crossing over two BN structures.

structures of Fig.2(a)are de https://www.360docs.net/doc/7d17581508.html,ing the above described representation,the networks are represented by the strings:110and101.Suppose now that the two network structures are crossed over and that the crossover point is chosen between the second and the third bit. This gives the o spring strings111and100.Hence,the created o spring structures are the

ones presented in Fig.2(b).

Example 2.Consider

X1

X2X3X1X2X3(a)

(b)Fig.3.With order assumption:Mutating a BN

structure.the DAG of Fig.3(a).It is represented by the string 100.

Suppose that the third bit is altered by mutation.This gives the string 101,which corresponds

with the graph of Fig.3(b).4.3.Without assuming an ordering between the nodes

If no ordering assumption on the variables is made,we represent

an individual of the popu-lation by the string:c 11c 21:::c n 1c 12c 22:::c n 2:::c 1n c 2n

:::c nn :As can be seen in the following examples,the genetic operators

are not closed operators with respect to the DAG conditions.Example 3.Consider a domain of 3variables on which the

two BN structures of Fig.4(a)are de https://www.360docs.net/doc/7d17581508.html,ing the above described representation,the

networks are represented by the strings :001001000and 000000110.Suppose now that the two

network structures are crossed over and that the crossover point is chosen between the sixth

and the seventh bit.This gives the o spring strings 001001110and 000000000.Hence,the

created o spring structures are the ones presented in Fig.4(b).We see that the rst o spring

structure is not a DAG.Example 4.Consider the DAG of Fig.5(a).It is represented

by the string 010001000.

X1

X2X3

X1

X2X3

X1

X2X3

X1

X2X3

(b)

(a)

Fig.4.Without order assumption:The crossover operator is not a closed operator.

Suppose that the seventh bit is altered by mutation.This gives string010001100,which corresponds to the cyclic graph of Fig.5(b).

To assure the closeness of the genetic operators we introduce a repair operator,which trans-forms the child structures that do not satisfy the DAG conditions into DAGs,by randomly eliminating the edges that invalidate the DAG conditions.

X1

X2X3

X1

X2X3

(a)(b)

Fig.5.Without order assumption:The mutation operator is not a closed operator.

This approach has been evaluated empirically with a simulation of the ALARM network [2].For details see Larra~n aga et al.[10],[11].

Another approach,in which the individuals of the population are orderings,has been proposed by Larra~n aga et al.[12].

Table1shows the number of individuals evaluated in each approach.Obviously,the search space is smaller in the MB and RMB approaches.

Here should be table1

Approach Individuals evaluated

1Year2Years3Years

CH-GA181051180961146813

MB334333713284

RMB337532793335

5.Predicting Survival in Malignant Skin Melanoma

5.1.The malignant skin melanoma

In spite of the advances achieved in recent years in the treatment of cancer,the prognosis of patients having developed skin melanoma has changed very little.The incidence of the disease has continuously grown over the last decade.Annual incidence has increased and the progressive reduction of the ozone layer,if not stopped,will increase it even more. Experimental data and the results of epidemiological studies suggest two main risk factors: sun exposure along with phenotype characteristics of the individual.Thus,for example,the continuous sun exposure represents an odds ratio of9,while the acute intermittent exposition has an associated odds ratio of5.7.

Malignant skin melanoma is a rather uncommon tumour in our country.It entails between the8%and the10%of the total malignant tumours that a ect the skin.According to the Cancer Register of the Basque Country[8],in1990the rate of incidence was2.2for every 100,000people for males and3for every100,000for females.

The database contains311cases-diagnosed at the Oncological Institute of Gipuzkoa in the period between the rst of January,1988,and the31of December,1995-and for each case we have information about eight variables.The ve predictor variables are:sex(2

categories),age(5categories),stage(4categories),thickness(4categories)and number of positive nodes(2categories).The variable to predict has two categories taking into account if the person survives or not one,three or ve years after being diagnosed as having malignant skin melanoma.

5.2.The Models

Four models have been taken into account.First,we have induced a BN structure using GAs, as explained in Section4.In order to get it,we have searched the space of all structures without imposing any order restriction among the variables.Therefore we have tried to nd, given a database of cases,the a posteriori most probable structure.The second model used is the search of the best Markov Blanket of the variable to be classi ed,and the goal of the GA is to maximize the percentage of correctly classi ed cases.The third model is a relaxation of the Markov Blanket concept,and again we use the well classi ed percentage as goal function. The fourth model is the so-called Naive-Bayes.This model assumes independence among predictor variables.In both models the estimations of the rate of well-classi ed individuals have been obtained using10-fold cross-validation[19].The propagation of the evidence has been done using the HUGIN software[1].

Model I.The a posteriori most probable structure.CH-GA.Figure6shows the structure of the Bayesian Network induced by the Genetic Algorithm.It corresponds to the predictions of survival after one year of being diagnosed.

Model II.The Markov Blanket of the variable to be classi ed.MB-GA.Figure7shows the Markov Blanket obtained for the three years case.In the proposed approach,Markov Blanket induced by Genetic Algorithms MB-GA,individuals in GA are BN structures that constitute MB for the variable to be classi ed.We have introduced to the GA one operator

Fig.7.MB3year.

that guarantees that the obtained children comply with a MB of the variable to be classi ed. In order to do this,we have to force every variable of the problem to be parent,child or parent of a child of the special variable.

The accuracy of all generated structures is meassured using the well-classi ed percentage obtained by applying the evidence propagation of the HUGIN software.

Figure8shows the relaxed Markov Blanket obtained for the ve years case.Not all the

variables are part of the Markov Blanket of the variable to be classi ed.

Fig.8.MBR5year.

Fig.9.The a posteriori most probably structure for the ve year case.

Fig.10.The Naive-Bayes classi er.

Fig.11.The Naive-Bayes classi er.

Model IV.Naive-Bayes classi er.N-B.In spite of the strong assumptions of independence upon which the model is built,Naive-Bayes classi er has proved itself competitive against other more re ned classi ers.It is assumed that all variables a re conditionally independent given the value of the variable to predict.Therefore,the model ignores the correlations among variables which can prejudice its predictive capacity.Fig.9gives the structure of the BN corresponding to the Naive-Bayes.This structure is common to the three

classi cation problems.Table2shows that the estimations obtained by two of the Naive-Bayes models are inferior to those obtained by the other approach.

Table3gives estimations of the rate of succes in classi cation obtained by each of the previous models.Distribution of survival/no survival in the original databases are given in

Table2.

Table4shows the Hamming distance between the di erent BNs obtained

6.Conclusions and Further Research

Di erent methods of induction of Bayesian Networks has been introduced.These methods are based on intelligent search made by Genetic Algortihms.One method uses the CH

Yes No

1Year93.06%06.94%

3Years81.95%18.05%

5Years67.28%32.72%

Table1.Accuracy of the di erent approaches for the prediction of survival one-year,three-years and ve-years after be diagnosed

Survival of Malignant Skin Melanoma

1year3years5years

CH-GA93.06%81.95%69.57%

MB94.28%83.90%78.88%

RMB93.47%83.85%74.53%

N-B91.43%79.02%71.43%

Table2.Hamming distance between the di erent BN structures

CH-GA MB RMB

1year3years5years1year3years5years1year3years5years 1year077111211141614 CH-GA3years00169167117 5years0169167117

1year0170171717 MB3years017121212 5years0171717

1year080 RMB3years08 5years0

metric and tries to nd the a posteriori most probable Bayesian Network structure given the database of cases,and the other two search for the best restricted model using the well

classi ed percentage as goal function.

The Bayesian Network structures induced by these method have been empirically compared to the Naive-Bayes structures in one classi cation problem consisting of the prediction of survival of individuals after one,three or ve years of being diagnosed as having malignant skin melanoma.We can see that the Markov Blanket approach seems to be the best once 10-fold crossvalidation is done.However,in other cases,we have obtained some over tting

with this method.

In the future,we plan to add to the other methods some restrictions in order to introduce to the obtained Bayesian Network some knowledge given by a human expert in the form of conditional dependencies or independencies that the variables should obey-.

Aknowledgement

This work was supported by the CICYT under grant TIC97-1135-C04-03,by the grant UPV 140.226-EA186/96from the University of the Basque Country,and by the grant PI96/12 from the Gobierno Vasco-Departamento de Educaci o n,Universidades e Investigaci o n.

References

[1]S.K.Andersen,K.G.Olesen,F.V.Jensen and F.Jensen,HUGIN-a shell for building

Bayesian belief universes for expert systems,in Eleventh International Joint Conference on Arti cial Intelligence(1989)1128-1133

[2]I.A.Beinlinch,H.J.Suermondt,R.M.Chavez and G.F.Cooper,The ALARM monitoring

system:A case study with two probabilistic inference techniques for belief networks,in Proceedings of the Second European Conference on Arti cial Intelligence in Medicine (1989)247-256

[3]R.R.Bouckaert,Optimizing causal orderings for generating DAGs from data,in Uncer-

tainty in Arti cial Intelligence.Proceedings of the Eighth Conference(1992)9-16 [4]R.R.Bouckaert,Properties of Bayesian belief networks learning algorithms,in Uncer-

tainty in Arti cial Intelligence.Tenth Annual Conference,(1994)102-109

[5]G.F.Cooper and E.A.Herskovits,A Bayesian method for the induction of probabilistic

networks from data,in Machine Learning9(1992)309-347

[6]D.E.Goldberg,Genetic Algorithms in Search,Optimization and Machine Learning.

Addison-Wesley,Reading,MA(1989)

[7]D.Heckerman,D.Geiger and D.M.Chickering,Learning Bayesian networks:The combi-

nation of knowledge and statistical data,in Technical Report MSR-TR-94-09,Microsoft (1994)

[8]Izarzugaza,M.I.,Informe del registro de C a ncer de Euskadi1990.Osasunkaria(1994)

8-11

[9]Jensen,F.V.,Introduction to Bayesian networks.University College of London(1996)

[10]Larra~n aga,P.,Poza,M.,Yurramendi,Y.,Murga,R.,and Kuijpers,C.,Structure Learn-

ing of Bayesian Networks by Genetic Algorithms:A Performance Analysis of Control Parameters.IEEE Transactions on Pattern Analysis and Machine Intelligence.18(1996) 912-926

[11]Larra~n aga,P.,Murga,R.,Poza,M.,and Kuijpers,C.:Structure Learning of Bayesian

Networks by Hybrid Genetic Algorithms.In Learning from Data:AI and Statistics V, Lecture Notes in Statistics112.D.Fisher,H.-J.Lenz(eds.),New York,NY:Spriger-Verlag,(1996)165-174.

[12]https://www.360docs.net/doc/7d17581508.html,rra~n aga,C.Kuijpers,R.Murga,and Y.Yurramendi,Learning Bayesian Network

Structures by searching for the best ordering with genetic algorithms,in IEEE Transac-tions on System,Man and Cybernetics26(1996)487-493

ChipsBank UMPTool 量产工具使用说明V1.2

产品名称Product name 密级Confidentiality level ChipsBank UMPTool 量产工具使用说明 产品版本Product version Total 30 pages 共30页 V1.2 ChipsBank UMPTool 量产工具使用说明 Prepared by Date 2010-7-8 拟制日期 Reviewed by Date 2010-7-8 评审人日期 Approved by Date 2010-7-9 批准日期 Shenzhen Chipsbank Technologies Co. Ltd. 深圳芯邦科技股份有限公司 All rights reserved 版权所有侵权必究

Revision Record 修订记录 Date Revision CR ID / Sec Change Description Author 日期Version Defect No. 修改描述作者修订ID 修改 版本CR号章节 2010-7-8 1.0 initial 初稿完成。 2010-7-8 1.1 按评审意见进行修改。 2010-12-9 1.2 更新内容到最新量产工具V5521版 本。

Catalog 目录 1软件运行环境 .......................................................................................................... . 7 2软件说明 ... .............................................................................................................. .. 7 2.1 软件安装 ... ........................................................................................................ .. 7 2.2 IC支持 ... .......................................................................................................... (8) 2.2.1 主控支持列表 ... ........................................................................................... . 8 2.2.2 Flash支持列表... .......................................................................................... (8) 2.3 软件使用 ... ........................................................................................................ .. 8 2.3.1 量产工具主界面... ......................................................................................... . 8 2.3.2 进入量产设置 ... ......................................................................................... .. 11 2.3.3 量产设置界面 ... ......................................................................................... .. 11 2.3.4 高级信息设置 ... ......................................................................................... .. 26

上海建工集团股份有限公司内部控制规范实施工作方案

上海建工集团股份有限公司 内部控制规范实施工作方案 为贯彻执行财政部、证监会等五部委联合发布的《企业内部控制基本规范》(简称“内控规范”)及相关指引的要求和上海市证监局《关于做好上海辖区上市公司实施内控规范有关工作的通知》(沪证监公司字[2012]41号)的要求,健全公司内部控制,保障公司经营管理合法合规、资产安全与财务报告及相关信息真实完整,提高经营效率和效果,促进企业实现发展战略,切实保障投资者合法权益,结合公司的经营特点、发展规划及公司规范管理的思路,制定本实施方案。 一、 公司基本情况 公司原名上海建工股份有限公司,由上海建工(集团)总公司于1998年独家发起设立。1998年6月23日公司股票在上海证券交易所挂牌交易,简称“上海建工”,代码600170。2010年7月,公司更名为上海建工集团股份有限公司。目前,公司控股股东仍为上海建工(集团)总公司,持有公司72.88%股份,实际控制人为上海市国有资产监督管理委员会。公司主要从事境内外各类建设工程的承包、设计、施工、咨询及配套设备、材料、构件的生产、经营、销售,从事各类货物及技术的进出口业务,对外派遣各类劳务人员(不含海员),建筑技术开发与转让,机械设备租赁,房地产开发经营及咨询,城市基础设施的投资建设,实业投资,国内贸易(除专项规定)。 截止2011年期末,公司资产总额682.6亿元,净资产为104.1亿元。 公司设立了12个职能部门、4个事业部,直接投资了26家全资子公司、2家控股子公司、5家参股公司。 公司治理结构图如下:

二、 组织保障 为了进一步健全公司内控体系,加大内控规范的实施力度,公司将成立内控建设委员会、内控建设工作小组和内控评价小组,由公司董事长担任内控建设委员会负责人,与公司董事会审计委员会、公司经营班子成员共同领导内控规范实施工作。公司企业管理部作为内控体系建设牵头部门及责任部门,指导和会同公司各管理部门、控股子公司业务负责人共同开展内控实施和自我评价。 (一)内控建设委员会 内控建设委员会主任委员:徐征(董事长、总裁) 内控建设委员会委员:刘国林(总会计师)、童继生(副总裁)、林锦胜(副总裁)、房庆强(副总裁)、卞家骏(副总裁)、尤卫平(董事会秘书) 内控建设委员会是公司落实内控规范的领导机构,负责组织、监督、检查公司及控股子公司内控规范实施工作,协调相关事宜。 (二)内控建设工作小组 组长:卞家骏(副总裁) 工作小组成员(各部门领导):施正峰、朱洁士、侯德富、 宋文俊、尹克定、王红顺、赵强华、周爱华、卓建勤。 内控建设工作小组在内控建设委员会的指导下,依据《企业内部控制基本规范》及配套指引的规定,负责内控规范实施方案的整体推进,包括详细计划的制订、实施范围界定、制度及流程梳理、风险识别、风险应对及控制设计、组织整改等工作,并对控股子公司内控规范相关工作进行指导、监督,确保内控设计合 理,运行有效。

韩国企业--现代汽车集团

跨国公司供应链管理管理案例分析 ——韩国现代携手Samyeong电缆 本文根据《运营管理》(第11版,理查德B蔡斯、罗伯特·雅各布斯、巴古拉·阿奎拉诺著,任建标等译,机械工业出版社,2007)修订而成。特此说明! 从某种程度上来说,可以将供应链和客户关系看作是一体化的。例如,A是B的供应商,那么B也就是A的客户。在B的供应链管理中,B所强调的就是对A的供应商管理;而在A的价值链中,A所强调的就是对B的客户关系管理。我们以下将从韩国现代汽车(B)携手Samyeong(A)电缆公司的案例中分析这种关系。 1. 现代汽车公司简介 现代汽车公司是由在韩国历史上最富传奇色彩的商业巨子郑周永先在1967年一手创办的韩国最大汽车企业。现代汽车公司年生产能力为145万辆,可以生产从轿车、客车、货车至特种车的各类型车种。其轿车产品主要有:Accent、Elantra、Sonata、 Grandeur、Dynasty等,排量从1.3升至3.5升。商用车产品主要有:H100微型客车、Chorus轻型客车、Aero大中型客车系列、各类载货汽车、牵引车、自卸车以及各种专用汽车等。 与全球其它领先的汽车公司相比,现代汽车历史虽短,却浓缩了汽车产业的发展史,它从建立工厂到能够独立自主开发车型仅用了18年(1967-1985),并且在2006年,现代汽车集团在全球汽车公司销售排名榜中已经名列第6位。韩国现代汽车的发展大致经过三个阶段: 第一阶段是1967—1970年的创业期。它和美国福特汽车公司合作,引进福特技术生产“哥蒂拉”牌小汽车,并在1970年建成年产2.6万辆生产能力的蔚山工厂。 第二阶段是1970—1975年的消化吸收期。在这期间现代公司花巨资,在公司内进行消化吸收福特技术。1974年投资1亿美元建设年产5.6万辆的新厂,1975年,该厂建成,小汽车国产化率达到100%。 第三阶段是1975年以后开始走向世界。1976年,自己设计生产的福尼牌小轿车下线,现代公司走向成熟。80年代,现代公司垄断了韩国市场,和丰田公司分手,与三菱公司结盟,生产小马牌汽车。 此外,1986年,现代公司的超小马汽车投入美国市场,当年即售出16万辆,创下汽车业销售奇迹,奠定了现代汽车公司的国际地位。现代集团计划在目前51个国家254个海外支社和30个国家111个海外当地生产销售网的基础之上,再扩充30个国家50多个海外支社或当地生产、销售网,建立世界范围的生产销售网络。

MWD无线随钻测斜仪

MWD无线随钻测斜仪 一、作用及功能 美国SPERRY-SUN公司生产的定向MWD随钻测量仪器(简称“DWD”),DWD无线随钻测斜仪就是在有线随钻测斜仪的基础上发展起来的一种新型的随钻测量仪器。它与有线随钻测斜仪的主要区别在于井下测量数据的传输方式不同,普遍用于高难度定向井的井眼轨迹测量施工,特别适用于大斜度井与水平井中,配合导向动力钻具组成导向钻井系统,以及海洋石油钻井,目前使用的MWD无线随钻测斜仪主要有三种传输方法: 1、连续波方法: 连续发生器的的转子在泥浆的作用下产生正弦或余弦压力波,由井下探管编码的测量数据通过调制器系统控制的定子相对于转子的角位移使这种正弦或余弦压力波在时间上出现相位移,在地面连续地检测这些相位移的变化,并通过译码转换成不同的测量数据。 2、正脉冲方法: 泥浆正脉冲发生器的针阀与小孔的相对位置能够改变泥浆流道在此的截面积,从而引起钻柱内部的泥浆压力的升高,针阀的运动就是由探管编码的测量数据通过调制器控制电路来实现。在地面通过连续地检测立管压力的变化,并通过译码转换成不同的测量数据。 3、负脉冲方法: 泥浆负脉冲发生器需要组装在专用的无磁钻铤中使用,开启泥浆负脉冲发生器的泄流阀,可使钻柱内的泥浆经泄流阀与无磁钻铤上的泄流孔流到井眼环空,从而引起钻柱内部的泥浆压力降低,泄流阀的

动作就是由探管编码的测量数据通过调制器控制电路来实现。在地面通过连续地检测立管压力的变化,并通过译码转换成不同的测量数据。 二、主要组成部分及功能 DWD 无线随钻测量仪器就是由地面部分(MPSR 计算机、TI?终端、波形记录仪、防爆箱、DDU 司钻阅读器、泥浆压力传感器、泵冲传感器)、井下部分(MEP 探管、下井外筒总成、脉冲发生器与涡轮发电机总成、无磁短节)及辅助工具、设备组成。 (1)MPSR计算机与磁卡软件包 MPSR 计算机就是 DWD 随钻测量仪器的地面数据处理设备,它接受来自泥浆压力传感器的测量信息,进行数据的处理、储存、显示、输出。 (2) DDU 司钻阅读器:为司钻提供工具面、井斜角、井斜方位角等信息的直观显示。 (3) TI 终端:MPSR 计算机的控制键盘与数据终端之功能。 (4) 波形记录仪:简称SRC,就是 WESTERN GRA-PHTEC 2 道图形记录仪,它主要用来记录来自井下仪器的泥浆脉冲与来自泥浆泵的杂波,利用记录的泥浆脉冲图形,人工译码也可以得到一系列井下传输来的数据,也可计算井下仪器的数据传输速度。 (5) 防爆箱:就是DWD系统的保护装置,限制与它连接的其它设备的电压与电流,防止出现电火花,保证计算机、仪器设备的安全。

随钻测量

第七章随钻测量 随钻测量(Measurement While Drilling)简称MWD,是定向钻进中一种先进的技术手段,可以不间断定向钻进而测量近钻头孔底某些信息,并将信息即刻传送到地表的过程。随着技术的进步,现代随钻测量已发展为随钻测井(Logging While Drilling),简称LWD,不仅可以监控定向钻进,还可以进行综合测井,获取信息的种类有: (1)定向数据(井斜角,方位角,工具面角); (2)地层特性(伽马射线,电阻率测井记录); (3)钻井参数(井底钻压,扭矩,每分钟转数)。 传感器是装在作为下部钻具组合整体的一部分的特殊井下仪器中。井下仪器中还有一个发射器,通过某种遥测信道将信号发送到地面。目前使用的最普通的遥测信道是钻柱内的钻井液柱。信号在地面上被检测到后,经过译码和处理,就按方便和可用的方式提供所需的信息。图7-1示出了MWD系统的主要部分。MWD的最大优点是它使司钻和地质工作者实时地“看”到井下正在发生的情况,从井底测量参数到地面接收到数据只延误几分钟,所以可以改善决策过程。 图7-1 MWD系统概况 尽管MWD的概念不是新的,但只是在近几年钻井技术的进步才使之成为现实。30年代出现的电测技术对鉴别和评价地层起了很大作用。但是,它的主要缺点是必须在起出钻柱后才能使用电缆下井。等到实际测井时,由于钻井液浸入的影响,妨碍了地层真实特性的测量。当钻头钻穿不同地层时,由于没有确定的方法辨别出岩性的变化,—些重要的层位可能没有检测到。有时,后来的电测显示出错过了油层段顶部的取心点,或是钻头钻得过深钻到了产油层下部的水层中。钻井液测井和监测钻速虽可指供一些井底情况,但由于要等到岩屑循环到地面的时间延误使这一过程效率太低。所以,需要一种能够在钻井时瞬时而连续地监测地层的系统。对这一系统有如下要求: (1)坚固可靠的传感器,可在钻进动态条件下在钻头处或钻头附近测量需要的数据; (2)将资料传送到地面的方法简单有效; (3)可以方便地在任何钻机上安装并操作的系统,对正常钻进作业影响不大;

上海中心大厦项目概况(修订版)

上海中心大厦,中国第一高楼,高度632米 工程投资额:148亿元 工程期限:2008年—2014年 金茂大厦、上海环球金融中心,以及正在建设中的上海中心大厦,将构成上海陆家嘴天际线的塔尖。 2008年8月30日,高达492米的环球金融中心宣布正式启用。与此同时,毗邻环球金融中心,正在准备开工建设一幢更高的摩天大楼——上海中心大厦。根据规划,上海中心大厦的主楼为124层,总高度为632米,结构高度为565.5米(原公布为580米),这两个高度均超过了上海环球金融中心,建成之后,上海中心大厦将当之无愧地成为中国第一高楼。 上海中心大厦的占地面积3.04万平方米,容积率为12.5,项目建成后,总建筑面积将达到55.88万平方米——远远超过毗邻的环球金融中心(38万m2)。不过,在总建筑面积中,上海中心大厦的地上建筑面积约为37.97万平方米,地下建筑面积达到约17.92万平方米(包括地下停车库面积约1万平方米,2000个停车位)。另外,上海中心大厦规划有5层的裙房,高度约35米。值得一提的是,之前上海市有关部门曾经公布上海中心大厦高度为580米,此次,报告中提及其主楼高127层,结构高度约为565.6米,而建筑高度将达到惊人的632米。 上海中心大厦的开发建设和运营,由上海中心大厦建设发展有限公司负责,于2008年11月29日进行主楼桩基开工,它将超过20.5米的金茂大厦和492米的上海环球金融中心,成为中国第一高楼,也将成为完全符合“绿色建筑”标准的摩天大楼。

2010年7月19日,上海黄浦江两岸风景。 项目地块 上海中心大厦项目坐落在小陆家嘴的黄浦江沿岸,地块的正式名称是E14单元Z3-1、Z3-2地块,其东至东泰路、南依银城南路、北靠花园石桥路,西临银城中路,北对金茂大厦,东接上海环球金融中心。做为上海国际金融中心核心区——陆家嘴金融城最重要的标志性功能建筑。根据制定于1993年的《上海陆家嘴中心区规划设计方案》,金茂大厦、环球金融中心所在地以及陆家嘴Z3-2地块,将建设3幢超高层的标志性建筑,形成“品”字形布局。其中,陆家嘴Z3-2地块是“上海中心”所在地,Z3-2地块座落在浦东陆家嘴金融中心区的东泰路、银城南路和花园石桥路交界处。地块北侧是金茂大厦,东侧是上海环球金融中心,南侧是滔滔黄浦江。 项目所在地块曾被称作“小陆家嘴核心区域最后一块待建地块”,被用作陆家嘴高尔夫练习场,目前租期已满的土地早已被收回,土地收回等准备工作也都完成,只待“上海中心”方案确定、择日动工的消息。

韩国现代集团发展史

韩国现代集团发展史 摘要: 1. 自己专业与韩国现代企业的关系 2. 韩国现代企业简介 3. 韩国现代企业的发展历史 4. 结语关键字:韩国语现代企业发展历史经验 一.我的专业与韩国现代企业本人是吉林大学外国语学院朝鲜语系的本科生,学习标准韩国语,因为自己的专业是韩国语,所以自然要关心韩国的一切政治,经济,文化等等。为了能够更好的学习韩国语,为了很好的就业,就不得不关心韩国的企业,比如现代,三星,大宇等等。但是真正和机械工业有关系的还是现代集体,所以我选择要介绍韩国现代集团。 韩国现代集团是韩国最大的多元化综合性财团之一,创立于1967 年,创始人郑周荣先生。公司总部位于韩国汉城,在汽车、造船、数码电子、重工、机械、基建等领域都占重要地位。其下属造船业位居全球三 强,韩国现代汽车是韩国最大的汽车企业,也是世界第七大汽车生产厂 家。 韩国的企业在中国有很多,尤其是在山东,江苏,浙江沿海等地,但是在中国真正能够很有实力的就是韩国现代企业了,北京现代公 司在中国实力非常强大 为了能够就业好,所以便不得不注意韩国现代集团。

二.现代企业的简介① 韩国现代集团是韩国最大的多元化综合性财团之一,创立于1967年,创始人郑周永先生。公司总部位于韩国汉城,在汽车、造船、数码电子、重工、机械、基建等领域都占重要地位。其下属造船业位居全球三强,现代汽车公司是韩国最大的汽车企业,也是世界第七大汽车生产厂家。现代数码电子成立于八十年代初,在韩国是一家非常大且非常有影响的IT 着名企业,其产品线非常丰富,涵盖了硬件(台式机、笔记本、服务器、网络产品、数据存储、显示设备和数码娱乐产品) 、软件、在线游戏等系列产品。现代数码电子在韩国一直致力于产品的研发和OEM弋工业务,是世界众多国际品牌中高端数码产品的重要代工伙伴。现代内存目前在全球的销售量排名在世界第二。主要向全球OEM供应的厂商有IBM、HP DELL,国内主要客户是联想。其内存的生产地目前在美国和韩国本土。现弋数码电子的中国总部坐落于风景优美的上海市闵北经济技术开发区,规划用地1000余亩,是韩国现弋( Hyundai )集团在中国投资的子公司,规划投资6000万美金,用于建设现弋数码在中国的加工生产研发基地,2004年出口市场主要是日本和东南亚国家。韩国现弋品牌在中国大陆家喻户晓。2002年底对中国100个大中小城市抽样调查结果显示韩国现弋的品牌知名度高达83。7%,韩国现弋在大陆投资的产品一直保持着高科技的高端产品形象。是韩国企业 在大陆的杰出代表。现代数码电子从事计算机及其他相关产品的开发生产已有20多年的历史,是一家非常专业的硬件设备供应商。现代在全球建有5个研发基地,分别坐落于美国旧金山、日本东京、台湾新竹、韩国汉城、

一种新型的MWD无线随钻测量系统

?仪器设备? 一种新型的MWD 无线随钻测量系统 李 军 马 哲 杨锦舟 韩建来 (胜利油田钻井工艺研究院 山东东营) 摘 要:文章介绍了一种新型的MWD 无线随钻测量系统(APS 旋转阀定向测量系统)的结构组成与工作原理,阐述了该系统中旋转阀脉冲发生器的功能特点,分析了该系统在现场应用中出现的问题,提出阀系结构的技术改进及软件升级的具体方法,通过现场实践,该系统能够满足应用需求,具有广泛的应用前景。关键词:MWD ;工作原理;旋转阀脉冲发生器;控制模块 中图法分类号:TE271,TP393 文献标识码:B 文章编号:100429134(2006)022******* 0 引 言 随着国内钻井技术的不断发展,随钻测量 (MWD ———Measurement While Drilling )仪器的需求也不断增加。目前,国内无线随钻测量仪器的种类多种多样,市场竞争对无线随钻测量仪器的要求也越来越高。我们针对MWD 仪器现场使用中出现的各种问题,提出了一种新的设计思路,通过引进美国APS 公司的旋转阀式脉冲发生器,与我们自行研制出来的电子测量短节配套,由锂电池组供电,组成了一种新型的MWD 无线随钻测量系统(APS 旋转阀定向测量系统),通过现场应用,取得了一定的应用经验。针对现场出现的问题,对该系统进行了技术改进,并在现场应用中取得了较好的效果。 1 结构组成及工作原理 新型MWD 无线随钻测量系统由井下测量系统和 地面处理系统两部分组成,系统框图如图1所示 。 图1 系统框图 该系统通过无磁钻铤中井下仪器测量短节的传感 器感受定向数据,包括井斜角、方位角、工具面等井下 信息,由测量短节计算储存并传输至APS 旋转阀脉冲发生器电路控制模块,这些井下信息转化成泥浆脉冲信号,以编码的形式传输到地面接收系统。地面系统中的压力传感器将泥浆脉冲信号转换成4mA ~20mA 的电信号,通过电缆传输到地面接口系统,信号处理电路接收到此信号后,自动地进行数模转换,降躁,滤波等处理。然后,将信号传输给图形记录仪,可以图形方式记录下来;同时,将信号传输给上位机译码系统,译码系统根据译码规则将信号转换成井斜、方位、工具面等数据,并在上位机及钻台司钻阅读器上显示出来,给定向井工程师提供实时可靠的井下情况。1.1 井下测量系统 井下测量系统由旋转阀脉冲发生器、供电系统、电子测量短节三部分组成。 (1)旋转阀脉冲发生器[1] 旋转阀脉冲发生器是目前钻井行业中唯一的一种电子式脉冲发生器,通过电子软件控制,具有多种输出方式,其工作原理为:阀系中的转子在受控驱动下产生与定子的相对运动,实现对通道内流体的阻流作用而产生正压力脉冲。 该脉冲发生器组成框图如图2所示 。 图2 旋转阀脉冲发生器系统组成框图 该脉冲发生器采用自适应反馈控制系统,当外界 原因使被控量偏离期望值而出现偏差时,会产生一个  第一作者简介:李 军,男,1968生,工程师,1996年毕业于石油大学计算机应用技术专业,现在胜利油田钻井工艺研究院自动化所工作,主要从事 MWD ΠLWD 随钻测量仪器的研究开发和现场应用工作。邮编:257017 ? 03? 石 油 仪 器 PETROLEUM INSTRUMENTS 2006年04月

上海建工集团研究报告

上海建工集团研究报告 上海攀成德企业管理顾问有限公司 2006年2月

目录 说明 (2) 第一部分上海建工集团公司研究 (3) 一、发展变革 (3) 二、发展战略 (7) 三、组织结构 (8) 四、业务经营 (10) 五、技术发展 (12) 六、人力资源 (12) 七、成功经验总结 (13) 第二部分重要分子公司研究 (15) 一、建工股份 (15) (一)现有分支机构情况 (15) (二)业务经营情况 (15) (三)主要财务数据 (17) 二、上建工房地产公司 (19) 三、海外事业部 (20) 第三部分集团最新动态 (21) 1

说明 本报告的用途:本报告为上海建工集团公司过去和现状的描述,因资料所限,描述未能详尽,因此建议中建三局仅作为竞争策略制定的佐证参考之用。 本报告数据来源:本报告数据为攀成德分析整理后的数据,原始数据来自上海建工集团公司网站、各大财经网站、其它公开媒体和上海建工集团内部人员访谈。 2

第一部分上海建工集团公司研究 上海建工集团有着50多年的发展历史,是国务院和上海市政府重点扶持的大型企业集团,下辖全资、控股企业300余家,2004年总资产达到230多亿元。1997年通过中建协质量体系认证中心质量体系的认证审核,2003年通过了环境管理体系认证审核,获得近60项鲁班奖。集团公司具有国内最高等级的房屋建筑和市政公用工程总承包双特级资质、公路施工总承包一级资质;所属控股子公司中有4家拥有房屋建筑特级总承包资质;还有一批企业具有设备安装工程、化工石油工程等施工总承包一级资质,城市轨道交通、桥梁、钢结构工程,装饰工程设计施工、房地产开发、园林绿化工程和甲级风景园林设计等最高资质。一、发展变革 (一)1994年:改制成立 上海建工集团总公司于1994年由上海市建筑工程管理局所属企事业单位整体改制而成立,成立之初年度营业额46亿元。 (二)1994年-1997年:单一建筑施工阶段 1.主要特点: ?单一的经营方式,主要是建筑施工,少有多种经营,没有资本经营;建筑施工主要采取施工承包的形式,少有总承包形式; ?单一的产品,主要是房屋建筑施工,少有工业、路桥施工以及行业价值链上其他产品; ?单一的市场区域,主要是上海地区,没有承接国内其他地区以及国际项目。 2.主要成绩: ?综合实力位居上海市建筑行业第一位,是国务院确定的全国120家大型企业集团试点单位; ?形成一定的技术储备和经验积累,初步形成“上海建工”品牌形象; ?初具市场规模,销售额达到85亿元以上。 3.主要工程: 3

液压泵工作原理及控制方式

现在的挖掘机多为斜盘式变量双液压泵,所谓变量泵就是泵的排量可以改变,它是通过改变斜盘的摆角来改变柱塞的行程从而实现泵排出油液容积的变化。变量泵的优点是在调节范围之内,可以充分利用发动机的功率,达到高效节能的效果,但其结构和制造工艺复杂,成本高,安装调试比较负责。按照变量方式可分为手动变量、电子油流变量、负压油流变量、压力补偿变量、恒压变量、液压变量等多种方式。现在的挖掘机多采用川崎交叉恒功率调节系统,多为反向流控制,功率控制,工作模式控制(电磁比例减压阀控制)这三种控制方式复合控制。

调节器代码对应的调节方式

调节器内部结构 各种控制都是通过调节伺服活塞来控制斜盘角度,达到调节液压泵流量的效果。

大家知道在压强相等的情况下,受力面积的受到的作用力就大。 调节器就是运用这一原理,通过控制伺服活塞的大小头与液压泵出油口的联通关闭来控制伺服活塞的行程。在伺服活塞大小头腔都有限位螺丝,所以通过调节限位螺丝可以调节伺服活塞最大或最小行程,达到调节液压泵的最大流量或者最小流量的效果。

向内调整限制伺服活塞最大和最小行程及限制最大流量和最小流量 要谈谈反向流控制,就必须要弄明白反向流是如何产生的。在主控阀中有一条中心油道,当主控阀各阀芯处于中位时(及手柄无操作时)或者阀芯微动时(及手柄微操作时)液压泵的液压油通过中心油道到达主控阀底部溢流阀,经过底部溢流阀的增压产生方向流(注当

发动机启动后无动作时液压回路是直通油箱,液压系统无压力)。 所以方向流控制的功能是减少操作控制阀在中位时,泵的流量,使泵流量随司机操作所属流量变化,改善调速性能,避免了无用能耗。

安国量产工具详细使用说明

安国量产工具使用心得 近日,有朋友送来一个山寨版的金士顿DT1/8G U盘,说是U盘有问题,数据写入后会丢失、word文档无法打开或打开后是乱码、大容量文件写入后无法导出等,这样的问题通常通过量产后可以修复,于是决定用量产工具修复该U盘。 首先下载了芯片精灵ChipGenius来检测U盘,如图1所示。检测结果显示产品制造商为未知(Generic),产品型号未知(Generic),而真正的金士顿U盘应该会显示生产厂商是kingston,产品型号是DT101、G2、G3之类的信息的,显然这是个假货了。不过幸好这个厂家还不算太黑心,用的是安国的芯片。 图1 接着就是去网上下载安国量产工具了。我使用的是09.02.27版本的。网上有09.05.15版本的,兼容的芯片型号要比09.02.27版本的多一些,不过对于我手上这个U盘似乎不兼容,量产到一半总是退出,只能换09.02.27版本了。 在这里,需要注意两点:一是启动量产工具AlcorMP前一定要拔出U盘,否则就会出现“集线器状态改变,量产工具将关闭,请拔除所有U盘工具”的错误提示。二是启动AlcorMP 后,先点击“设定”按钮,会出现一个输入密码的提示框,直接点击确定即可,不用输入密码的。进入设定界面后,选择“坏磁盘设定”选项,将“固定端口设置”设为“特殊”,同

时勾选“关闭MP时卸载驱动”,如图2所示,如果不设定这两项,那么你插入U盘的时候还是会产生AlcorMP错误而强制退出的问题,同时U盘插入后托盘区的绿色箭头会消失,插入任何USB设备都无法再安全弹出的问题,只有设定这两项后才不会有这些问题。 图2 设定后,点击“确定”返回主界面,此时插入U盘,即可顺利检测到U盘的相关信息了。如图3所示。 图3 此时再单击“设定”按钮,重新打开设定界面。可以看到U盘的Flash类型自动被检测

随钻测量系统软件说明书

DRILLNAVI 使用说明书 北京海蓝科技开发有限公司

目 录 第一章综述 (1) 第一节主要功能 (1) 第二节人机界面 (1) 第三节操作流程 (3) 第四节运行环境 (4) 第二章安装与卸载 (5) 第一节安装 (5) 第二节卸载 (5) 第三章操作说明 (6) 第一节启动 (6) 第二节文件管理 (7) 第三节测试与校准 (7) 第四节自动测量弯头方向 (8) 第五节定向测量 (8) 第六节系统设置 (8) 第七节统计信息 (8) 第八节数据处理 (8) 第九节通讯管理 (9) 第十节报警管理 (9) 第十一节运行日志 (11) 附录A:建议的工作流程 (12) A.1测量前的准备工作: (12) A.2测量中的工作: (12) 附录B:需要注意的问题 (12)

第一章综述 第一节主要功能 本软件可以配合ZXC1000(A)测斜系统完成测斜、轨迹计算、数据存储及仪器状态管理等诸多功能。在下井前,可以使用软件提供的功能对整套系统作现场检查,并复位弯头方向(工具面角)。在施工过程中,系统可以连续提供弯头方向和测斜数据,并可从中计算出钻孔轨迹的三维坐标,分别以水平和垂直投影图的方式显示出来,作为钻孔施工的辅助。如果有某项指标超限,软件会提出相应的警告,以避免错误或事故的发生。 仪器标定不在本软件提供的功能之列,该功能由专用的软件实现。 钻孔设计数据的录入及修改由专用的软件实现,亦不在本软件提供功能之列。 第二节人机界面 图 1-1 主窗口布局 一、主窗口 主窗口的内容由以下几部分构成: 1. 标题栏

程序中使用的标题栏随系统的界面主题风格变化。一般情况下,其最左侧是软件图标,单击它可以弹出系统菜单。紧随图标右侧是软件标题及当前正在使用的数据文件路径及名称。最右侧是“最小化”、“最大化”和“关闭”按钮。 2. 工具栏 [<]按钮:为了兼顾功能多样性和充分利用可视面积,主窗口中的度盘被设计成可隐藏的。单击该按钮可以显示或隐藏度盘。当度盘被隐藏时,数据表窗口占据主窗口上半部分,便于观察数据;当度盘显示时,方便观察连续的弯头方向变化。 连续工具面开关:这是一个复选按钮。当仪器未连接时,它是灰色的禁用状态;而仪器已连接时,是正常的可操作状态。当其处于选中状态(复选框内显示“√”)时,其右侧的自动测量间隔时间也将显示出来;否则间隔时间是隐藏的。在测量过程中修改间隔时间会立即生效,但不保存(退出软件后即丢失)。如果要永久改变测量间隔,请在数据表右键菜单中的“选项”中完成。 测量:每单击一次此按钮,软件从系统中获取一组测量数据。数据获取成功后,会弹出“新测点”对话框,用于输入测量间距及备注。如果操作者在此对话框中选择了“确认”,软件将在数据库中保存此测点,并同时完成所有的相关数据处理和计算。当仪器未连接时,此按钮是禁用的。 测量间距:从这里可以临时修改测量段长。修改的值会在下次测量中生效,但不保存。如果要永久改变测量间距,请在数据表右键菜单中的“选项”中完成。 弯头方向:以数值方式显示弯头方向角度。当度盘隐藏时,可以通过它读取弯头方向。 仪器连接状态:位于工具栏最右侧的图标用于显示仪器的连接状态。当仪器成功连接时,它显示绿色的“√”;否则显示红色的“×”。 3. 度盘 度盘提供了组合式的角度显示功能:它可以同时显示倾角、方位和最近五次的弯头方向,以及期望的倾角、方位和弯头方向。度盘中心显示的是最新的弯头方向数值,数据上方的文字表示弯头方向的性质:“重”表示由重力高边表示的弯头方向;“磁”表示由磁性高边表示的弯头方向。 4. 数据表 数据表用于集中显示各种数据,它还提供了一组鼠标右键菜单,通该菜单可以执行软件提供的各种功能。操作者可以通过“查看”菜单中的四个选项使数据表显示“原始数据”、“实钻轨迹数据”、“设计轨迹数据”、以及“顶板和底板数据”。 5. 轨迹图 轨迹图以直观的曲线图方式向操作者展示钻孔的轨迹。它可以显示两种投影视图:左右视图(水平投影)和上下视图(设计方位面上的垂直投影)。轨迹图支持任意多个分支。其中主孔用黑色表示,分支孔用除黑色之外的各种不同的颜色表示,并在分支末尾标记分支名称。主孔的测点以实心点标记;分支孔的测点以45°“×”标记。 通过轨迹图左侧的控制栏,可以设定它的显示方式。左上方的缩方工具可以缩放图形。每次以鼠标单击“+”按钮,图形放大一档;单击“-”按钮图形缩小一档。“”按钮用于

液压系统的工作原理

液压系统的工作原理 1.快进 按下启动按钮,电磁铁1Y A通电,电液换向阀4左位接入系统,顺序阀13因系统压力较侗而处于关闭状态。这时液压缸5两腔连通,实现差动快进,变量泵2则输出最大流量,其油路为: 进油路:过滤器1一变量泵2一单向阀3一换向阀4左位一行程阀6一液压缸5左腔; 回油路:液压缸5右腔一换向阀4左位一单向阀12一行程阀6一液压缸5左腔。 2.第一次工作进给 当滑台快进终了时,液压挡块压下行程阀6而切断快进油路,电磁铁1YA继续通电,电沼换向阀4仍以左位接入系统。这时泵2输出的液压油只能经调速阀11和二位二通换向阀9而进入液压缸5左腔。 由于工进时系统压力升高,变量泵2便自动减小其输出流量,顺序阀13此时打开,单向晒12关闭,液压缸5右腔的回油最终经背压阀14流回油箱,这样就使滑台切换为第一次工作过给运动。其油路是: 进油路:过滤器1一变量泵2一单向阀3一换向阀4左位一调速阀11一换向阀()一液压缸 5左腔; 回油路:液压缸5右腔一换向阀4左位一顺序阀13一背压阀14一油箱。 第一次工作进给量大小由调速阀11控制。 3.第二次工作进给 第二次工作进给油路和第一次工作进给油路基本上是相同的,不同之处是当第·次工作进给到预定位置时,滑台上挡块压下相应的电气行程开关,发出电信号使阀9电磁铁3YA通电.使其油路关闭。这时液压油须通过调速阀11和10进入液压缸左腔。液压缸右腔的回油路线和第一次工作进给时相同。因调速阀10的通流面积比调速阀11的小,故滑台工作进给运动速度降低为第二次工作进给,其速度由调速阀10求凋节确定。 4.死挡铁停留 当滑台完成第二次工作进给碰上死挡铁后,滑台即停止前进。这时液压缸5左腔的压力 升高,使压力继电器8动作,发出电信号给时间继电器,停留时间由时间继电器控制。设置死挡铁可以提高滑台加工进给的位置精度。 5.快速退回 滑台停留时间结束后,时间继电器发出信号,使电磁铁1 YA、3YA断电,2YA通电.这时阀4的先导阀右位接入系统。控制油路为: 进油路:过滤器1一变量泵2一阀4的先导阀一阀4的右单向阀一阀4的液动阀右端; 回油路:阀4的液动阀左端一阀4的左节流阀一阀4的先导阀一油箱。 在控制油液压力作用下阀4的液动阀右位接人系统,主油路为: 进油路:过滤器1一泵2一单向阀3一换向阀4一液压缸5右腔; 回油路:液压缸5左腔一单向阀7一换向阀4一油箱。 因滑台返回时负载小,系统压力低,变量泵2输出流量又自动恢复到最大,则滑台快速退回。 6.原位停止 当滑台快速退回到原位,其挡块压下原位行程开关(图中未示出)而发出信号,使电磁铁2YA断电,至此全部电磁铁皆断电,阀4的先导阀和液动阀都处于中位,液压缸两腔油路均被切断.滑台原位停止。这时变量泵2输出的液压油经阀4中位直接回油箱,实现低压卸荷。

韩国现代集团详细介绍

韩国现代集团简介 韩国现代集团是韩国最大的多元化综合性财团之一,曾是韩国5大财团之一,世界五百强排名36名,公司总部位于韩国汉城。创始人郑周永从1946年至1951年期间先后创建了现代汽车、现代土建、现代建设等公司,70年代又建立了现代重工业公司,从而使现代集团成为以建筑、造船、汽车行业为主,兼营钢铁、机械、贸易、运输、水泥生产、冶金、金融、电子工业等几十个行业的综合性企业集团。其下属造船业位居全球三强,现代汽车公司是韩国最大的汽车企业,也是世界第八大汽车生产厂家。 现代集团历史 1940年,郑周永在汉城成立了当时罕见的汽车修配厂,这是现代集团最早的雏形。1946年,郑周永开办了“现代汽车修理所”,这是郑周永第一次把“现代”作为一个商业性企业的名称,随后郑又创办了“现代土建社”。 1950年,郑周永将“现代汽车修理所”和“现代土建社”合并为现代建设股份有限公司,从此拉开了创建“现代王朝”的序幕。在家人的协助下,郑周永率领现代集团在韩国创造了一系列让人叹为观止的辉煌:现代集团下面的旗舰企业——现代建设集团是韩国建筑业的第一大企业,在韩国的18座核电站中,有12座是现代建设集团所修建;现代汽车集团,韩国的第一大汽车企业,20世纪70年代,制造出韩国第一辆国产汽车,其蔚山工厂是世界第一大汽车工厂;现代重工集团,是全球最大的造船厂;现代电子是全球第二大芯片制造商…… 1992年,现代集团的销售额占到了韩国整个国民收入的16%,达到惊人的532亿美元,出口额达到87亿美元,占全国出口总量的12%,在韩国的国民经济中举足轻重。下辖的企业达到46家、涉及的领域包括电子、建筑、汽车、钢铁、造船、石化……成为韩国当之无愧的第一企业。 富可敌国 上世纪末的整整10年中,现代集团一直雄踞韩国大企业集团排行榜榜首,鼎盛时期拥有80多个子公司,18万名员工,业务横跨汽车、造船、建筑等数十个行业,总资产高达97万亿韩元(1美元约合1000韩元),年销售额相当于韩国政府全年的预算。即使2000年现代集团分裂,在韩国前30大企业集团中,仍有5家属于现代家族。在韩国近现代经济发展史上,现代集

安国量产使用说明书

Au698x量产工具操作手册 2011.05.26

目录 1. 软件的运行环境 (1) 2. 软件主要功能 (1) 2.1 FLASH支持部分 (1) 2.2 U盘制作功能 (1) 3. 快速使用方法 (2) 4. 设定界面说明 (4) 4.1密码设定 (4) 4.2存储器设定 (5) 4.2.1存储器类别 (5) 4.2.2量产设定 (5) 4.3装置方式设定 (8) 4.3.1 普通盘 (8) 4.3.2 本地盘 (9) 4.3.3 只读盘 (9) 4.3.4 加密盘 (10) 4.3.5 AES盘 (10) 4.3.6 AutoRun盘 (10) 4.4 U盘信息设定 (11) 4.5 坏磁区设定 (12) 4.6 其它设定 (14) 4.7导入配置和导出配置 (15) 5. MP错误代码对照表 (16) 6. 常见错误详解 (19)

1. 软件的运行环境 适用系统:Windows 2000,Windows XP。 量产工具是绿色版的,不用安装即可以使用。 2. 软件主要功能 2.1 FLASH支持部分 1) 最多可以16个U盘同时量产。 2) 支持不同型号的FLASH同时量产,并可单独停止或开始任意一颗的量产。 3) 支持安国不同U盘及MP3主控混合同时量产。 4) 自动识别FLASH型号、ID、CE数目,也可手动选择FLASH型号进行量产。 5) 支持单贴、双贴、单通道和双通道。 6) “低格检测”设定,可支持Half Page及其它特殊状况的FLASH。 7) 提供手动选择ECC设定。 8) 有高级格式化和低级格式化两种扫描方式: a. 高级格式化指扫描时直接读取FLASH的坏块信息,分为全新、全新+AA55、 量产过和清空四个扫描级别: 全新:直接读取原厂坏块信息。 全新+AA55:全新扫描+简单的检测。 量产过:直接读取上一次量产写入的坏块信息(必须是该量产工具量产过)。 清空:将FLASH存储的信息全部清空。 b. 低级格式化指扫描时写数据到FLASH再读出来比较以确定坏块,扫描级别 分两大类: 全面扫描:对FLASH的所有位置进行检测。 快速扫描:对FLASH的部分位置进行检测,以快速的方式获得FLASH的大致容量。 2.2 U盘制作功能 可制作普通可移动盘、本地盘、只读盘、加密盘、AES盘、AutoRun,可设置U盘生产商的信息,如PID、VID、SCSI、USB信息等。

液压系统原理

一、概述 由电机、进口叶片泵、单向阀、溢流阀、耐震压力表,精滤器、冷却器、空气滤清器等元件组成。油箱额定容积125L,电机功率2.2KW(或3KW),其流量Q=14升/分,P=7MPa,调压范围4~6MPa。 二、液压系统工作原理 参见《液压系统原理图》,油液由油泵从油箱内吸入,经单向阀后分为二路,一路经电磁阀(用于自动手动转换)向电液伺服阀供油,另一路流向手动电磁阀,当伺服阀被脏物所堵时即可用手动方法对油缸进行操控,油缸速度由双单向节流阀调定。油泵的出油同时经压力表和溢流阀,系统的压力由溢流阀调定,压力表上可反映所调定的工作压力。溢流阀、伺服阀的回油经冷却器、精滤器后回油箱。 精滤器由滤油器和电接点压差表组成,过滤精度为20μ。电接点压差表是防止纸质滤芯被堵后背压升高而造成其破裂的保护装置。当滤油器进出油口压差达到0.35MPa时其表针指示会进入红色报警区域,并会接通触点。用户可通过触点自接报警装置,触点容量为24V1A。 油液温度由温度计显示。当油温达到50℃时应接通冷却水,使其进入冷却器进行循环冷却。系统正常运行时,油温应控制在50℃以下。

常闭式盘式制动器液压站液压回路分析 盘式制动器具有结构紧凑、可调性好、动作灵敏、重量轻、惯性小、安全程度高、通用性好等优点,而且盘式制动器成对使用,制动时主轴不承受轴向附加力。在正常制动时,可以将制动器分成两组,先投入一组工作,间隔一定时间后,投入第二组,即实现了二级制动,二级制动使制动时产生的制动减速度不致过大。只有在安全制动时才考虑二组同时投入制动,产生最大的制动力矩。如果有一组产生故障时,也仍然还有一组制动器在工作,不致使制动器的作用完全失效。 由于盘式制动器的上述优点,它被广泛地应用于矿井提升设备的制动系统中。例如,多绳摩擦式提升机和单绳缠绕式提升机采用的都是这种常闭式的盘式制动器。

上海建工(集团)总公司南京分公司_中标190920

招标投标企业报告 上海建工(集团)总公司南京分公司

本报告于 2019年9月19日 生成 您所看到的报告内容为截至该时间点该公司的数据快照 目录 1. 基本信息:工商信息 2. 招投标情况:中标/投标数量、中标/投标情况、中标/投标行业分布、参与投标 的甲方排名、合作甲方排名 3. 股东及出资信息 4. 风险信息:经营异常、股权出资、动产抵押、税务信息、行政处罚 5. 企业信息:工程人员、企业资质 * 敬启者:本报告内容是中国比地招标网接收您的委托,查询公开信息所得结果。中国比地招标网不对该查询结果的全面、准确、真实性负责。本报告应仅为您的决策提供参考。

一、基本信息 1. 工商信息 企业名称:上海建工(集团)总公司南京分公司统一社会信用代码:/ 工商注册号:320103000010768组织机构代码:/ 法定代表人:戴南成立日期:2005-03-08企业类型:全民所有制分支机构(非法人)经营状态:注销 注册资本:50万人民币 注册地址:南京市白下区常府街85号乙楼28层C座 营业期限:2005-03-08 至 / 营业范围:许可经营项目:无。 一般经营项目:承接总公司业务。 联系电话:*********** 二、招投标分析 2.1 中标/投标数量 企业中标/投标数: 个 (数据统计时间:2017年至报告生成时间)

2.2 中标/投标情况(近一年) 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 2.3 中标/投标行业分布(近一年) 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 2.4 参与投标的甲方前五名(近一年) 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 2.5 合作甲方前五名(近一年) 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 三、股东及出资信息 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 四、风险信息 4.1 经营异常() 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 4.2 股权出资() 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 4.3 动产抵押() 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 4.4 税务信息() 截止2019年9月19日,根据国内相关网站检索以及中国比地招标网数据库分析,未查询到相关信息。不排除因信息公开来源尚未公开、公开形式存在差异等情况导致的信息与客观事实不完全一致的情形。仅供客户参考。 4.5 行政处罚()

相关文档
最新文档