Codes

CRC-Aided Sparse Regression Codes for Unsourced Random Access

This paper considers a coding scheme for unsourced random access (URA) based on sparse regression codes(SPARCs). ......
Regression CRC-Aided Unsourced Access Sparse

【转】How to type pythonic codes

谈到规范首先想到就是 Python 有名的 PEP8 代码规范文档,它定义了编写 Pythonic 代码的最佳实践。可以在 python.org/dev/peps/pep 上查看。但是真正去仔细研究学习这些规范的朋友并不是很多,对此呢这篇文章摘选一些比较常用的代码整洁和规范的技巧和方法,下面让我们一 ......
pythonic codes type How to

国际化-语言代码表-Language Codes

af Afrikaans 南非语 af-ZA Afrikaans (South Africa) 南非语 af Afrikaans 南非语 af-ZA Afrikaans (South Africa) 南非语 ar Arabic 阿拉伯语 ar-AE Arabic (U.A.E.) 阿拉伯语(阿联酋) ......
Language 语言 代码 国际 Codes

[929] datetime format (strftime() and strptime() Format Codes)

ref: strftime() and strptime() Format Codes The following is a list of all the format codes that the 1989 C standard requires, and these work on all p ......
datetime strftime strptime Format format

5.6 Huffman Codes

Shannon Coding: using codeword lengths of \(\lceil \log\frac{1}{p_i}\rceil\) Huffman Coding: combining the \(D\) least likely symbols into one symbol ......
Huffman Codes 5.6

5.3 Optimal Codes

From Section 5.2, we know that any prefix code satisfies Kraft inequality. Our goal is to design prefix codes with minimum \(L(C)\), by Kraft inequali ......
Optimal Codes 5.3

android中的VERSION和VERSION_CODES和compileSdkVersion, minSdkVersion 和 targetSdkVersion理解

一 背景 经常会有代码中用到 Build.VERSION.SDK_INT < Build.VERSION_CODES.O ,这是指什么意思。 在app项目中,经常会看到 android { compileSdkVersion 30 buildToolsVersion "30.0.3" default ......

Pytorch深度学习全流程代码框架——Base Codes for Deep Learning Using Pytorch

# 导入必要的库 import torch import torch.nn as nn import torch.optim as optim from torch.utils.data import DataLoader, Dataset # 定义超参数 epochs = 10 # 训练轮数 lr ......
Pytorch 框架 深度 Learning 流程

CRC Cyclic Redundancy Check 循环冗余校验 CRCs Cyclic Redundancy Codes

前言 在数据传输过程中,难免会因为硬件问题,信号干扰,缓存问题,代码逻辑等导致读取到的数据与写入的数据不一致,对于这种错误的数据,我们需要能够及时发现并且进行错误处理。如果把错误的数据当作正常数据使用,会导致不可预料的各种错误。 如何校验数据是否正确,正常做法就是声明一种算法,把数据进行压缩加密,产 ......
Redundancy Cyclic 冗余 Check Codes
共9篇  :1/1页 首页上一页1下一页尾页