观人经-英雄

夫草之精秀者为英,兽之特群者为雄;故人之文武茂异,取名于此。是故,聪明秀出,谓之英;胆力过人,谓之雄。此其大体之别名也。

  若校其分数,则牙则须,各以二分,取彼一分,然后乃成。何以论其然?夫聪明者,英之分也,不得雄之胆,则说不行;胆力者,雄之分也,不得英之智,则事不立。是以,英以其聪谋始,以其明见机,待雄之胆行之;雄以其力服众,以其勇排难,待英之智成之;然后乃能各济其所长也。

[@more@]

若聪能谋始,而明不见机,乃可以坐论,而不可以处事。聪能谋始,明能见机,而勇不能行,可以循常,而不可以虑变。若力能过人,而勇不能行,可以为力人,未可以为先登。力能过人,勇能行之,而智不能断事,可以为先登,未足以为将帅。必聪能谋始,明能见机,胆能决之,然后可以为英:张良是也。气力过人,勇能行之,智足断事,乃可以为雄:韩信是也。

  体分不同,以多为目,故英雄异名。然皆偏至之材,人臣之任也。故英可以为相,雄可以为将。若一人之身,兼有英雄,则能长世;高祖、项羽是也。然英之分,以多于雄,而英不可以少也。英分少,则智者去之,故项羽气力盖世,明能合变,而不能听采奇异,有一范增不用,是以陈平之徒,皆亡归高祖。英分多,故群雄服之,英才归之,两得其用,故能吞秦破楚,宅有天下。

  然则英雄多少,能自胜之数也。徒英而不雄,则雄材不服也;徒雄而不英,则智者不归往也。故雄能得雄,不能得英;英能得英,不能得雄。故一人之身,兼有英雄,乃能役英与雄。能役英与雄,故能成大业也。

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10764004/viewspace-1036409/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10764004/viewspace-1036409/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
提供的源码资源涵盖了安卓应用、小程序、Python应用和Java应用等多个领域,每个领域都包含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码中配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台开发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台开发的技术细节和最佳实践,逐步培养起自己的项目开发和问题解决能力。此外,在求职或创业过程中,具备跨平台开发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起开发环境;其次,源码中的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。
提供的源码资源涵盖了安卓应用、小程序、Python应用和Java应用等多个领域,每个领域都包含了丰富的实例和项目。这些源码都是基于各自平台的最新技术和标准编写,确保了在对应环境下能够无缝运行。同时,源码中配备了详细的注释和文档,帮助用户快速理解代码结构和实现逻辑。 适用人群: 这些源码资源特别适合大学生群体。无论你是计算机相关专业的学生,还是对其他领域编程感兴趣的学生,这些资源都能为你提供宝贵的学习和实践机会。通过学习和运行这些源码,你可以掌握各平台开发的基础知识,提升编程能力和项目实战经验。 使用场景及目标: 在学习阶段,你可以利用这些源码资源进行课程实践、课外项目或毕业设计。通过分析和运行源码,你将深入了解各平台开发的技术细节和最佳实践,逐步培养起自己的项目开发和问题解决能力。此外,在求职或创业过程中,具备跨平台开发能力的大学生将更具竞争力。 其他说明: 为了确保源码资源的可运行性和易用性,特别注意了以下几点:首先,每份源码都提供了详细的运行环境和依赖说明,确保用户能够轻松搭建起开发环境;其次,源码中的注释和文档都非常完善,方便用户快速上手和理解代码;最后,我会定期更新这些源码资源,以适应各平台技术的最新发展和市场需求。
以下是使用Python中的turtle库绘制八一英雄纪念碑的代码和效果图: ```python import turtle # 设置画笔 t = turtle.Pen() t.pensize(5) t.speed(10) # 绘制底座 t.penup() t.goto(-200, -200) t.pendown() t.fillcolor("#BFBFBF") t.begin_fill() for i in range(2): t.forward(400) t.left(90) t.forward(100) t.left(90) t.end_fill() # 绘制主体 t.penup() t.goto(-150, -100) t.pendown() t.fillcolor("#FFD700") t.begin_fill() t.left(45) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) .right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) .right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right(135) t.forward(200) t.right(90) t.forward(200) t.right(135) t.forward(283) t.right

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值