摘要:
https://www.tutorialspoint.com/pyqt/pyqt_hello_world.htmhttp://doc.qt.io/qt-4.8/examples-webkit.html https://riverbankcomputing.com/software/pyqt/down 阅读全文
摘要:
# 有符号的16位整数 v_offset = ((v1 << 8) | (v0 << 0)) hight_bit = (v_offset >> 15) & 1 if hight_bit : v_offset = bit_not_op(v_offset,16) v_offset = v_offset 阅读全文
摘要:
转自:http://blog.csdn.net/x_iya/article/details/54136799 阅读全文
摘要:
package com.tinywsn.helloandroid; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.Ap... 阅读全文
摘要:
root@iZ25gdzs0p8Z:~# sudo apt-get install php7.0-phalconReading package lists... DoneBuilding dependency tree Reading state information... DoneSuggest 阅读全文
摘要:
https://packetsender.com/download AdvancedSerialPortTerminal.zip 阅读全文
摘要:
LRC Example Code This function is an example how to calculate a LRC BYTE using the C language.BYTE LRC (BYTE *nData, WORD wLength){BYTE nLRC = 0 ; // 阅读全文