Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint Sparse Representation

Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint Sparse Representation
Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint Sparse Representation

Multi-Cue Visual Tracking Using Robust Feature-Level Fusion Based on Joint

Sparse Representation

Xiangyuan Lan Andy J Ma Pong C Yuen

Department of Computer Science,Hong Kong Baptist University

{xylan,jhma,pcyuen}@https://www.360docs.net/doc/1f16223565.html,.hk

Abstract

The use of multiple features for tracking has been proved as an effective approach because limitation of each feature could be compensated.Since different types of variation-s such as illumination,occlusion and pose may happen in a video sequence,especially long sequence videos,how to dynamically select the appropriate features is one of the key problems in this approach.To address this issue in multi-cue visual tracking,this paper proposes a new joint sparse representation model for robust feature-level fusion.The proposed method dynamically removes unreliable features to be fused for tracking by using the advantages of sparse representation.As a result,robust tracking performance is obtained.Experimental results on publicly available videos show that the proposed method outperforms both existing sparse representation based and fusion-based trackers. 1.Introduction

Effective modeling of the object’s appearance is one of the key issues for the success of a visual tracker[14] and many visual features have been proposed for han-dling illumination,pose,occlusion and scaling variation-s[10,11,24,27].However,because the appearance of target and the environment are dynamically changed,es-pecially in long term videos,a single feature is dif?cult to deal with all such variations.As such,the use of multi-ple cues/features to model object appearance has been pro-posed and proved as a more robust approach for better per-formance[21,8,3,20,15].Many algorithms based on multi-cue appearance model have been proposed for track-ing in the past years.Generally,existing multi-cue track-ing algorithms can be roughly divided into two categories: score level and feature level.Score-level approach com-bines classi?cation score corresponding to different visu-al cues to perform the foreground and background classi-?cation.Methods such as online boosting[8,9],multi-ple kernel boosting[21]and online multiple instance learn-ing[3]have been proposed.However,the Data Processing Inequality(DPI)[5]indicates that the feature level contains more information than that in the classi?er level.Therefore, feature level fusion should be performed to take advantage of the more informative cues for tracking.A typical ap-proach is to concatenate different feature vectors to form a single vector[20].But such method may result in a high dimensional feature vector which may degrade the tracking ef?ciency.Moreover,combining all features may not be necessary to improve the tracking performance because not all cues/features are reliable.As such,dynamically selec-tion/combination of visual cues/features is required.

Recently,multi-task joint sparse representation(MTJS-R)[19,22]has been proposed for feature-level fusion in visual classi?cation and promising results have been report-ed.In MTJSR,the class-level joint sparsity patterns among multiple features are discovered by using a joint sparsity-inducing norm.Therefore,the relationship between differ-ent visual cues can be discovered by the joint sparsity con-straint.Moreover,high-dimensional features are represent-ed by low-dimensional reconstruction weights for ef?cient fusion.However,directly applying the MTJSR for objec-t tracking may not achieve convincing performance,since MTJSR was derived based on the assumption that all repre-sentation tasks are closely related and share the same spar-sity pattern,which may not be valid in tracking application due to unreliable features.

In order to overcome the above-mentioned problem,this paper proposes to remove the negative effect from the unre-liable visual cues(outlier)that do not share the same sparsi-ty pattern.Based on joint sparse representation,we propose and develop a new robust feature-level fusion method for visual tracking.It is important to point out that the existing joint sparse representation based tracking algorithms can-not make use of multiple features.For example,Zhang et

al.[26]applied joint sparsity to model relationship between particles to enhance the robustness to signi?cant variations. To the best of our knowledge,this is the?rst joint sparse representation based multiple feature-level fusion method for visual tracking.

The contributions of this paper are as follows:

?This paper develops a new visual tracking algorithm based on feature-level fusion using joint sparse repre-sentation.The proposed method possess all the advan-tages of joint sparse representation and is able to fuse multiple features for object tracking.

?We propose to detect the unreliable visual cues for the robustness in the feature-level fusion process.By removing the unreliable(outlier)features which in-troduce negative effect in fusion,the tracking perfor-mance can be improved.

2.Related Work

In this section,we give an overview on existing sparse representation based trackers and multi-task joint sparse representation methods related to our proposed method.

Sparse Representation based Tracker Based on the in-tuition that the appearance of a tracked object can be sparse-ly represented by its appearance in previous frames,sparse representation based tracker was introduced in[16],which is robust to occlusion and noise corruption.Beyond[16], lots of algorithms have been proposed to improve the track-ing accuracy and reduce the computational complexity[25]. Li et al.[13]exploit compressive sensing theory to reduce the template dimension to improve the computational ef?-ciency.Zhang et al.[26]proposed a multi-task joint sparse learning method to exploit the relationship between parti-cles such that the accuracy of L1tracker can be improved. Xu et al.[12]developed a local sparse appearance model to enhance the robustness to occlusion.All these sparse rep-resentation based trackers utilized a single cue for appear-ance modeling.To fuse multiple features,Wu et al.[20] concatenated multiple features into a high-dimensional fea-ture vector to construct a template set for sparse representa-tion.However,the high dimensionality of the combined feature vector increases the computational complexity of this method.And,fusion via concatenation may not im-prove the performance when some source data are corrupt-ed.

Multi-task Joint Sparse Representation In transfer learning,multi-task learning aims to improve the overal-l performance of related tasks by exploiting the cross-task relationships.Yuan et al.[22]formulated linear represen-tation models from multiple visual features as a multi-task joint sparse representation problem in which multiple fea-tures are fused via class-level joint sparsity regularization. Zhang et al.[23]proposed a novel joint dynamic sparsity prior and applied for multi-observation visual recognition. Shekhar et al.[19]proposed a novel multimodal multivari-ate sparse representation method for multimodal biometrics recognition.

3.Robust Feature-Level Fusion for Multi-Cue

Tracking

This section presents the details of the proposed tracking algorithm using robust feature-level fusion based on join-t sparse representation.The proposed method consists of two major components:feature-level fusion based on join-t sparse representation and detecting unreliable visual cues for robust fusion.

3.1.Multi-Cue Tracking Using Joint Sparse Repre-

sentation

In the particle?lter based multi-cue tracking framework, we are given K types of visual cues,e.g.color,shape and texture,to represent the tracking result in the current frame and template images of the target object.Denote the k-th vi-sual cues of the current tracking result and the n-th template image as y k and x k n,respectively.Inspired by the sparse representation based tracking algorithm[16],the tracking result in the current frame can be sparsely represented by a linear combination of the target templates added by an error vectorεk for each visual cue,i.e.

y k=X k w k+εk,k=1,···,K(1) where w k is a weight vector with dimension N to recon-struct the current tracking result with visual cue y k based on the template set X k=[x k1,...,x k N]T and N is the num-ber of templates.

In Eq.(1),the weight vectors w1,···,w K can be consid-ered as an underlying representation of the tracking result in the current frame with visual cues y1,···,y K.In other words,the feature-level fusion is given by discovering the relationship between visual cues y1,···,y K to determine weight vectors w1,···,w K dynamically.To learn the op-timal fused representation,we de?ne the objective function by minimizing the reconstruction error and a regularization term,i.e.

min

W

1

2

K

k=1

y k?X k w k 22+λ?(W)(2)

where · 2represents L2norm,λis a non-negative pa-rameter,W=(w1,...,w K)∈R C×K is the matrix of the weight vectors and?is the regularization function on W.

To derive the regularization function?,we assume that the current tracking result can be sparsely represented by the same set of chosen target templates with index n1,···,n c for each visual cue,i.e.

y k=w k n

1

x k n

1

+···+w k n

c

x k n

c

+εk,k=1,···,K(3)

Under the joint sparsity assumption,the number of chosen target templates c = ( w 1 2,···, w N 2) 0is a small number.Therefore,we can minimize the sparsity measure-ment as the regularization term in optimization problem (2).Since the L 0norm can be relaxed by L 1norm to make the optimization problem tractable,we de?ne ?as the follow-ing equation similar to that in [22]measuring the class-level sparsity for classi?cation applications,?(W )= ( w 1 2,···, w N 2) 1=

N n =1

w n 2(4)

where w n denotes the n -th row in matrix W correspond-ing to the weights of visual cues for the n -th target tem-plate.With this formulation,the joint sparsity across dif-ferent visual cues can be discovered,i.e.w n becomes ze-ro for a large number of target templates when minimizing

optimization problem (2).This ensures that all the select-ed templates (with non-zero weights)play more important roles in reconstructing the current tracking result for all the visual cues.

3.2.Detecting Unreliable Visual Cues for Robust

Feature-Level Fusion

Since some visual cues may be sensitive to illumination or viewpoint change,the assumption about shared sparsity may not be valid for tracking.Such unreliable visual cues of the target cannot be sparsely represented by the same set of the selected target templates.That means,for the unreliable

visual cue y k

,all the target templates are likely to have non-zero weighting for small reconstruction error,i.e.

y

k

=

w k 1x k

1

+···+

w k N x k

N

k

(5)

where w k

1,...,w k

N

are non-zero weights.In this case,we cannot obtain robust fusion result by minimizing optimiza-tion problem (2)with the regularization function (4).

Although unreliable features cannot satisfy Eq.(3),re-liable features can still be sparsely represented by Eq.(3)and used to choose the most informative target templates for reconstruction.With the selected templates of index n 1,···,n c ,we rewrite Eq.(5)as follows,

y k

?c i =1

w k n i x k

n i

=N ?c j =1

w k

m j x k

m j

+εk

(6)

where m j denotes the index for the template which is not chosen to reconstruct the current tracking result.Suppose we have K unreliable visual cues.Without loss of gen-erality,let visual cues 1,···,K ?K be reliable,while K ?K +1,···,K be unreliable.To detect the K un-reliable visual cues,we employ the sparsity assumption for the unreliable features,i.e.the number of unreliable visu-al cues K = ( N ?c j =1|w 1m j |2,···, N ?c j =1|w K m j

|2) 0is a small number,which can be used to de?ne the regulariza-tion function.Similar to Eq.(4),L 1norm is used instead

of L https://www.360docs.net/doc/1f16223565.html,bining with the regularization function for discovering the joint sparsity among reliable features,?becomes ?(W )=θ1

N n =1K ?K

k =1

|w k n |

2

+θ2

K k =1N ?c j =1

|w k m j

|2

(7)

where θ1and θ2are non-negative parameters to balance the joint sparsity across the selected target templates and unre-liable visual cues.

However,we have no information about the selected templates and unreliable features before learning,so we cannot de?ne the regularization function like Eq.(7)practi-cally.Inspired by robust multi-task feature learning [7],the weight matrix W can be decomposed into two terms R and S with W =R +S .Suppose the non-zero weights of the re-liable features be encoded in R ,while the non-zero weights of the unreliable features encoded in S .The current track-ing result of the reliable visual cue k can be reconstructed by the information in R only,i.e.Eq.(3)is revised as

y k =r k n 1x k n 1+···+r k n c x k

n c

+εk ,k =1,···,K ?K (8)On the other hand,Eq.(6)for the unreliable feature k is changed to

y

k

?

c i =1

s k

n i x k

n i

=

N ?c j =1

s k m j x k m j +εk

,

k =K ?K +1,···,K

(9)

According to the above analysis,the ?nal regularization

function can be de?ned analogous to Eq.(7),i.e.

?(W )=θ1

N n =1

r n 2+θ2

K k =1

s k 2

(10)

Denote λ1=λθ1and λ2=λθ2.Substituting ?(W )

by Eq.(10)into optimization problem (2),the proposed ro-bust joint sparse representation based feature-level fusion (RJSR-FFT)model for visual tracking is developed as,

min

W,R,S 12

K k =1

y k ?X k w k 2

2+λ1N n =1

r n 2+λ2K k =1

s k 2s.t.W =R +S

(11)

The procedures to solve optimization problem (11)will

be given in the following section.The optimal fused repre-sentation is given by R and S ,which encode the informa-tion about important target templates and unreliable visual

cues,respectively.With S ,we determine the index set O of the unreliable features as

O ={k

,s.t., s k

2

max {K

k =1

s k 2, }

≥T }(12)

where is a positive number to avoid zero division for re-liable features.This scheme detects the unreliable visual

cues when the norm of some column of matrix S is larger than a pre-de?ned threshold T .

On the other hand,the likelihood function is de?ned by R and S as follows.The representation coef?cients of dif-ferent visual cues are estimated and the unreliable features are detected by solving optimization problem (11).Then,the observation likelihood function is de?ned by

p (z t |l t )∝EXP (?

1

K ?K

j /∈O

y j ?X j ·r j 22)(13)

where l t is the latent state and z t is the observation in par-ticle ?ler framework,and the right side of this equation denotes the average reconstruction error of reliable visual cues.Since the proposed model can detect the unreliable cues,the likelihood function can combine the reconstruc-tion error of reliable cues to de?ne the ?nal similarity be-tween the target candidate and the target templates.

3.3.Optimization Procedures

The objective function in optimization problem (11)

is given by a smooth function plus a non-smooth one.This kind of optimization problem can be solved ef?cient-ly by employing Accelerated Proximal Gradient Method (APG)[4].Let

F (R,S )=12K k =1

f (r k ,s k )=12K k =1

y k ?N n =1

x k n (r k n +s k n ) 2

2

G (R,S )=λ1

N n =1

r n 2+λ2

K k =1

s k 2

(14)

where F (R,S )and G (R,S )are differential and non-differential terms in the objective function,respectively.In the (t +1)-th iteration,given the aggregation matrices U t and V t ,the proximal matrices R t +1and S t +1are given by solving the following minimization problem:min

R,S

12

K

k =1

{f (u k,t ,v k,t )+?f T u k,t (r k ?u

k,t

)+?f T v k,t (s

k ?v k,t

)+μt +12 r k

?u k,t 22

+μt +12 s k ?v k,t 2

2}+λ1N n =1

r n 2+λ2K k =1

s k 2

(15)

where μt +1is the Lipschitz constant [4].Expanding the ob-jective function in optimization problem (15)and neglect-ing the constant terms,optimization problem (15)can be

separated into two independent sub-problems about R and S ,respectively,i.e.

min

R 12K k =1

r k ?(u k,t

?1μt +1?k,t u ) 22+λ1μt +1N

n =1

r n 2min S 12K k =1

s k ?(v k,t ?1μt +1?k,t v ) 22+λ2μ

t +1K k =1

s k 2(16)

where the gradient operators of f are given by ?k,t u

=?(X k )T y k +(X k )T (X k )u k,t +(X k )T (X k )v k,t ,?k,t v =?(X k )T y k +(X k )T (X k )v k,t +(X k )T (X k )u k,t .The above subproblems in each iteration can be solved in two steps:

Gradient Mapping Step:According to the proved proposition in [18],we updated the proximal matrices R t +1and S t +1by Eq.(17)and Eq.(18),respectively.

r k,t +1

2=u k,t ?

1μt +1

?k,t u ,k =1,···,K,r t +1

n =max(0,1?

λ1

μt +1 r

t +1

2n

2)·r t +12

n

,n =1,···,N

(17)

s k,t +1

2=v k,t ?

1μt +1

?k,t v ,k =1,···,K,

s k,t +1=max(0,1?

λ2

μt +1 s k,t +12

2

)·s k,t +1

2,k =1,···,K

(18)

It should be noticed that the update schemes (17)for R and

(18)for S are different from each other,since R and S have different sparsity properties grouping according to columns and rows,respectively.

Aggregation Step:We adopt the aggregation matrix up-date scheme in [4]as follows.

U t +1=R t +1+a t ?1a t +1

(R t +1

?R t ),V

k +1

=S t +1+a t ?1a t +1

(S t +1

?S t )

(19)

where a t +1=

1+

1+a 2t

2

,and a 0=1.

3.4.Template Update Scheme

The proposed tracker is sparse-based.Thus,we adopt the

template update scheme in [16]with a small modi?cation because the proposed tracker is also fusion-based tracker with outlier detection scheme.Similar to [16],we associate each template in different visual cues with a weight,and the weight is updated in each frame.Once the similarity

between the template with the largest weight from the reli-able visual cue and the target sample of the corresponding visual cue is larger than a prede?ne threshold,the proposed tracker will replace the template which has the least weight with the target sample.The difference between[16]and the proposed method is that the update scheme in this paper is performed simultaneously for template sets in different vi-sual cues.Once one template of the template set in a visual cue is replaced,the template in other visual cues will be replaced because the proposed model performs multi-cue fusion on feature level.As such,all the cues of the same template should be updated simultaneously.

4.Experiment

In this section,we evaluate the proposed robust joint s-parse representation based feature-level fusion(RJSR-FFT) tracking algorithm using both synthetic data and real videos for experiments.

4.1.Unreliable Feature Detection on Synthetic Data

To demonstrate that the proposed method can detec-t unreliable features,we compare the RJSR-FFT with the weight matrices obtained by solving optimization problem (2)with the regularization term(4)as in the multi-task joint sparse representation(MTJSR)method[22].In this experi-ment,we simulated the multi-cue tracking problem by ran-domly generating?ve kinds of ten dimensional normalized features with30templates,i.e.X k∈R10×30,k=1,···,5 are the template sets.Two kinds of features are set as un-reliable with sparsity patterns.For the other three kinds of reliable features,we divide the template sets into three groups and randomly generate the template weight vector w k∈R30,such that the elements in w k corresponding to only one group of templates are non-zero.The testing sam-ple of the k-th feature y k to represent the current tracking result is computed by X k w k plus a Gaussian noise vector with zero mean and variance0.2to represent the reconstruc-tion errorεk.For fair comparison with the MTJSR[22], we extend our model to impose the group lasso penalty by simply using a group sparsity term in optimization problem (11).We empirically set parametersλ,λ1,λ2as0.001and the step sizeμas0.002and repeated this experiment100 times.

We use the average normalized mean square error be-tween the original weight matrix and recovered one for e-valuation.Our method achieves a much lower average re-cover error of4.69%compared with that of the MTJSR with 12.29%.This indicates that our method can better recov-er the underlying weight matrix by detecting the unreliable features successfully.To further demonstrate the ability for unreliable feature detection,we give a graphical illustration of one out of the100experiments in Fig.1.The original weight matrix is shown in Fig.1(a)with each row

repre-

(a)Original Weight

Matrix(b)Weight Matrix by MTJSR[22

]

(c)Matrix R by

RJSR-FFT(d)Matrix S by RJSR-FFT Figure1.Graphical illustration of unreliable feature detection

senting a weight vector w k.The horizontal axis records the sample indexes,while the vertical gives the values of weights.From Fig.1(a),we can see that the?rst three share the same sparsity patterns over the samples with indexes in the middle range,while all the weights of the last two fea-tures are non-zeros,thus non-sparse.In this case,the MTJS-R cannot discover the sparsity patterns as shown in Fig.1(b), while the proposed RJSR-FFT can?nd out the shared spar-sity of the reliable features and detect unreliable features as shown in Fig.1(c)and(d).This also explains the reason why our method can better recover the underlying matrix as shown in Fig.1(a).

4.2.Visual Tracking Experiments

While the simulated experiment showed that the pro-posed method can detect unreliable features,the tracking results with real videos are reported in this section.

4.2.1Experimental Settings

We evaluate our tracking algorithm on?fteen challeng-ing video sequences with large illumination variations,par-tial occlusion,pose variations and/or cluttered background. Most videos and its corresponding ground truth data can be found in the website1.We compare our tracker with state-of-art tracking algorithms including multi-cue track-ers:OAB[8],COV[11],sparse representation based track-ers:MTT[26],L1T[16]and other state-of-the-art methods: IVT[17],CT[24],Frag[1].We use the source code provid-ed by the authors of these papers and adjust the parameters in these methods for better performance.

1https://www.360docs.net/doc/1f16223565.html,/

For our tracking method,we extract seven kinds of lo-cal and global features for fusion.For local visual cues, we divide the tracking bounding box into4blocks and ex-tract covariance descriptor[11]in each block.For global visual cues,we use HOG[6],LBP[2]and GLF[27]to represent the whole bounding box.The parameters are se-lected as follows.The number of templates is set as12.The Lipschitz constantμis automatically determined according to[7].We empirically found that the regularization param-etersλ1andλ2are related toμfor robust performance,so we setλ1=0.0027μandλ2=0.022μ.The template size is set to32×32,while the number of particles is200.

4.2.2Quantitative Comparison

Two evaluation criteria are used for quantitative compari-son:center location error and success rate.The overlap

ratio is de?ne as area(B T∩B G)

area(B T∪B G),where B T and B G are the

bounding boxes of the tracker and ground-truth.A frame is successfully tracked means that the overlap ratio is larger than0.5.The center location error is the Euclidean distance between the centers of bounding boxes B T and B G.Table 1and2report the center location error and overlapping rate on the15videos.With limited space available,we list out frame-by-frame center error comparison results for8out of the15videos in Fig.2and more frame-by-frame comparison result can be found in supplementary materials.The best re-sults are shown in red,and the second ones are marked in green.These results show that the proposed method outper-forms both multi-cue and sparse representation based track-ers as well as state-of-the-art methods in most videos.And, the average center location error of our method is about7.5 pixels much lower than those of existing trackers,while the successful tracking rate of the proposed tracking algorithm is90.9%much higher than those of existing methods.

4.2.3Qualitative Comparison

The video sequences of the tracked results of all trackers in our experiment are provided in supplementary materials and some frames are shown in Fig.3.We qualitatively evaluate the tracking results in four different aspects as follows: Cluttered Background We test the8trackers on several videos(Deer,Football,MountainBike)with cluttered back-ground as shown in Fig.3(a).When the tracked target comes into the dense group of players(Football 0149),sim-ilar pattern of the background distract some trackers from the target, e.g.,COV,OAB.Football also pose partial occlusion(Football 0295),all trackers except our proposed tracker lost the target.This mainly attribute to the fusion of local information in our proposed method so its less sensi-tive to partial occlusion.

Partial Occlusion FaceOcc1,Girl,David3pose partial occlusion as shown in Fig.3(b).All tracker can successful-ly handle the partial occlusion except OAB has small drift from the target(FaceOcc1 0057).David3also pose clut-tered background and deformation challenge.David3 0051 show cluttered background distract the tracker,e.g.,L1T, COV,Frag,OAB from target.In plan rotation also appears in Girl sequence.CT,Frag,IVT lost the target(Girl 0246), and CT has small drift.

Non-rigid Target Skating1,Basketball,Crossing show the performance of these trackers when the target is non-rigid as shown in Fig.3(c).Skating1is the most challenging one with other variation,e.g.,in plane rotation( 0064),par-tial occlusion( 0176),Illumination( 0310)).only our pro-posed method can track through the sequence.

Illumination Variation Trellis,Car,Shaking,David1, CarDark,Car4test these trackers under illumination and pose variaton as shown in Fig.3(d).Only our tracker can successfully tracked the target in Trellis and Shaking in all frames.

5.Conclusion

In this paper,we have successfully formulated a feature-level fusion visual tracker based on joint sparse representa-tion.This paper has demonstrated that using proposed ro-bust feature-level fusion of multiple features can improve the tracking accuracy.Experimental results on publicly available videos show that the performance of the pro-posed tracker using robust joint sparse representation based feature-level fusion model outperforms seven state-of-the-art tracking methods.

Acknowledgements

This project was partially supported by the Science Fac-ulty Research Grant of Hong Kong Baptist University,Hong Kong Research Grants Council General Research Fund 212313and National Science Foundation of China Re-search Grant61172136.The authors would like to thank the reviewers for their helpful comments and thank Mr.K.-Y.Zhao and Mr.G.-C.Mai for their help in debugging the codes of other trackers for comparison experiment. References

[1] A.Adam,E.Rivlin,and I.Shimshoni.Robust fragments-

based tracking using the integral histogram.In CVPR,2006.

5,7

[2]T.Ahonen,A.Hadid,and M.Pietik¨a inen.Face recognition

with local binary patterns.In ECCV,2004.6

[3] B.Babenko,M.-H.Yang,and S.Belongie.Robust objec-

t tracking with online multiple instance learning.TPAMI, 33(8):1619–1632,2011.1

[4] A.Beck and M.Teboulle.A fast iterative shrinkage-

thresholding algorithm for linear inverse problems.SIAM Journal on Imaging Sciences,2(1):183–202,2009.4

IVT [17]COV [11]OAB [8]CT [24]Frag [1]L1T [16]MTT [26]

Proposed Method

CarDark 1.3 2.7 2.8120.370.7 1.2 1.1 1.3Car 42.98.0 3.841.142.2 3.931.7 2.8Car4 2.162.588.581.215.0118.9238.59.6Trellis 97.041.854.548.358.331.178.3 6.4David111.257.821.553.363.118.517.211.1Shaking 87.2137.523.3104.1145.6145.998.08.4FaceOcc116.616.240.918.411.014.822.213.6Girl 27.427.6 3.818.416.29.69.1 5.6David352.2149.4193.190.0252.5189.5105.0 5.1Deer 20.6212.2 6.2236.178.0160.9 5.87.3Football 15.745.619.612.813.327.613.6 4.4MountainBike 21.89.413.8213.321.110.4 5.8 5.6Basketball 134.8351.7153.3122.413.1106.1108.617.9Crossing 25.472.7 3.0 4.350.1 3.853.1 4.1Skating1154.0104.548.5175.8147.483.6262.39.5Average

47.386.645.189.366.561.770.07.5

Table 1.Quantitative comparison of 8trackers in 15videos in terms of center location error (in pixels).The best two results are shown in red and green.

IVT [17]COV [11]OAB [8]CT [24]Frag [1]L1T [16]MTT [26]Proposed Method

CarDark 10098.090.6 1.0 5.1100100100Car 44.858.680.5 5.850.682.854.092.0Car410031.027.827.937.827.823.199.9Trellis 42.432.024.632.739.923.428.897.9David164.519.329.524.820.248.625.179.0Shaking 3.6 1.148.815.314.00.8 1.194.5FaceOcc197.510061.197.510010099.8100Girl 17.831.092.614.061.070.083.076.4David369.119.415.131.07.1 4.034.599.2Deer 45.1 5.695.8 4.218.3 4.2100100Football 65.542.069.177.471.078.279.395.9MoutainBike 85.169.771.916.769.386.4100100Basketball 6.2 5.4 1.123.769.025.71656.1Crossing 43.39.295.892.535.89524.181.7Skating18.815.529.810.59.320.51790.5Average

52.9

35.9

55.6

31.6

40.6

51.1

52.4

90.9

Table 2.Quantitative comparison of 8trackers on 15videos in terms of success rate (%).The best two results are shown in red and green.

(a)Basketball (b)Skating1(c)Girl (d)Football

(e)David3(f)Shaking (g)Trellis (h)Deer

Figure 2.Quantitative frame-by-frame comparison of 8trackers on 8Challenging videos in terms of center location error

(a

)

(b

)(c

)(d

)Figure 3.Qualitative results on some typical frames including some challenging factors.(a)Cluttered background.(b)Partial occlusion.(c)Non-rigid object.(d)Illumination variation.

[5]T.M.Cover and J.A.Thomas.Elements of Information

Theory .Wiley Interscuebce,2006.1

[6]N.Dalal and B.Triggs.Histograms of oriented gradients for

human detection.In CVPR ,2005.6

[7]P.Gong,J.Ye,and C.Zhang.Robust multi-task feature

learning.In SIGKDD ,2012.3,6

[8]H.Grabner and H.Bischof.On-line boosting and vision.In

CVPR ,2006.1,5,7

[9]H.Grabner,C.Leistner,and H.Bischof.Semi-supervised

on-line boosting for robust tracking.In ECCV .2008.1

[10]S.He,Q.Yang,https://www.360docs.net/doc/1f16223565.html,u,J.Wang,and M.-H.Yang.Visual

tracking via locality sensitive histograms.In CVPR ,2013.1[11]W.Hu,X.Li,W.Luo,X.Zhang,S.Maybank,and Z.Zhang.

Single and multiple object tracking using log-euclidean rie-mannian subspace and block-division appearance model.T-PAMI ,34(12):2420–2440,2012.1,5,6,7

[12]X.Jia,H.Lu,and M.-H.Yang.Visual tracking via adaptive

structural local sparse appearance model.In CVPR ,2012.2[13]H.Li,C.Shen,and Q.Shi.Real-time visual tracking using

compressive sensing.In CVPR ,2011.2

[14]X.Li,W.Hu,C.Shen,Z.Zhang,A.Dick,and A.v.d.Hen-gel.A survey of appearance models in visual object tracking.TIST,in press ,2013.1

[15] A.J.Ma,P.C.Yuen,and https://www.360docs.net/doc/1f16223565.html,i.Linear dependency mod-eling for classi?er fusion and feature combination.TPAMI ,35(5):1135–1148,2013.1

[16]X.Mei and H.Ling.Robust visual tracking and vehicle clas-si?cation via sparse representation.TPAMI ,33(11):2259–2272,2011.2,4,5,7

[17] D.A.Ross,J.Lim,R.-S.Lin,and M.-H.Yang.Incremental

learning for robust visual tracking.IJCV ,77(1-3):125–141,2008.5,7

[18]M.W.Schmidt,E.Berg,M.P.Friedlander,and K.P.Mur-phy.Optimizing costly functions with simple constraints:A limited-memory projected quasi-newton algorithm.In AIS-TATS ,2009.4

[19]S.Shekhar,V .M.Patel,N.M.Nasrabadi,and R.Chellappa.

Joint sparsity-based robust multimodal biometrics recogni-tion.In ECCV ,2012.1,2

[20]Y .Wu,E.Blasch,G.Chen,L.Bai,and H.Ling.Multiple

source data fusion via sparse representation for robust visual tracking.In Fusion ,2011.1,2

[21] F.Yang,H.Lu,and M.-H.Yang.Robust visual tracking via

multiple kernel boosting with af?nity constraints.TCSVT,in press ,2013.1

[22]X.-T.Yuan,X.Liu,and S.Yan.Visual classi?cation with

multitask joint sparse representation.TIP ,21(10):4349–4360,2012.1,2,3,5

[23]H.Zhang,N.M.Nasrabadi,Y .Zhang,and T.S.Huang.

Multi-observation visual recognition via joint dynamic s-parse representation.In ICCV ,2011.2

[24]K.Zhang,L.Zhang,and M.-H.Yang.Real-time compres-sive tracking.In ECCV .2012.1,5,7

[25]S.Zhang,H.Yao,X.Sun,and X.Lu.Sparse coding based

visual tracking:Review and experimental comparison.Pat-tern Recognition ,46(7):1772–1788,2013.2

[26]T.Zhang,B.Ghanem,S.Liu,and N.Ahuja.Robust visu-al tracking via structured multi-task sparse learning.IJCV ,101(2):367–383,2013.2,5,7

[27]W.W.Zou,P.C.Yuen,and R.Chellappa.A low reso-lution face tracker robust to illumination variations.TIP ,22(5):1726–1739,2013.1,6

机械制造基础形成性考核册作业 答案

机械制造基础形成性考核册作业答案 1、举例说明生产纲领在生产活动中的作用,说明划分生产类型的规律。 答:产品的年生产纲领是指企业在计划期内应当生产的产品产量和进度计划。 在计算出零件的生产纲领以后,即可根据生产纲领的大小,确定相应的生产类型。2、何谓机床夹具?夹具有哪些作用? 答:在机械加工中,为了保证工件加工精度,使之占有确定位置以接受加工或检测的工艺装备统称为机床夹具,简称夹具。 作用:1)保证产品加工精度,稳定产品质量。 2)提高生产效率,降低加工成本。 3)改善工人的劳动条件。 4)扩大机床的工艺范围。 3、机床夹具有哪几个组成部分?各起何作用? 答:机床夹具大致可以分为6部分。 1)定位部分:用以确定工件在夹具中的正确位置。 2)夹紧元件:用以夹紧工件,确保工件在加工过程中不因外力作用而破坏其定位 精度。 3)导向、对刀元件:用以引导刀具或确定刀具与被加工工件加工表面间正确位 置。 4)连接元件:用以确定并固定夹具本身在机床的工作台或主轴上的位置。 5)夹具体:用以连接或固定夹具上各元件使之成为一个整体。 6)其他装置和元件。 4、工件夹紧的基本要求是什么? 答:1)夹紧既不应破坏工件的定位,又要有足够的夹紧力,同时又不应产生过大的夹紧变形,不允许产生振动和损伤工件表面。 2)夹紧动作迅速,操作方便、安全省力。 3)手动夹紧机构要有可靠的自锁性;机动夹紧装置要统筹考虑其自锁性和稳定的原动力。 4)结构应尽量简单紧凑,工艺性要好。 5、什么叫“六点定位原则”?什么是欠定位?过定位? 答:夹具用合理分布的六个支承点限制工件的六个自由度,即用一个支承点限制工件的一个自由度的方法,使工件在夹具中的位置完全确定,这就是六点定位原理。 根据工件的加工要求,应该限制的自由度没有完全被限制的定位,称为欠定位。 同一个自由度被几个支承点重复限制的情况,称为过定位(也称为重复定位、超定位)

行政组织学形考任务一参考答案

行政组织学形考任务一 参考答案 标准化管理处编码[BBX968T-XBB8968-NNJ668-MM9N]

行政组织学形考任务一 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1、在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一 书,系统地阐述了与古典管理理论截然不同的一些观点。(√) 2、阿吉里斯在《个性与组织》一书中提出了“不成熟—成熟理论”。(√) 3、斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学 奖。(×) 4、马斯洛在其代表性着作《人类动机的理论》和《激励与个人》中,提出了着 名的公平理论。(×) 5、美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提 出了动态平衡组织理论。(√) 6、社会系统组织理论的创始者为美国着名的社会学家罗森茨韦克。(×) 7、邓肯将组织环境分为内部环境和外部环境。(√) 8、卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术 特征、教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。(√) 9、组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织

的内部环境。(√) 10、组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外 部环境。(√) 11、“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉 “已经组合的系统或社会”。(√) 12、与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工 作环境。(√) 13、以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。 (×) 14、以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织 为规范性组织。(×) 15、以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织 成员所追求的利益,此种类型的组织为互利性组织。(√) 16、规范地讲,行政组织是追求行政权力的组织。(×) 17、韦伯是科学管理运动的先驱者,被誉为“科学管理之父”。(×) 18、1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革 命。(√) 19、行政管理学派的代表人物法约尔,被誉为“管理理论之父”。(√)

机械制造基础形成性考核第四次作业答案

1、举例说明生产纲领在生产活动中的作用,说明划分生产类型的规律。 答:产品的年生产纲领是指企业在计划期内应当生产的产品产量和进度计划。 在计算出零件的生产纲领以后,即可根据生产纲领的大小,确定相应的生产类型。 2、何谓机床夹具?夹具有哪些作用? 答:在机械加工中,为了保证工件加工精度,使之占有确定位置以接受加工或检测的工艺装备统称为机床夹具,简称夹具。 作用:1)保证产品加工精度,稳定产品质量。 2)提高生产效率,降低加工成本。 3)改善工人的劳动条件。 4)扩大机床的工艺范围。 3、机床夹具有哪几个组成部分?各起何作用? 答:机床夹具大致可以分为6部分。 1)定位部分:用以确定工件在夹具中的正确位置。 2)夹紧元件:用以夹紧工件,确保工件在加工过程中不因外力作用而破 坏其定位精度。 3)导向、对刀元件:用以引导刀具或确定刀具与被加工工件加工表面间 正确位置。 4)连接元件:用以确定并固定夹具本身在机床的工作台或主轴上的位置。 5)夹具体:用以连接或固定夹具上各元件使之成为一个整体。 6)其他装置和元件。 4、工件夹紧的基本要求是什么? 答:1)夹紧既不应破坏工件的定位,又要有足够的夹紧力,同时又不应产生过大的夹紧变形,不允许产生振动和损伤工件表面。 2)夹紧动作迅速,操作方便、安全省力。 3)手动夹紧机构要有可靠的自锁性;机动夹紧装置要统筹考虑其自锁性和稳定的原动力。 4)结构应尽量简单紧凑,工艺性要好。 5、什么叫“六点定位原则”?什么是欠定位?过定位? 答:夹具用合理分布的六个支承点限制工件的六个自由度,即用一个支承点限制工件的一个自由度的方法,使工件在夹具中的位置完全确定,这就是六点定位原理。 根据工件的加工要求,应该限制的自由度没有完全被限制的定位,称为欠定位。

《行政组织学》形考任务试题及答案学习资料

国开行管专科网络核心课程《行政组织学》形考任务试题及答案 形考任务一 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1.在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地阐述了与古典管理理论截然不同的一些观点。\\对 2.阿吉里斯在《个性与组织》一书中提出了“不成熟-—成熟理论”。\\对 3.斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。\\错 4.马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公平理论。\\错 5.美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态平衡组织理论\对 6.社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。\\错 7.邓肯将组织环境分为内部环境和外部环境。\\对 8.卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。\\对 9.组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织的内部环境。\\对 10.组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外部环境。\\对 11.“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉“已经组合的系统或社会”。\\对 12.与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工作环境。\\对 13.以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。\\错 14.以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织为规范性组织。\\错 15.以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成员所追求的利益,此种类型的组织为互利性组织。\\对 16.规范地讲,行政组织是追求行政权力的组织。\\错 17.韦伯是科学管理运动的先驱者,被誉为“科学管理之父”。\\错 18.1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。\\对 19.行政管理学派的代表人物法约尔,被誉为“管理理论之父”。 \\对 20.德国著名的社会学家韦伯在《高级管理人员的职能》一书中,提出了理想型官僚组织理论。\\错 二、多项选择题(每题有两个和两个以上正确答案,每小题3分,共60分) 21.美国行为科学家赫茨伯格在其《工作的推力》和《工作与人性》等著作中,提出影响人的积极性的因素主要有___。保健因素\\激励因素 22.西蒙指出,决策有两种极端的类型____。程序化决策\\非程序化决策 23.里格斯指出,“棱柱型社会”具有以下三个基本特征____。重叠性\\形式主义\\异质性 24.里格斯在他创立的“棱柱模式理论”中,将社会形态划分____。棱柱社会\\农业社会\\工业社会 25.巴纳德认为,组织不论其级别高低和规模大小,都包含三个基本要素___。共同的目标\\协作的意愿\\信息的联系 26.邓肯将组织环境分为_____。外部环境\\内部环境 27.邓肯从组织环境的___两个维度对影响组织的环境因素进行了深入的分析。静态与动态\\简单与复杂 28.依据学者们的研究,组织的环境分析过程主要包括____等基本阶段。全选 29.伯恩斯和斯塔克将组织结构划分为___。有机式组织结构\\机械式组织结构 30.行政组织环境的基本特点为_____。全选 31.学者们从不同的角度和方法去透视组织,给予不同的定义,目前学界对组织界定的取向,主要有以下几种____。全选 32.依据邓肯的环境模式理论,从简单与复杂、静态与动态两个维度,组织存在的环境状态分别是:___。全选 33.按组织内部是否有正式的分工关系,人们把组织分为____。正式组织\\非正式组织

机械制造基础形考任务一试题及答案整理演示教学

机械制造基础形考任务一试题及答案整理

机械制造基础形考任务一试题及答案整理一、填空题(每空2分,共58分)(请选择正确的文字答案填写,例如:塑性变形) 塑性变形;断裂;变形;破坏;交变载荷;断裂;奥氏体; 渗碳体;断裂前;最大塑性变形;通用橡胶;特种橡胶;含碳量;万分之几;正火;碳钢;合金元素;酸性焊条;碱性焊条;表面淬火; 表面化学热处理;分离工序;整模造型;分模造型;变形工序;挖砂造型;活块造型;焊芯;药皮 题目1. 的能力。 题目2 题目3 性。 题目4 题目5的最大应力值。 题目6优质碳素结构钢的牌号有两位数字表示,这两位数字具体表示钢中 题目7 题目8

题目9 题目10 除,否则会增大钢的淬透性。 题目11 题目12 题目13 题目14 二、是非判断题(每题1分,共42分) 题目15冲击韧性值随温度的降低而增加。 选择一项: 对 错 题目16抗拉强度是表示金属材料抵抗最大均匀塑性变形或断裂的能力。选择一项: 对 错 题目17硬度是指金属材料抵抗其他物体压入其表面的能力。 选择一项: 对 错

题目18金属材料在外载荷作用下产生断裂前所能承受最大塑性变形的能力称为塑性。 选择一项: 对 错 题目19冲击韧性值随温度的降低而减小。 选择一项: 对 错 题目20强度越高,塑性变形抗力越大,硬度值也越高。 选择一项: 对 错 题目21屈服强度是表示金属材料抵抗微量弹性变形的能力。 选择一项: 对 错 题目22冲击韧性值愈大,材料的韧性愈好。 选择一项: 对 错 题目23硬度是指金属材料抵抗比它更硬的物体压入其表面的能力。

选择一项: 对 错 题目24通常材料的力学性能是选材的主要指标。 选择一项: 对 错 题目25一般来说,材料的硬度越高,耐磨性越好。 选择一项: 对 错 题目26测量布氏硬度时,压头为淬火钢球,用符号HBW表示。选择一项: 对 错 题目27测量布氏硬度时,压头为淬火钢球,用符号HBS表示。 选择一项: 对 错 题目28测量布氏硬度时,压头为硬质合金球,用符号HBW表示。选择一项: 对

2018行政组织学形考任务试题

行政组织学形考任务试题 ?第三章行政组织的环境与管理/ ?? ?形考任务1 信息文本 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 题目1 题干 在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地阐述了与古典管理理论截然不同的一些观点。() 选择一项: 对 错 题目2 题干 阿吉里斯在《个性与组织》一书中提出了“不成熟-—成熟理论”。() 选择一项: 对 错

题目3 题干 斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。() 选择一项: 对 错 题目4 题干 马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公平理论。() 选择一项: 对 错 题目5 题干 美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态平衡组织理论。()

选择一项: 对 错 题目6 题干 社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。()选择一项: 对 错 题目7 题干 邓肯将组织环境分为部环境和外部环境。() 选择一项: 对 错 题目8

题干 卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。()选择一项: 对 错 题目9 题干 组织界限以与组织的个体决策行为直接相关的自然和社会因素被称为组织的部环境。()选择一项: 对 错 题目10 题干 组织界限之外与组织个体决策直接相关的自然和社会因素被称为组织的外部环境。() 选择一项: 对 错

机械制造基础形考任务一试题及答案整理

机械制造基础形考任务一试题及答案整理 一、填空题(每空2分,共58分)(请选择正确的文字答案填写,例如:塑性变形) 塑性变形;断裂;变形;破坏;交变载荷;断裂;奥氏体; 渗碳体;断裂前;最大塑性变形;通用橡胶;特种橡胶;含碳量;万分之几;正火;碳钢;合金元素;酸性焊条;碱性焊条;表面淬火; 表面化学热处理;分离工序;整模造型;分模造型;变形工序;挖砂造型;活块造型;焊芯;药皮 题目1、 题目2强度就是指金属材料在外载荷作用下, 题目3 题目4在铁碳合金中, 题目5的最大应力值。 题目6优质碳素结构钢的牌号有两位数字表示, 题目7 题目8 题目9 题目10淬火前,若钢中存在网状渗碳体,,否则会增大钢的淬透性。 题目11 题目12根据药皮所含氧化物的性质, 题目13 题目14 二、就是非判断题(每题1分,共42分) 题目15冲击韧性值随温度的降低而增加。 选择一项:

对 错 题目16抗拉强度就是表示金属材料抵抗最大均匀塑性变形或断裂的能力。 选择一项: 对 错 题目17硬度就是指金属材料抵抗其她物体压入其表面的能力。 选择一项: 对 错 题目18金属材料在外载荷作用下产生断裂前所能承受最大塑性变形的能力称为塑性。选择一项: 对 错 题目19冲击韧性值随温度的降低而减小。 选择一项: 对 错 题目20强度越高,塑性变形抗力越大,硬度值也越高。 选择一项: 对 错 题目21屈服强度就是表示金属材料抵抗微量弹性变形的能力。 选择一项: 对 错 题目22冲击韧性值愈大,材料的韧性愈好。 选择一项: 对

错 题目23硬度就是指金属材料抵抗比它更硬的物体压入其表面的能力。选择一项: 对 错 题目24通常材料的力学性能就是选材的主要指标。 选择一项: 对 错 题目25一般来说,材料的硬度越高,耐磨性越好。 选择一项: 对 错 题目26测量布氏硬度时,压头为淬火钢球,用符号HBW表示。 选择一项: 对 错 题目27测量布氏硬度时,压头为淬火钢球,用符号HBS表示。 选择一项: 对 错 题目28测量布氏硬度时,压头为硬质合金球,用符号HBW表示。 选择一项: 对 错 题目29测量洛氏硬度时,压头为120°金刚石圆锥体,用符号HRC表示。选择一项: 对 错

国开《行政组织学》形考任务试题及答案

国开《行政组织学》形考任务试题及答案 形考任务一 一、判断题 1.在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地阐述了与古典管理理论截然不同的一些观点。\\对 2.阿吉里斯在《个性与组织》一书中提出了“不成熟-—成熟理论”。\\对 3.斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。\\错 4.马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公平理论。\\错 5.美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态平衡组织理论\对 6.社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。\\错 7.邓肯将组织环境分为内部环境和外部环境。\\对 8.卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、教育特征、政治特 征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。\\对 9.组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织的内部环境。\\对 10.组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外部环境。\\对 11.“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉“已经组合的系统或社会”。\\对 12.与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工作环境。\\对 13.以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。\\错 14.以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织为规范性组织。\\错 15.以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成员所追求的利益,此种类型的组织为互利性组织。\\对 16.规范地讲,行政组织是追求行政权力的组织。\\错 17.韦伯是科学管理运动的先驱者,被誉为“科学管理之父”。\\错 18.1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。\\对 19.行政管理学派的代表人物法约尔,被誉为“管理理论之父”。 \\对 20.德国著名的社会学家韦伯在《高级管理人员的职能》一书中,提出了理想型官僚组织理论。\\错

行政组织学形考任务5

形考任务五 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1.根据行政组织文化产生的时间,行政组织文化可以分为传统行政组织文化和当代行政组织文化。对 2.行政组织文化具有多种功能,它能把组织成员个人目标与组织目标有机结合起来,引导组织成员的行为,我们把这种功能称为控制功能。错 3.行政组织文化相比于正式的组织规章制度的控制作用,它具有软约束性的特性。对 4.行政组织文化是一种群体文化,是一种无形的管理方式。对 5.行政组织绩效就是指的行政组织活动的成果。错 6.经济性指标一般指行政组织投入到管理中的资源,其关心的是行政组织的投入。对 7.效果通常是指公共服务符合政策目标的程度,其关心的是手段。对 8.效率就是指投入与产出之间的比例,力求以最少的投入获得最大的产出,其关心的是手段问题。对 9.组织变革不是一个持续循环与发展的过程,因为要考虑到组织的稳定。对 10.组织发展起源于20世纪50年代初的调查反馈方法和实验室培训运动。它的先驱是法国心理学家烈文。对 11.1957年麦格雷戈应邀到联合碳化公司与公司人事部门联合成立顾问小组,把实验室训练的技术系统地在公司使用。这个小组后被称之

为“T训练小组”。错 12.作为一套极有系统的组织发展方案,格道式发展模式的目的在于使组织达到一种最佳状态。此模式创立者为布莱克和默顿。对 13.系统变革模式认为,组织是一个系统,是由技术、结构、人员和任务四个因素构成,任何一个因素的变化都会牵动和引起系统的变化。系统变革模式的创始人为利维特。对 14.美国心理学家埃德加·薛恩在其《组织心理学》一书中提出了系统变革模式。错 15.罗宾·斯特克兹认为,组织变革的方式取决于组织成员的技术能力和人际关系能力的组合,提出了渐进式变革模式。错 16.管理学大师德鲁克在《后资本主义社会》一书中指出:“世界上没有贫穷的国家,只有无知的国家”。对 17.知识经济与传统经济相比,知识成为组织根本的生产要素。对 18.组织理论家卡斯特和罗森茨韦克认为,未来的组织将更趋向于动态和灵活。对 19.战略管理的核心是问题管理。错 20.随着信息技术的发展,将信息科技运用于行政组织的管理,建立“节约型政府”已经成为各国的一个普遍趋势。错 二、多项选择题(每题有两个和两个以上正确答案,每小题3分,共60分) 21.根据其在行政组织中所占有的地位,行政组织文化可以分为___。主文化亚文化

江苏开放大学机械制造基础形考1

江苏开放大学 形成性考核作业学号 姓名 课程代码110036 课程名称机械制造基础评阅教师 第 1 次任务 共 5 次任务 江苏开放大学

一、选择题 1、金属材料在外力作用下抵抗塑性变形和断裂的能力叫( B )。 A.硬度 B.强度 C.塑性 D.弹性 2、高碳钢获得最佳切削性能的热处理工艺方法是( B )。 A.完全退火 B.球化退火 C.去应力退火 D.正火 3、08F钢中的平均含碳量为( A )。 A.0.08% B.0.8% C.8% 4、T10A钢按用途分属于( C )。 A.沸腾钢 B.优质钢 C.工具钢 5、在常用材料中,灰铸铁铸造性能( A )。 A.好 B.差 C.较差 6、无需填充金属,焊接变形小,生产率高的焊接方法是( B )。 A.埋弧焊 B.电阻焊 C.电弧焊 7、下列材料中( B )材料的焊接性能最差。 A.低碳钢 B.高碳钢 C.铸铁 8、机床床身的材料一般为( B )。 A.可锻铸铁 B.灰铸铁 C.球墨铸铁 D.蠕墨铸铁 9、下列金属属于轴承合金的是( A )。 A.铅青铜 B.硅青铜 C.铝镁合金 D.铝锌合金 10、生产柴油机曲轴应选材料是( C )。 A.HT200 B.QT700-2 C.KTH330-08 D.Q345 二、填空题 1、纯铁在加热过程中,其体心立方晶格与面心立方晶格的相互转变现象,称为同素异构转变。 2、一般情况下,晶粒越细,金属的强度、塑性和韧性越好。 3、奥氏体是碳在γ-Fe中的固溶体,呈面心立方晶格。 4、根据Fe-Fe3C 相图中成分-组织-性能的规律,选材时,建筑结构和各种型钢选塑性和韧性好的低碳钢,各种机械零件选用强度、塑性和韧性好的中碳钢,各种工具要用硬度高而耐磨性好的高碳钢。

《行政组织学》形考任务一答案

《行政组织学》形考任务一 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地阐述了与古典管理理论截然不同的一些观点。(√) 2. 阿吉里斯在《个性与组织》一书中提出了“不成熟-—成熟理论”。(√) 3.斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。(× ) 4.马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公平理论。(× ) 5.美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态平衡组织理论。(√) 6.社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。(× ) 7.邓肯将组织环境分为内部环境和外部环境。(√) 8.卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。(√) 9.组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织的内部环境。(√) 10.组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外部环境。(√) 11.“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉“已经组合的系统或社会”。(√)

12.与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工作环境。(√) 13.以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。(× ) 14.以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织为规范性组织。(× ) 15.以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成员所追求的利益,此种类型的组织为互利性组织。(√ ) 16.规范地讲,行政组织是追求行政权力的组织。(× ) 17.韦伯是科学管理运动的先驱者,被誉为“科学管理之父”。(× ) 18.1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。(√ ) 19.行政管理学派的代表人物法约尔,被誉为“管理理论之父”。(√) 20.德国著名的社会学家韦伯在《高级管理人员的职能》一书中,提出了理想型官僚组织理论。(× ) 二、多项选择题(每题有两个和两个以上正确答案,每小题3分,共60分) 21.美国行为科学家赫茨伯格在其《工作的推力》和《工作与人性》等著作中,提出影响人的积极性的因素主要有______AC______。 A. 激励因素 B. 物质因素 C. 保健因素 D. 精神因素

国家开放大学《行政组织学》形考任务1试题

国家开放大学《行政组织学》形考任务1试题 在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地阐述了与古典管理理论截然不同的一些观点。() 阿吉里斯在《个性与组织》一书中提出了不成熟 斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。() 马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公平理论。 美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态平衡组织理论。() 社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。() 邓肯将组织环境分为内部环境和外部环境。() 卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。() 组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织的内部环境。 组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外部环境。() 组织一词,源自希腊文,1873年,哲学家斯宾塞用组织来指涉已经组合的系统或社会。() 与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工作环境。() 以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。() 以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织为规范性组织。 以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成员所追求的利益,此种类型的组织为互利性组织。() 规范地讲,行政组织是追求行政权力的组织。() 韦伯是科学管理运动的先驱者,被誉为科学管理之父。() 1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。() 行政管理学派的代表人物法约尔,被誉为管理理论之父。() 德国著名的社会学家韦伯在《高级管理人员的职能》一书中,提出了理想型官僚组织理论。 美国行为科学家赫茨伯格在其《工作的推力》和《工作与人性》等著作中,提出影响人的

机械制造基础形成性考核册作业1答案

机械制造基础形成性考核册作业1答案 1、常用的工程材料可以用教材第一页的表格表示,请完成工程材料的分类表: 答: 1、人们在描述金属材料力学性能重要指标时,经常使用如下术语,请填写其使用的符号和 内涵: (a)强度:金属材料在外载荷的作用下抵抗塑性变形和断裂的能力。强度有屈服强度σs和抗拉强度σb。 (b)塑性:金属材料在外载荷作用下产生断裂前所能承受最大塑性变形的能力。 (c)强度:是指金属材料抵抗比它更硬的物体压入其表面的能力。硬度有布氏硬度HBS和洛氏硬度HR。 (d)冲击韧性:金属抵抗冲击载荷作用而不被破坏的能力。 (e)疲劳强度:金属材料经受无数次交变载荷作用而不引起断裂的最大应力值。2、参照教材图1—2填写材料拉伸曲线中的相应特征值点的符号,并描述相应的含义。 (a)横坐标表示:试件的变形量ΔL (b)纵坐标表示:载荷F (c)S点:屈服点 (d)b点:颈缩点 (e)k点:拉断点 (f)屈服点以后出现的规律:试样的伸长率又随载荷的增加而增大,此时试样已产生较大的塑性变形,材料的抗拉强度明显增加。 3、一根标准试样的直径为10mm、标距长度为50mm。拉伸试验时测出试样在26kN时屈服, 出现的最大载荷为45 kN。拉断后的标距长度为58mm,断口处直径为7.75mm。试计算试样的σ0.2、σb。 答:σ0.2=F0.2/S0=26000/(3.14*0.0052)=3.3*108MPa σb=F b/S0=45000/(3.14*0.0052)=5.7*108MPa

4、HR是零件设计中常用的表示材料硬度指标。请回答下表中表示的有效范围和应用范围: HR和HB有什么差别? 答:两种都是测试硬度的标准,区别在于测量方法不同。两种硬度标准根本性区别在于:布氏和洛氏测量的对象不同。布氏测量低硬度的材料,洛氏测量高硬度的材料。 6、参照教材1-7图补充如下Fe-Fe3C相图缺少的内容(标注相应的数据和材料相符号),思考每个线条和线条包容区域内金属相符号的特点 参考上图回答以下问题:: (a.). AC线为:合金的液相线 (b.). Acm线为:碳在奥氏体中的溶解限度线 (c.). AC3线为:奥氏体中开始析出铁素体或铁素体全部溶入奥氏体的转变线 (d.). A表示:奥氏体相 (e.). F表示:铁素体相 (f.). P表示:珠光体相 (g.). Ld表示:液相 (h.). Fe3C表示:渗碳体相 (i.). 含碳0.77%为:都是奥氏体 (j.). 导致过共析钢中材料脆性很高的主要原因是:若加热到略高于AC1温度时,珠光体完全转变成奥氏体,并又少量的渗碳体溶入奥氏体。此时奥氏体晶粒 细小,且其碳的质量分数已稍高与共析成分。如果继续升高温度,则二次渗

行政组织学形考任务四参考答案

一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1、行政组织决策的目的是为了实现社会的共同利益。(√) 2、行政组织决策是以行政权力为后盾。√ 3、风险型决策的决策后果无法预测。× 4、确定目标是行政组织进行决策的起点。× 5、中枢系统是行政组织决策的中心。√ 6、美国政治学家伊斯顿被认为是决策理论研究的开创者。× 7、在决策理论研究领域,杜鲁门提出了团体决策模型。√ 8、现代观点认为,冲突既具有建设性又具有破坏性。√ 9、组织中最佳的冲突状态是没有冲突。× 10、解决冲突的基本策略中具有“治本”性的是正视策略。√ 11、合作意向都很高,宁可牺牲自身利益而使对方达到目的的冲突处理模式为协作型。× 12、通过组织明文规定的原则、渠道进行的信息传递和交流,是一种正式沟通。√ 13、信息的发讯者和受讯者以协商、会谈、讨论的方式进行信息的交流与意见反馈,直到双方共同了解为止,这种沟通形式为双向沟通。√ 14、组织系统中处于相同层次的人、群体、职能部门之间进行的信息传递和交流为平行沟通 √ 15、在组织管理中,书面沟通方式要优于口头沟通。× 16、作报告、发指示、下命令等属于单向沟通。√ 17、20世纪90年代初陈国权开始研究组织学习和学习型组织,并提出了组织学习系统理论(OLST)。√ 18、行政组织学习是一种全员学习。× 19、知识的主要构成要素包括经验、事实、判断以及经验法则。√ 20、行政组织学习不是组织内部成员个人学习的简单相加,而是一个社会过程。√ 二、多项选择题(每题有两个和两个以上正确答案,每小题3分,共60分) 21、根据决策所具有的条件的可靠程度的不同,决策可分为____。 确定型决策, 风险型决策, 不确定型决策 22、正确的决策目标应该具备的条件是___。定量化, 有一定的时间限制, 要明确责任 23、西蒙的决策过程包括___。 情报活动阶段, 设计活动阶段, 抉择活动阶段, 审查活动阶段 24、冲突的特性有_____。客观性, 主观性, 程度性 25、符合现代冲突观点的是____。 冲突本身没有好坏之分, 有些冲突对组织具有破坏性, 有些冲突对组织具有建设性 26、根据冲突发生的方向,可将冲突分为_________。 横向冲突, 纵向冲突, 直线/职能冲突 27、回避策略中,解决冲突的方法包括______. 忽视, 分离, 限制 28、减少冲突的策略主要有______。谈判, 设置超级目标, 第三方介入, 结构调整 29、从组织沟通的一般模式和组成要素来看,组织沟通具有以下几个特点:_____。 动态性, 互动性, 不可逆性, 环境制约性 30、以组织结构及其运行程序为依据和标准,组织信息沟通的形式和类型可划分为以下几种:______。下行沟通, 上行沟通, 平行沟通 31、根据沟通是否需要第三者中介传递,我们可将沟通划分为以下两种类型:_____。 直接沟通, 间接沟通

《行政组织学》形考任务1(参考答案)

《行政组织学》形考任务1(参考答案) 形考任务1 本次题型及题量如下: 一、判断题(共20道题,每题2分,共40分) 二、多项选择题(共20道题,每题3分,共60分) 全部做完后点击”提交所有答案并结束”,本次任务有三次答题机会,系统会记录最高分,请同学们珍惜机会,认真做题。允许试答次数:3;评分方法:最高分 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1、在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地阐述了与古典管理理论截然不同的一些观点。()选择一项:√对,错 2、阿吉里斯在《个性与组织》一书中提出了“不成熟—成熟理论”。()选择一项:√对,错 3、斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。()选择一项:对,错 4、马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公平理论。()选择一项:对,错 5、美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态平衡组织理论。()选择一项:√对,错 6、社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。()选择一项:对,错 7、邓肯将组织环境分为内部环境和外部环境。()选择一项:√对,错 8、卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。()选择一项:√对,错 9、组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织的内部环境。()选择一项:√对,错 10、组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外部环境。()选择一项:√对,错 11、“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉“已经组合的系统或社会”。()选择一项:√对,错 12、与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工作环境。()选择一项:√对,错 13、以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。()选择一项:对,错 14、以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织为规范性组织。()选择一项:对,错 15、以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成员所追求的利益,此种类型的组织为互利性组织。()选择一项:√对,错 16、规范地讲,行政组织是追求行政权力的组织。()选择一项:对,错 17、韦伯是科学管理运动的先驱者,被誉为“科学管理之父”。()选择一项:对,错 18、1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。()

国家开放大学《机械制造基础》形考任务一试题

国家开放大学《机械制造基础》形考任务一试题 题目1:金属材料的力学性能是指在外载荷作用下其抵抗_____或_____的能力。 题目2:强度是指金属材料在外载荷作用下,抵抗_____和_____的能力。 题目3:金属材料在外载荷作用下产生_____所能承受_____的能力称为塑性。 题目4:在铁碳合金中,莱氏体是由_____和_____所构成的机械混合物。 题目5:疲劳强度是表示材料经受无数次_____作用而不引起_____的最大应力值。 题目6:优质碳素结构钢的牌号有两位数字表示,这两位数字具体表示钢中_____是_____。题目7:合金钢就是在_____的基础上有目的地加入一定量_____的钢。 题目8:橡胶按用途可分为_____和_____两大类。 题目9:常用的表面热处理工艺有_____和_____两种。 题目10:淬火前,若钢中存在网状渗碳体,应采用_____的方法予以消除,否则会增大钢的淬透性。 题目11:砂型铸造中常用的手工造型方有_____、_____、_____、_____等。 题目12:根据药皮所含氧化物的性质,焊条分为_____和_____两类。 题目13:冲压生产的基本工序有_____和_____两大类。 题目14:电焊条由_____和_____两部分组成。 题目15:冲击韧性值随温度的降低而增加。 题目16:抗拉强度是表示金属材料抵抗最大均匀塑性变形或断裂的能力。 题目17:硬度是指金属材料抵抗其他物体压入其表面的能力。 题目18:金属材料在外载荷作用下产生断裂前所能承受最大塑性变形的能力称为塑性。 题目19:冲击韧性值随温度的降低而减小。 题目20:强度越高,塑性变形抗力越大,硬度值也越高。 题目21:屈服强度是表示金属材料抵抗微量弹性变形的能力。 题目22:冲击韧性值愈大,材料的韧性愈好。 题目23:硬度是指金属材料抵抗比它更硬的物体压入其表面的能力。

行政组织学形考任务一参考答案

行政组织学形考任务一 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1、在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系 统地阐述了与古典管理理论截然不同的一些观点。(√) 2、阿吉里斯在《个性与组织》一书中提出了“不成熟—成熟理论”。(√) 3、斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。(×) 4、马斯洛在其代表性著作《人类动机的理论》和《激励与个人》中,提出了著名的公 平理论。(×) 5、美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动 态平衡组织理论。(√) 6、社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。(×) 7、邓肯将组织环境分为内部环境和外部环境。(√) 8、卡斯特和罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、 教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征 等几个方面。(√) 9、组织界限以内与组织的个体决策行为直接相关的自然和社会因素被称为组织的内 部环境。(√) 10、组织界限之外与组织内个体决策直接相关的自然和社会因素被称为组织的外 部环境。(√) 11、“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉“已 经组合的系统或社会”。(√) 12、与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工

作环境。(√) 13、以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。 (×) 14、以镇压、暴力等控制手段作为控制和管理下属的主要方式,此种类型的组织为 规范性组织。(×) 15、以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成 员所追求的利益,此种类型的组织为互利性组织。(√) 16、规范地讲,行政组织是追求行政权力的组织。(×) 17、韦伯是科学管理运动的先驱者,被誉为“科学管理之父”。(×) 18、1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。 (√) 19、行政管理学派的代表人物法约尔,被誉为“管理理论之父”。(√) 20、德国著名的社会学家韦伯在《高级管理人员的职能》一书中,提出了理想型官 僚组织理论。(×) 二、多项选择题 1、美国行为科学家赫茨伯格在其《工作的推力》和《工作与人性》等著作中,提出影响人 的积极性的因素主要有___激励因素, 保健因素____________。 2、西蒙指出,决策有两种极端的类型_______________。程序化决策, 非程序化决策 3、里格斯指出,“棱柱型社会”具有以下三个基本特征_________。异质性, 形式主义, 重 叠性

行政组织学形考任务一参考答案

行政组织学形考任务一 一、判断题(正确划“√”,错误划“×”,每小题2分,共40分) 1、在霍桑试验的基础上,梅奥于1933年出版了《工业文明中的人的问题》一书,系统地 阐述了与古典管理理论截然不同的一些观点。(√) 2、阿吉里斯在《个性与组织》一书中提出了“不成熟—成熟理论”。(√) 3、斯蒂格利茨由于在决策理论研究方面的贡献而荣获1978年诺贝尔经济学奖。(×) 4、马斯洛在其代表性著作《人类动机的理论》与《激励与个人》中,提出了著名的公平 理论。(×) 5、美国学者巴纳德在1938年出版的《经理人员的职能》这本书中,系统地提出了动态 平衡组织理论。(√) 6、社会系统组织理论的创始者为美国著名的社会学家罗森茨韦克。(×) 7、邓肯将组织环境分为内部环境与外部环境。(√) 8、卡斯特与罗森茨韦克将影响一切组织的一般环境特征划分为文化特征、技术特征、 教育特征、政治特征、法制特征、自然资源特征、人口特征、社会特征、经济特征等几个方面。(√) 9、组织界限以内与组织的个体决策行为直接相关的自然与社会因素被称为组织的内 部环境。(√) 10、组织界限之外与组织内个体决策直接相关的自然与社会因素被称为组织的外 部环境。(√) 11、“组织”一词,源自希腊文,1873年,哲学家斯宾塞用“组织”来指涉“已经组 合的系统或社会”。(√) 12、与个别行政组织的决策转换过程相关联的更具体的力量被称为行政组织的工

作环境。(√) 13、以明文规定的形式确立下来,成员具有正式分工关系的组织为非正式组织。 (×) 14、以镇压、暴力等控制手段作为控制与管理下属的主要方式,此种类型的组织为 规范性组织。(×) 15、以组织的参与者或成员为主要的受惠对象,组织的目的在于维护及促进组织成 员所追求的利益,此种类型的组织为互利性组织。(√) 16、规范地讲,行政组织就是追求行政权力的组织。(×) 17、韦伯就是科学管理运动的先驱者,被誉为“科学管理之父”。( ×) 18、1911年,泰勒发表了《科学管理原理》一书,掀起了一场科学管理的革命。(√) 19、行政管理学派的代表人物法约尔,被誉为“管理理论之父”。( √) 20、德国著名的社会学家韦伯在《高级管理人员的职能》一书中,提出了理想型官 僚组织理论。(×) 二、多项选择题 1、美国行为科学家赫茨伯格在其《工作的推力》与《工作与人性》等著作中,提出影响人 的积极性的因素主要有___激励因素, 保健因素____________。 2、西蒙指出,决策有两种极端的类型_______________。程序化决策, 非程序化决策 3、里格斯指出,“棱柱型社会”具有以下三个基本特征_________。异质性, 形式主义, 重叠 性 4、里格斯在她创立的“棱柱模式理论”中,将社会形态划分______________。农业社会, 棱 柱社会, 工业社会

相关文档
最新文档