上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: Tool_Script (file://N-20n3pf1dzdag/5g_rfsw/L1Low_Codes/MT/Tool_Script) 阅读全文
posted @ 2020-07-18 21:20 磨山街青年 阅读(143) 评论(0) 推荐(0)
摘要: 简单例子来自教程: #!/bin/env python import wx class MyFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -1, "My Frame", size=(300, 300)) pane 阅读全文
posted @ 2020-02-28 16:39 磨山街青年 阅读(586) 评论(0) 推荐(0)
摘要: import wx #1 class App(wx.App): #2 def OnInit(self): #3 frame = wx.Frame(parent=None, title=’Bare’) frame.Show() return True app = App() #4 app.MainLo 阅读全文
posted @ 2020-02-28 16:25 磨山街青年 阅读(199) 评论(0) 推荐(0)
摘要: 恢复内容开始 学习wxPython 资料 1.wxpython wiki Getting started with wxPython https://wiki.wxpython.org/Getting%20Started 入门例子程序: A First Application: "Hello, Wo 阅读全文
posted @ 2020-02-28 16:07 磨山街青年 阅读(351) 评论(0) 推荐(0)
摘要: For downlink, a maximum of 16 HARQ processes per cell is supported by the UE. The number of processes the UE may assume will at most be used for the d 阅读全文
posted @ 2019-09-04 15:37 磨山街青年 阅读(3284) 评论(0) 推荐(1)
摘要: 最近项目组在做xlinx FPGA的培训,请了element公司的培训老师,老师讲解的很细致,并且有开发板进行实现练习 在课堂上比较练习时间较少,课下需要自己练习语法,公司提供的机会很不错,不过基于DSP软件设计的思想 转变到 FPGA硬件电路设计的设计思想,这一点很重要 学习FPGA用来做5G 基 阅读全文
posted @ 2019-04-19 09:13 磨山街青年 阅读(170) 评论(0) 推荐(0)
摘要: http://www.dianyuan.com/bbs/1492792.html https://pan.baidu.com/s/1eQtIRK2?errno=0&errmsg=Auth%20Login%20Sucess&&bduss=&ssnerror=0&traceid= 阅读全文
posted @ 2018-01-20 13:55 磨山街青年 阅读(810) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-12-06 22:22 磨山街青年 阅读(456) 评论(0) 推荐(0)
摘要: sykDqTofIwsRlMnx.pdf (iczhiku.com) 一、DSP定点算数运算1 数的定标 在定点DSP芯片中,采用定点数进行数值运算,其操作数一般采用整型数来表示。一个整型数的最大表示范围取决于DSP芯片所给定的字长,一般为16位或24位。显然,字长越长,所能表示的数的范围越大,精度 阅读全文
posted @ 2017-12-05 16:52 磨山街青年 阅读(8496) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-10-12 21:17 磨山街青年 阅读(167) 评论(0) 推荐(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页