登录
首页 » Python » python

python

于 2020-12-18 发布 文件大小:18KB
0 106
下载积分: 1 下载次数: 10

代码说明:

  此文件用于激光雷达数据读取,以及各种操作等等(This document is used for lidar data reading and various operations.)

文件列表:

Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd, 0 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0, 0 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\GUI.py, 8751 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\SerialPortTest.py, 1000 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\TkinterGUITest.py, 1125 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\__init__.py, 16 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\__pycache__, 0 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\__pycache__\GUI.cpython-36.pyc, 7230 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\__pycache__\SerialPortTest.cpython-36.pyc, 1495 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\__pycache__\pymain.cpython-36.pyc, 256 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\pymain.py, 220 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\Py-lidar data analysis - V1.0\test.py, 2754 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\README, 66 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\serial_串口通信, 0 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\serial_串口通信\SerialPort.py, 1000 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\serial_串口通信\__pycache__, 0 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\serial_串口通信\__pycache__\SerialPort.cpython-36.pyc, 1493 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\serial_串口通信\readme, 34 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\socket-chat, 0 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\socket-chat\client-v1.1.py, 1082 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\socket-chat\client-v1.2.py, 1204 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\socket-chat\client.py, 1038 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\socket-chat\readme, 47 , 2018-04-07
Python_The-wisdom-of-life-f8790f308e308bb220cfe7230ff6e9ecd156cafd\socket-chat\server.py, 2120 , 2018-04-07

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BPSK-OFDM
    目的:模拟一个简单的通信系统,并估计误码率。 系统特点: 1.BPSK调制,b ∈ {1, ?1}与先验概率相等, 2.升余弦脉冲 3.AWGN信道 4.在集成和转储的接收端过采样 5.数字匹配滤波器 方法:误码率作为Es/N0和过采样率的函数。(Simulate a BPSK-OFDM communication system and estimate bit error rate.)
    2020-12-30 15:29:00下载
    积分:1
  • 棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取...
    棋盘信息无疑会快于90个字节的棋盘,但这并不意味着所有的运算和操作都会更快。使用32个字节的数据表示,程序员在确定一个棋子的位置时往往需要增加额外的移位操作以取出一个字节中含有的两个坐标信息。2.2 比特棋盘(BitBoards)随着计算机存储能力的大幅提高,棋盘表示的空间需求往往已不是设计人员最为关注的问题。-chessboard information will undoubtedly faster than 90 bytes of chessboard. But this does not mean that all arithmetic operations and will be faster. Using 32 bytes of data, programmers in determining the location of a piece often need additional shift operation to remove a byte containing the 2 Coordinate information. 2.2 bits chessboard (BitBoards) with the computer storage capacity substantially higher. The board said the demand for space is not often designers most concern.
    2022-10-30 02:45:07下载
    积分:1
  • 相似度
    VB小工具检测两段文字的相似度是否》50%(visual basic check two word)
    2020-06-22 14:20:02下载
    积分:1
  • 神泣4.0客户端登录器
    神泣4.0客户端登录器,爱仕达回家的时候是的发顺丰到付对方水电费(shaiya is a very good game I LIKE it very much)
    2020-06-22 08:20:01下载
    积分:1
  • 数据驱动控制理论及方法的回顾和展望
    说明:  The thesis introduce the development of data-driven control.and the thesis is fine.
    2019-10-19 15:20:31下载
    积分:1
  • 非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文...
    非常经典的基于内容的图像检索综述,在图像检索领域引用最高的论文-One classical paper for content based image retrieval
    2022-09-07 18:00:03下载
    积分:1
  • particle kf)
    正则化粒子滤波器 可以参考看看,新手可能有些难度(Regularized particle filter)
    2018-09-22 17:36:39下载
    积分:1
  • Uart
    s3c2440下的 UART程序 ADS编译 (s3c2440 under the ADS compiler s3c 2440 UART procedures of the RTC real time clock procedures ADS compiler)
    2013-09-28 14:20:59下载
    积分:1
  • DDS_Controller
    说明:  实现调幅发射机, 原理 PCB 以及波形图 程序(Realization of AM transmitter, principle PCB and waveform program)
    2020-04-05 14:26:01下载
    积分:1
  • threephase_alternating_dcdc
    三相交错双向DCDC MATLAB 模型仿真(Three-phase staggered two-way DCDC MATLAB simulation)
    2021-04-15 13:18:55下载
    积分:1
  • 696524资源总数
  • 103855会员总数
  • 91今日下载