- 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.
- ASK 数字通信系统仿真计算机设计
- IEEE 802.11ad standard
- GD32F103xx CortexM3 Processor 用户手册
- Neural-network-kalman-filter- 自己写的改进的BP神经网络辅助组合导航卡尔曼滤波
- 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.