-
常用
ANSYS命令流练习,适合新手,且有notepad安装包,APDL的语言命令(ANSYS exercise example)
- 2018-09-15 13:23:20下载
- 积分:1
-
BP神经网络与模糊控制的联合控制程序
说明: 较为简单的模糊神经控制,注解详细,能运行,不需要过多的调试(Simple fuzzy neural control with detailed notes)
- 2020-05-19 15:04:40下载
- 积分:1
-
VC on the MFC
VC++关于MFC-VC on the MFC
- 2023-07-06 16:05:03下载
- 积分:1
-
haikei
能量谱分析计算,有信道编码,调制,信道估计等,代码里有很完整的注释和解释。( Energy spectrum analysis and calculation, Channel coding, modulation, channel estimation, Code, there are very complete notes and explanation.)
- 2016-10-16 18:38:38下载
- 积分:1
-
098
[LDPC码]是LDPC码相关论文
[WuYuFei]中是WuYuFei的论文
[WuYufei_matlab]是WuYufei做Turbo码的Matlab程序
程序实现在固定信噪比和卷积长度的条件下,计算不同正常的帧错误概率和比特错误概率
turbo_sys_demo.m是主程序
其中trellis.m是构造网格的子程序
logmapo.m是LOGMAP译码算法子程序
sova0.m是SOVA译码算法子程序
encoderm.m是编码子程序
[22]是以WuYufei程序的改动,实现在帧长、信噪比和迭代次数固定的情况下,获得两个译码器的先验信息的变化情况
http://www.pudn.com
([LDPC Code] LDPC code is a relevant paper [WuYuFei] is WuYuFei paper [WuYufei_matlab] is to do WuYufei procedures Turbo Codes Matlab program signal to noise ratio at a fixed length and convolution conditions, different normal frame error probability and the bit error probability is turbo_sys_demo.m main structure of which is trellis.m grid is logmapo.m Subroutine Subroutine LOGMAP decoding algorithm is the SOVA decoding algorithm sova0.m Subroutine Subroutine encoderm.m coding [22 ] WuYufei procedure is based on changes in帧长realize, signal to noise ratio and a fixed number of iterations circumstances, the acquisition of two decoder a priori information changes http://www.pudn.com)
- 2008-07-23 18:07:05下载
- 积分:1
-
Java自定义鼠标光标
super("自定义光标"); //调用父类构造函数
int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组
Container container=getContentPane(); //得到容器
container.setLayout(new FlowLayout()); //设置容器布局管理器
for (int i=0;i JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象
jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标
container.add(jta); //增加组件到容器上
}
Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象
Image image=toolkit.getImage("cursor.gif"); //得到图像
Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象
JTextArea jta=new JTextArea(3,6); //实例化文本框
jta.setCursor(customCursor); //设置文本框光标
container.add(jta); //增加组件
setSize(300,160); //设置窗口大小
setVisible(true); //窗口可视
- 2022-03-06 15:35:47下载
- 积分:1
-
Cpu卡操作的基本方法指令
读写CPU卡用到的一些命令,用于软件的操作,方便广大爱好者学习.(Some commands used to read and write CPU cards are used for software operation to facilitate the learning of enthusiasts.)
- 2018-09-15 18:34:01下载
- 积分:1
-
latex
说明: 介绍latex的基本用法,latex是一款强大的工具软件,在论文写作、PPT制作等方面均有很大用处。(Introduce the basic usage of latex)
- 2021-03-18 21:30:34下载
- 积分:1
-
SOC_primary_3rd
用于估算蓄电池充放电过程中的SOC,也即剩余电荷量,(To estimating battery SOC)
- 2021-01-06 23:48:54下载
- 积分:1
-
realseqxenvial
用于锁定屏幕的工具,推荐给大家下载,你会喜欢的()
- 2018-06-15 19:03:42下载
- 积分:1