- NRF24l01_device The Nordic Semiconductor nRF24L01 is a transceiver chip operating in the 2.4GHz band. The following code is my first driver for Atmel ATMEGA8 and ATMEGA168. In my test scenario the ATMEGA168 and ATMEGA8 were connected different. The reason for this is that the ATMEGA168 supports Pin Change Interrupt which the ATMEGA8 doesn t.
- label_taskmenu Label Task Menu Inline Editor Source Code for Linux.
- qsvgiohandler QSvg IO Handler for Embedded Linux.
- Internet-chat-room 网络聊天室的设计与实现 jsp.计算机毕业程序
- bengjun_v59 包括随机梯度算法
- assignment of digital communication 论文程序
文件名称:测绘实用工具
介绍说明--下载内容来自于网络,使用问题请自行百度
这是一个很好用测绘实用工具,各位同行可以下来用一下。((setvar "cmdecho" 1)
(setq en (ssget (list '(0 . "spline,arc,line,ellipse,LWPOLYLINE"))))
(setq i 0)
(setq ll 0)
(repeat (sslength en)
(setq ss (ssname en i))
(setq endata (entget ss))
(command "lengthen" ss "")
(setq dd (getvar "perimeter"))
(setq ll (+ dd ll))
(setq i (1+ i)))
(setq en (ssget (list '(0 . "spline,arc,line,ellipse,LWPOLYLINE"))))
(setq i 0)
(setq ll 0)
(repeat (sslength en)
(setq ss (ssname en i))
(setq endata (entget ss))
(command "lengthen" ss "")
(setq dd (getvar "perimeter"))
(setq ll (+ dd ll))
(setq i (1+ i)))
相关搜索: 测绘工县
(系统自动生成,下载前可以参看下载内容)
下载文件列表
测绘实用工具.VLX
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.