资源列表
drawing
- opencv def random_color(random): Return a random color icolor = random.randint(0, 0xFFFFFF) return cv.Scalar(icolor & 0xff, (icolor >> 8) & 0xff, (icolor >> 16) & 0xff) if __name__ == __main__ : # some consta
C51-uart-program-frame
- 8051单片机程序框架,可以直接套用在项目上,很实用。-C8051 microcontroller uart program frame,very practical。
QtmodbusTCP
- Qt5自带的modbusTCP类实现的TCP modbus通信,程序包含客户端和服务器,开发环境为ubuntu16.04+Qt5.6.1,如打不开服务器,请将编译出的程序用sudo运行。-Qt5 comes with the modbusTCP class to achieve the Modbus TCP communication, the program contains the client and server, the development environment for ubun
2016-8-15
- 高级表格读取出来之后,按照列进行统计总数例子!-Senior form after read out, according to the total number of column statistics example!
taifufuzhu
- 功能很完美 需要的拿去吧 功能很完美 需要的拿去吧-功能很完美 需要的拿去吧
analysis_prog
- 用EEG数据结合机器学习算法开发人工智能工具-Combined with the EEG data machine learning algorithm development of artificial intelligence tools
ma
- 简单一元函数优化问题,采用的是遗传算法对程序进行编写。-Simple one yuan function optimization using genetic algorithms written in the program.
LDPCCODEdecode_ldpc
- For examples and more details, please refer to the LDPC toolkit tutorial at http://arun-10.tripod.com/ldpc/ldpc.htm
meng
- 多元单峰值函数的优化问题,采用的是遗传算法进行编程。-Multiple single-peak function optimization problem, using the genetic algorithm programming.
decodeBitFlip
- function vHat decodeBitFlipping(rx, H, iteration) Hard-decision/bit flipping sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix iteration : Number of iteration vHat : Decoded vector (
pha
- 雷达信号处理-马晓岩_向家彬等-湖南科技1999版-Radar signal processing- Ma Bin, home to rock _- Hunan Science and Technology 1999 Edition
decodeLogDomain
- function vHat decodeLogDomain(rx, H, N0, iteration) Log-domain sum product algorithm LDPC decoder rx : Received signal vector (column vector) H : LDPC matrix N0 : Noise variance iteration : Number of iteration vHat : Decoded
