道路工程CAD验六.2doc.doc

  1. 1、本文档共8页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
道路工程CAD验六.2doc

预习分 操作分 报告分 总成绩 2010-12-21 实验报告具体内容一般应包括:一、实验目的和要求;二、实验原理;三、主要仪器设备(软件);四、实验内容及实验数据记录;五、实验数据处理与分析;六、问题与建议 一、 实验目的和要求 进行道路平曲线设计,根据设计结果进行Autolisp图形绘制 。 二、实验原理 单交点平曲线设计确定圆曲线半径和缓和曲线长是平曲线设计的主要任务。考虑地形、地物、设计标准及线形协调等要求,半径R 和缓和曲线长LS 值根据不同情况可分别由外距E、切线长T 及曲线上任一点的支距0 0 t , y 求得。 三、主要仪器设备(软件) 数字计算机,AutoCAD绘图软件。 四、实验步骤 打开AutoCAD程序 点击“工具”中的autolisp选项中的visual lisp,在弹出的窗口新建一个文件,输入以下代码: (defun c: yuanhu() (setq ls 40) (setq jiao 0.5584) (setq a (- (/ 1 (sin (/ jiao 2))) 1)) (setq b 8) (setq c (* (/ 1 (cos(/ jiao 2)) (/ (* ls ls) 24)))) (setq gh (sqrt (- (* b b) (* (* 4 a) c)))) (setq r (/ (- gh b) (* 2 a))) (setq l 2) (setq P1 (list 0 0)) (while (= l 40) (setq x (- l (/ (* l l l l l) (* (* 40 R R) (* Ls Ls))))) (setq y (/ (* l l l) (* 6.0000 R Ls))) (setq P2 (list x y)) (Command LINE P1 P2 ) (setq l (+ l 2)) (setq P1 (list x y)) ) ) 将文件另存为…。在cad的工具中的autolisp将其加载。在密令行中输入QX,回车,即出现缓和曲线的图形。 实验结果 五、实验问题及建议 electricity at no cost, revenue from electricity sales. Poverty alleviation to the removal, to desperate farmers out of poverty, in conjunction with urbanization, new communities are centrally placed. Poverty in the enterprise, enterprise more powerful, more social responsibility, they should allow more people to enjoy the fruits of development. Conditions to encourage private enterprises to establish Charity Fund for poverty alleviation, employment, grants, financial aid and other forms of poverty alleviation activities, let poverty alleviation aid corporate social responsibility in the specific embodiment, the proper meaning of giving back to the community. Finally reveals to implement poverty alleviation policies, older age, incapacity, cannot be achieved through industry support and employment support, such as poverty, children and unable to support the poor, Lo-Fi policy reveals the role to play, eventually incorporated into the low range, and fundamentally solve the problem

您可能关注的文档

文档评论(0)

jiqinyu2015 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档