虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

L<b>m</b>S

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).

    标签: LDPC introduction simulation software

    上传时间: 2014-01-14

    上传用户:大融融rr

  • 约瑟夫环的实现

    约瑟夫环的实现,几个小孩站成一圈报数,从m报到s,报s的人出列,输出出列的次序

    标签:

    上传时间: 2016-05-23

    上传用户:yxgi5

  • This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseud

    This LDPC software is intended as an introduction to LDPC codes computer based simulation. The pseudo-random irregular low density parity check matrix is based on Radford M. Neal’s programs collection, which can be found in [1]. While Neal’s collection is well documented, in my opinion, C source codes are still overwhelming, especially if you are not knowledgeable in C language. My software is written for MATLAB, which is more readable than C. You may also want to refer to another MATLAB based LDPC source codes in [2], which has different flavor of code-writing style (in fact Arun has error in his log-likelihood decoder).

    标签: LDPC introduction simulation software

    上传时间: 2014-12-05

    上传用户:change0329

  • 汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation

    汉诺塔!!! Simulate the movement of the Towers of Hanoi puzzle Bonus is possible for using animation eg. if n = 2 A→B A→C B→C if n = 3 A→C A→B C→B A→C B→A B→C A→C

    标签: the animation Simulate movement

    上传时间: 2017-02-11

    上传用户:waizhang

  • verilog的简要教程 基本逻辑门

    verilog的简要教程 基本逻辑门,例如a n d、o r和n a n d等都内置在语言中。 • 用户定义原语( U D P)创建的灵活性。用户定义的原语既可以是组合逻辑原语,也可以 是时序逻辑原语。 • 开关级基本结构模型,例如p m o s 和n m o s等也被内置在语言中。

    标签: verilog 教程 逻辑门

    上传时间: 2017-05-05

    上传用户:1583060504

  • 本代码为编码开关代码

    本代码为编码开关代码,编码开关也就是数字音响中的 360度旋转的数字音量以及显示器上用的(单键飞梭开 关)等类似鼠标滚轮的手动计数输入设备。 我使用的编码开关为5个引脚的,其中2个引脚为按下 转轮开关(也就相当于鼠标中键)。另外3个引脚用来 检测旋转方向以及旋转步数的检测端。引脚分别为a,b,c b接地a,c分别接到P2.0和P2.1口并分别接两个10K上拉 电阻,并且a,c需要分别对地接一个104的电容,否则 因为编码开关的触点抖动会引起轻微误动作。本程序不 使用定时器,不占用中断,不使用延时代码,并对每个 细分步数进行判断,避免一切误动作,性能超级稳定。 我使用的编码器是APLS的EC11B可以参照附件的时序图 编码器控制流水灯最能说明问题,下面是以一段流水 灯来演示。

    标签: 代码 编码开关

    上传时间: 2017-07-03

    上传用户:gaojiao1999

  • Matlab模拟退火算法工具箱,它由冷却进度表(Cooling Schedule)控制

    Matlab模拟退火算法工具箱,它由冷却进度表(Cooling Schedule)控制,包括控制参数的初值t及其衰减因子Δt、每个t值时的迭代次数L和停止条件S。

    标签: Schedule Cooling Matlab 模拟退火算法

    上传时间: 2017-09-02

    上传用户:zhyiroy

  • 离散实验 一个包的传递 用warshall

     实验源代码 //Warshall.cpp #include<stdio.h> void warshall(int k,int n) { int i , j, t; int temp[20][20]; for(int a=0;a<k;a++) { printf("请输入矩阵第%d 行元素:",a); for(int b=0;b<n;b++) { scanf ("%d",&temp[a][b]); } } for(i=0;i<k;i++){ for( j=0;j<k;j++){ if(temp[ j][i]==1) { for(t=0;t<n;t++) { temp[ j][t]=temp[i][t]||temp[ j][t]; } } } } printf("可传递闭包关系矩阵是:\n"); for(i=0;i<k;i++) { for( j=0;j<n;j++) { printf("%d", temp[i][ j]); } printf("\n"); } } void main() { printf("利用 Warshall 算法求二元关系的可传递闭包\n"); void warshall(int,int); int k , n; printf("请输入矩阵的行数 i: "); scanf("%d",&k); 四川大学实验报告 printf("请输入矩阵的列数 j: "); scanf("%d",&n); warshall(k,n); } 

    标签: warshall 离散 实验

    上传时间: 2016-06-27

    上传用户:梁雪文以

  • 第三代半导体GaN功率开关器件的发展现状及面临的挑战

    作者:何亮,刘扬论文摘要:氮 化 镓 (G a N )材 料 具 有 优 异 的 物 理 特 性 ,非 常 适 合 于 制 作 高 温 、高 速 和 大 功 率 电 子 器 件 ,具 有 十 分 广 阔 的 市场前景 。 S i衬 底 上 G a N 基 功 率 开 关 器 件 是 目 前 的 主 流 技 术 路 线 ,其 中 结 型 栅 结 构 (p 型 栅 )和 共 源 共 栅 级 联 结 构 (C asco de)的 常 关 型 器 件 已 经 逐 步 实 现 产 业 化 ,并 在 通 用 电 源 及 光 伏 逆 变 等 领 域 得 到 应 用 。但 是 鉴 于 以 上 两 种 器 件 结 构 存 在 的 缺 点 ,业 界 更 加 期 待 能 更 充 分 发 挥 G a N 性能的 “ 真 ” 常 关 M 0 S F E T 器件。而 GaN M 0 S F E T 器件的全面实用 化 ,仍 然 面 临 着 在 材 料 外 延 方 面 和 器 件 稳 定 性 方 面 的 挑 战 。

    标签: 第三代半导体 GaN 功率开关器件

    上传时间: 2021-12-08

    上传用户:XuVshu

  • SOP4 SOP8 SOP16 SOP24封装Altium Designer AD PCB封装库2D

    SOP4 SOP8 SOP16 SOP24封装Altium Designer AD PCB封装库2D3D元件库文件CB Library : SOP.PcbLibDate        : 2020/12/29Time        : 16:29:39Component Count : 57Component Name-----------------------------------------------SOP4_LSOP4_MSOP4_NSOP4-W2.54_LSOP4-W2.54_MSOP4-W2.54_NSOP8_LSOP8_MSOP8_NSOP8-W2.54_LSOP8-W2.54_MSOP8-W2.54_NSOP8W_LSOP8W_MSOP8W_NSOP10_LSOP10_MSOP10_NSOP14_LSOP14_MSOP14_NSOP16_LSOP16_MSOP16_NSOP16-W2.54_LSOP16-W2.54_MSOP16-W2.54_NSOP16N_LSOP16N_MSOP16N_NSOP16W_LSOP16W_MSOP16W_NSOP18_LSOP18_MSOP18_NSOP18W_LSOP18W_MSOP18W_NSOP20_LSOP20_MSOP20_NSOP20Z_LSOP20Z_MSOP20Z_NSOP22_LSOP22_MSOP22_NSOP24_LSOP24_MSOP24_NSOP28_LSOP28_MSOP28_NSOP30-LSOP30-MSOP30-N

    标签: sop4 sop8 sop16 sop24 封装 altium designer pcb

    上传时间: 2022-03-11

    上传用户: