加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

vb.net 调用动态库dll

发布时间:2020-12-16 22:18:31 所属栏目:大数据 来源:网络整理
导读:'声明部分 Public Declare Function Encode Lib ".LDPC_DEC_DLL.dll" _ (ByRef s As Byte,ByRef c As Byte) As Byte Public Declare Function Add_Noise Lib ".LDPC_DEC_DLL.dll" _ (ByRef x As Byte,ByRef y As Byte,ByVal snr As Double) As Byte Public
'声明部分
   Public Declare Function Encode Lib ".LDPC_DEC_DLL.dll" _
          (ByRef s As Byte,ByRef c As Byte) As Byte

    Public Declare Function Add_Noise Lib ".LDPC_DEC_DLL.dll" _
    (ByRef x As Byte,ByRef y As Byte,ByVal snr As Double) As Byte

    Public Declare Function LDPC_Dec_Init Lib ".LDPC_DEC_DLL.dll" () _
    As Integer
    Public Declare Function LDPC_Dec Lib ".LDPC_DEC_DLL.dll" _
    (ByRef y As Byte,ByRef y_d As Byte) As Byte
'使用部分
   Dim flag As Boolean
 flag = LDPC_Dec(FrameCOntent(0),Dec(0))

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读